From 590b298e6af9a036266b5d19ed53d47688f6cb3e Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Sat, 5 Oct 2024 09:08:33 -0400 Subject: [PATCH 01/38] updated to add _draft folders --- Components/_draft/ComfyUI-ClarityAI | 1 + Components/{ => _draft}/FluxLLM/requirements.yaml | 0 Components/{ => _draft}/img2video_ira/requirements.yaml | 0 Components/{ => _draft}/img2video_ira/workflow.json | 0 Components/{ => _draft}/img2video_ira/workflow_full.json | 0 Components/{ => _draft}/llama LLM/exports/llama_api.json | 0 Components/{ => _draft}/llama LLM/exports/llama_full.json | 0 Components/{ => _draft}/llama LLM/llama.sh | 0 Components/{ => _draft}/llama LLM/requirements.yaml | 0 Components/{ => _draft}/llama LLM/workflow.json | 0 server_scripts/{ => _draft}/basic_llama.sh | 0 server_scripts/{ => _draft}/custom_nodes.sh | 0 server_scripts/{ => _draft}/edenart_video/edenart_video.sh | 0 server_scripts/{ => _draft}/edenart_video/requirements.txt | 0 .../promptingpixels_outpainting/workflow_full.json | 0 server_scripts/{ => _draft}/server8_img2vid.sh | 0 server_scripts/comfy_dev.sh | 4 ++-- 17 files changed, 3 insertions(+), 2 deletions(-) create mode 160000 Components/_draft/ComfyUI-ClarityAI rename Components/{ => _draft}/FluxLLM/requirements.yaml (100%) rename Components/{ => _draft}/img2video_ira/requirements.yaml (100%) rename Components/{ => _draft}/img2video_ira/workflow.json (100%) rename Components/{ => _draft}/img2video_ira/workflow_full.json (100%) rename Components/{ => _draft}/llama LLM/exports/llama_api.json (100%) rename Components/{ => _draft}/llama LLM/exports/llama_full.json (100%) rename Components/{ => _draft}/llama LLM/llama.sh (100%) rename Components/{ => _draft}/llama LLM/requirements.yaml (100%) rename Components/{ => _draft}/llama LLM/workflow.json (100%) rename server_scripts/{ => _draft}/basic_llama.sh (100%) rename server_scripts/{ => _draft}/custom_nodes.sh (100%) rename server_scripts/{ => _draft}/edenart_video/edenart_video.sh (100%) rename server_scripts/{ => _draft}/edenart_video/requirements.txt (100%) rename server_scripts/{ => _draft}/promptingpixels_outpainting/workflow_full.json (100%) rename server_scripts/{ => _draft}/server8_img2vid.sh (100%) diff --git a/Components/_draft/ComfyUI-ClarityAI b/Components/_draft/ComfyUI-ClarityAI new file mode 160000 index 0000000..0e9be8e --- /dev/null +++ b/Components/_draft/ComfyUI-ClarityAI @@ -0,0 +1 @@ +Subproject commit 0e9be8e8ad72f76e60bdb8442cae00d48f316127 diff --git a/Components/FluxLLM/requirements.yaml b/Components/_draft/FluxLLM/requirements.yaml similarity index 100% rename from Components/FluxLLM/requirements.yaml rename to Components/_draft/FluxLLM/requirements.yaml diff --git a/Components/img2video_ira/requirements.yaml b/Components/_draft/img2video_ira/requirements.yaml similarity index 100% rename from Components/img2video_ira/requirements.yaml rename to Components/_draft/img2video_ira/requirements.yaml diff --git a/Components/img2video_ira/workflow.json b/Components/_draft/img2video_ira/workflow.json similarity index 100% rename from Components/img2video_ira/workflow.json rename to Components/_draft/img2video_ira/workflow.json diff --git a/Components/img2video_ira/workflow_full.json b/Components/_draft/img2video_ira/workflow_full.json similarity index 100% rename from Components/img2video_ira/workflow_full.json rename to Components/_draft/img2video_ira/workflow_full.json diff --git a/Components/llama LLM/exports/llama_api.json b/Components/_draft/llama LLM/exports/llama_api.json similarity index 100% rename from Components/llama LLM/exports/llama_api.json rename to Components/_draft/llama LLM/exports/llama_api.json diff --git a/Components/llama LLM/exports/llama_full.json b/Components/_draft/llama LLM/exports/llama_full.json similarity index 100% rename from Components/llama LLM/exports/llama_full.json rename to Components/_draft/llama LLM/exports/llama_full.json diff --git a/Components/llama LLM/llama.sh b/Components/_draft/llama LLM/llama.sh similarity index 100% rename from Components/llama LLM/llama.sh rename to Components/_draft/llama LLM/llama.sh diff --git a/Components/llama LLM/requirements.yaml b/Components/_draft/llama LLM/requirements.yaml similarity index 100% rename from Components/llama LLM/requirements.yaml rename to Components/_draft/llama LLM/requirements.yaml diff --git a/Components/llama LLM/workflow.json b/Components/_draft/llama LLM/workflow.json similarity index 100% rename from Components/llama LLM/workflow.json rename to Components/_draft/llama LLM/workflow.json diff --git a/server_scripts/basic_llama.sh b/server_scripts/_draft/basic_llama.sh similarity index 100% rename from server_scripts/basic_llama.sh rename to server_scripts/_draft/basic_llama.sh diff --git a/server_scripts/custom_nodes.sh b/server_scripts/_draft/custom_nodes.sh similarity index 100% rename from server_scripts/custom_nodes.sh rename to server_scripts/_draft/custom_nodes.sh diff --git a/server_scripts/edenart_video/edenart_video.sh b/server_scripts/_draft/edenart_video/edenart_video.sh similarity index 100% rename from server_scripts/edenart_video/edenart_video.sh rename to server_scripts/_draft/edenart_video/edenart_video.sh diff --git a/server_scripts/edenart_video/requirements.txt b/server_scripts/_draft/edenart_video/requirements.txt similarity index 100% rename from server_scripts/edenart_video/requirements.txt rename to server_scripts/_draft/edenart_video/requirements.txt diff --git a/server_scripts/promptingpixels_outpainting/workflow_full.json b/server_scripts/_draft/promptingpixels_outpainting/workflow_full.json similarity index 100% rename from server_scripts/promptingpixels_outpainting/workflow_full.json rename to server_scripts/_draft/promptingpixels_outpainting/workflow_full.json diff --git a/server_scripts/server8_img2vid.sh b/server_scripts/_draft/server8_img2vid.sh similarity index 100% rename from server_scripts/server8_img2vid.sh rename to server_scripts/_draft/server8_img2vid.sh diff --git a/server_scripts/comfy_dev.sh b/server_scripts/comfy_dev.sh index bdb3eb0..705e1c6 100755 --- a/server_scripts/comfy_dev.sh +++ b/server_scripts/comfy_dev.sh @@ -1,9 +1,9 @@ #!/bin/bash -i -./setup.sh && source ~/.bashrc +##./setup.sh && source ~/.bashrc cd ~/ComfyUI && git reset --hard 9f4daca pip install -r requirements.txt -pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0 --highvram" +pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" cd ~/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3000" From 6179ae31021da7a3a19c0e79e43f71701e97b421 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Sat, 5 Oct 2024 11:24:55 -0400 Subject: [PATCH 02/38] add upscaler server files --- server_scripts/clarity_upscaler/clarity.sh | 20 ++++++++++++++++++++ server_scripts/clarity_upscaler/models.sh | 14 ++++++++++++++ server_scripts/clarity_upscaler/nodes.sh | 5 +++++ server_scripts/comfy_dev.sh | 9 ++++----- 4 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 server_scripts/clarity_upscaler/clarity.sh create mode 100644 server_scripts/clarity_upscaler/models.sh create mode 100644 server_scripts/clarity_upscaler/nodes.sh diff --git a/server_scripts/clarity_upscaler/clarity.sh b/server_scripts/clarity_upscaler/clarity.sh new file mode 100644 index 0000000..f6edb3c --- /dev/null +++ b/server_scripts/clarity_upscaler/clarity.sh @@ -0,0 +1,20 @@ +#!/bin/bash -i +./../setup.sh && source ~/.bashrc + +cd ~/ComfyUI && git reset --hard d985d1d +pip install -r requirements.txt +pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" +cd ~/comfy-middleware +pm2 start --name comfy-middleware "python main.py --port 3000" + +pip install --upgrade onnxruntime; +pip install --upgrade onnxruntime-gpu; +pip install --upgrade onnxruntime-openvino; + +cd ~/emprops_component_library/server_scripts/flux + +./nodes.sh && source ~/.bashrc + +./models.sh && source ~/.bashrc + +pm2 restart all; \ No newline at end of file diff --git a/server_scripts/clarity_upscaler/models.sh b/server_scripts/clarity_upscaler/models.sh new file mode 100644 index 0000000..a01d49f --- /dev/null +++ b/server_scripts/clarity_upscaler/models.sh @@ -0,0 +1,14 @@ +#!/bin/bash -i + +mkdir -p ~/ComfyUI/models/checkpoints +mkdir -p ~/ComfyUI/models/controlnet +mkdir -p ~/ComfyUI/models/loras +mkdir -p ~/ComfyUI/models/upscale_models + +cd ~/ComfyUI/models/checkpoints && wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors +cd ~/ComfyUI/models/checkpoints && wget 'https://civitai.com/api/download/models/782002?type=Model&format=SafeTensor&size=full&fp=fp16' -O Juggernaut-XI-byRunDiffusion.safetensors; +cd ~/ComfyUI/models/checkpoints/FAVORITE-- && wget https://edenartlab-lfs.s3.amazonaws.com/comfyui/models2/checkpoints/juggernaut_reborn.safetensors +cd ~/ComfyUI/models/loras/Other && wget https://huggingface.co/philz1337x/loras/resolve/main/SDXLrender_v2.0.safetensors +cd ~/ComfyUI/models/loras/Other && wget https://huggingface.co/philz1337x/loras/resolve/main/more_details.safetensors +cd ~/ComfyUI/models/controlnet && wget https://huggingface.co/copybaiter/ControlNet/resolve/main/control_v11f1e_sd15_tile.safetensors +cd ~/ComfyUI/models/upscale_models && wget https://huggingface.co/datasets/jibopabo/upscalers/resolve/main/4xNomosUniDAT_otf.pth \ No newline at end of file diff --git a/server_scripts/clarity_upscaler/nodes.sh b/server_scripts/clarity_upscaler/nodes.sh new file mode 100644 index 0000000..17fd1b2 --- /dev/null +++ b/server_scripts/clarity_upscaler/nodes.sh @@ -0,0 +1,5 @@ +#!/bin/bash -i + +cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && cd "$(basename "$_" .git)" && git reset --hard b2f3827 && python install.py && pip -r requirements.txt +cd ~/ComfyUI/custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git && cd "$(basename "$_" .git)" && git reset --hard d78b780 +cd ~/ComfyUI/custom_nodes && git clone https://github.com/shiimizu/ComfyUI-TiledDiffusion.git && cd "$(basename "$_" .git)" && git reset --hard 5b2d0d2 \ No newline at end of file diff --git a/server_scripts/comfy_dev.sh b/server_scripts/comfy_dev.sh index 705e1c6..305cb8d 100755 --- a/server_scripts/comfy_dev.sh +++ b/server_scripts/comfy_dev.sh @@ -1,5 +1,5 @@ #!/bin/bash -i -##./setup.sh && source ~/.bashrc +#./setup.sh && source ~/.bashrc cd ~/ComfyUI && git reset --hard 9f4daca pip install -r requirements.txt @@ -7,9 +7,8 @@ pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" cd ~/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3000" -cd ~/ComfyUI/custom_nodes \ -&& git clone https://github.com/ltdrdata/ComfyUI-Manager.git --recursive \ -&& cd ComfyUI-Manager \ -&& pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git --recursive && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd "$(basename "$_" .git)" && pip install -r requirements.txt +cd ~/ComfyUI/custom_nodes && git clone https://github.com/rgthree/rgthree-comfy.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt pm2 restart all; \ No newline at end of file From 6d537fcd817f3b20fdb014a008c0a306e1f9b779 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Sat, 5 Oct 2024 15:17:33 -0400 Subject: [PATCH 03/38] fixed comfy dev server script --- server_scripts/comfy_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_scripts/comfy_dev.sh b/server_scripts/comfy_dev.sh index 305cb8d..1613dc0 100755 --- a/server_scripts/comfy_dev.sh +++ b/server_scripts/comfy_dev.sh @@ -1,5 +1,5 @@ #!/bin/bash -i -#./setup.sh && source ~/.bashrc +./setup.sh && source ~/.bashrc cd ~/ComfyUI && git reset --hard 9f4daca pip install -r requirements.txt From 6e2c7b42df18716954f0fa631fa8572e91401a49 Mon Sep 17 00:00:00 2001 From: quitters <104318569+quitters@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:28:03 -0400 Subject: [PATCH 04/38] Added ID to requirements.yaml --- Components/cog_img2video/requirements.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Components/cog_img2video/requirements.yaml b/Components/cog_img2video/requirements.yaml index cb7b20a..e5ba926 100644 --- a/Components/cog_img2video/requirements.yaml +++ b/Components/cog_img2video/requirements.yaml @@ -3,6 +3,7 @@ name: Cog Image to Video params: main: - name: image + id: image type: media media_type: image advanced: From 16fe67c0cf590ccc79a6ecfc2f2195b849aecf1d Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 9 Oct 2024 19:54:14 -0400 Subject: [PATCH 05/38] foda flux added --- .../Flux Animation/AMV-SlideshowV2.json | 1645 ++ ...oda-Flux-Animation-Detailer-lines-v40.json | 2530 ++ .../Foda-Flux-LivePortrait-lines-v40.json | 3875 +++ .../Foda-Flux-MimicMotion-lines-v40.json | 6639 +++++ .../Flux Animation/Foda-webcam-lines-v30.json | 2119 ++ .../Foda-Flux-Lora-CNET-lines-v30.json | 3150 +++ ...da-Flux-LORA-CNET-IPA-basic-lines-v44.json | 3050 +++ .../Foda-Flux-LORA-IPA-basic-lines-v34.json | 2162 ++ .../Foda-Flux-LORA-IPA-basic-lines-v38.json | 2717 +++ .../Foda-Flux-Ipadapter-lines-v30.json | 4365 ++++ ...da-Flux-LORA-CNET-Ipadapter-lines-v34.json | 5501 +++++ .../Foda-Flux-LORA-Ipadapter-lines-v36.json | 5168 ++++ .../Foda-Flux-Inpaint-SAM2-lines-v30.json | 2456 ++ .../Foda-Flux-Inpaint-lines-v30.json | 1866 ++ .../Foda-Flux-SAM2-Depth-lines-v30.json | 3002 +++ ...a-Flux-inpainting-SAM2-CNET-lines-v30.json | 3415 +++ .../Foda-Flux-Lora-CNET-lines-v30.json | 3150 +++ .../Foda-Flux-Lora-lines-v20.json | 2383 ++ .../Foda-AutoShift-Lines-v40.json | 3287 +++ .../Foda-Zenkai-Lines-v80.json | 4913 ++++ .../Foda-Thumbnails-lines-v15.json | 11248 +++++++++ .../Foda-Boosted-Upscaler-lines-V30.json | 2828 +++ .../Foda-Flux-Enhance--lines-v30.json | 3482 +++ .../Foda-Flux-Relight-Video-lines-v60.json | 8925 +++++++ .../Foda-Flux-Relight-basic-lines-v45.json | 11797 +++++++++ .../Foda-Image-Relight-basic-lines-v46.json | 5686 +++++ .../Foda-Boosted-Upscaler-lines-V30.json | 2828 +++ .../Foda-Flux-Enhance--lines-v30.json | 3482 +++ ...da-Flux-LORA-CNET-IPA-basic-lines-v44.json | 3050 +++ .../Foda-Flux-Lora-CNET-lines-v30.json | 3150 +++ .../Foda-Flux-Lora-lines-v20.json | 2383 ++ .../Foda-Flux-v18/Foda-Shift-Lines-v40.json | 3001 +++ .../Foda-Bridge-Kolors-lines-v80.json | 12466 ++++++++++ .../Foda-Bridge-Cnet-Lines-v10.json | 8880 +++++++ .../Foda-Scene-Creator-LINES-v24.json | 19866 +++++++++++++++ .../Foda-Scene-Editor-v30.json | 13963 +++++++++++ .../Foda-Flux-Lora-COMPARE-lines-v30.json | 10271 ++++++++ .../Foda-Flux-Lora-Tester-lines-v30.json | 3724 +++ ...oda-Flux-Zenkai-StackTester-lines-v42.json | 7540 ++++++ .../Foda-AutoShift-Lines-v38.json | 3149 +++ .../Foda-Boosted-Upscaler-lines-V20.json | 2705 +++ .../Foda-Bridge-Kolors-Cnet-lines-v73.json | 12331 ++++++++++ .../Foda-Bridge-SDXL-Cnet-Lines-v9.json | 8762 +++++++ .../Foda-Flux-Lora-lines-v18.json | 2183 ++ .../Foda-Flux-basic-v11.json | 3365 +++ .../Foda-Scene-Creator-LINES-v24.json | 19866 +++++++++++++++ .../Foda-Scene-Creator-v23.json | 20125 ++++++++++++++++ .../Foda-Shift-Lines-v39.json | 2863 +++ .../Foda-Thumbnails-lines-v15.json | 11248 +++++++++ .../Foda-Zenkai-Lines-v76.json | 4778 ++++ .../Foda-webcam-lines-v20.json | 1981 ++ .../Foda-Flux-Inpaint-SAM2-lines-v22.json | 2312 ++ .../Foda-Flux-Inpaint-lines-v20.json | 1722 ++ .../Foda-Flux-Enhance--lines-v25.json | 3338 +++ .../Foda-Flux-Lora-CNET-lines-v25.json | 3006 +++ .../Foda-Flux-SAM2-Depth-lines-v25.json | 2858 +++ ...a-Flux-inpainting-SAM2-CNET-lines-v25.json | 3271 +++ .../v1/Foda-Flux-basic-v7.json | 5214 ++++ .../flux_schnell_example (comfyanonymous).png | Bin 0 -> 1317783 bytes ...oda-Flux-Animation-Detailer-lines-v30.json | 2530 ++ .../Foda-Flux-LivePortrait-lines-v32.json | 3725 +++ .../Foda-Flux-MimicMotion-lines-v34.json | 6494 +++++ .../Foda-Scene-Editor-v30.json | 13963 +++++++++++ .../Foda-Flux-Lora-COMPARE-lines-v27-x.json | 10121 ++++++++ .../Foda-Flux-Lora-Tester-lines-v27.json | 3626 +++ ...da-Flux-LORA-CNET-IPA-basic-lines-v44.json | 3050 +++ .../Foda-Flux-LORA-IPA-basic-lines-v34.json | 2162 ++ .../Foda-Flux-LORA-IPA-basic-lines-v38.json | 2717 +++ .../Foda-Flux-Ipadapter-lines-v30.json | 4365 ++++ ...da-Flux-LORA-CNET-Ipadapter-lines-v34.json | 5501 +++++ .../Foda-Flux-LORA-Ipadapter-lines-v36.json | 5168 ++++ .../v2/Foda-Flux-Shift-v16.json | 4946 ++++ .../v2/Foda-Flux-sampler-garden-v12.json | 16485 +++++++++++++ .../v3/Foda-Auto-Shift-v26.json | 5258 ++++ .../v3/Foda-AutoShift-Lines-v31.json | 3032 +++ .../v3/Foda-Shift-Lines-v33.json | 2749 +++ .../v4/Foda-AutoShift-Lines-v36.json | 3069 +++ .../v4/Foda-Bridge-Auto-basic-v40.json | 8699 +++++++ .../v4/Foda-Bridge-Cnet-Lines-v46.json | 8653 +++++++ .../v4/Foda-Bridge-Cnet-v43.json | 10762 +++++++++ .../v4/Foda-Bridge-basic-v42.json | 10141 ++++++++ .../v4/Foda-Flux-Shift-v37.json | 5047 ++++ .../v4/Foda-Shift-Lines-v37.json | 2786 +++ .../v5/Foda-Bridge-Kolors-v62.json | 15165 ++++++++++++ .../v6/Foda-Boosted-Upscaler-V14.json | 2974 +++ .../v6/Foda-Bridge-Kolors-ZENKAI-v69.json | 14733 +++++++++++ .../v6/Foda-Zenkai-v74.json | 6600 +++++ .../v7/Foda-Boosted-Upscaler-V15.json | 3015 +++ .../v7/Foda-Thumbnails-v12.json | 12820 ++++++++++ .../v8/Foda-Boosted-Upscaler-V18.json | 3340 +++ .../v8/Foda-Flux-Lora-v18.json | 2783 +++ .../v8/Foda-webcam-v18.json | 2629 ++ Components/_draft/Foda-Flux-v18/version18.txt | 0 ...ibPMgVxf7RPZsU-sneakyrobot-openart.ai.json | 1 + Components/_draft/foda_flux_pack | 0 Components/txt2img/exports/txt2img_full.json | 2 +- Components/txt2img/variables.json | 0 .../{ => _draft}/clarity_upscaler/clarity.sh | 2 +- .../{ => _draft}/clarity_upscaler/models.sh | 0 .../{ => _draft}/clarity_upscaler/nodes.sh | 0 server_scripts/_draft/foda/foda.sh | 16 + server_scripts/_draft/foda/models.sh | 38 + server_scripts/_draft/foda/nodes.sh | 32 + server_scripts/basic/basic.sh | 2 +- server_scripts/comfy_dev.sh | 7 +- server_scripts/flux/flux.sh | 2 +- server_scripts/video/video.sh | 2 +- 107 files changed, 530245 insertions(+), 7 deletions(-) create mode 100644 Components/_draft/Foda-Flux-v18/Flux Animation/AMV-SlideshowV2.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-Animation-Detailer-lines-v40.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-LivePortrait-lines-v40.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-MimicMotion-lines-v40.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Animation/Foda-webcam-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux ControlNet/Foda-Flux-Lora-CNET-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-IPA-basic-lines-v34.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-IPA-basic-lines-v38.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-Ipadapter-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-LORA-CNET-Ipadapter-lines-v34.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-LORA-Ipadapter-lines-v36.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-Inpaint-SAM2-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-Inpaint-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-SAM2-Depth-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-inpainting-SAM2-CNET-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Lora Shift/Foda-Flux-Lora-CNET-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Lora Shift/Foda-Flux-Lora-lines-v20.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Prompt Enhancers/Foda-AutoShift-Lines-v40.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Prompt Enhancers/Foda-Zenkai-Lines-v80.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Thumbnails/Foda-Thumbnails-lines-v15.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Upscaler and Enhancer/Foda-Boosted-Upscaler-lines-V30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux Upscaler and Enhancer/Foda-Flux-Enhance--lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Flux-Relight-Video-lines-v60.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Flux-Relight-basic-lines-v45.json create mode 100644 Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Image-Relight-basic-lines-v46.json create mode 100644 Components/_draft/Foda-Flux-v18/Foda-Boosted-Upscaler-lines-V30.json create mode 100644 Components/_draft/Foda-Flux-v18/Foda-Flux-Enhance--lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json create mode 100644 Components/_draft/Foda-Flux-v18/Foda-Flux-Lora-CNET-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Foda-Flux-Lora-lines-v20.json create mode 100644 Components/_draft/Foda-Flux-v18/Foda-Shift-Lines-v40.json create mode 100644 Components/_draft/Foda-Flux-v18/Kolors Bridge/Foda-Bridge-Kolors-lines-v80.json create mode 100644 Components/_draft/Foda-Flux-v18/SDXL Bridge/Foda-Bridge-Cnet-Lines-v10.json create mode 100644 Components/_draft/Foda-Flux-v18/Scene Creator and Editor/Foda-Scene-Creator-LINES-v24.json create mode 100644 Components/_draft/Foda-Flux-v18/Scene Creator and Editor/Foda-Scene-Editor-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Lora-COMPARE-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Lora-Tester-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Zenkai-StackTester-lines-v42.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-AutoShift-Lines-v38.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Boosted-Upscaler-lines-V20.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Bridge-Kolors-Cnet-lines-v73.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Bridge-SDXL-Cnet-Lines-v9.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Flux-Lora-lines-v18.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Flux-basic-v11.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Scene-Creator-LINES-v24.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Scene-Creator-v23.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Shift-Lines-v39.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Thumbnails-lines-v15.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Zenkai-Lines-v76.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-webcam-lines-v20.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/V10 - Inpainting/Foda-Flux-Inpaint-SAM2-lines-v22.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/V10 - Inpainting/Foda-Flux-Inpaint-lines-v20.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-Enhance--lines-v25.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-Lora-CNET-lines-v25.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-SAM2-Depth-lines-v25.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-inpainting-SAM2-CNET-lines-v25.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v1/Foda-Flux-basic-v7.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v1/flux_schnell_example (comfyanonymous).png create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-Animation-Detailer-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-LivePortrait-lines-v32.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-MimicMotion-lines-v34.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Scene-Editor-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v14-training-tools/Foda-Flux-Lora-COMPARE-lines-v27-x.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v14-training-tools/Foda-Flux-Lora-Tester-lines-v27.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-IPA-basic-lines-v34.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-IPA-basic-lines-v38.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-Ipadapter-lines-v30.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-LORA-CNET-Ipadapter-lines-v34.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-LORA-Ipadapter-lines-v36.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v2/Foda-Flux-Shift-v16.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v2/Foda-Flux-sampler-garden-v12.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-Auto-Shift-v26.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-AutoShift-Lines-v31.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-Shift-Lines-v33.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-AutoShift-Lines-v36.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Auto-basic-v40.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Cnet-Lines-v46.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Cnet-v43.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-basic-v42.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Flux-Shift-v37.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Shift-Lines-v37.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v5/Foda-Bridge-Kolors-v62.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Boosted-Upscaler-V14.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Bridge-Kolors-ZENKAI-v69.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Zenkai-v74.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v7/Foda-Boosted-Upscaler-V15.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v7/Foda-Thumbnails-v12.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-Boosted-Upscaler-V18.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-Flux-Lora-v18.json create mode 100644 Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-webcam-v18.json create mode 100644 Components/_draft/Foda-Flux-v18/version18.txt create mode 100644 Components/_draft/Sneaky_Robot_GGUF_FP8_Workflow/workflow-sneaky_robot-gguf_fp8-workflow-plus-controlnet-upscaler-and-controlnet-wUHlwiibPMgVxf7RPZsU-sneakyrobot-openart.ai.json create mode 100644 Components/_draft/foda_flux_pack create mode 100644 Components/txt2img/variables.json rename server_scripts/{ => _draft}/clarity_upscaler/clarity.sh (90%) rename server_scripts/{ => _draft}/clarity_upscaler/models.sh (100%) rename server_scripts/{ => _draft}/clarity_upscaler/nodes.sh (100%) create mode 100644 server_scripts/_draft/foda/foda.sh create mode 100644 server_scripts/_draft/foda/models.sh create mode 100644 server_scripts/_draft/foda/nodes.sh diff --git a/Components/_draft/Foda-Flux-v18/Flux Animation/AMV-SlideshowV2.json b/Components/_draft/Foda-Flux-v18/Flux Animation/AMV-SlideshowV2.json new file mode 100644 index 0000000..f8a77b9 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Animation/AMV-SlideshowV2.json @@ -0,0 +1,1645 @@ +{ + "last_node_id": 154, + "last_link_id": 362, + "nodes": [ + { + "id": 16, + "type": "FFXFADEORAMA", + "pos": { + "0": -60, + "1": 930, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 198 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 25 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 26 + }, + { + "name": "num_frames", + "type": "INT", + "link": 61, + "widget": { + "name": "num_frames" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 36 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FFXFADEORAMA" + }, + "widgets_values": [ + 30, + "rgbdoubleright", + 1 + ] + }, + { + "id": 19, + "type": "ImageResize+", + "pos": { + "0": -420, + "1": 780, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 14, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 34 + }, + { + "name": "width", + "type": "INT", + "link": 43, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 45, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 25 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 21, + "type": "ImageResize+", + "pos": { + "0": -420, + "1": 1060, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 31 + }, + { + "name": "width", + "type": "INT", + "link": 44, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 46, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 26 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 26, + "type": "VHS_LoadAudioUpload", + "pos": { + "0": -1876, + "1": 313, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 429.46673583984375, + "1": 130 + }, + "flags": {}, + "order": 0, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "audio", + "type": "AUDIO", + "links": [ + 348 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_LoadAudioUpload" + }, + "widgets_values": { + "audio": "Underground.mp3", + "start_time": 0, + "duration": 0, + "choose audio to upload": "image" + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 13, + "type": "ImageRepeat", + "pos": { + "0": -431, + "1": -214, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 18 + }, + { + "name": "amount", + "type": "INT", + "link": 63, + "widget": { + "name": "amount" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 19 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageRepeat" + }, + "widgets_values": [ + 90 + ] + }, + { + "id": 14, + "type": "Join Image Lists", + "pos": { + "0": 504, + "1": -214, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "In1", + "type": "IMAGE", + "link": 19 + }, + { + "name": "In2", + "type": "IMAGE", + "link": 21 + }, + { + "name": "In3", + "type": "IMAGE", + "link": 24 + }, + { + "name": "In4", + "type": "IMAGE", + "link": 36 + }, + { + "name": "In5", + "type": "IMAGE", + "link": 360 + } + ], + "outputs": [ + { + "name": "Joined", + "type": "IMAGE", + "links": [ + 343 + ], + "slot_index": 0, + "shape": 6 + }, + { + "name": "Sizes", + "type": "INT", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "Join Image Lists" + } + }, + { + "id": 8, + "type": "ImageResize+", + "pos": { + "0": -430, + "1": -40, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 16 + }, + { + "name": "width", + "type": "INT", + "link": 12, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 13, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 11 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 10, + "type": "ImageResize+", + "pos": { + "0": -430, + "1": 240, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 9 + }, + { + "name": "width", + "type": "INT", + "link": 14, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 15, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 10 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 1, + "type": "FFXFADEORAMA", + "pos": { + "0": -83, + "1": 140, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 198 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 11 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 10 + }, + { + "name": "num_frames", + "type": "INT", + "link": 60, + "widget": { + "name": "num_frames" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 21 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FFXFADEORAMA" + }, + "widgets_values": [ + 30, + "smoothleft", + 1 + ] + }, + { + "id": 3, + "type": "LoadImage", + "pos": { + "0": -1427, + "1": 590, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 356.55059814453125, + "1": 314 + }, + "flags": {}, + "order": 1, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 9, + 23, + 34 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00106_ (1).png", + "image" + ] + }, + { + "id": 15, + "type": "ImageRepeat", + "pos": { + "0": -430, + "1": 601, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 23 + }, + { + "name": "amount", + "type": "INT", + "link": 296, + "widget": { + "name": "amount" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 24 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageRepeat" + }, + "widgets_values": [ + 90 + ] + }, + { + "id": 148, + "type": "Join Image Lists", + "pos": { + "0": 918, + "1": -219, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "In1", + "type": "IMAGE", + "link": 343 + }, + { + "name": "In2", + "type": "IMAGE", + "link": null + }, + { + "name": "In3", + "type": "IMAGE", + "link": null + }, + { + "name": "In4", + "type": "IMAGE", + "link": null + }, + { + "name": "In5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "Joined", + "type": "IMAGE", + "links": [ + 345 + ], + "slot_index": 0, + "shape": 6 + }, + { + "name": "Sizes", + "type": "INT", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "Join Image Lists" + } + }, + { + "id": 32, + "type": "PrimitiveNode", + "pos": { + "0": -1666, + "1": 191, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 60, + 61 + ], + "slot_index": 0, + "widget": { + "name": "num_frames" + } + } + ], + "title": "Transition Frames", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 30, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 23, + "type": "easy showAnything", + "pos": { + "0": -1041, + "1": 47, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 76 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [ + { + "name": "anything", + "type": "*", + "link": 39 + } + ], + "outputs": [], + "title": "Adjusted Width", + "properties": { + "Node name for S&R": "easy showAnything" + }, + "widgets_values": [ + "896" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 24, + "type": "easy showAnything", + "pos": { + "0": -1043, + "1": 173, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 76 + }, + "flags": {}, + "order": 13, + "mode": 0, + "inputs": [ + { + "name": "anything", + "type": "*", + "link": 40 + } + ], + "outputs": [], + "title": "Adjusted Height", + "properties": { + "Node name for S&R": "easy showAnything" + }, + "widgets_values": [ + "1216" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 9, + "type": "ImageSizeAdjusterV2", + "pos": { + "0": -1410, + "1": -28, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 306 + }, + "flags": {}, + "order": 6, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 8 + } + ], + "outputs": [ + { + "name": "adjusted_width", + "type": "INT", + "links": [ + 12, + 14, + 39, + 43, + 44 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "adjusted_height", + "type": "INT", + "links": [ + 13, + 15, + 40, + 45, + 46 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "applied_scale", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "original_width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "original_height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageSizeAdjusterV2" + }, + "widgets_values": [ + "SDXL", + 64, + "up", + "none", + false, + 1, + 2048, + 2048 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 147, + "type": "ImageListToBatch+", + "pos": { + "0": 1302, + "1": -202, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 345 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 341 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToBatch+" + } + }, + { + "id": 2, + "type": "LoadImage", + "pos": { + "0": -1827, + "1": -220, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 314 + }, + "flags": {}, + "order": 3, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 8, + 16, + 18 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00068_.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 154, + "type": "ImageRepeat", + "pos": { + "0": -423, + "1": 1412, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 362 + }, + { + "name": "amount", + "type": "INT", + "link": 361, + "widget": { + "name": "amount" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 360 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageRepeat" + }, + "widgets_values": [ + 90 + ] + }, + { + "id": 33, + "type": "PrimitiveNode", + "pos": { + "0": -1878, + "1": 192, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 4, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 63, + 296, + 361 + ], + "slot_index": 0, + "widget": { + "name": "amount" + } + } + ], + "title": "Hold Image Frames", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 90, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 18, + "type": "LoadImage", + "pos": { + "0": -1398, + "1": 1244, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 356.55059814453125, + "1": 314 + }, + "flags": {}, + "order": 5, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 31, + 362 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00130_.png", + "image" + ] + }, + { + "id": 146, + "type": "VHS_VideoCombine", + "pos": { + "0": 1602, + "1": -168, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 478.22466792992054, + 1332.321544098047 + ], + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 341 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 348 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 2, + "loop_count": 0, + "filename_prefix": "AnimateDiff", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "AnimateDiff_00051.mp4", + "subfolder": "", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + }, + "muted": false + } + } + } + ], + "links": [ + [ + 8, + 2, + 0, + 9, + 0, + "IMAGE" + ], + [ + 9, + 3, + 0, + 10, + 0, + "IMAGE" + ], + [ + 10, + 10, + 0, + 1, + 1, + "IMAGE" + ], + [ + 11, + 8, + 0, + 1, + 0, + "IMAGE" + ], + [ + 12, + 9, + 0, + 8, + 1, + "INT" + ], + [ + 13, + 9, + 1, + 8, + 2, + "INT" + ], + [ + 14, + 9, + 0, + 10, + 1, + "INT" + ], + [ + 15, + 9, + 1, + 10, + 2, + "INT" + ], + [ + 16, + 2, + 0, + 8, + 0, + "IMAGE" + ], + [ + 18, + 2, + 0, + 13, + 0, + "IMAGE" + ], + [ + 19, + 13, + 0, + 14, + 0, + "IMAGE" + ], + [ + 21, + 1, + 0, + 14, + 1, + "IMAGE" + ], + [ + 23, + 3, + 0, + 15, + 0, + "IMAGE" + ], + [ + 24, + 15, + 0, + 14, + 2, + "IMAGE" + ], + [ + 25, + 19, + 0, + 16, + 0, + "IMAGE" + ], + [ + 26, + 21, + 0, + 16, + 1, + "IMAGE" + ], + [ + 31, + 18, + 0, + 21, + 0, + "IMAGE" + ], + [ + 34, + 3, + 0, + 19, + 0, + "IMAGE" + ], + [ + 36, + 16, + 0, + 14, + 3, + "IMAGE" + ], + [ + 39, + 9, + 0, + 23, + 0, + "*" + ], + [ + 40, + 9, + 1, + 24, + 0, + "*" + ], + [ + 43, + 9, + 0, + 19, + 1, + "INT" + ], + [ + 44, + 9, + 0, + 21, + 1, + "INT" + ], + [ + 45, + 9, + 1, + 19, + 2, + "INT" + ], + [ + 46, + 9, + 1, + 21, + 2, + "INT" + ], + [ + 60, + 32, + 0, + 1, + 2, + "INT" + ], + [ + 61, + 32, + 0, + 16, + 2, + "INT" + ], + [ + 63, + 33, + 0, + 13, + 1, + "INT" + ], + [ + 296, + 33, + 0, + 15, + 1, + "INT" + ], + [ + 341, + 147, + 0, + 146, + 0, + "IMAGE" + ], + [ + 343, + 14, + 0, + 148, + 0, + "IMAGE" + ], + [ + 345, + 148, + 0, + 147, + 0, + "IMAGE" + ], + [ + 348, + 26, + 0, + 146, + 1, + "AUDIO" + ], + [ + 360, + 154, + 0, + 14, + 4, + "IMAGE" + ], + [ + 361, + 33, + 0, + 154, + 1, + "INT" + ], + [ + 362, + 18, + 0, + 154, + 0, + "IMAGE" + ] + ], + "groups": [], + "config": {}, + "extra": { + "ds": { + "scale": 0.611590904484157, + "offset": [ + 663.9420700939595, + 552.4841065879768 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-Animation-Detailer-lines-v40.json b/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-Animation-Detailer-lines-v40.json new file mode 100644 index 0000000..5abb5fe --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-Animation-Detailer-lines-v40.json @@ -0,0 +1,2530 @@ +{ + "last_node_id": 1589, + "last_link_id": 2063, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 2062 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 2063 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 9, + 16, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961, + 1073 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test5" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": false + }, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2055 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test5", + "/scene/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11838, + "1": 2219, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2681.8359375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 4, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX ANIMATION DETAILER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1523, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8192, + "1": 1269, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 370.29949951171875, + "1": 154 + }, + "flags": {}, + "order": 6, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1527, + "type": "RandomNoise", + "pos": [ + -8206.42033635376, + 2456.3673925773523 + ], + "size": { + "0": 255.14358520507812, + "1": 153.51564025878906 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1962 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 324337153295393, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1528, + "type": "ImageResize+", + "pos": [ + -7617.420336353761, + 3026.367392577353 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2054, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1956, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1957, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2024 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1533, + "type": "ImageColorMatch+", + "pos": [ + -5717.420336353761, + 2516.3673925773523 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1960, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1961 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1994 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1534, + "type": "SamplerCustomAdvanced", + "pos": [ + -6417.420336353761, + 2646.3673925773523 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1962, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1963, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1964, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1965, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1966, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1972 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1535, + "type": "KSamplerSelect", + "pos": [ + -6417.420336353761, + 2806.3673925773523 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1536, + "type": "BasicScheduler", + "pos": [ + -6417.420336353761, + 2906.3673925773523 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1967, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1537, + "type": "BasicGuider", + "pos": [ + -6677.420336353761, + 2686.3673925773523 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1968, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1969, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1963 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1538, + "type": "VAEEncodeTiled", + "pos": [ + -6977.420336353761, + 2726.3673925773523 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2008 + }, + { + "name": "vae", + "type": "VAE", + "link": 2049 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 320 + ] + }, + { + "id": 1539, + "type": "VAEDecodeTiled", + "pos": [ + -6037.420336353761, + 2696.3673925773523 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1972 + }, + { + "name": "vae", + "type": "VAE", + "link": 2058 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 320 + ] + }, + { + "id": 1541, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7637.420336353761, + 2436.3673925773523 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2048 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1969 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1542, + "type": "ImageApplyLUT+", + "pos": [ + -5310.420336353761, + 2515.3673925773523 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1994, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1975, + 2026 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 1543, + "type": "SaveImage", + "pos": [ + -5122.420336353761, + 2686.3673925773523 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1975 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 1546, + "type": "ModelSamplingFlux", + "pos": [ + -8213.42033635376, + 2679.3673925773523 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2047 + }, + { + "name": "width", + "type": "INT", + "link": 1977, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1978, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1967, + 1968 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "SplitSigmas", + "pos": [ + -6417.420336353761, + 3046.367392577353 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1980 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1965 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1550, + "type": "Reroute", + "pos": [ + -5907.420336353761, + 3156.3673925773537 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2025 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1961 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1551, + "type": "ImageResize+", + "pos": [ + -7627.420336353761, + 2796.3673925773523 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2053, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1983, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1984, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1552, + "type": "Reroute", + "pos": [ + -8370, + 3050 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2051, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1956, + 1977, + 1983 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1553, + "type": "Reroute", + "pos": [ + -8370, + 3070 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2052, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1957, + 1978, + 1984 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1554, + "type": "ImpactImageInfo", + "pos": [ + -8625, + 2897 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1555, + "type": "Note", + "pos": [ + -7532.420336353761, + 2330.3673925773523 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1558, + "type": "Reroute", + "pos": [ + -9070, + 1720 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1990 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2048 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1559, + "type": "Reroute", + "pos": [ + -9070, + 1760 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1988 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1563, + "type": "VHS_VideoCombine", + "pos": [ + -4361, + 2078 + ], + "size": [ + 1252.3126220703125, + 302 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2027 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 2061, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2060, + "widget": { + "name": "frame_rate" + } + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2057, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 12, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Flux", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00004-audio.mp4", + "subfolder": "foda\\test5\\fluxDetail", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1567, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7241.420336353761, + 2795.3673925773523 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2007 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2008 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1581, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7236.420336353761, + 3160.3673925773537 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2024 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1582, + "type": "ImageListToImageBatch", + "pos": [ + -4720.42033635376, + 2514.3673925773523 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2026 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2027 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1585, + "type": "VHS_LoadVideo", + "pos": [ + -9061, + 2079 + ], + "size": [ + 382.0930480957031, + 919.7209743923611 + ], + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2037, + 2050 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "audio", + "type": "AUDIO", + "links": [ + 2061 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "links": [ + 2059 + ], + "slot_index": 3, + "shape": 3 + } + ], + "title": "Driver Video", + "properties": { + "Node name for S&R": "VHS_LoadVideo" + }, + "widgets_values": { + "video": "driver.mp4", + "force_rate": 30, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 30, + "skip_first_frames": 0, + "select_every_nth": 1, + "choose video to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 30, + "skip_first_frames": 0, + "force_rate": 30, + "filename": "driver.mp4", + "type": "input", + "format": "video/mp4", + "select_every_nth": 1 + } + } + } + }, + { + "id": 1586, + "type": "ImageResize+", + "pos": [ + -9017, + 3070 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2050 + }, + { + "name": "width", + "type": "INT", + "link": 2062, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2063, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2053, + 2054 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2051 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2052 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "stretch", + "always", + 0 + ] + }, + { + "id": 1587, + "type": "Text Concatenate", + "pos": [ + -4660, + 2590 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2055, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2056, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2057 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "/fluxDetail/flux", + "/scene/flux", + "" + ] + }, + { + "id": 1588, + "type": "PrimitiveNode", + "pos": [ + -4660, + 2630 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2056 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Foda mode", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/fluxDetail/flux" + ] + }, + { + "id": 1589, + "type": "VHS_VideoInfo", + "pos": [ + -7240, + 3467 + ], + "size": { + "0": 393, + "1": 206 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "link": 2059 + } + ], + "outputs": [ + { + "name": "source_fps🟨", + "type": "FLOAT", + "links": [ + 2060 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "source_frame_count🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_duration🟨", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "source_width🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_height🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_fps🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_frame_count🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_duration🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_width🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_height🟦", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoInfo" + }, + "widgets_values": {} + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9833, + 1590 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9830, + 1722 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1990 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9837, + 1879 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1988, + 2058 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -10180, + 1598 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1557, + "type": "Reroute", + "pos": [ + -9070, + 1690 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1989 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2047 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 16, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Animation-Detailer-lines-v40\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nVideo 2 Video Flux Detailer\nAdjust denoise and Shift\nrecommended 30 frames at a time\nframe_load_limit = 30 (default)\n\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1956, + 1552, + 0, + 1528, + 1, + "INT" + ], + [ + 1957, + 1553, + 0, + 1528, + 2, + "INT" + ], + [ + 1960, + 1539, + 0, + 1533, + 0, + "IMAGE" + ], + [ + 1961, + 1550, + 0, + 1533, + 1, + "IMAGE" + ], + [ + 1962, + 1527, + 0, + 1534, + 0, + "NOISE" + ], + [ + 1963, + 1537, + 0, + 1534, + 1, + "GUIDER" + ], + [ + 1964, + 1535, + 0, + 1534, + 2, + "SAMPLER" + ], + [ + 1965, + 1549, + 1, + 1534, + 3, + "SIGMAS" + ], + [ + 1966, + 1538, + 0, + 1534, + 4, + "LATENT" + ], + [ + 1967, + 1546, + 0, + 1536, + 0, + "MODEL" + ], + [ + 1968, + 1546, + 0, + 1537, + 0, + "MODEL" + ], + [ + 1969, + 1541, + 0, + 1537, + 1, + "CONDITIONING" + ], + [ + 1972, + 1534, + 0, + 1539, + 0, + "LATENT" + ], + [ + 1975, + 1542, + 0, + 1543, + 0, + "IMAGE" + ], + [ + 1977, + 1552, + 0, + 1546, + 1, + "INT" + ], + [ + 1978, + 1553, + 0, + 1546, + 2, + "INT" + ], + [ + 1980, + 1536, + 0, + 1549, + 0, + "SIGMAS" + ], + [ + 1983, + 1552, + 0, + 1551, + 1, + "INT" + ], + [ + 1984, + 1553, + 0, + 1551, + 2, + "INT" + ], + [ + 1988, + 1102, + 0, + 1559, + 0, + "*" + ], + [ + 1989, + 88, + 0, + 1557, + 0, + "*" + ], + [ + 1990, + 11, + 0, + 1558, + 0, + "*" + ], + [ + 1994, + 1533, + 0, + 1542, + 0, + "IMAGE" + ], + [ + 2007, + 1551, + 0, + 1567, + 0, + "IMAGE" + ], + [ + 2008, + 1567, + 0, + 1538, + 0, + "IMAGE" + ], + [ + 2024, + 1528, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 2025, + 1581, + 0, + 1550, + 0, + "*" + ], + [ + 2026, + 1542, + 0, + 1582, + 0, + "IMAGE" + ], + [ + 2027, + 1582, + 0, + 1563, + 0, + "IMAGE" + ], + [ + 2037, + 1585, + 0, + 1554, + 0, + "IMAGE" + ], + [ + 2047, + 1557, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2048, + 1558, + 0, + 1541, + 0, + "CLIP" + ], + [ + 2049, + 1559, + 0, + 1538, + 1, + "VAE" + ], + [ + 2050, + 1585, + 0, + 1586, + 0, + "IMAGE" + ], + [ + 2051, + 1586, + 1, + 1552, + 0, + "*" + ], + [ + 2052, + 1586, + 2, + 1553, + 0, + "*" + ], + [ + 2053, + 1586, + 0, + 1551, + 0, + "IMAGE" + ], + [ + 2054, + 1586, + 0, + 1528, + 0, + "IMAGE" + ], + [ + 2055, + 1212, + 0, + 1587, + 0, + "STRING" + ], + [ + 2056, + 1588, + 0, + 1587, + 1, + "STRING" + ], + [ + 2057, + 1587, + 0, + 1563, + 5, + "STRING" + ], + [ + 2058, + 1102, + 0, + 1539, + 1, + "VAE" + ], + [ + 2059, + 1585, + 3, + 1589, + 0, + "VHS_VIDEOINFO" + ], + [ + 2060, + 1589, + 0, + 1563, + 4, + "FLOAT" + ], + [ + 2061, + 1585, + 2, + 1563, + 1, + "AUDIO" + ], + [ + 2062, + 559, + 0, + 1586, + 1, + "INT" + ], + [ + 2063, + 559, + 1, + 1586, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Flux Detailer", + "bounding": [ + -9089, + 1879, + 6108, + 1864 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-LivePortrait-lines-v40.json b/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-LivePortrait-lines-v40.json new file mode 100644 index 0000000..df644fa --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-LivePortrait-lines-v40.json @@ -0,0 +1,3875 @@ +{ + "last_node_id": 1520, + "last_link_id": 1952, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "analog photo of a man wearing leather jacket", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1951 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918, + 1940 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7428.5517825761635, + 2000.4813381117128 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "analog photo of a man wearing leather jacket" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6153.5517825761635, + 1904.481338111716 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6152.5517825761635, + 1937.4813381117156 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10920, + "1": 2211, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7798.5517825761635, + 2051.481338111712 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7773.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1950 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7801.5517825761635, + 2439.481338111712 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7420.827487310534, + 2329.4463392861917 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.2, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7418.827487310534, + 2191.4463392861917 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7787.825534185534, + 2905.3563246388844 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -7783.825534185534, + 3006.3563246388844 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -7777.825534185534, + 3156.3563246388844 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4930, + 2900 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1941 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4920, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -4360, + 2890 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -4360, + 2460 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 60, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -3610, + 2250 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 63, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3820, + 2470 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 61, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1941 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1949 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "flux_00120_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1503, + "type": "DownloadAndLoadLivePortraitModels", + "pos": [ + -7800, + 4109 + ], + "size": { + "0": 302.2581481933594, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "live_portrait_pipe", + "type": "LIVEPORTRAITPIPE", + "links": [ + 1927, + 1931 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadLivePortraitModels" + }, + "widgets_values": [ + "auto", + "human" + ] + }, + { + "id": 1504, + "type": "VHS_LoadVideo", + "pos": [ + -8201, + 4007 + ], + "size": [ + 235.1999969482422, + 491.1999969482422 + ], + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1934 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "audio", + "type": "AUDIO", + "links": [ + 1944 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "links": [ + 1924 + ], + "slot_index": 3, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_LoadVideo" + }, + "widgets_values": { + "video": "fewgoodmen_3.mp4", + "force_rate": 0, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 0, + "skip_first_frames": 0, + "select_every_nth": 1, + "choose video to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 0, + "skip_first_frames": 0, + "force_rate": 0, + "filename": "fewgoodmen_3.mp4", + "type": "input", + "format": "video/mp4", + "select_every_nth": 1 + } + } + } + }, + { + "id": 1506, + "type": "VHS_VideoCombine", + "pos": [ + -6181, + 4030 + ], + "size": [ + 417.6697692871094, + 777.2037231445313 + ], + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1943 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 1944 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 1923, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "LivePortrait", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "LivePortrait_00008-audio.mp4", + "subfolder": "", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1507, + "type": "VHS_VideoInfo", + "pos": [ + -7382, + 4530 + ], + "size": { + "0": 358.39654541015625, + "1": 206 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "link": 1924 + } + ], + "outputs": [ + { + "name": "source_fps🟨", + "type": "FLOAT", + "links": [ + 1923 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "source_frame_count🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_duration🟨", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "source_width🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_height🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_fps🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_frame_count🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_duration🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_width🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_height🟦", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoInfo" + }, + "widgets_values": {} + }, + { + "id": 1508, + "type": "LivePortraitCropper", + "pos": [ + -7800, + 4281 + ], + "size": { + "0": 302.1219787597656, + "1": 243.32237243652344 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "pipeline", + "type": "LIVEPORTRAITPIPE", + "link": 1927 + }, + { + "name": "cropper", + "type": "LPCROPPER", + "link": 1926, + "slot_index": 1 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": 1930, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "cropped_image", + "type": "IMAGE", + "links": [ + 1932 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "crop_info", + "type": "CROPINFO", + "links": [ + 1933 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LivePortraitCropper" + }, + "widgets_values": [ + 512, + 3, + 0, + -0.125, + 0, + "large-small", + false + ] + }, + { + "id": 1509, + "type": "LivePortraitLoadCropper", + "pos": [ + -8203, + 4585 + ], + "size": { + "0": 302.3999938964844, + "1": 109.43758392333984 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "cropper", + "type": "LPCROPPER", + "links": [ + 1926 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LivePortraitLoadCropper" + }, + "widgets_values": [ + "CPU", + true, + 0.2 + ] + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -8042, + 3779 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1940 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1930, + 1935 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "LivePortraitProcess", + "pos": [ + -7386, + 4110 + ], + "size": { + "0": 362.2715759277344, + "1": 378.5974426269531 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "pipeline", + "type": "LIVEPORTRAITPIPE", + "link": 1931 + }, + { + "name": "crop_info", + "type": "CROPINFO", + "link": 1933 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": 1932 + }, + { + "name": "driving_images", + "type": "IMAGE", + "link": 1934 + }, + { + "name": "opt_retargeting_info", + "type": "RETARGETINGINFO", + "link": null + } + ], + "outputs": [ + { + "name": "cropped_image", + "type": "IMAGE", + "links": [ + 1936 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "output", + "type": "LP_OUT", + "links": [ + 1937 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LivePortraitProcess" + }, + "widgets_values": [ + false, + 0.025, + true, + 1, + "constant", + "relative", + 0.000003, + true, + 1 + ] + }, + { + "id": 1512, + "type": "LivePortraitComposite", + "pos": [ + -6868, + 4090 + ], + "size": { + "0": 286.35845947265625, + "1": 86 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "source_image", + "type": "IMAGE", + "link": 1935 + }, + { + "name": "cropped_image", + "type": "IMAGE", + "link": 1936, + "slot_index": 1 + }, + { + "name": "liveportrait_out", + "type": "LP_OUT", + "link": 1937 + }, + { + "name": "mask", + "type": "MASK", + "link": null + } + ], + "outputs": [ + { + "name": "full_images", + "type": "IMAGE", + "links": [ + 1943 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LivePortraitComposite" + } + }, + { + "id": 1514, + "type": "LoadAndResizeImage", + "pos": [ + -8620, + 4007 + ], + "size": { + "0": 315, + "1": 522 + }, + "flags": {}, + "order": 20, + "mode": 4, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": null, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + false, + 512, + 512, + 1, + false, + 2, + "alpha", + "image" + ] + }, + { + "id": 1517, + "type": "Label (rgthree)", + "pos": { + "0": -10706, + "1": 2405, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1496.6796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 21, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "LIVE PORTRAIT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9705, + 1525 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1946 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9701, + 1651 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1947 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9708, + 1800 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1945 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -10040, + 1538 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1518, + "type": "Reroute", + "pos": [ + -9044.820218257637, + 1611.2843319098006 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1946 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1519, + "type": "Reroute", + "pos": [ + -9045.820218257637, + 1641.2843319098006 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1947 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1949, + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1520, + "type": "Reroute", + "pos": [ + -9045.843775206826, + 1670.8271030192918 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1945 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1951, + 1952 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8457, + 2635 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1952 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 26, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LivePortrait-lines-v40\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1923, + 1507, + 0, + 1506, + 3, + "FLOAT" + ], + [ + 1924, + 1504, + 3, + 1507, + 0, + "VHS_VIDEOINFO" + ], + [ + 1926, + 1509, + 0, + 1508, + 1, + "LPCROPPER" + ], + [ + 1927, + 1503, + 0, + 1508, + 0, + "LIVEPORTRAITPIPE" + ], + [ + 1930, + 1510, + 0, + 1508, + 2, + "IMAGE" + ], + [ + 1931, + 1503, + 0, + 1511, + 0, + "LIVEPORTRAITPIPE" + ], + [ + 1932, + 1508, + 0, + 1511, + 2, + "IMAGE" + ], + [ + 1933, + 1508, + 1, + 1511, + 1, + "CROPINFO" + ], + [ + 1934, + 1504, + 0, + 1511, + 3, + "IMAGE" + ], + [ + 1935, + 1510, + 0, + 1512, + 0, + "IMAGE" + ], + [ + 1936, + 1511, + 0, + 1512, + 1, + "IMAGE" + ], + [ + 1937, + 1511, + 1, + 1512, + 2, + "LP_OUT" + ], + [ + 1940, + 1222, + 0, + 1510, + 0, + "*" + ], + [ + 1941, + 1494, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1943, + 1512, + 0, + 1506, + 0, + "IMAGE" + ], + [ + 1944, + 1504, + 2, + 1506, + 1, + "AUDIO" + ], + [ + 1945, + 1102, + 0, + 1520, + 0, + "*" + ], + [ + 1946, + 88, + 0, + 1518, + 0, + "*" + ], + [ + 1947, + 11, + 0, + 1519, + 0, + "*" + ], + [ + 1948, + 1518, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1949, + 1519, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1950, + 1519, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1951, + 1520, + 0, + 1222, + 1, + "VAE" + ], + [ + 1952, + 1520, + 0, + 1247, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 3897, + 1653 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Live Portrait", + "bounding": [ + -9096, + 3673, + 3856, + 1240 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-MimicMotion-lines-v40.json b/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-MimicMotion-lines-v40.json new file mode 100644 index 0000000..009217a --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-Flux-MimicMotion-lines-v40.json @@ -0,0 +1,6639 @@ +{ + "last_node_id": 1588, + "last_link_id": 2043, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "analog photo of a man wearing a spiderman cosplay in the street", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 3, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8727, + 2603 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 1946, + 1948 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 1947, + 1949 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 2042 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918, + 1944 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2036 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7428.5517825761635, + 2000.4813381117128 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "analog photo of a man wearing a spiderman cosplay in the street" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6153.5517825761635, + 1904.481338111716 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6152.5517825761635, + 1937.4813381117156 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10639, + "1": 2398, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1444.23828125, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "MIMIC MOTION", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7798.5517825761635, + 2051.481338111712 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7773.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2038 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7801.5517825761635, + 2439.481338111712 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7420.827487310534, + 2329.4463392861917 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 1, + 0.1, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7418.827487310534, + 2191.4463392861917 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7787.825534185534, + 2905.3563246388844 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -7783.825534185534, + 3006.3563246388844 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -7777.825534185534, + 3156.3563246388844 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4930, + 2900 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4920, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -4040, + 2900 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -4040, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -3290, + 2260 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3500, + 2480 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4350, + 2470 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 64, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "6a8d3bea3a0f89ad83b42904911427a1.jpg", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1503, + "type": "DownloadAndLoadMimicMotionModel", + "pos": [ + -6973.359910301218, + 4491.405085338445 + ], + "size": { + "0": 368.04730224609375, + "1": 107.13809967041016 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "mimic_pipeline", + "type": "MIMICPIPE", + "links": [ + 1931, + 1934 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadMimicMotionModel" + }, + "widgets_values": [ + "MimicMotionMergedUnet_1-1-fp16.safetensors", + "fp16" + ] + }, + { + "id": 1505, + "type": "VHS_LoadVideo", + "pos": [ + -8251, + 4711 + ], + "size": [ + 235.1999969482422, + 658.5777723524305 + ], + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "audio", + "type": "AUDIO", + "links": [ + 1921, + 1996 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "links": [ + 1936 + ], + "slot_index": 3, + "shape": 3 + } + ], + "title": "Driver Video", + "properties": { + "Node name for S&R": "VHS_LoadVideo" + }, + "widgets_values": { + "video": "driver.mp4", + "force_rate": 30, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 30, + "skip_first_frames": 45, + "select_every_nth": 1, + "choose video to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 30, + "skip_first_frames": 45, + "force_rate": 30, + "filename": "driver.mp4", + "type": "input", + "format": "video/mp4", + "select_every_nth": 1 + } + } + } + }, + { + "id": 1506, + "type": "GetImageSizeAndCount", + "pos": [ + -6813.359910301218, + 4681.405085338445 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1933 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "896 width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "1216 height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "31 count", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GetImageSizeAndCount" + } + }, + { + "id": 1507, + "type": "VHS_VideoCombine", + "pos": [ + -5651, + 3952 + ], + "size": [ + 977.4036254882812, + 1619.333491734096 + ], + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1954 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 1921, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 1922, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 12, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Motion", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "Motion_00012-audio.mp4", + "subfolder": "Loki-Mimic", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1508, + "type": "ImageResizeKJ", + "pos": [ + -8261, + 4413 + ], + "size": { + "0": 315, + "1": 242 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1944 + }, + { + "name": "get_image_size", + "type": "IMAGE", + "link": null + }, + { + "name": "width_input", + "type": "INT", + "link": 1946, + "widget": { + "name": "width_input" + } + }, + { + "name": "height_input", + "type": "INT", + "link": 1947, + "widget": { + "name": "height_input" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1929, + 1932 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResizeKJ" + }, + "widgets_values": [ + 1024, + 576, + "lanczos", + true, + 64, + 0, + 0, + "disabled" + ] + }, + { + "id": 1510, + "type": "VHS_VideoCombine", + "pos": [ + -7393.359910301218, + 4861.405085338445 + ], + "size": [ + 440, + 306 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1927 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 1928, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 8, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Pose", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "Pose_00016.mp4", + "subfolder": "Loki-Mimic", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1511, + "type": "MimicMotionGetPoses", + "pos": [ + -7403.359910301218, + 4681.405085338445 + ], + "size": { + "0": 453.1029052734375, + "1": 126 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "ref_image", + "type": "IMAGE", + "link": 1929 + }, + { + "name": "pose_images", + "type": "IMAGE", + "link": 1951 + } + ], + "outputs": [ + { + "name": "poses_with_ref", + "type": "IMAGE", + "links": [ + 1919, + 1927 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "pose_images", + "type": "IMAGE", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MimicMotionGetPoses" + }, + "widgets_values": [ + true, + true, + true + ] + }, + { + "id": 1512, + "type": "MimicMotionSampler", + "pos": [ + -6563.359910301218, + 4641.405085338445 + ], + "size": { + "0": 315, + "1": 430 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "mimic_pipeline", + "type": "MIMICPIPE", + "link": 1931 + }, + { + "name": "ref_image", + "type": "IMAGE", + "link": 1932 + }, + { + "name": "pose_images", + "type": "IMAGE", + "link": 1933 + }, + { + "name": "optional_scheduler", + "type": "DIFFUSERS_SCHEDULER", + "link": null + } + ], + "outputs": [ + { + "name": "samples", + "type": "LATENT", + "links": [ + 1935 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MimicMotionSampler" + }, + "widgets_values": [ + 20, + 2, + 2, + 42, + "fixed", + 30, + 0.01, + 16, + 6, + false, + 1, + 0, + 1, + 1 + ] + }, + { + "id": 1513, + "type": "MimicMotionDecode", + "pos": [ + -6183.359910301218, + 4621.405085338445 + ], + "size": { + "0": 255.466796875, + "1": 78 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "mimic_pipeline", + "type": "MIMICPIPE", + "link": 1934, + "slot_index": 0 + }, + { + "name": "samples", + "type": "LATENT", + "link": 1935 + } + ], + "outputs": [ + { + "name": "images", + "type": "IMAGE", + "links": [ + 1954, + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MimicMotionDecode" + }, + "widgets_values": [ + 4 + ] + }, + { + "id": 1514, + "type": "VHS_VideoInfo", + "pos": [ + -7753.359910301218, + 4981.405085338445 + ], + "size": { + "0": 305.0559997558594, + "1": 206 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "link": 1936 + } + ], + "outputs": [ + { + "name": "source_fps🟨", + "type": "FLOAT", + "links": [ + 1922, + 1928, + 1995, + 2028 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "source_frame_count🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_duration🟨", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "source_width🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_height🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_fps🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_frame_count🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_duration🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_width🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_height🟦", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoInfo" + }, + "widgets_values": {} + }, + { + "id": 1515, + "type": "Note", + "pos": [ + -8828.359910301213, + 4394.405085338445 + ], + "size": { + "0": 505.5377502441406, + "1": 434.8741455078125 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Loki-MimicMotion-v28\n\n\nVideo: https://www.youtube.com/watch?v=zfv0gH-RuB4\nWorkflow: https://civitai.com/models/539936\n\nEasy process.\nAdd image, Add video, Queue Video\n\n- workflow will match source video FPS\n- workflow will preserve source audio\n\npack includes driver video and target image, you can use your own.\n\n\nNodes: (use manager)\nhttps://github.com/kijai/ComfyUI-MimicMotionWrapper?tab=readme-ov-file\n\nModels:\nhttps://huggingface.co/Kijai/MimicMotion_pruned/tree/main\n- place all inside /models/mimicmotion/\n\nalso requires Diffusers SVD XT\nhttps://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1/tree/main\n- place inside /models/diffusers/stable-video-diffusion-img2vid-xt-1-1/\n- move the \"svd_xt_1_1.safetensors\" to /models/diffusers/" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1523, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8115, + "1": 1321, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 370.29949951171875, + "1": 154 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1524, + "type": "Note", + "pos": [ + -8005, + 4742 + ], + "size": { + "0": 210, + "1": 417.3512268066406 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "if you use frame load cap of 450, the second generation queued would use skip first frames 450, then 900 for the third generation queued. You can break it into smaller parts on smaller systems.\n\nThe image size also makes larger GB requirement, so consider keeping the size down.\n\n600 frame load cap\nmight take 2000 seconds and 22GB\n\n300 frame load cap might take 1000 seconds and 16GB\n\n150 frame load cap might take 1000 seconds and 13GB" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1525, + "type": "ImageResize+", + "pos": [ + -7757, + 4701 + ], + "size": { + "0": 301.5605163574219, + "1": 170 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "width", + "type": "INT", + "link": 1948, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1949, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "pad", + "always", + 64 + ] + }, + { + "id": 1527, + "type": "RandomNoise", + "pos": [ + -7960, + 6500 + ], + "size": { + "0": 212.93296813964844, + "1": 166.71075439453125 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1962 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 468738071121340, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1528, + "type": "ImageResize+", + "pos": [ + -7700, + 7120 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1955, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1956, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1957, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2024 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1531, + "type": "Reroute", + "pos": [ + -7920, + 7110 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1958 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1955 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1533, + "type": "ImageColorMatch+", + "pos": [ + -5800, + 6610 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1960, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1961 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1994 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1534, + "type": "SamplerCustomAdvanced", + "pos": [ + -6500, + 6740 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1962, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1963, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1964, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1965, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1966, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1972 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1535, + "type": "KSamplerSelect", + "pos": [ + -6500, + 6900 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1536, + "type": "BasicScheduler", + "pos": [ + -6500, + 7000 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1967, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1537, + "type": "BasicGuider", + "pos": [ + -6760, + 6780 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1968, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1969, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1963 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1538, + "type": "VAEEncodeTiled", + "pos": [ + -7060, + 6820 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2008 + }, + { + "name": "vae", + "type": "VAE", + "link": 2000 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 320 + ] + }, + { + "id": 1539, + "type": "VAEDecodeTiled", + "pos": [ + -6120, + 6790 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1972 + }, + { + "name": "vae", + "type": "VAE", + "link": 2001 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 320 + ] + }, + { + "id": 1541, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7720, + 6530 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1999 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1969 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1542, + "type": "ImageApplyLUT+", + "pos": [ + -5393, + 6609 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1994, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1975, + 2026 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 1543, + "type": "SaveImage", + "pos": [ + -5205, + 6780 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": { + "collapsed": true + }, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1975 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 1546, + "type": "ModelSamplingFlux", + "pos": [ + -8280, + 6490 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1998 + }, + { + "name": "width", + "type": "INT", + "link": 1977, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1978, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1967, + 1968 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "SplitSigmas", + "pos": [ + -6500, + 7140 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1980 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1965 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1550, + "type": "Reroute", + "pos": [ + -5990, + 7250 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2025 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1961 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1551, + "type": "ImageResize+", + "pos": [ + -7710, + 6890 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1982, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1983, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1984, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1552, + "type": "Reroute", + "pos": [ + -8410, + 6670 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2003, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1956, + 1977, + 1983 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1553, + "type": "Reroute", + "pos": [ + -8410, + 6690 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2004, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1957, + 1978, + 1984 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1554, + "type": "ImpactImageInfo", + "pos": [ + -8674, + 6653 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 1987 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2003 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1555, + "type": "Note", + "pos": [ + -7620, + 6390 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 24, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1556, + "type": "Reroute", + "pos": [ + -9083, + 6051 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2023 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1958, + 1982, + 1987 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1557, + "type": "Reroute", + "pos": [ + -9120, + 3600 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2039 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1991 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1558, + "type": "Reroute", + "pos": [ + -9120, + 3630 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2040 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1992 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1559, + "type": "Reroute", + "pos": [ + -9120, + 3670 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2041 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1993 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1560, + "type": "Reroute", + "pos": [ + -9128.92472898042, + 5811.610402007712 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1998 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -9123.92472898042, + 5842.610402007712 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1992 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1999 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -9119, + 5882 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1993 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2000, + 2001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1563, + "type": "VHS_VideoCombine", + "pos": [ + -4047, + 6213 + ], + "size": [ + 1252.3126220703125, + 306 + ], + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2027 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 1996, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 1995, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 12, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Flux", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "Flux_00018-audio.mp4", + "subfolder": "Loki-Mimic", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1566, + "type": "ImageListToImageBatch", + "pos": [ + -7039, + 6546 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1567, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7324, + 6877 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2007 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2008 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1568, + "type": "ReActorFaceSwap", + "pos": [ + -3537.898316368993, + 4409.918665611769 + ], + "size": { + "0": 229.14871215820312, + "1": 358 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "input_image", + "type": "IMAGE", + "link": 2019 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": null + }, + { + "name": "face_model", + "type": "FACE_MODEL", + "link": 2010, + "slot_index": 2 + }, + { + "name": "face_boost", + "type": "FACE_BOOST", + "link": 2011, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2012 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceSwap" + }, + "widgets_values": [ + true, + "inswapper_128.onnx", + "retinaface_resnet50", + "GFPGANv1.4.pth", + 1, + 0.5, + "no", + "no", + "0", + "0", + 1 + ] + }, + { + "id": 1569, + "type": "ReActorRestoreFace", + "pos": [ + -3237.8983163689936, + 4409.918665611769 + ], + "size": { + "0": 210, + "1": 130 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2012 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2014 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorRestoreFace" + }, + "widgets_values": [ + "retinaface_resnet50", + "codeformer.pth", + 1, + 0.5 + ] + }, + { + "id": 1570, + "type": "ReActorLoadFaceModel", + "pos": [ + -3913.898316368993, + 4383.918665611769 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": [ + 2010 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorLoadFaceModel" + }, + "widgets_values": [ + "Johnson.safetensors" + ] + }, + { + "id": 1571, + "type": "ReActorMaskHelper", + "pos": [ + -2977.726270262294, + 4339.516935238869 + ], + "size": { + "0": 330, + "1": 454 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2020 + }, + { + "name": "swapped_image", + "type": "IMAGE", + "link": 2014 + }, + { + "name": "mask_optional", + "type": "MASK", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2018, + 2023, + 2031 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "MASK_PREVIEW", + "type": "IMAGE", + "links": [], + "slot_index": 2, + "shape": 3 + }, + { + "name": "SWAPPED_FACE", + "type": "IMAGE", + "links": [], + "slot_index": 3, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorMaskHelper" + }, + "widgets_values": [ + "bbox/face_yolov8m.pt", + 0.5, + 10, + 3, + 10, + "sam_vit_b_01ec64.pth", + 0, + 0.93, + 0, + 0.7, + "False", + "dilate", + 0, + 9, + 1 + ] + }, + { + "id": 1572, + "type": "Note", + "pos": [ + -3279.898316368993, + 4585.918665611769 + ], + "size": { + "0": 288.1455993652344, + "1": 201.9717254638672 + }, + "flags": {}, + "order": 27, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "If you don't have the \"face_yolov8m.pt\" Ultralytics model - you can download it from the Assets and put it into the \n\"ComfyUI\\models\\ultralytics\\bbox\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth\n\n\nAs well as \"sam_vit_b_01ec64.pth\" model - download (if you don't have it) and put it into the \"ComfyUI\\models\\sams\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1573, + "type": "easy getNode", + "pos": [ + -3853, + 3984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 1574, + "type": "ReActorFaceBoost", + "pos": [ + -3908.898316368993, + 4480.918665611769 + ], + "size": { + "0": 304.136962890625, + "1": 178 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "FACE_BOOST", + "type": "FACE_BOOST", + "links": [ + 2011 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceBoost" + }, + "widgets_values": [ + false, + "codeformer.pth", + "Bicubic", + 1, + 0.5, + false + ] + }, + { + "id": 1578, + "type": "easy setNode", + "pos": [ + -2823.8983163689954, + 4302.918665611769 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 2018 + } + ], + "title": "Set_image_Swapped", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Swapped" + ], + "color": "#223" + }, + { + "id": 1579, + "type": "Reroute", + "pos": [ + -3844, + 4185 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2030 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2019, + 2020 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1580, + "type": "VHS_VideoCombine", + "pos": [ + -2557, + 4030 + ], + "size": [ + 977.4036254882812, + 306 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2032 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2028, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 12, + "loop_count": 0, + "filename_prefix": "./foda/swap/foda1", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "foda1_00018.mp4", + "subfolder": "foda\\swap", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1581, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7319, + 7242 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2024 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1582, + "type": "ImageListToImageBatch", + "pos": [ + -4803, + 6608 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2026 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2027 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1583, + "type": "ImpactImageBatchToImageList", + "pos": [ + -3974, + 4116 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2029 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2030 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1584, + "type": "ImageListToImageBatch", + "pos": [ + -2799.015120848148, + 4067.313946873607 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2031 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2032 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1585, + "type": "Label (rgthree)", + "pos": { + "0": -10915, + "1": 2177, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 30, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9882, + 1541 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2033 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9866, + 1672 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2034 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9867, + 1818 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2035 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8457, + 2635 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1586, + "type": "Reroute", + "pos": [ + -9390, + 1620 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2033 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2036, + 2039 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1588, + "type": "Reroute", + "pos": [ + -9390, + 1680 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2035 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2037, + 2041, + 2042 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1587, + "type": "Reroute", + "pos": [ + -9390, + 1650 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2034 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2038, + 2040, + 2043 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8127, + 2241 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2043 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 34, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-MimicMotion-lines-v40\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nMimic Motion\nReactor Face Swap (model/Image)\nFlux Animation Detailer\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1919, + 1511, + 0, + 1506, + 0, + "IMAGE" + ], + [ + 1921, + 1505, + 2, + 1507, + 1, + "AUDIO" + ], + [ + 1922, + 1514, + 0, + 1507, + 4, + "FLOAT" + ], + [ + 1927, + 1511, + 0, + 1510, + 0, + "IMAGE" + ], + [ + 1928, + 1514, + 0, + 1510, + 4, + "FLOAT" + ], + [ + 1929, + 1508, + 0, + 1511, + 0, + "IMAGE" + ], + [ + 1931, + 1503, + 0, + 1512, + 0, + "MIMICPIPE" + ], + [ + 1932, + 1508, + 0, + 1512, + 1, + "IMAGE" + ], + [ + 1933, + 1506, + 0, + 1512, + 2, + "IMAGE" + ], + [ + 1934, + 1503, + 0, + 1513, + 0, + "MIMICPIPE" + ], + [ + 1935, + 1512, + 0, + 1513, + 1, + "LATENT" + ], + [ + 1936, + 1505, + 3, + 1514, + 0, + "VHS_VIDEOINFO" + ], + [ + 1944, + 1222, + 0, + 1508, + 0, + "IMAGE" + ], + [ + 1946, + 1218, + 1, + 1508, + 2, + "INT" + ], + [ + 1947, + 1218, + 2, + 1508, + 3, + "INT" + ], + [ + 1948, + 1218, + 1, + 1525, + 1, + "INT" + ], + [ + 1949, + 1218, + 2, + 1525, + 2, + "INT" + ], + [ + 1950, + 1505, + 0, + 1525, + 0, + "IMAGE" + ], + [ + 1951, + 1525, + 0, + 1511, + 1, + "IMAGE" + ], + [ + 1954, + 1513, + 0, + 1507, + 0, + "IMAGE" + ], + [ + 1955, + 1531, + 0, + 1528, + 0, + "IMAGE" + ], + [ + 1956, + 1552, + 0, + 1528, + 1, + "INT" + ], + [ + 1957, + 1553, + 0, + 1528, + 2, + "INT" + ], + [ + 1958, + 1556, + 0, + 1531, + 0, + "*" + ], + [ + 1960, + 1539, + 0, + 1533, + 0, + "IMAGE" + ], + [ + 1961, + 1550, + 0, + 1533, + 1, + "IMAGE" + ], + [ + 1962, + 1527, + 0, + 1534, + 0, + "NOISE" + ], + [ + 1963, + 1537, + 0, + 1534, + 1, + "GUIDER" + ], + [ + 1964, + 1535, + 0, + 1534, + 2, + "SAMPLER" + ], + [ + 1965, + 1549, + 1, + 1534, + 3, + "SIGMAS" + ], + [ + 1966, + 1538, + 0, + 1534, + 4, + "LATENT" + ], + [ + 1967, + 1546, + 0, + 1536, + 0, + "MODEL" + ], + [ + 1968, + 1546, + 0, + 1537, + 0, + "MODEL" + ], + [ + 1969, + 1541, + 0, + 1537, + 1, + "CONDITIONING" + ], + [ + 1972, + 1534, + 0, + 1539, + 0, + "LATENT" + ], + [ + 1975, + 1542, + 0, + 1543, + 0, + "IMAGE" + ], + [ + 1977, + 1552, + 0, + 1546, + 1, + "INT" + ], + [ + 1978, + 1553, + 0, + 1546, + 2, + "INT" + ], + [ + 1980, + 1536, + 0, + 1549, + 0, + "SIGMAS" + ], + [ + 1982, + 1556, + 0, + 1551, + 0, + "IMAGE" + ], + [ + 1983, + 1552, + 0, + 1551, + 1, + "INT" + ], + [ + 1984, + 1553, + 0, + 1551, + 2, + "INT" + ], + [ + 1987, + 1556, + 0, + 1554, + 0, + "IMAGE" + ], + [ + 1991, + 1557, + 0, + 1560, + 0, + "*" + ], + [ + 1992, + 1558, + 0, + 1561, + 0, + "*" + ], + [ + 1993, + 1559, + 0, + 1562, + 0, + "*" + ], + [ + 1994, + 1533, + 0, + 1542, + 0, + "IMAGE" + ], + [ + 1995, + 1514, + 0, + 1563, + 4, + "FLOAT" + ], + [ + 1996, + 1505, + 2, + 1563, + 1, + "AUDIO" + ], + [ + 1998, + 1560, + 0, + 1546, + 0, + "MODEL" + ], + [ + 1999, + 1561, + 0, + 1541, + 0, + "CLIP" + ], + [ + 2000, + 1562, + 0, + 1538, + 1, + "VAE" + ], + [ + 2001, + 1562, + 0, + 1539, + 1, + "VAE" + ], + [ + 2003, + 1554, + 2, + 1552, + 0, + "*" + ], + [ + 2004, + 1554, + 1, + 1553, + 0, + "*" + ], + [ + 2007, + 1551, + 0, + 1567, + 0, + "IMAGE" + ], + [ + 2008, + 1567, + 0, + 1538, + 0, + "IMAGE" + ], + [ + 2010, + 1570, + 0, + 1568, + 2, + "FACE_MODEL" + ], + [ + 2011, + 1574, + 0, + 1568, + 3, + "FACE_BOOST" + ], + [ + 2012, + 1568, + 0, + 1569, + 0, + "IMAGE" + ], + [ + 2014, + 1569, + 0, + 1571, + 1, + "IMAGE" + ], + [ + 2018, + 1571, + 0, + 1578, + 0, + "*" + ], + [ + 2019, + 1579, + 0, + 1568, + 0, + "IMAGE" + ], + [ + 2020, + 1579, + 0, + 1571, + 0, + "IMAGE" + ], + [ + 2023, + 1571, + 0, + 1556, + 0, + "*" + ], + [ + 2024, + 1528, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 2025, + 1581, + 0, + 1550, + 0, + "*" + ], + [ + 2026, + 1542, + 0, + 1582, + 0, + "IMAGE" + ], + [ + 2027, + 1582, + 0, + 1563, + 0, + "IMAGE" + ], + [ + 2028, + 1514, + 0, + 1580, + 4, + "FLOAT" + ], + [ + 2029, + 1513, + 0, + 1583, + 0, + "IMAGE" + ], + [ + 2030, + 1583, + 0, + 1579, + 0, + "*" + ], + [ + 2031, + 1571, + 0, + 1584, + 0, + "IMAGE" + ], + [ + 2032, + 1584, + 0, + 1580, + 0, + "IMAGE" + ], + [ + 2033, + 88, + 0, + 1586, + 0, + "*" + ], + [ + 2034, + 11, + 0, + 1587, + 0, + "*" + ], + [ + 2035, + 1102, + 0, + 1588, + 0, + "*" + ], + [ + 2036, + 1586, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2037, + 1588, + 0, + 1247, + 1, + "VAE" + ], + [ + 2038, + 1587, + 0, + 1483, + 1, + "CLIP" + ], + [ + 2039, + 1586, + 0, + 1557, + 0, + "*" + ], + [ + 2040, + 1587, + 0, + 1558, + 0, + "*" + ], + [ + 2041, + 1588, + 0, + 1559, + 0, + "*" + ], + [ + 2042, + 1588, + 0, + 1222, + 1, + "VAE" + ], + [ + 2043, + 1587, + 0, + 1501, + 0, + "CLIP" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 3897, + 1653 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Mimic Motion", + "bounding": [ + -9136, + 3769, + 4750, + 1964 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Detailer", + "bounding": [ + -9171, + 5973, + 6629, + 2578 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Face Swap", + "bounding": [ + -4072, + 3820, + 2785, + 1844 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-webcam-lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-webcam-lines-v30.json new file mode 100644 index 0000000..f3a8fe0 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Animation/Foda-webcam-lines-v30.json @@ -0,0 +1,2119 @@ +{ + "last_node_id": 1484, + "last_link_id": 1877, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9682, + 1799 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "video chat with a ROBOT" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1860, + 1864, + 1865 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1861, + 1866, + 1867 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8400, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8652, + 1076 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8400, + 1141 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1870 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8479, + 2394 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1864, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1866, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8151.617949856151, + 2360.55764728683 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8730, + 2490 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1857 + }, + { + "name": "width", + "type": "INT", + "link": 1865, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1867, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8161.617949856152, + 2480.55764728683 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img ( WEBCAM )" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -7011.61794985615, + 1830.5576472868302 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1876 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6674.61794985615, + 1805.5576472868304 + ], + "size": { + "0": 1616.242431640625, + "1": 1342.006591796875 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7401.61794985615, + 1830.5576472868302 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7401.61794985615, + 1970.5576472868302 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7401.61794985615, + 2070.55764728683 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1863, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 1, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7721.61794985615, + 1850.5576472868304 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1862, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7391.61794985615, + 2210.55764728683 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8120, + 1270 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1874 + }, + { + "name": "width", + "type": "INT", + "link": 1860, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1861, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1862, + 1863 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3, + 3, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8231.617949856152, + 1800.5576472868304 + ], + "size": { + "0": 354.3183898925781, + "1": 99.99996948242188 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1875 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8074, + 1050 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.9 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -9071.617949856149, + 1800.5576472868304 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "video chat with a ROBOT", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7741.61794985615, + 2430.55764728683 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8070, + 1160 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.5 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8671.617949856149, + 1810.5576472868304 + ], + "size": { + "0": 372.5661315917969, + "1": 177.99996948242188 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "photographic", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8671.617949856149, + 2020.55764728683 + ], + "size": { + "0": 370, + "1": 240 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "cinematic photo video chat with a ROBOT . 35mm photograph, film, bokeh, professional, 4k, highly detailed" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8480, + 2490 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1877 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7401.61794985615, + 2330.55764728683 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 36, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6992, + 1981 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/webcam/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6999, + 1943 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1870, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/webcam/flux", + "" + ] + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7713, + 1301 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1529 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 90740587284057, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10149, + "1": 2458, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 955.56640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "WEBCAM:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1404, + "type": "Label (rgthree)", + "pos": { + "0": -6651, + "1": 1666, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1767.333984375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "output: /foda/PROJECTNAME/webcam/", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1481, + "type": "WebcamCaptureCV2", + "pos": [ + -9109, + 2490 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1857 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "WebcamCaptureCV2" + }, + "widgets_values": [ + 0, + 0, + 512, + 512, + 0, + false + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -10215, + 1113 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9827, + 1070 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1871 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9817, + 1208 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1872 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9821, + 1374 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1873 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1482, + "type": "Reroute", + "pos": [ + -9410, + 1167 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1871 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1874 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1483, + "type": "Reroute", + "pos": [ + -9410, + 1200 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1872 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1875 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1484, + "type": "Reroute", + "pos": [ + -9410, + 1230 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1873 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1876, + 1877 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-webcam-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\n\n\ncan use 1 or 2 step to speed things up, but you will need higher denoise/shift to compensate. \n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1857, + 1481, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1860, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1861, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1862, + 1232, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1863, + 1232, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1864, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1865, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1866, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1867, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1870, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1871, + 88, + 0, + 1482, + 0, + "*" + ], + [ + 1872, + 11, + 0, + 1483, + 0, + "*" + ], + [ + 1873, + 1102, + 0, + 1484, + 0, + "*" + ], + [ + 1874, + 1482, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1875, + 1483, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1876, + 1484, + 0, + 1222, + 1, + "VAE" + ], + [ + 1877, + 1484, + 0, + 1247, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9150, + 1626, + 4197, + 1530 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux ControlNet/Foda-Flux-Lora-CNET-lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux ControlNet/Foda-Flux-Lora-CNET-lines-v30.json new file mode 100644 index 0000000..2a82289 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux ControlNet/Foda-Flux-Lora-CNET-lines-v30.json @@ -0,0 +1,3150 @@ +{ + "last_node_id": 1505, + "last_link_id": 1928, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1928 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7428.5517825761635, + 2000.4813381117128 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6153.5517825761635, + 1904.481338111716 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6152.5517825761635, + 1937.4813381117156 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10920, + "1": 2211, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7798.5517825761635, + 2051.481338111712 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7773.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1923 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1926 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7801.5517825761635, + 2439.481338111712 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7420.827487310534, + 2329.4463392861917 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 1, + 0.1, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7418.827487310534, + 2191.4463392861917 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7787.825534185534, + 2905.3563246388844 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -7783.825534185534, + 3006.3563246388844 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -7777.825534185534, + 3156.3563246388844 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4930, + 2900 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4920, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -4040, + 2900 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -4040, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -3290, + 2260 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3500, + 2480 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4350, + 2470 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1925 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "ComfyUI_temp_vxkft_00014_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9964, + 1571 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9590, + 1549 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9593, + 1841 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1921 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9584, + 1686 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1920 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1924 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1923 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1503, + "type": "Reroute", + "pos": [ + -9097.862655101171, + 1634.4995742196165 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1919 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1924 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -9098.862655101171, + 1664.4995742196165 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1920 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1925, + 1926 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8457, + 2635 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1927 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -9098.88621205036, + 1694.0423453291078 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1921 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1927, + 1928 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-CNET-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1919, + 88, + 0, + 1503, + 0, + "*" + ], + [ + 1920, + 11, + 0, + 1504, + 0, + "*" + ], + [ + 1921, + 1102, + 0, + 1505, + 0, + "*" + ], + [ + 1923, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1924, + 1503, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1925, + 1504, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1926, + 1504, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1927, + 1505, + 0, + 1247, + 1, + "VAE" + ], + [ + 1928, + 1505, + 0, + 1222, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 3897, + 1653 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json new file mode 100644 index 0000000..239d08b --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json @@ -0,0 +1,3050 @@ +{ + "last_node_id": 1562, + "last_link_id": 2056, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -6552.474377679978, + 2171.859747876937 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -6542.474377679978, + 2322.076319467548 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -6951.474377679978, + 2185.0763194675474 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -5752.474377679978, + 2170.0763194675474 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -5434.474377679978, + 2071.0763194675465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -5431.9249134336715, + 2035.281906296992 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2054 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6132.474377679978, + 2172.0763194675474 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -6354.9249134336715, + 2486.281906296991 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1956 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2020 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1559, + "type": "CannyEdgePreprocessor", + "pos": [ + -8460, + 3180 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2036 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2030 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1560, + "type": "HEDPreprocessor", + "pos": [ + -8460, + 3330 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1985 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1558, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -8470, + 3060 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2035 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960, + 2035, + 2036, + 2037 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2038 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2040 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2041 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2043 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11553, + "1": 2155, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1557, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7570, + 2133 + ], + "size": { + "0": 243.60000610351562, + "1": 98 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 2038 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 2040 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 2034 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 2041 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 2043 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1556, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7570, + 2373 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 2029 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 2030 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 2031 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 2034 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-CNET-IPA-basic-lines-v44\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nCNET stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7116.9249134336715, + 2050.281906296992 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2054, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -5482.474377679978, + 2150.0763194675474 + ], + "size": { + "0": 964.846435546875, + "1": 1056.662353515625 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8272, + 2453 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8268, + 2562 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8504, + 2434 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8504, + 2564 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2027 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2016, + 1549, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2029, + 1558, + 0, + 1556, + 0, + "IMAGE" + ], + [ + 2030, + 1559, + 0, + 1556, + 1, + "IMAGE" + ], + [ + 2031, + 1560, + 0, + 1556, + 2, + "IMAGE" + ], + [ + 2034, + 1556, + 0, + 1557, + 2, + "CONTROL_NET_STACK" + ], + [ + 2035, + 1502, + 0, + 1558, + 0, + "IMAGE" + ], + [ + 2036, + 1502, + 0, + 1559, + 0, + "IMAGE" + ], + [ + 2037, + 1502, + 0, + 1560, + 0, + "IMAGE" + ], + [ + 2038, + 1236, + 0, + 1557, + 0, + "CONDITIONING" + ], + [ + 2040, + 1501, + 0, + 1557, + 1, + "CONDITIONING" + ], + [ + 2041, + 1557, + 0, + 1561, + 0, + "*" + ], + [ + 2043, + 1557, + 1, + 1562, + 0, + "*" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2054, + 1212, + 0, + 1542, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7144, + 2001, + 2677, + 1244 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.6115909044841921, + "offset": [ + 9670.483855064647, + -1592.786364024229 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-IPA-basic-lines-v34.json b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-IPA-basic-lines-v34.json new file mode 100644 index 0000000..e07cbe7 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-IPA-basic-lines-v34.json @@ -0,0 +1,2162 @@ +{ + "last_node_id": 1544, + "last_link_id": 2010, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8190, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8679.481343149784, + 2378.4564635286083 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10373, + "1": 2372, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 2, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -9746, + "1": 2175, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 566.796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 3, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1927, + 1928 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8552.929560573612, + 2774.9751254168964 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -6643.610456835531, + 2180.4175706081974 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -5573.610456835531, + 2158.6341421988077 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -6633.610456835531, + 2330.634142198808 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8569.929560573612, + 2744.9751254168964 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -7042.610456835531, + 2193.6341421988077 + ], + "size": [ + 315, + 542.0000228881836 + ], + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -7972.9295605736115, + 2254.9751254168964 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7642.9295605736115, + 2134.9751254168955 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1927 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1954 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8679.481343149784, + 2168.4564635286083 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7625.9295605736115, + 2295.9751254168964 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1928 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1955 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8202.929560573612, + 2134.9751254168955 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1990 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8192.929560573612, + 2234.9751254168964 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1931 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -7942.9295605736115, + 2134.9751254168955 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1985 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1931, + 1990 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -5843.610456835531, + 2178.6341421988077 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -5525.610456835531, + 2079.634142198807 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -5523.060992589225, + 2043.8397290282523 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2009 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8596, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6223.610456835531, + 2180.6341421988077 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1954 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 1955 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.5 + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 15, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, " + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9047.929560573612, + 2106.9751254168955 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-IPA-basic-lines-v34\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nFlux IP Adapter (X-labs)\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7226.060992589225, + 2063.8397290282523 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2009, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8191, + 2426 + ], + "size": { + "0": 210, + "1": 87.26942443847656 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 196673262563057, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8180, + 2720 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1956 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9054, + 2518 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1927, + 1505, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1928, + 1505, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1931, + 1504, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1954, + 1236, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 1955, + 1501, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1990, + 1504, + 0, + 1538, + 0, + "MODEL" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2009, + 1212, + 0, + 1542, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9098, + 1983, + 1758, + 1148 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7235, + 2010, + 2500, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.28531167061102236, + "offset": [ + 10619.690797880734, + -581.0873198022142 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-IPA-basic-lines-v38.json b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-IPA-basic-lines-v38.json new file mode 100644 index 0000000..7d9bf73 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/Foda-Flux-LORA-IPA-basic-lines-v38.json @@ -0,0 +1,2717 @@ +{ + "last_node_id": 1562, + "last_link_id": 2058, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -6594.16051075026, + 2245.530452523221 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -6584.16051075026, + 2395.7470241138312 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -6993.16051075026, + 2258.7470241138312 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -5794.16051075026, + 2243.7470241138312 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -5476.16051075026, + 2144.747024113832 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -5473.611046503954, + 2108.9526109432786 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2056 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6174.16051075026, + 2245.7470241138312 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -6396.611046503954, + 2559.952610943275 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10955, + "1": 2158, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 14, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1956 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2020 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 15, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1985 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2053 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2053 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2054 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2054 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-IPA-basic-lines-v38\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7167.611046503954, + 2112.9526109432786 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2056, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -5524.16051075026, + 2223.7470241138312 + ], + "size": [ + 966.5551845245473, + 952.1945344041474 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8503, + 2429 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8504, + 2557 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2027 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8279, + 2437 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8274, + 2560 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2016, + 1549, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2053, + 1236, + 0, + 1561, + 0, + "*" + ], + [ + 2054, + 1501, + 0, + 1562, + 0, + "*" + ], + [ + 2056, + 1212, + 0, + 1542, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7186, + 2075, + 2672, + 1163 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.8954302432553072, + "offset": [ + 9001.860483433738, + -1997.1022216802448 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-Ipadapter-lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-Ipadapter-lines-v30.json new file mode 100644 index 0000000..85bbdb9 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-Ipadapter-lines-v30.json @@ -0,0 +1,4365 @@ +{ + "last_node_id": 1544, + "last_link_id": 2005, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8109.481343149775, + 2838.4564635286083 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1982, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1920, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8099.755094759145, + 2503.331450055781 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8679.481343149784, + 2378.4564635286083 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4715.525772749447, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3295.525772749448, + 3525.578939696701 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4145.525772749447, + 3515.578939696701 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 74, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10373, + "1": 2372, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 5, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -9746, + "1": 2175, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 566.796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 6, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1927, + 1928 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8552.929560573612, + 2774.9751254168964 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1510, + "type": "SaveImage", + "pos": [ + -6130, + 2950 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1940, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -7206.549464246306, + 3918.577841579945 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -6136.549464246306, + 3896.7944131705553 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7196.549464246306, + 4068.794413170556 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8569.929560573612, + 2744.9751254168964 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -7605.549464246306, + 3931.7944131705553 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1527, + "type": "LoadFluxIPAdapter", + "pos": [ + -7201.618667570003, + 4880.718374526017 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1530, + "type": "SaveImage", + "pos": [ + -6131.618667570003, + 4860.718374526017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1973 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1974, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1533, + "type": "LoadAndResizeImage", + "pos": [ + -7601.618667570003, + 4890.718374526017 + ], + "size": { + "0": 320, + "1": 540 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1967 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -3835.525772749448, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1930, + 1938, + 1972, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -7972.9295605736115, + 2254.9751254168964 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7642.9295605736115, + 2134.9751254168955 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1927 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1920, + 1935, + 1954, + 1969 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8679.481343149784, + 2168.4564635286083 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7625.9295605736115, + 2295.9751254168964 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1928 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1936, + 1955, + 1970 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8202.929560573612, + 2134.9751254168955 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1990 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8192.929560573612, + 2234.9751254168964 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1931 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -7942.9295605736115, + 2134.9751254168955 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1982, + 1985, + 1987, + 1988 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1526, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7192, + 5031 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1988, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1966 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1967, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.72 + ] + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1931, + 1933, + 1990 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6153, + 1937 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1992, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7248, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1992, + 1993 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "CR Text Concatenate", + "pos": [ + -6130, + 2870 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1994, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1942, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1940 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7260.354499723701, + 2742.4879525975975 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1993, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1994, + 1995 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1930 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1509, + "type": "VAEDecode", + "pos": [ + -6400, + 2970 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1943 + }, + { + "name": "vae", + "type": "VAE", + "link": 1938 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1939, + 1998 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -6406.549464246306, + 3916.7944131705553 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950, + 1999 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1529, + "type": "VAEDecode", + "pos": [ + -6401.618667570003, + 4880.718374526017 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1978 + }, + { + "name": "vae", + "type": "VAE", + "link": 1972 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1973, + 2000 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -6088.549464246306, + 3817.7944131705544 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7912.838656037527, + 3661.3338668867245 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1995, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996, + 2001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1543, + "type": "Reroute", + "pos": [ + -7936.47296741812, + 4638.282032321379 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2001, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2002 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1532, + "type": "CR Text Concatenate", + "pos": [ + -6132, + 4781 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2002, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1975, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1974 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1531, + "type": "PrimitiveNode", + "pos": [ + -6141, + 4741 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1975 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -6086, + 3782 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1511, + "type": "PrimitiveNode", + "pos": [ + -6133, + 2843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1942 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6151, + 1906 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -4805.525772749447, + 1985.5789396967007 + ], + "size": { + "0": 1707.9832763671875, + "1": 1445.9287109375 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -3835.525772749448, + 3945.578939696701 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2000 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "IPA | 0.9", + "IPA | 0.7", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4715.525772749447, + 3945.578939696701 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1997 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Foda Standard", + "IPA | OFF", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1987, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 50, + 1 + ] + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -7802, + 2519 + ], + "size": [ + 210, + 82 + ], + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 3, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 440.19559475052665, + 296.0987236490323 + ], + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -7798, + 2672 + ], + "size": [ + 210, + 87.2694242748662 + ], + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2003, + 2004, + 2005 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 196673262563057, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8099.9295605736115, + 2717.9751254168964 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505, + 1934, + 1956, + 1971 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8099.755094759145, + 2606.331450055781 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9055.929560573612, + 2515.9751254168964 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8596, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1507, + "type": "XlabsSampler", + "pos": [ + -6811, + 2968 + ], + "size": [ + 342.5999755859375, + 258 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1933, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1935 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 1936 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1934 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2003, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1943 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.5 + ] + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6786.549464246306, + 3918.7944131705553 + ], + "size": [ + 342.5999755859375, + 258 + ], + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1954 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 1955 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.5 + ] + }, + { + "id": 1528, + "type": "XlabsSampler", + "pos": [ + -6781.618667570003, + 4880.718374526017 + ], + "size": [ + 342.5999755859375, + 258 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1989, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1969 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 1970 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1971 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2005, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.5 + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 26, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, " + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9047.929560573612, + 2106.9751254168955 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 28, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-Ipadapter-lines-v32\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nFlux IP Adapter (X-labs)\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1920, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1927, + 1505, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1928, + 1505, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1930, + 1506, + 0, + 1222, + 1, + "VAE" + ], + [ + 1931, + 1504, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1933, + 1504, + 0, + 1507, + 0, + "MODEL" + ], + [ + 1934, + 1217, + 0, + 1507, + 3, + "LATENT" + ], + [ + 1935, + 1236, + 0, + 1507, + 1, + "CONDITIONING" + ], + [ + 1936, + 1501, + 0, + 1507, + 2, + "CONDITIONING" + ], + [ + 1938, + 1506, + 0, + 1509, + 1, + "VAE" + ], + [ + 1939, + 1509, + 0, + 1510, + 0, + "IMAGE" + ], + [ + 1940, + 1512, + 0, + 1510, + 1, + "STRING" + ], + [ + 1942, + 1511, + 0, + 1512, + 1, + "STRING" + ], + [ + 1943, + 1507, + 0, + 1509, + 0, + "LATENT" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1954, + 1236, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 1955, + 1501, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1966, + 1527, + 0, + 1526, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1967, + 1533, + 0, + 1526, + 2, + "IMAGE" + ], + [ + 1969, + 1236, + 0, + 1528, + 1, + "CONDITIONING" + ], + [ + 1970, + 1501, + 0, + 1528, + 2, + "CONDITIONING" + ], + [ + 1971, + 1217, + 0, + 1528, + 3, + "LATENT" + ], + [ + 1972, + 1506, + 0, + 1529, + 1, + "VAE" + ], + [ + 1973, + 1529, + 0, + 1530, + 0, + "IMAGE" + ], + [ + 1974, + 1532, + 0, + 1530, + 1, + "STRING" + ], + [ + 1975, + 1531, + 0, + 1532, + 1, + "STRING" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1978, + 1528, + 0, + 1529, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1982, + 1539, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1987, + 1539, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1988, + 1539, + 0, + 1526, + 0, + "MODEL" + ], + [ + 1989, + 1526, + 0, + 1528, + 0, + "MODEL" + ], + [ + 1990, + 1504, + 0, + 1538, + 0, + "MODEL" + ], + [ + 1991, + 1212, + 0, + 1540, + 0, + "*" + ], + [ + 1992, + 1540, + 0, + 1250, + 0, + "STRING" + ], + [ + 1993, + 1540, + 0, + 1541, + 0, + "*" + ], + [ + 1994, + 1541, + 0, + 1512, + 0, + "STRING" + ], + [ + 1995, + 1541, + 0, + 1542, + 0, + "*" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 1997, + 1222, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1998, + 1509, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1999, + 1521, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 2000, + 1529, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 2001, + 1542, + 0, + 1543, + 0, + "*" + ], + [ + 2002, + 1543, + 0, + 1532, + 0, + "STRING" + ], + [ + 2003, + 1544, + 0, + 1507, + 5, + "INT" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2005, + 1544, + 0, + 1528, + 5, + "INT" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9098, + 1983, + 1758, + 1148 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Standard", + "bounding": [ + -7138, + 1792, + 1841, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter - OFF", + "bounding": [ + -7128, + 2776, + 1831, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7798, + 3748, + 2500, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.72", + "bounding": [ + -7783, + 4674, + 2486, + 913 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Comparison", + "bounding": [ + -4879, + 1886, + 1868, + 2389 + ], + "color": "#b06634", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.17715610000000687, + "offset": [ + 10973.65492327013, + 68.77360307480558 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-LORA-CNET-Ipadapter-lines-v34.json b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-LORA-CNET-Ipadapter-lines-v34.json new file mode 100644 index 0000000..4fddbcd --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-LORA-CNET-Ipadapter-lines-v34.json @@ -0,0 +1,5501 @@ +{ + "last_node_id": 1562, + "last_link_id": 2052, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1982, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2044, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4715.525772749447, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3295.525772749448, + 3525.578939696701 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4145.525772749447, + 3515.578939696701 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 90, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1510, + "type": "SaveImage", + "pos": [ + -6130, + 2950 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1940, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -7206.549464246306, + 3918.577841579945 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -6136.549464246306, + 3896.7944131705553 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7196.549464246306, + 4068.794413170556 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -7605.549464246306, + 3931.7944131705553 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1527, + "type": "LoadFluxIPAdapter", + "pos": [ + -7201.618667570003, + 4880.718374526017 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1530, + "type": "SaveImage", + "pos": [ + -6131.618667570003, + 4860.718374526017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1973 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1974, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1533, + "type": "LoadAndResizeImage", + "pos": [ + -7601.618667570003, + 4890.718374526017 + ], + "size": { + "0": 320, + "1": 540 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1967 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -3835.525772749448, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1930, + 1938, + 1972, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1526, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7192, + 5031 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1988, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1966 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1967, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.72 + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6153, + 1937 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1992, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1512, + "type": "CR Text Concatenate", + "pos": [ + -6130, + 2870 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1994, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1942, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1940 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1930 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1509, + "type": "VAEDecode", + "pos": [ + -6400, + 2970 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1943 + }, + { + "name": "vae", + "type": "VAE", + "link": 1938 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1939, + 1998 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -6406.549464246306, + 3916.7944131705553 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950, + 1999 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1529, + "type": "VAEDecode", + "pos": [ + -6401.618667570003, + 4880.718374526017 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1978 + }, + { + "name": "vae", + "type": "VAE", + "link": 1972 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1973, + 2000 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -6088.549464246306, + 3817.7944131705544 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1532, + "type": "CR Text Concatenate", + "pos": [ + -6132, + 4781 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2002, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1975, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1974 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1531, + "type": "PrimitiveNode", + "pos": [ + -6141, + 4741 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1975 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -6086, + 3782 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1511, + "type": "PrimitiveNode", + "pos": [ + -6133, + 2843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1942 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6151, + 1906 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -4805.525772749447, + 1985.5789396967007 + ], + "size": { + "0": 1707.9832763671875, + "1": 1445.9287109375 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -3835.525772749448, + 3945.578939696701 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2000 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "IPA | 0.9", + "IPA | 0.7", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4715.525772749447, + 3945.578939696701 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1997 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Foda Standard", + "IPA | OFF", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1987, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 50, + 1 + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7132, + 1749 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1992, + 1993 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7130, + 2742 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1993, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1994, + 1995 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7797, + 3710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1995, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996, + 2001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1543, + "type": "Reroute", + "pos": [ + -7775, + 4642 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2001, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2002 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1933, + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6786.549464246306, + 3918.7944131705553 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1528, + "type": "XlabsSampler", + "pos": [ + -6781.618667570003, + 4880.718374526017 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1989, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2050 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2052 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1971 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2005, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2025, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2028, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7075, + 2629 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1550, + "type": "ImpactSwitch", + "pos": [ + -7088, + 3112 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2015 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2016 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2014, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2017 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -7009, + 4233 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1553, + "type": "ImpactSwitch", + "pos": [ + -7017, + 5190 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2022 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2023 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2024, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505, + 1934, + 1956, + 1971 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519, + 2014, + 2020, + 2024 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1507, + "type": "XlabsSampler", + "pos": [ + -6811, + 2968 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1933, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2045 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2046 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1934 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2003, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2017, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2026, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1943 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1559, + "type": "CannyEdgePreprocessor", + "pos": [ + -8460, + 3180 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2036 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2030 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1560, + "type": "HEDPreprocessor", + "pos": [ + -8460, + 3330 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1982, + 1985, + 1987, + 1988 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8270, + 2740 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2026, + 2027, + 2028 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8531, + 2452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8535, + 2557 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8302, + 2438 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8305, + 2567 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2003, + 2004, + 2005 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8080, + 2572 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8079, + 2450 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2015, + 2018, + 2022 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1558, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -8470, + 3060 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2035 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960, + 2035, + 2036, + 2037 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2038 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2040 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2041 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2044, + 2045, + 2049, + 2050 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2043 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2046, + 2051, + 2052 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11553, + "1": 2155, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 31, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1557, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7570, + 2133 + ], + "size": { + "0": 243.60000610351562, + "1": 98 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 2038 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 2040 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 2034 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 2041 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 2043 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1556, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7570, + 2373 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 2029 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 2030 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 2031 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 2034 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-CNET-Ipadapter-lines-v34\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nCNET stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1930, + 1506, + 0, + 1222, + 1, + "VAE" + ], + [ + 1933, + 1504, + 0, + 1507, + 0, + "MODEL" + ], + [ + 1934, + 1217, + 0, + 1507, + 3, + "LATENT" + ], + [ + 1938, + 1506, + 0, + 1509, + 1, + "VAE" + ], + [ + 1939, + 1509, + 0, + 1510, + 0, + "IMAGE" + ], + [ + 1940, + 1512, + 0, + 1510, + 1, + "STRING" + ], + [ + 1942, + 1511, + 0, + 1512, + 1, + "STRING" + ], + [ + 1943, + 1507, + 0, + 1509, + 0, + "LATENT" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1966, + 1527, + 0, + 1526, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1967, + 1533, + 0, + 1526, + 2, + "IMAGE" + ], + [ + 1971, + 1217, + 0, + 1528, + 3, + "LATENT" + ], + [ + 1972, + 1506, + 0, + 1529, + 1, + "VAE" + ], + [ + 1973, + 1529, + 0, + 1530, + 0, + "IMAGE" + ], + [ + 1974, + 1532, + 0, + 1530, + 1, + "STRING" + ], + [ + 1975, + 1531, + 0, + 1532, + 1, + "STRING" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1978, + 1528, + 0, + 1529, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1982, + 1539, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1987, + 1539, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1988, + 1539, + 0, + 1526, + 0, + "MODEL" + ], + [ + 1989, + 1526, + 0, + 1528, + 0, + "MODEL" + ], + [ + 1991, + 1212, + 0, + 1540, + 0, + "*" + ], + [ + 1992, + 1540, + 0, + 1250, + 0, + "STRING" + ], + [ + 1993, + 1540, + 0, + 1541, + 0, + "*" + ], + [ + 1994, + 1541, + 0, + 1512, + 0, + "STRING" + ], + [ + 1995, + 1541, + 0, + 1542, + 0, + "*" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 1997, + 1222, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1998, + 1509, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1999, + 1521, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 2000, + 1529, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 2001, + 1542, + 0, + 1543, + 0, + "*" + ], + [ + 2002, + 1543, + 0, + 1532, + 0, + "STRING" + ], + [ + 2003, + 1544, + 0, + 1507, + 5, + "INT" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2005, + 1544, + 0, + 1528, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2014, + 1217, + 2, + 1550, + 3, + "INT" + ], + [ + 2015, + 1548, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2016, + 1549, + 0, + 1550, + 1, + "FLOAT" + ], + [ + 2017, + 1550, + 0, + 1507, + 6, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2022, + 1548, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 1, + "FLOAT" + ], + [ + 2024, + 1217, + 2, + 1553, + 3, + "INT" + ], + [ + 2025, + 1553, + 0, + 1528, + 6, + "FLOAT" + ], + [ + 2026, + 1554, + 0, + 1507, + 7, + "INT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2028, + 1554, + 0, + 1528, + 7, + "INT" + ], + [ + 2029, + 1558, + 0, + 1556, + 0, + "IMAGE" + ], + [ + 2030, + 1559, + 0, + 1556, + 1, + "IMAGE" + ], + [ + 2031, + 1560, + 0, + 1556, + 2, + "IMAGE" + ], + [ + 2034, + 1556, + 0, + 1557, + 2, + "CONTROL_NET_STACK" + ], + [ + 2035, + 1502, + 0, + 1558, + 0, + "IMAGE" + ], + [ + 2036, + 1502, + 0, + 1559, + 0, + "IMAGE" + ], + [ + 2037, + 1502, + 0, + 1560, + 0, + "IMAGE" + ], + [ + 2038, + 1236, + 0, + 1557, + 0, + "CONDITIONING" + ], + [ + 2040, + 1501, + 0, + 1557, + 1, + "CONDITIONING" + ], + [ + 2041, + 1557, + 0, + 1561, + 0, + "*" + ], + [ + 2043, + 1557, + 1, + 1562, + 0, + "*" + ], + [ + 2044, + 1561, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 2045, + 1561, + 0, + 1507, + 1, + "CONDITIONING" + ], + [ + 2046, + 1562, + 0, + 1507, + 2, + "CONDITIONING" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2050, + 1561, + 0, + 1528, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2052, + 1562, + 0, + 1528, + 2, + "CONDITIONING" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Standard", + "bounding": [ + -7138, + 1792, + 1841, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter - OFF", + "bounding": [ + -7128, + 2776, + 1831, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7798, + 3748, + 2500, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.72", + "bounding": [ + -7783, + 4674, + 2486, + 913 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Comparison", + "bounding": [ + -4879, + 1886, + 1868, + 2389 + ], + "color": "#b06634", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.744940226888773, + "offset": [ + 9388.490373755767, + -973.427481123378 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-LORA-Ipadapter-lines-v36.json b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-LORA-Ipadapter-lines-v36.json new file mode 100644 index 0000000..e4a6589 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux IP Adapter/compare/Foda-Flux-LORA-Ipadapter-lines-v36.json @@ -0,0 +1,5168 @@ +{ + "last_node_id": 1562, + "last_link_id": 2054, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1982, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2044, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4715.525772749447, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3295.525772749448, + 3525.578939696701 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4145.525772749447, + 3515.578939696701 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 85, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1510, + "type": "SaveImage", + "pos": [ + -6130, + 2950 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1940, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -7206.549464246306, + 3918.577841579945 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -6136.549464246306, + 3896.7944131705553 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7196.549464246306, + 4068.794413170556 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -7605.549464246306, + 3931.7944131705553 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1527, + "type": "LoadFluxIPAdapter", + "pos": [ + -7201.618667570003, + 4880.718374526017 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1530, + "type": "SaveImage", + "pos": [ + -6131.618667570003, + 4860.718374526017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1973 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1974, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1533, + "type": "LoadAndResizeImage", + "pos": [ + -7601.618667570003, + 4890.718374526017 + ], + "size": { + "0": 320, + "1": 540 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1967 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -3835.525772749448, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1930, + 1938, + 1972, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1526, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7192, + 5031 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1988, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1966 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1967, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.72 + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6153, + 1937 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1992, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1512, + "type": "CR Text Concatenate", + "pos": [ + -6130, + 2870 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1994, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1942, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1940 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1930 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1509, + "type": "VAEDecode", + "pos": [ + -6400, + 2970 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1943 + }, + { + "name": "vae", + "type": "VAE", + "link": 1938 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1939, + 1998 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -6406.549464246306, + 3916.7944131705553 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950, + 1999 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1529, + "type": "VAEDecode", + "pos": [ + -6401.618667570003, + 4880.718374526017 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1978 + }, + { + "name": "vae", + "type": "VAE", + "link": 1972 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1973, + 2000 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -6088.549464246306, + 3817.7944131705544 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1532, + "type": "CR Text Concatenate", + "pos": [ + -6132, + 4781 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2002, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1975, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1974 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1531, + "type": "PrimitiveNode", + "pos": [ + -6141, + 4741 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1975 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -6086, + 3782 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1511, + "type": "PrimitiveNode", + "pos": [ + -6133, + 2843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1942 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6151, + 1906 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -4805.525772749447, + 1985.5789396967007 + ], + "size": { + "0": 1707.9832763671875, + "1": 1445.9287109375 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -3835.525772749448, + 3945.578939696701 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2000 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "IPA | 0.9", + "IPA | 0.7", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4715.525772749447, + 3945.578939696701 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1997 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Foda Standard", + "IPA | OFF", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1987, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 50, + 1 + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7132, + 1749 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1992, + 1993 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7130, + 2742 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1993, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1994, + 1995 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7797, + 3710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1995, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996, + 2001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1543, + "type": "Reroute", + "pos": [ + -7775, + 4642 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2001, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2002 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1933, + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6786.549464246306, + 3918.7944131705553 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1528, + "type": "XlabsSampler", + "pos": [ + -6781.618667570003, + 4880.718374526017 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1989, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2050 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2052 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1971 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2005, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2025, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2028, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7075, + 2629 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1550, + "type": "ImpactSwitch", + "pos": [ + -7088, + 3112 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2015 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2016 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2014, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2017 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -7009, + 4233 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1553, + "type": "ImpactSwitch", + "pos": [ + -7017, + 5190 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2022 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2023 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2024, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10955, + "1": 2158, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 21, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505, + 1934, + 1956, + 1971 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519, + 2014, + 2020, + 2024 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 22, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1507, + "type": "XlabsSampler", + "pos": [ + -6811, + 2968 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1933, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2045 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2046 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1934 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2003, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2017, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2026, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1943 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1982, + 1985, + 1987, + 1988 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8270, + 2740 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2026, + 2027, + 2028 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8531, + 2452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8535, + 2557 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8302, + 2438 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8305, + 2567 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2003, + 2004, + 2005 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8080, + 2572 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8079, + 2450 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2015, + 2018, + 2022 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2053 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2053 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2044, + 2045, + 2049, + 2050 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2054 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2046, + 2051, + 2052 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2054 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-Ipadapter-lines-v36\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1930, + 1506, + 0, + 1222, + 1, + "VAE" + ], + [ + 1933, + 1504, + 0, + 1507, + 0, + "MODEL" + ], + [ + 1934, + 1217, + 0, + 1507, + 3, + "LATENT" + ], + [ + 1938, + 1506, + 0, + 1509, + 1, + "VAE" + ], + [ + 1939, + 1509, + 0, + 1510, + 0, + "IMAGE" + ], + [ + 1940, + 1512, + 0, + 1510, + 1, + "STRING" + ], + [ + 1942, + 1511, + 0, + 1512, + 1, + "STRING" + ], + [ + 1943, + 1507, + 0, + 1509, + 0, + "LATENT" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1966, + 1527, + 0, + 1526, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1967, + 1533, + 0, + 1526, + 2, + "IMAGE" + ], + [ + 1971, + 1217, + 0, + 1528, + 3, + "LATENT" + ], + [ + 1972, + 1506, + 0, + 1529, + 1, + "VAE" + ], + [ + 1973, + 1529, + 0, + 1530, + 0, + "IMAGE" + ], + [ + 1974, + 1532, + 0, + 1530, + 1, + "STRING" + ], + [ + 1975, + 1531, + 0, + 1532, + 1, + "STRING" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1978, + 1528, + 0, + 1529, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1982, + 1539, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1987, + 1539, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1988, + 1539, + 0, + 1526, + 0, + "MODEL" + ], + [ + 1989, + 1526, + 0, + 1528, + 0, + "MODEL" + ], + [ + 1991, + 1212, + 0, + 1540, + 0, + "*" + ], + [ + 1992, + 1540, + 0, + 1250, + 0, + "STRING" + ], + [ + 1993, + 1540, + 0, + 1541, + 0, + "*" + ], + [ + 1994, + 1541, + 0, + 1512, + 0, + "STRING" + ], + [ + 1995, + 1541, + 0, + 1542, + 0, + "*" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 1997, + 1222, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1998, + 1509, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1999, + 1521, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 2000, + 1529, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 2001, + 1542, + 0, + 1543, + 0, + "*" + ], + [ + 2002, + 1543, + 0, + 1532, + 0, + "STRING" + ], + [ + 2003, + 1544, + 0, + 1507, + 5, + "INT" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2005, + 1544, + 0, + 1528, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2014, + 1217, + 2, + 1550, + 3, + "INT" + ], + [ + 2015, + 1548, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2016, + 1549, + 0, + 1550, + 1, + "FLOAT" + ], + [ + 2017, + 1550, + 0, + 1507, + 6, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2022, + 1548, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 1, + "FLOAT" + ], + [ + 2024, + 1217, + 2, + 1553, + 3, + "INT" + ], + [ + 2025, + 1553, + 0, + 1528, + 6, + "FLOAT" + ], + [ + 2026, + 1554, + 0, + 1507, + 7, + "INT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2028, + 1554, + 0, + 1528, + 7, + "INT" + ], + [ + 2044, + 1561, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 2045, + 1561, + 0, + 1507, + 1, + "CONDITIONING" + ], + [ + 2046, + 1562, + 0, + 1507, + 2, + "CONDITIONING" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2050, + 1561, + 0, + 1528, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2052, + 1562, + 0, + 1528, + 2, + "CONDITIONING" + ], + [ + 2053, + 1236, + 0, + 1561, + 0, + "*" + ], + [ + 2054, + 1501, + 0, + 1562, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Standard", + "bounding": [ + -7138, + 1792, + 1841, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter - OFF", + "bounding": [ + -7128, + 2776, + 1831, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7798, + 3748, + 2500, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.72", + "bounding": [ + -7783, + 4674, + 2486, + 913 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Comparison", + "bounding": [ + -4879, + 1886, + 1868, + 2389 + ], + "color": "#b06634", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.1113776745354147, + "offset": [ + 9340.609534575487, + -969.7692354114315 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-Inpaint-SAM2-lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-Inpaint-SAM2-lines-v30.json new file mode 100644 index 0000000..afe580e --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-Inpaint-SAM2-lines-v30.json @@ -0,0 +1,2456 @@ +{ + "last_node_id": 1515, + "last_link_id": 1935, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8622.027832056669, + 3406.5549314367368 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "leather jacket", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8348.25449026938, + 1166.9462445229485 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8590, + 1179 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8352.150969741013, + 1201.8096525471638 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6313.027832056648, + 3348.5549314367368 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1935 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6043.027832056648, + 3328.5549314367363 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6703.027832056648, + 3348.5549314367368 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1908, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6703.027832056648, + 3488.5549314367368 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6703.027832056648, + 3588.5549314367368 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 8, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7023.027832056648, + 3368.5549314367368 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1895, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1901, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6693.027832056648, + 3728.5549314367368 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6703.027832056648, + 3848.5549314367368 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6040.027832056648, + 3219.554931436736 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6039.027832056648, + 3252.554931436736 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11159, + "1": 2184, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1996.6796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 7, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX INPAINT SAM2:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -8286.027832056656, + 3787.5549314367368 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -8263.027832056656, + 3368.5549314367368 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 32, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1932 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1933 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1873, + 1894 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1902, + 1903 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1350 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -8623.027832056669, + 3788.5549314367368 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "DifferentialDiffusion", + "pos": [ + -7923.027832056648, + 3401.5549314367368 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1894 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1895 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DifferentialDiffusion" + } + }, + { + "id": 1489, + "type": "CLIPTextEncode", + "pos": [ + -7923.027832056648, + 3438.5549314367368 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1902 + }, + { + "name": "text", + "type": "STRING", + "link": 1899, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1490, + "type": "FluxGuidance", + "pos": [ + -7673.027832056648, + 3407.5549314367368 + ], + "size": { + "0": 211.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1897 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1900 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FluxGuidance" + }, + "widgets_values": [ + 3.5 + ] + }, + { + "id": 1491, + "type": "InpaintModelConditioning", + "pos": [ + -7366.027832056648, + 3431.5549314367368 + ], + "size": { + "0": 216.59999084472656, + "1": 106 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1900 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1904 + }, + { + "name": "vae", + "type": "VAE", + "link": 1934 + }, + { + "name": "pixels", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "mask", + "type": "MASK", + "link": 1906 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1901 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "latent", + "type": "LATENT", + "links": [ + 1908 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InpaintModelConditioning" + } + }, + { + "id": 1492, + "type": "CLIPTextEncode", + "pos": [ + -7667.027832056648, + 3506.5549314367368 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1903 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1494, + "type": "ImpactGaussianBlurMask", + "pos": [ + -7680.642007158844, + 3270.826370690028 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1921 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactGaussianBlurMask" + }, + "widgets_values": [ + 10, + 10 + ] + }, + { + "id": 1500, + "type": "ImageAndMaskPreview", + "pos": [ + -7359, + 2185 + ], + "size": { + "0": 315, + "1": 338 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1925 + }, + { + "name": "mask", + "type": "MASK", + "link": 1912 + } + ], + "outputs": [ + { + "name": "composite", + "type": "IMAGE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageAndMaskPreview" + }, + "widgets_values": [ + 1, + "255, 0, 0", + false + ] + }, + { + "id": 1501, + "type": "Sam2Segmentation", + "pos": [ + -7722, + 2378 + ], + "size": { + "0": 315, + "1": 190 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "link": 1913 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1927 + }, + { + "name": "bboxes", + "type": "BBOX", + "link": 1914 + }, + { + "name": "mask", + "type": "MASK", + "link": null + }, + { + "name": "coordinates_positive", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_positive" + } + }, + { + "name": "coordinates_negative", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_negative" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1912, + 1921 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Sam2Segmentation" + }, + "widgets_values": [ + true, + "", + "", + true + ] + }, + { + "id": 1502, + "type": "DownloadAndLoadSAM2Model", + "pos": [ + -8081, + 2287 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "links": [ + 1913 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadSAM2Model" + }, + "widgets_values": [ + "sam2_hiera_small.safetensors", + "single_image", + "cuda", + "bf16" + ] + }, + { + "id": 1503, + "type": "Florence2toCoordinates", + "pos": [ + -8081, + 2469 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "data", + "type": "JSON", + "link": 1915 + } + ], + "outputs": [ + { + "name": "center_coordinates", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "bboxes", + "type": "BBOX", + "links": [ + 1914 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2toCoordinates" + }, + "widgets_values": [ + "0", + false + ] + }, + { + "id": 1504, + "type": "Florence2Run", + "pos": [ + -8573, + 2060 + ], + "size": { + "0": 400, + "1": 352 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1922 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [ + 1915 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "dress", + "caption_to_phrase_grounding", + true, + false, + 1024, + 3, + true, + "", + 1, + "fixed", + true + ] + }, + { + "id": 1505, + "type": "PreviewImage", + "pos": [ + -8569, + 2454 + ], + "size": { + "0": 392.1607666015625, + "1": 246 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1916 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Florence2ModelLoader", + "pos": [ + -8988, + 2080 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1507, + "type": "DownloadAndLoadFlorence2Model", + "pos": [ + -8985, + 2234 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 4, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadFlorence2Model" + }, + "widgets_values": [ + "microsoft/Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1508, + "type": "LoadAndResizeImage", + "pos": [ + -8978, + 2403 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1922, + 1926, + 1928 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -7677.642007158844, + 3198.826370690028 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1928 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1920 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -8260, + 1929 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1924, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "Reroute", + "pos": [ + -7564, + 1929 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1925 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9944, + 1543 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9579, + 1859 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1931 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9585, + 1549 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1929 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1513, + "type": "Reroute", + "pos": [ + -8923.575921172083, + 1678.7303240365625 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1929 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1932 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9579, + 1693 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1930 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1514, + "type": "Reroute", + "pos": [ + -8924.575921172083, + 1708.7303240365625 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1930 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1933 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1515, + "type": "Reroute", + "pos": [ + -8924.599478121272, + 1738.2730951460537 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1931 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1934, + 1935 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Inpaint-SAM2-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1894, + 1483, + 0, + 1488, + 0, + "MODEL" + ], + [ + 1895, + 1488, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1897, + 1489, + 0, + 1490, + 0, + "CONDITIONING" + ], + [ + 1899, + 518, + 0, + 1489, + 1, + "STRING" + ], + [ + 1900, + 1490, + 0, + 1491, + 0, + "CONDITIONING" + ], + [ + 1901, + 1491, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1902, + 1483, + 1, + 1489, + 0, + "CLIP" + ], + [ + 1903, + 1483, + 1, + 1492, + 0, + "CLIP" + ], + [ + 1904, + 1492, + 0, + 1491, + 1, + "CONDITIONING" + ], + [ + 1906, + 1494, + 0, + 1491, + 4, + "MASK" + ], + [ + 1908, + 1491, + 2, + 1224, + 4, + "LATENT" + ], + [ + 1912, + 1501, + 0, + 1500, + 1, + "MASK" + ], + [ + 1913, + 1502, + 0, + 1501, + 0, + "SAM2MODEL" + ], + [ + 1914, + 1503, + 1, + 1501, + 2, + "BBOX" + ], + [ + 1915, + 1504, + 3, + 1503, + 0, + "JSON" + ], + [ + 1916, + 1504, + 0, + 1505, + 0, + "IMAGE" + ], + [ + 1919, + 1506, + 0, + 1504, + 1, + "FL2MODEL" + ], + [ + 1920, + 1510, + 0, + 1491, + 3, + "IMAGE" + ], + [ + 1921, + 1501, + 0, + 1494, + 0, + "MASK" + ], + [ + 1922, + 1508, + 0, + 1504, + 0, + "IMAGE" + ], + [ + 1924, + 1511, + 0, + 1512, + 0, + "*" + ], + [ + 1925, + 1512, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1926, + 1508, + 0, + 1511, + 0, + "*" + ], + [ + 1927, + 1511, + 0, + 1501, + 1, + "IMAGE" + ], + [ + 1928, + 1508, + 0, + 1510, + 0, + "*" + ], + [ + 1929, + 88, + 0, + 1513, + 0, + "*" + ], + [ + 1930, + 11, + 0, + 1514, + 0, + "*" + ], + [ + 1931, + 1102, + 0, + 1515, + 0, + "*" + ], + [ + 1932, + 1513, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1933, + 1514, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1934, + 1515, + 0, + 1491, + 2, + "VAE" + ], + [ + 1935, + 1515, + 0, + 1222, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9011, + 3144, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SAM2", + "bounding": [ + -9014, + 1881, + 2098, + 1154 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-Inpaint-lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-Inpaint-lines-v30.json new file mode 100644 index 0000000..8d57c02 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-Inpaint-lines-v30.json @@ -0,0 +1,1866 @@ +{ + "last_node_id": 1497, + "last_link_id": 1916, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8749, + 2098 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "leather jacket", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8348.25449026938, + 1166.9462445229485 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8590, + 1179 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8352.150969741013, + 1201.8096525471638 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6440, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6170, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6830, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1908, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6830, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6830, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 8, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7150, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1895, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1901, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6820, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6830, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6167, + 1911 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6166, + 1944 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -8413, + 2479 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -8390, + 2060 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 24, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1913 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1914 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1873, + 1894 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1902, + 1903 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1350 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -8750, + 2480 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 9, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "DifferentialDiffusion", + "pos": [ + -8050, + 2093 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1894 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1895 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DifferentialDiffusion" + } + }, + { + "id": 1489, + "type": "CLIPTextEncode", + "pos": [ + -8050, + 2130 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1902 + }, + { + "name": "text", + "type": "STRING", + "link": 1899, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1490, + "type": "FluxGuidance", + "pos": [ + -7800, + 2099 + ], + "size": { + "0": 211.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1897 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1900 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FluxGuidance" + }, + "widgets_values": [ + 3.5 + ] + }, + { + "id": 1491, + "type": "InpaintModelConditioning", + "pos": [ + -7493, + 2123 + ], + "size": { + "0": 216.59999084472656, + "1": 106 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1900 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1904 + }, + { + "name": "vae", + "type": "VAE", + "link": 1915 + }, + { + "name": "pixels", + "type": "IMAGE", + "link": 1907 + }, + { + "name": "mask", + "type": "MASK", + "link": 1906 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1901 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "latent", + "type": "LATENT", + "links": [ + 1908 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InpaintModelConditioning" + } + }, + { + "id": 1492, + "type": "CLIPTextEncode", + "pos": [ + -7794, + 2198 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1903 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1493, + "type": "LoadAndResizeImage", + "pos": [ + -7962, + 2478 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": [ + 1905 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "clipspace/clipspace-mask-5291025.199999988.png [input]", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1494, + "type": "ImpactGaussianBlurMask", + "pos": [ + -7490, + 2499 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1905 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactGaussianBlurMask" + }, + "widgets_values": [ + 10, + 10 + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9953, + 1543 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9607, + 1551 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9599, + 1682 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1912 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9609, + 1835 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1495, + "type": "Reroute", + "pos": [ + -9069.545670562902, + 1673.97934932836 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1910 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1913 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1496, + "type": "Reroute", + "pos": [ + -9070.545670562902, + 1703.97934932836 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1912 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1914 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1497, + "type": "Reroute", + "pos": [ + -9070.569227512091, + 1733.5221204378513 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1911 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1915, + 1916 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10553, + "1": 2188, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1374.31640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 15, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX INPAINT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 16, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Inpaint-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1894, + 1483, + 0, + 1488, + 0, + "MODEL" + ], + [ + 1895, + 1488, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1897, + 1489, + 0, + 1490, + 0, + "CONDITIONING" + ], + [ + 1899, + 518, + 0, + 1489, + 1, + "STRING" + ], + [ + 1900, + 1490, + 0, + 1491, + 0, + "CONDITIONING" + ], + [ + 1901, + 1491, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1902, + 1483, + 1, + 1489, + 0, + "CLIP" + ], + [ + 1903, + 1483, + 1, + 1492, + 0, + "CLIP" + ], + [ + 1904, + 1492, + 0, + 1491, + 1, + "CONDITIONING" + ], + [ + 1905, + 1493, + 1, + 1494, + 0, + "MASK" + ], + [ + 1906, + 1494, + 0, + 1491, + 4, + "MASK" + ], + [ + 1907, + 1493, + 0, + 1491, + 3, + "IMAGE" + ], + [ + 1908, + 1491, + 2, + 1224, + 4, + "LATENT" + ], + [ + 1910, + 88, + 0, + 1495, + 0, + "*" + ], + [ + 1911, + 1102, + 0, + 1497, + 0, + "*" + ], + [ + 1912, + 11, + 0, + 1496, + 0, + "*" + ], + [ + 1913, + 1495, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1914, + 1496, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1915, + 1497, + 0, + 1491, + 2, + "VAE" + ], + [ + 1916, + 1497, + 0, + 1222, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-SAM2-Depth-lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-SAM2-Depth-lines-v30.json new file mode 100644 index 0000000..a82dab5 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-SAM2-Depth-lines-v30.json @@ -0,0 +1,3002 @@ +{ + "last_node_id": 1533, + "last_link_id": 1957, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8978.993762466896, + 3351.344962340878 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "detailed leather, silk lace, gold inlay", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8348.25449026938, + 1166.9462445229485 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8590, + 1179 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8352.150969741013, + 1201.8096525471638 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6317.674371789126, + 3291.697585709828 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1957 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1943 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6047.674371789126, + 3271.6975857098278 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6707.674371789126, + 3291.697585709828 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1908, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6707.674371789126, + 3431.697585709828 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6707.674371789126, + 3531.697585709828 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7027.674371789126, + 3311.697585709828 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1895, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1937, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6697.674371789126, + 3671.6975857098273 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6707.674371789126, + 3791.697585709824 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6044.674371789126, + 3162.6975857098273 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6043.674371789126, + 3195.6975857098273 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10547, + "1": 2193, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1340.91796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 7, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX INPAINT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -8638.993762466896, + 3731.344962340879 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -8618.993762466896, + 3321.344962340878 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1954 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1955 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1873, + 1894 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1902, + 1903 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8612, + 1320 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 776044138112220, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -8978.993762466896, + 3741.344962340879 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "DifferentialDiffusion", + "pos": [ + -8278.993762466896, + 3351.344962340878 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1894 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1895 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DifferentialDiffusion" + } + }, + { + "id": 1489, + "type": "CLIPTextEncode", + "pos": [ + -8278.993762466896, + 3391.344962340878 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1902 + }, + { + "name": "text", + "type": "STRING", + "link": 1899, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1490, + "type": "FluxGuidance", + "pos": [ + -8028.993762466896, + 3351.344962340878 + ], + "size": { + "0": 211.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1897 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1900 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FluxGuidance" + }, + "widgets_values": [ + 4 + ] + }, + { + "id": 1491, + "type": "InpaintModelConditioning", + "pos": [ + -7718.993762466896, + 3381.344962340878 + ], + "size": { + "0": 216.59999084472656, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1900 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1904 + }, + { + "name": "vae", + "type": "VAE", + "link": 1956 + }, + { + "name": "pixels", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "mask", + "type": "MASK", + "link": 1906 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1936 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "latent", + "type": "LATENT", + "links": [ + 1908 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InpaintModelConditioning" + } + }, + { + "id": 1492, + "type": "CLIPTextEncode", + "pos": [ + -8018.993762466896, + 3451.344962340878 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1903 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1494, + "type": "ImpactGaussianBlurMask", + "pos": [ + -8038.993762466896, + 3221.344962340878 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1921 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactGaussianBlurMask" + }, + "widgets_values": [ + 10, + 10 + ] + }, + { + "id": 1500, + "type": "ImageAndMaskPreview", + "pos": [ + -6640, + 2170 + ], + "size": { + "0": 315, + "1": 338 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1925 + }, + { + "name": "mask", + "type": "MASK", + "link": 1912 + } + ], + "outputs": [ + { + "name": "composite", + "type": "IMAGE", + "links": [ + 1940 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageAndMaskPreview" + }, + "widgets_values": [ + 1, + "255, 0, 0", + true + ] + }, + { + "id": 1501, + "type": "Sam2Segmentation", + "pos": [ + -7010, + 2370 + ], + "size": { + "0": 315, + "1": 190 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "link": 1913 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1927 + }, + { + "name": "bboxes", + "type": "BBOX", + "link": 1914 + }, + { + "name": "mask", + "type": "MASK", + "link": null + }, + { + "name": "coordinates_positive", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_positive" + } + }, + { + "name": "coordinates_negative", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_negative" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1912, + 1921 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Sam2Segmentation" + }, + "widgets_values": [ + true, + "", + "", + true + ] + }, + { + "id": 1502, + "type": "DownloadAndLoadSAM2Model", + "pos": [ + -7370, + 2270 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "links": [ + 1913 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadSAM2Model" + }, + "widgets_values": [ + "sam2_hiera_small.safetensors", + "single_image", + "cuda", + "bf16" + ] + }, + { + "id": 1503, + "type": "Florence2toCoordinates", + "pos": [ + -7370, + 2460 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "data", + "type": "JSON", + "link": 1915 + } + ], + "outputs": [ + { + "name": "center_coordinates", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "bboxes", + "type": "BBOX", + "links": [ + 1914 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2toCoordinates" + }, + "widgets_values": [ + "0", + false + ] + }, + { + "id": 1504, + "type": "Florence2Run", + "pos": [ + -7860, + 2050 + ], + "size": { + "0": 400, + "1": 352 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1922 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [ + 1915 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "dress", + "caption_to_phrase_grounding", + true, + false, + 1024, + 3, + true, + "", + 1, + "fixed", + true + ] + }, + { + "id": 1505, + "type": "PreviewImage", + "pos": [ + -7850, + 2440 + ], + "size": { + "0": 392.1607666015625, + "1": 246 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1916 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Florence2ModelLoader", + "pos": [ + -8988, + 2080 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1507, + "type": "DownloadAndLoadFlorence2Model", + "pos": [ + -8985, + 2234 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 4, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadFlorence2Model" + }, + "widgets_values": [ + "microsoft/Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1508, + "type": "LoadAndResizeImage", + "pos": [ + -8978, + 2403 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1922, + 1926, + 1928, + 1933, + 1942 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -8028.993762466896, + 3151.344962340878 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1928 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1920 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -7596, + 1932 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1924, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "Reroute", + "pos": [ + -7005, + 1932 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1925 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1515, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7371.993762466896, + 3217.344962340878 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1933 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1934, + 1938, + 1941 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1517, + "type": "ControlNetApply", + "pos": [ + -7371.993762466896, + 3317.344962340878 + ], + "size": { + "0": 211.60000610351562, + "1": 98 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1936 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1935 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1934 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1937 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ControlNetApply" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1518, + "type": "ControlNetLoader", + "pos": [ + -7364.993762466896, + 3461.344962340878 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 1935 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ControlNetLoader" + }, + "widgets_values": [ + "flux\\flux-depth-controlnet.safetensors" + ] + }, + { + "id": 1519, + "type": "PreviewImage", + "pos": [ + -7364, + 3575 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1938 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1520, + "type": "CR Simple Image Compare", + "pos": [ + -5909, + 2761 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1941 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1940 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1939, + 1948 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Depth", + "Mask", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1521, + "type": "PreviewImage", + "pos": [ + -5911, + 2331 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1522, + "type": "CR Simple Image Compare", + "pos": [ + -5400, + 2759 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1942 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1943 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1944, + 1949 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1523, + "type": "PreviewImage", + "pos": [ + -5405, + 2328 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1944 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1528, + "type": "Save Image Grid (mtb)", + "pos": [ + -4607, + 2659 + ], + "size": { + "0": 210, + "1": 294 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1529, + "type": "ImpactMakeImageBatch", + "pos": [ + -4800.860753948465, + 2661.354271807111 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1948 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1949 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1530, + "type": "Label (rgthree)", + "pos": { + "0": -9916, + "1": 2399, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 733.3984375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 16, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "DEPTH:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9934, + 1550 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9560, + 1852 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9564, + 1690 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1952 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9580, + 1554 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1953 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1531, + "type": "Reroute", + "pos": [ + -8983.613400047469, + 1634.9955888761792 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1953 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1954 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1532, + "type": "Reroute", + "pos": [ + -8984.613400047469, + 1664.9955888761792 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1952 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1955 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1533, + "type": "Reroute", + "pos": [ + -8984.636956996657, + 1694.5383599856705 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1951 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1956, + 1957 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-SAM2-Depth-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nFlux1 Schnell\nFlorence2 + SAM2 prompt 2 mask\ndifference diffusion inpainting\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1894, + 1483, + 0, + 1488, + 0, + "MODEL" + ], + [ + 1895, + 1488, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1897, + 1489, + 0, + 1490, + 0, + "CONDITIONING" + ], + [ + 1899, + 518, + 0, + 1489, + 1, + "STRING" + ], + [ + 1900, + 1490, + 0, + 1491, + 0, + "CONDITIONING" + ], + [ + 1902, + 1483, + 1, + 1489, + 0, + "CLIP" + ], + [ + 1903, + 1483, + 1, + 1492, + 0, + "CLIP" + ], + [ + 1904, + 1492, + 0, + 1491, + 1, + "CONDITIONING" + ], + [ + 1906, + 1494, + 0, + 1491, + 4, + "MASK" + ], + [ + 1908, + 1491, + 2, + 1224, + 4, + "LATENT" + ], + [ + 1912, + 1501, + 0, + 1500, + 1, + "MASK" + ], + [ + 1913, + 1502, + 0, + 1501, + 0, + "SAM2MODEL" + ], + [ + 1914, + 1503, + 1, + 1501, + 2, + "BBOX" + ], + [ + 1915, + 1504, + 3, + 1503, + 0, + "JSON" + ], + [ + 1916, + 1504, + 0, + 1505, + 0, + "IMAGE" + ], + [ + 1919, + 1506, + 0, + 1504, + 1, + "FL2MODEL" + ], + [ + 1920, + 1510, + 0, + 1491, + 3, + "IMAGE" + ], + [ + 1921, + 1501, + 0, + 1494, + 0, + "MASK" + ], + [ + 1922, + 1508, + 0, + 1504, + 0, + "IMAGE" + ], + [ + 1924, + 1511, + 0, + 1512, + 0, + "*" + ], + [ + 1925, + 1512, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1926, + 1508, + 0, + 1511, + 0, + "*" + ], + [ + 1927, + 1511, + 0, + 1501, + 1, + "IMAGE" + ], + [ + 1928, + 1508, + 0, + 1510, + 0, + "*" + ], + [ + 1933, + 1508, + 0, + 1515, + 0, + "IMAGE" + ], + [ + 1934, + 1515, + 0, + 1517, + 2, + "IMAGE" + ], + [ + 1935, + 1518, + 0, + 1517, + 1, + "CONTROL_NET" + ], + [ + 1936, + 1491, + 0, + 1517, + 0, + "CONDITIONING" + ], + [ + 1937, + 1517, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1938, + 1515, + 0, + 1519, + 0, + "IMAGE" + ], + [ + 1939, + 1520, + 0, + 1521, + 0, + "IMAGE" + ], + [ + 1940, + 1500, + 0, + 1520, + 1, + "IMAGE" + ], + [ + 1941, + 1515, + 0, + 1520, + 0, + "IMAGE" + ], + [ + 1942, + 1508, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1943, + 1222, + 0, + 1522, + 1, + "IMAGE" + ], + [ + 1944, + 1522, + 0, + 1523, + 0, + "IMAGE" + ], + [ + 1948, + 1520, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 1949, + 1522, + 0, + 1529, + 1, + "IMAGE" + ], + [ + 1950, + 1529, + 0, + 1528, + 0, + "IMAGE" + ], + [ + 1951, + 1102, + 0, + 1533, + 0, + "*" + ], + [ + 1952, + 11, + 0, + 1532, + 0, + "*" + ], + [ + 1953, + 88, + 0, + 1531, + 0, + "*" + ], + [ + 1954, + 1531, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1955, + 1532, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1956, + 1533, + 0, + 1491, + 2, + "VAE" + ], + [ + 1957, + 1533, + 0, + 1222, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9016, + 3087, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SAM2", + "bounding": [ + -9014, + 1881, + 2865, + 1159 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-inpainting-SAM2-CNET-lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-inpainting-SAM2-CNET-lines-v30.json new file mode 100644 index 0000000..7e85250 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Inpaint/Foda-Flux-inpainting-SAM2-CNET-lines-v30.json @@ -0,0 +1,3415 @@ +{ + "last_node_id": 1551, + "last_link_id": 2005, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8977.031408918194, + 3369.019844188148 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "anime attractive woman", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8348.25449026938, + 1166.9462445229485 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8590, + 1179 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8352.150969741013, + 1201.8096525471638 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -5448.037646451304, + 3297.67488184727 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 2005 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1943 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5178, + 3273 + ], + "size": { + "0": 851.3807983398438, + "1": 996.1937866210938 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -5838.037646451304, + 3297.67488184727 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1908, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -5838.037646451304, + 3437.67488184727 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -5838.037646451304, + 3537.67488184727 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6158.037646451304, + 3317.67488184727 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1895, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1964, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -5828.037646451304, + 3677.67488184727 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -5832.037646451304, + 3795.67488184727 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -5178.037646451304, + 3167.67488184727 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -5178.037646451304, + 3197.67488184727 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10529, + "1": 2206, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1340.91796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 7, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX INPAINT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -8637.031408918194, + 3749.0198441881494 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -8617.031408918194, + 3339.019844188148 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2002 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2003 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1873, + 1894 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1902, + 1903 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8612, + 1320 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 6536872129384, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -8977.031408918194, + 3759.0198441881494 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "DifferentialDiffusion", + "pos": [ + -8277.031408918194, + 3369.019844188148 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1894 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1895 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DifferentialDiffusion" + } + }, + { + "id": 1489, + "type": "CLIPTextEncode", + "pos": [ + -8277.031408918194, + 3409.019844188148 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1902 + }, + { + "name": "text", + "type": "STRING", + "link": 1899, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1490, + "type": "FluxGuidance", + "pos": [ + -8027.0314089182, + 3369.019844188148 + ], + "size": { + "0": 211.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1897 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1900 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FluxGuidance" + }, + "widgets_values": [ + 4 + ] + }, + { + "id": 1491, + "type": "InpaintModelConditioning", + "pos": [ + -7717.0314089182, + 3399.019844188148 + ], + "size": { + "0": 216.59999084472656, + "1": 106 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1900 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1904 + }, + { + "name": "vae", + "type": "VAE", + "link": 2004 + }, + { + "name": "pixels", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "mask", + "type": "MASK", + "link": 1906 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1962 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "latent", + "type": "LATENT", + "links": [ + 1908 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InpaintModelConditioning" + } + }, + { + "id": 1492, + "type": "CLIPTextEncode", + "pos": [ + -8017.037646451304, + 3468.67488184727 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1903 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1904, + 1963 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1494, + "type": "ImpactGaussianBlurMask", + "pos": [ + -8037.0314089182, + 3239.019844188148 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1998 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactGaussianBlurMask" + }, + "widgets_values": [ + 10, + 10 + ] + }, + { + "id": 1500, + "type": "ImageAndMaskPreview", + "pos": [ + -6640, + 2170 + ], + "size": { + "0": 316.1352844238281, + "1": 126 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1925 + }, + { + "name": "mask", + "type": "MASK", + "link": 1997 + } + ], + "outputs": [ + { + "name": "composite", + "type": "IMAGE", + "links": [ + 1968, + 1987 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageAndMaskPreview" + }, + "widgets_values": [ + 1, + "255, 0, 0", + true + ] + }, + { + "id": 1501, + "type": "Sam2Segmentation", + "pos": [ + -7012, + 2273 + ], + "size": { + "0": 315, + "1": 190 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "link": 1913 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1927 + }, + { + "name": "bboxes", + "type": "BBOX", + "link": 1914 + }, + { + "name": "mask", + "type": "MASK", + "link": null + }, + { + "name": "coordinates_positive", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_positive" + } + }, + { + "name": "coordinates_negative", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_negative" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1996 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Sam2Segmentation" + }, + "widgets_values": [ + true, + "", + "", + true + ] + }, + { + "id": 1502, + "type": "DownloadAndLoadSAM2Model", + "pos": [ + -7370, + 2284 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "links": [ + 1913 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadSAM2Model" + }, + "widgets_values": [ + "sam2_hiera_small.safetensors", + "single_image", + "cuda", + "bf16" + ] + }, + { + "id": 1503, + "type": "Florence2toCoordinates", + "pos": [ + -7370, + 2460 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "data", + "type": "JSON", + "link": 1915 + } + ], + "outputs": [ + { + "name": "center_coordinates", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "bboxes", + "type": "BBOX", + "links": [ + 1914 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2toCoordinates" + }, + "widgets_values": [ + "0", + false + ] + }, + { + "id": 1504, + "type": "Florence2Run", + "pos": [ + -7828, + 2059 + ], + "size": { + "0": 400, + "1": 357 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1922 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [ + 1915 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "head", + "caption_to_phrase_grounding", + true, + false, + 1024, + 3, + true, + "", + 1, + "fixed", + true + ] + }, + { + "id": 1505, + "type": "PreviewImage", + "pos": [ + -7824, + 2468 + ], + "size": { + "0": 392.1607666015625, + "1": 246 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1916 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Florence2ModelLoader", + "pos": [ + -8988, + 2080 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1507, + "type": "DownloadAndLoadFlorence2Model", + "pos": [ + -8985, + 2234 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 4, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadFlorence2Model" + }, + "widgets_values": [ + "microsoft/Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1508, + "type": "LoadAndResizeImage", + "pos": [ + -8978, + 2403 + ], + "size": { + "0": 315, + "1": 522.0000610351562 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1922, + 1926, + 1928, + 1958, + 1959, + 1960, + 1986 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "ComfyUI_temp_vxkft_00014_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -8027.0314089182, + 3169.019844188148 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1928 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1920 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -7596, + 1932 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1924, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "Reroute", + "pos": [ + -7005, + 1932 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1925 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1519, + "type": "PreviewImage", + "pos": [ + -7433.037646451304, + 3469.67488184727 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1965 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1520, + "type": "CR Simple Image Compare", + "pos": [ + -6910, + 4880 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1988 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1989 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1939, + 1980 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Mask", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1521, + "type": "PreviewImage", + "pos": [ + -6910, + 4450 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1522, + "type": "CR Simple Image Compare", + "pos": [ + -6020, + 4880 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1995 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1943 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1944, + 1949 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny\n", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1523, + "type": "PreviewImage", + "pos": [ + -6020, + 4450 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1944 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1528, + "type": "Save Image Grid (mtb)", + "pos": [ + -5240, + 4450 + ], + "size": { + "0": 969.9469604492188, + "1": 1505.43994140625 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1974 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1529, + "type": "ImpactMakeImageBatch", + "pos": [ + -5480, + 4460 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1980 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1949 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1974 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1530, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7030.037646451304, + 3551.67488184727 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1951 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1952 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1953 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1954 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 1, + 0.1, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1531, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7033.037646451304, + 3399.67488184727 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1962 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1963 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1954 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1532, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7707.037646451304, + 3653.67488184727 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1958 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1951, + 1965 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1534, + "type": "CannyEdgePreprocessor", + "pos": [ + -7710.037646451304, + 3833.67488184727 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1959 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1952, + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1535, + "type": "HEDPreprocessor", + "pos": [ + -7709.037646451304, + 4049.67488184727 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1960 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1953, + 1967, + 1995 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1536, + "type": "PreviewImage", + "pos": [ + -7426.037646451304, + 3757.67488184727 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1966 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1537, + "type": "PreviewImage", + "pos": [ + -7424.037646451304, + 4043.67488184727 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1967 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1538, + "type": "PreviewImage", + "pos": [ + -6575, + 2337 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1968 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1545, + "type": "Reroute", + "pos": [ + -7139, + 4882 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1986 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1988 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1546, + "type": "Reroute", + "pos": [ + -7137, + 4916 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1987 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1989 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1547, + "type": "InvertMask", + "pos": [ + -7009, + 2503 + ], + "size": { + "0": 308.33929443359375, + "1": 26.210811614990234 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1996 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1997, + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 1548, + "type": "Label (rgthree)", + "pos": { + "0": -10354, + "1": 2421, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1178.02734375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 15, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SAM2 CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -10199, + 1602 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9824, + 1544 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2000 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1549, + "type": "Reroute", + "pos": [ + -9051.336062612727, + 1624.7720963943596 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2000 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2002 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1550, + "type": "Reroute", + "pos": [ + -9052.336062612727, + 1654.7720963943596 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2001 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2003 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1551, + "type": "Reroute", + "pos": [ + -9052.359619561916, + 1684.3148675038508 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1999 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2004, + 2005 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9825, + 1845 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1999 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9818, + 1681 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2001 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 20, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-inpainting-SAM2-CNET-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nFlux1 Schnell\nFlorence2 + SAM2 prompt 2 mask\ndifference diffusion inpainting\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1894, + 1483, + 0, + 1488, + 0, + "MODEL" + ], + [ + 1895, + 1488, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1897, + 1489, + 0, + 1490, + 0, + "CONDITIONING" + ], + [ + 1899, + 518, + 0, + 1489, + 1, + "STRING" + ], + [ + 1900, + 1490, + 0, + 1491, + 0, + "CONDITIONING" + ], + [ + 1902, + 1483, + 1, + 1489, + 0, + "CLIP" + ], + [ + 1903, + 1483, + 1, + 1492, + 0, + "CLIP" + ], + [ + 1904, + 1492, + 0, + 1491, + 1, + "CONDITIONING" + ], + [ + 1906, + 1494, + 0, + 1491, + 4, + "MASK" + ], + [ + 1908, + 1491, + 2, + 1224, + 4, + "LATENT" + ], + [ + 1913, + 1502, + 0, + 1501, + 0, + "SAM2MODEL" + ], + [ + 1914, + 1503, + 1, + 1501, + 2, + "BBOX" + ], + [ + 1915, + 1504, + 3, + 1503, + 0, + "JSON" + ], + [ + 1916, + 1504, + 0, + 1505, + 0, + "IMAGE" + ], + [ + 1919, + 1506, + 0, + 1504, + 1, + "FL2MODEL" + ], + [ + 1920, + 1510, + 0, + 1491, + 3, + "IMAGE" + ], + [ + 1922, + 1508, + 0, + 1504, + 0, + "IMAGE" + ], + [ + 1924, + 1511, + 0, + 1512, + 0, + "*" + ], + [ + 1925, + 1512, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1926, + 1508, + 0, + 1511, + 0, + "*" + ], + [ + 1927, + 1511, + 0, + 1501, + 1, + "IMAGE" + ], + [ + 1928, + 1508, + 0, + 1510, + 0, + "*" + ], + [ + 1939, + 1520, + 0, + 1521, + 0, + "IMAGE" + ], + [ + 1943, + 1222, + 0, + 1522, + 1, + "IMAGE" + ], + [ + 1944, + 1522, + 0, + 1523, + 0, + "IMAGE" + ], + [ + 1949, + 1522, + 0, + 1529, + 1, + "IMAGE" + ], + [ + 1951, + 1532, + 0, + 1530, + 0, + "IMAGE" + ], + [ + 1952, + 1534, + 0, + 1530, + 1, + "IMAGE" + ], + [ + 1953, + 1535, + 0, + 1530, + 2, + "IMAGE" + ], + [ + 1954, + 1530, + 0, + 1531, + 2, + "CONTROL_NET_STACK" + ], + [ + 1958, + 1508, + 0, + 1532, + 0, + "IMAGE" + ], + [ + 1959, + 1508, + 0, + 1534, + 0, + "IMAGE" + ], + [ + 1960, + 1508, + 0, + 1535, + 0, + "IMAGE" + ], + [ + 1962, + 1491, + 0, + 1531, + 0, + "CONDITIONING" + ], + [ + 1963, + 1492, + 0, + 1531, + 1, + "CONDITIONING" + ], + [ + 1964, + 1531, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1965, + 1532, + 0, + 1519, + 0, + "IMAGE" + ], + [ + 1966, + 1534, + 0, + 1536, + 0, + "IMAGE" + ], + [ + 1967, + 1535, + 0, + 1537, + 0, + "IMAGE" + ], + [ + 1968, + 1500, + 0, + 1538, + 0, + "IMAGE" + ], + [ + 1974, + 1529, + 0, + 1528, + 0, + "IMAGE" + ], + [ + 1980, + 1520, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 1986, + 1508, + 0, + 1545, + 0, + "*" + ], + [ + 1987, + 1500, + 0, + 1546, + 0, + "*" + ], + [ + 1988, + 1545, + 0, + 1520, + 0, + "IMAGE" + ], + [ + 1989, + 1546, + 0, + 1520, + 1, + "IMAGE" + ], + [ + 1995, + 1535, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1996, + 1501, + 0, + 1547, + 0, + "MASK" + ], + [ + 1997, + 1547, + 0, + 1500, + 1, + "MASK" + ], + [ + 1998, + 1547, + 0, + 1494, + 0, + "MASK" + ], + [ + 1999, + 1102, + 0, + 1551, + 0, + "*" + ], + [ + 2000, + 88, + 0, + 1549, + 0, + "*" + ], + [ + 2001, + 11, + 0, + 1550, + 0, + "*" + ], + [ + 2002, + 1549, + 0, + 1483, + 0, + "MODEL" + ], + [ + 2003, + 1550, + 0, + 1483, + 1, + "CLIP" + ], + [ + 2004, + 1551, + 0, + 1491, + 2, + "VAE" + ], + [ + 2005, + 1551, + 0, + 1222, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9014, + 3105, + 4723, + 1193 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SAM2", + "bounding": [ + -9014, + 1881, + 2865, + 1159 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Lora Shift/Foda-Flux-Lora-CNET-lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux Lora Shift/Foda-Flux-Lora-CNET-lines-v30.json new file mode 100644 index 0000000..2a82289 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Lora Shift/Foda-Flux-Lora-CNET-lines-v30.json @@ -0,0 +1,3150 @@ +{ + "last_node_id": 1505, + "last_link_id": 1928, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1928 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7428.5517825761635, + 2000.4813381117128 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6153.5517825761635, + 1904.481338111716 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6152.5517825761635, + 1937.4813381117156 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10920, + "1": 2211, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7798.5517825761635, + 2051.481338111712 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7773.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1923 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1926 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7801.5517825761635, + 2439.481338111712 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7420.827487310534, + 2329.4463392861917 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 1, + 0.1, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7418.827487310534, + 2191.4463392861917 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7787.825534185534, + 2905.3563246388844 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -7783.825534185534, + 3006.3563246388844 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -7777.825534185534, + 3156.3563246388844 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4930, + 2900 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4920, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -4040, + 2900 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -4040, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -3290, + 2260 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3500, + 2480 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4350, + 2470 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1925 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "ComfyUI_temp_vxkft_00014_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9964, + 1571 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9590, + 1549 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9593, + 1841 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1921 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9584, + 1686 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1920 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1924 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1923 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1503, + "type": "Reroute", + "pos": [ + -9097.862655101171, + 1634.4995742196165 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1919 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1924 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -9098.862655101171, + 1664.4995742196165 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1920 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1925, + 1926 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8457, + 2635 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1927 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -9098.88621205036, + 1694.0423453291078 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1921 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1927, + 1928 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-CNET-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1919, + 88, + 0, + 1503, + 0, + "*" + ], + [ + 1920, + 11, + 0, + 1504, + 0, + "*" + ], + [ + 1921, + 1102, + 0, + 1505, + 0, + "*" + ], + [ + 1923, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1924, + 1503, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1925, + 1504, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1926, + 1504, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1927, + 1505, + 0, + 1247, + 1, + "VAE" + ], + [ + 1928, + 1505, + 0, + 1222, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 3897, + 1653 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Lora Shift/Foda-Flux-Lora-lines-v20.json b/Components/_draft/Foda-Flux-v18/Flux Lora Shift/Foda-Flux-Lora-lines-v20.json new file mode 100644 index 0000000..08142d7 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Lora Shift/Foda-Flux-Lora-lines-v20.json @@ -0,0 +1,2383 @@ +{ + "last_node_id": 1492, + "last_link_id": 1909, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "gguf", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8473, + 2598 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8140, + 2570 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8740, + 2610 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1494 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8150, + 2690 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6440, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1895 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6170, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6830, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6830, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7150, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1907, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6820, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7170, + 2640 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8720, + 2020 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8720, + 2230 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime kzk woman with red hair shooting directly at the camera, with red hair pointing a gun at the camera\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity with lots of machines and lights" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6830, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6167, + 1911 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6166, + 1944 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10345, + "1": 2183, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9891, + 1812 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1490, + "type": "Reroute", + "pos": [ + -9101.023556949189, + 1689.5427711094912 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1891 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1895, + 1896 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8470, + 2650 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1896 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1489, + "type": "Reroute", + "pos": [ + -9101, + 1660 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1904 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1894 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1488, + "type": "Reroute", + "pos": [ + -9100, + 1630 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1909 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1899 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9060, + 2610 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9088, + 2027 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "anime kzk woman with red hair shooting directly at the camera, with red hair pointing a gun at the camera\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity with lots of machines and lights", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7791, + 2081 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203, + 1085 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "gguf" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1492, + "type": "DualCLIPLoaderGGUF", + "pos": [ + -10253, + 1660 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoaderGGUF" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 148562577102566, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7442, + 2007 + ], + "size": { + "0": 210, + "1": 100 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 1, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6830, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1906, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 35, + 1 + ] + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7775, + 2502 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\civit\\Thorra-Lite-V1-e10-12.safetensors", + 0.6, + 1, + "On", + "flux\\civit\\Thorra-Lite-V2-Scenes-e9-10.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Actions-e9-10.safetensors", + 0.3, + 1 + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9884, + 1659 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8141, + 1952 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1899 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7789, + 1956 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1894 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1906, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1491, + "type": "UnetLoaderGGUF", + "pos": [ + -10258, + 1550 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UnetLoaderGGUF" + }, + "widgets_values": [ + "flux1-schnell-Q2_K.gguf" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9895, + 1534 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 22, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-lines-v20\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1494, + 1219, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1102, + 0, + 1490, + 0, + "*" + ], + [ + 1894, + 1489, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1895, + 1490, + 0, + 1222, + 1, + "VAE" + ], + [ + 1896, + 1490, + 0, + 1247, + 1, + "VAE" + ], + [ + 1899, + 1488, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1904, + 11, + 0, + 1489, + 0, + "*" + ], + [ + 1906, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1907, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1909, + 88, + 0, + 1488, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715347, + "offset": [ + 9468.44133212445, + -920.8378441267192 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Prompt Enhancers/Foda-AutoShift-Lines-v40.json b/Components/_draft/Foda-Flux-v18/Flux Prompt Enhancers/Foda-AutoShift-Lines-v40.json new file mode 100644 index 0000000..79ea325 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Prompt Enhancers/Foda-AutoShift-Lines-v40.json @@ -0,0 +1,3287 @@ +{ + "last_node_id": 533, + "last_link_id": 651, + "nodes": [ + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -3000, + -190 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 608, + 610, + 611 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 374359308328708, + "randomize" + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 219, + 603, + 627 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00569_.png", + "image" + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 603, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 636, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -602, + 1863 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 623, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 624, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 581, + 582 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 3, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 108, + 1310 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 31, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 631 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 632 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 51, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 634 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 582 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 634, + 636, + 637 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 610, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 595 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 42, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 572, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 41, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 571, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 577, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 632 + }, + { + "name": "vae", + "type": "VAE", + "link": 648 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 595 + }, + { + "name": "vae", + "type": "VAE", + "link": 649 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 85, + 2382 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 53, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 637 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 639 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833, + 2349 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 638 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1455, + 2399 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 581 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 638 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 611, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 574, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 573, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 578, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 54, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 639 + }, + { + "name": "vae", + "type": "VAE", + "link": 650 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 651 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -2868, + 292 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 623, + 625, + 628 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 624, + 626, + 629 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2071, + 102 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 622 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 646 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "blonde_1.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2081, + 340 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 717, + 91 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 647 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 614 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 608, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 622, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 331, + 233 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 568, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 612, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 567, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 575, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 529 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": { + "pinned": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 643 + }, + { + "name": "width", + "type": "INT", + "link": 625, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 626, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 567, + 568, + 571, + 572, + 573, + 574 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 2, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 100 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 644 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 535, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 544, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -466, + 406 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.45 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -588, + 1248 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 645 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 577, + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 505, + "type": "OneButtonPrompt", + "pos": [ + -1255, + 132 + ], + "size": { + "0": 315, + "1": 434 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "seed", + "type": "INT", + "link": 546, + "widget": { + "name": "seed" + } + }, + { + "name": "custom_subject", + "type": "STRING", + "link": 557, + "widget": { + "name": "custom_subject" + } + }, + { + "name": "prompt_prefix", + "type": "STRING", + "link": 558, + "widget": { + "name": "prompt_prefix" + } + } + ], + "outputs": [ + { + "name": "prompt", + "type": "STRING", + "links": [ + 551 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "prompt_g", + "type": "STRING", + "links": [ + 544 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "prompt_l", + "type": "STRING", + "links": [ + 535 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "OneButtonPrompt" + }, + "widgets_values": [ + 5, + "all", + "all", + 20, + "------ all", + "", + "", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + "all", + false, + "SDXL", + "none", + 867998245293409, + "randomize" + ] + }, + { + "id": 509, + "type": "PrimitiveNode", + "pos": [ + -1683, + 135 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 546 + ], + "slot_index": 0, + "widget": { + "name": "seed" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 867998245293409, + "fixed" + ] + }, + { + "id": 515, + "type": "ShowText|pysssss", + "pos": [ + -908, + 131 + ], + "size": { + "0": 321.7624816894531, + "1": 175.9002227783203 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 551, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur, superb Herbarium of a (scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k:1.3) , (deep red theme:0.7) , in focus, Suffering" + ] + }, + { + "id": 516, + "type": "DPMagicPrompt", + "pos": [ + -1683, + 268 + ], + "size": { + "0": 360.16033935546875, + "1": 216.4399871826172 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 556, + 557 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DPMagicPrompt" + }, + "widgets_values": [ + "scary concrete electronic jungle at night, psychedelic art, moebius style", + 16, + "fixed", + "No", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 517, + "type": "ShowText|pysssss", + "pos": [ + -1679, + 526 + ], + "size": { + "0": 351.6853942871094, + "1": 109.46977233886719 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 556, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k" + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -1683, + -19 + ], + "size": { + "0": 350.91888427734375, + "1": 108.04949951171875 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 558 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 529, + "type": "SaveImage", + "pos": [ + 1008, + 17 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 614 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 530, + "type": "ImageResize+", + "pos": [ + -604, + 1578 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 627, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 628, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 629, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 631 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -2999, + -301 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 640 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2990, + -452 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 641 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -2997, + -576 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 642 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 531, + "type": "Reroute", + "pos": [ + -2539.5533698456547, + -478.3990513843346 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 642 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 643 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 532, + "type": "Reroute", + "pos": [ + -2540.5533698456547, + -448.3990513843346 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 641 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 644, + 645 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 533, + "type": "Reroute", + "pos": [ + -2540.5769267948435, + -418.85628027484336 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 640 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 646, + 647, + 648, + 649, + 650, + 651 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 20, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-AutoShift-Lines-v40\n \nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nAll EasyUse Nodes removed\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\nauto-prompt enhancer\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n\nspecial no Easy Use version." + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 535, + 505, + 2, + 448, + 1, + "STRING" + ], + [ + 544, + 505, + 1, + 448, + 2, + "STRING" + ], + [ + 546, + 509, + 0, + 505, + 0, + "INT" + ], + [ + 551, + 505, + 0, + 515, + 0, + "STRING" + ], + [ + 556, + 516, + 0, + 517, + 0, + "STRING" + ], + [ + 557, + 516, + 0, + 505, + 1, + "STRING" + ], + [ + 558, + 518, + 0, + 505, + 2, + "STRING" + ], + [ + 567, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 568, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 571, + 206, + 0, + 114, + 0, + "MODEL" + ], + [ + 572, + 206, + 0, + 113, + 0, + "MODEL" + ], + [ + 573, + 206, + 0, + 134, + 0, + "MODEL" + ], + [ + 574, + 206, + 0, + 133, + 0, + "MODEL" + ], + [ + 575, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 577, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 578, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 581, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 582, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 595, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 603, + 51, + 0, + 58, + 0, + "IMAGE" + ], + [ + 608, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 610, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 611, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 612, + 451, + 0, + 197, + 1, + "FLOAT" + ], + [ + 614, + 193, + 0, + 529, + 0, + "IMAGE" + ], + [ + 622, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 623, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 624, + 160, + 1, + 64, + 2, + "INT" + ], + [ + 625, + 160, + 0, + 206, + 1, + "INT" + ], + [ + 626, + 160, + 1, + 206, + 2, + "INT" + ], + [ + 627, + 51, + 0, + 530, + 0, + "IMAGE" + ], + [ + 628, + 160, + 0, + 530, + 1, + "INT" + ], + [ + 629, + 160, + 1, + 530, + 2, + "INT" + ], + [ + 631, + 530, + 0, + 99, + 0, + "IMAGE" + ], + [ + 632, + 99, + 0, + 121, + 0, + "IMAGE" + ], + [ + 634, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 636, + 107, + 0, + 58, + 1, + "IMAGE" + ], + [ + 637, + 107, + 0, + 125, + 0, + "IMAGE" + ], + [ + 638, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 639, + 125, + 0, + 139, + 0, + "IMAGE" + ], + [ + 640, + 10, + 0, + 533, + 0, + "*" + ], + [ + 641, + 11, + 0, + 532, + 0, + "*" + ], + [ + 642, + 88, + 0, + 531, + 0, + "*" + ], + [ + 643, + 531, + 0, + 206, + 0, + "MODEL" + ], + [ + 644, + 532, + 0, + 448, + 0, + "CLIP" + ], + [ + 645, + 532, + 0, + 495, + 0, + "CLIP" + ], + [ + 646, + 533, + 0, + 165, + 1, + "VAE" + ], + [ + 647, + 533, + 0, + 193, + 1, + "VAE" + ], + [ + 648, + 533, + 0, + 121, + 1, + "VAE" + ], + [ + 649, + 533, + 0, + 123, + 1, + "VAE" + ], + [ + 650, + 533, + 0, + 139, + 1, + "VAE" + ], + [ + 651, + 533, + 0, + 140, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.322515441988839, + "offset": [ + 1234.759124909713, + 555.704690795767 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Prompt Enhancers/Foda-Zenkai-Lines-v80.json b/Components/_draft/Foda-Flux-v18/Flux Prompt Enhancers/Foda-Zenkai-Lines-v80.json new file mode 100644 index 0000000..f43626d --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Prompt Enhancers/Foda-Zenkai-Lines-v80.json @@ -0,0 +1,4913 @@ +{ + "last_node_id": 1244, + "last_link_id": 1580, + "nodes": [ + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -6000, + 1160 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 283154948604425, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1524, + 1525 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03686_.png", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6241, + 3737 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1551, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1552, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1521, + 1532 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6843, + 3663 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6417, + 3733 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1524 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3837, + 3134 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 81, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4232, + 3173 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 79, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1521 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1527 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929, + 3301 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 73, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1505, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 62, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1518, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 69, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1517, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1499, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 59, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1519 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4526, + 3304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 77, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1520 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 91, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1533 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 90, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1532 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1533 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 87, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1507, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 63, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1531, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 74, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1530, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1501, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 85, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 1528 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 89, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 1529 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6765, + 1772 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1543, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1544, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6474.932781821737, + 1741.489018074107 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1508 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -6990, + 2179 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 1541, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1542, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7317, + 2177 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6478, + 1894 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4871.002901054401, + 1802.373504041003 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 1516 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 1534 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4604.187236106894, + 1767.4349180310865 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5261.002901054403, + 1802.373504041003 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1503, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1508, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5261.002901054403, + 1942.3735040410031 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5261.187236106895, + 2042.4349180310867 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1512, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1513, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5581.187236106896, + 1822.4349180310865 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1511, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1495, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5251.002901054403, + 2182.3735040410033 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7947.958308755519, + 2281.3892538202826 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1577 + }, + { + "name": "width", + "type": "INT", + "link": 1539, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1540, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1511, + 1512 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8468.958308755511, + 2224.3892538202826 + ], + "size": { + "0": 305.3254699707031, + "1": 100 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1575 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1556, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1557, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6212.458874126071, + 1691.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -8269, + 848 + ], + "size": { + "0": 513.0400390625, + "1": 60.673789978027344 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5721, + "1": 1153, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 347.6506652832031, + "1": 178 + }, + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1496 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1498 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8274, + 984 + ], + "size": { + "0": 376.19744873046875, + "1": 107.75599670410156 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1432 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(text\"JOHNSON\":1), female focus, diffuse light, ", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -3380.0522690124376, + 4120.594076642193 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 27, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -3381.0522690124376, + 4290.594076642192 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -4186.0522690124335, + 4247.594076642192 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5945, + 1814 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1513 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6203.458874126071, + 1809.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.2 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -6810, + 1010 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1537 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1538 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5725, + "1": 995, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 355.8160095214844, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -4651.881412179131, + 4131.514769157524 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 17, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -6430, + 1020 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1433, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1555 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8825, + 2373 + ], + "size": { + "0": 320, + "1": 160 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1563, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "(text\"JOHNSON\":1), female focus, diffuse light, , AlienTV style an old computer with a city in the background" + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -3393.635989472453, + 1916.0969300642737 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1534 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -3380.635989472453, + 1990.0969300642744 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 86, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -2980.635989472453, + 1920.0969300642737 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 88, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -6760.458874126071, + 2181.1858013259407 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1514 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -6710, + 3160 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1510 + }, + { + "name": "width", + "type": "INT", + "link": 1547, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1548, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1517, + 1518, + 1530, + 1531 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -5490, + 3260 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 54, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1526 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -2351.9013609478916, + 3215.8148912918514 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 82, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1527 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -4933, + 3709 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 67, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -1770, + 3743 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 68, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1188, + "type": "Text Random Line", + "pos": [ + -7553, + 1088 + ], + "size": { + "0": 210, + "1": 54 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1434, + "widget": { + "name": "text" + } + }, + { + "name": "seed", + "type": "INT", + "link": 1430, + "widget": { + "name": "seed" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1435 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Random Line" + }, + "widgets_values": [ + "", + 0, + "fixed" + ] + }, + { + "id": 1189, + "type": "easy seed", + "pos": [ + -7602, + 1143 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 1430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 781161215672098, + "randomize", + null + ] + }, + { + "id": 1191, + "type": "Text Concatenate", + "pos": [ + -7545, + 1051 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1432, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1435, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1433, + 1454 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + ", ", + "false", + "", + "", + "", + "" + ] + }, + { + "id": 1192, + "type": "DF_Text_Box", + "pos": [ + -8288, + 1148 + ], + "size": { + "0": 648.89892578125, + "1": 217.13668823242188 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1434 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "random line", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "AlienInteriors style the inside of a futuristic looking building with lots of windows\nAlienInteriors style a black and white photo of a space station\nAlienInteriors style a futuristic looking room filled with lots of seats\nAlienInteriors style a dark room with a bunch of desks in it\nAlienInteriors style a large room filled with lots of electronic equipment\nAlienInteriors style a sci - fi scene with a chair in the middle of the room\nAlienInteriors style a futuristic looking room with a large round window\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style a large room filled with lots of electronic equipment\nAlienInteriors style a futuristic looking room with lots of electronic equipment\nAlienInteriors style a black and white photo of a control room\nAlienInteriors style a dark room with a lot of equipment in it\nAlienInteriors style a futuristic looking room with lots of electronic equipment\nAlienInteriors style the interior of a space station with lots of lights\nAlienInteriors style a futuristic looking space station with lots of equipment\nAlienInteriors style a futuristic looking room filled with lots of electronic equipment\nAlienInteriors style a futuristic looking room filled with lots of chairs\nAlienInteriors style the interior of a sci - fi themed space station\na group of people standing inside of a building\na person standing in the middle of a stone building\na man standing in the middle of a stone building\na person standing in the middle of a stone building\na couple of people that are standing in a building\na man standing in the middle of a dark hallway\na dimly lit hallway in a building with columns\na person standing in the middle of an abandoned building\na group of people standing inside of a building\na couple of men walking through a cave filled with lots of rocks\na person standing in a room filled with stone carvings\na man standing in the middle of a room filled with stairs\na group of people standing inside of a building\na couple of people walking up a set of stairs\nAncientUnderground style, a dimly lit room with columns and a person standing in the middle of\nAncientUnderground style, a dimly lit cave with candles on the floor\nAncientUnderground style, a group of people standing inside of a building\nAncientUnderground style, a couple of people standing inside of a building\nAncientUnderground style, a dimly lit room with stairs and a pool\nAncientUnderground style, the inside of a building with a skylight above it\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel sitting on top of a throne\nAngelStatues style, a close up of a statue of a man with long hair and a\nAngelStatues style, a statue of a man sitting on a throne surrounded by angels\nAngelStatues style, a statue of an angel sitting on top of a table\nAngelStatues style, a statue of an angel holding the hand of a woman\nAngelStatues style, a painting of an angel surrounded by other women\nAngelStatues style, a statue of an old man surrounded by angels\nAngelStatues style, a statue of an angel and a demon on a pedestal\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel holding a sword next to a statue of a\nAngelStatues style, a statue of an angel surrounded by other figurines\nAngelStatues style, a digital painting of an angel with fire coming out of his chest\nAngelStatues style, a statue of an angel holding a glowing ball\nAngelStatues style, a digital painting of an angel holding a sword\nAtompunk style, an aerial view of a futuristic building surrounded by trees\nAtompunk style, an artist's rendering of a futuristic city at night\nAtompunk style, an aerial view of a futuristic city at night\nAtompunk style, a group of domes sitting on top of a lush green field\nAtompunk style, an artist's rendering of a futuristic city at night\nAtompunk style, an artist's rendering of a futuristic city in the middle of a\nAtompunk style, a group of hot air balloons flying over a city\nAtompunk style, an aerial view of a futuristic city at night\nAtompunk style, an artist's rendering of a futuristic building in the middle of a\nAtompunk style, an artist's rendering of a futuristic city surrounded by trees\nAtompunk style, an artist's rendering of a futuristic city at night\nBacterium style, a close up view of a cell phone screen\nBacterium style, an image of a cell that has been made to look like it is\nBacterium style, a close up of a cell on a cell phone\nBacterium style, an artist's rendering of a cell in the middle of a desert\nBacterium style, an artist's rendering of a computer generated image of a germ\nBacterium style, a painting of a bunch of strange looking things\nBacterium style, a microscope sitting on top of a table next to an image of a\nBacterium style, a microscope sitting on top of a bunch of different types of cells\nBacterium style, an artist's rendering of a group of cancer cells\nBacterium style, a group of germs sitting on top of a pile of dirt\nBacterium style, an image of a cell wall with a lot of cells on it\nBacterium style, an image of a group of germs in a body of water\nBaroqueWarrior style, a close up of a person in a costume\nBaroqueWarrior style, a man in armor standing in a dark room\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a person in armor holding a sword\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a person in armor with a bird on his head\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a statue of a woman in armor\nBaroqueWarrior style, a woman dressed in armor holding a giant axe\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBionicBikerGirl style, a drawing of a woman wearing a helmet and sunglasses\nBionicBikerGirl style, a drawing of a female robot with headphones on\nBionicBikerGirl style, a drawing of a woman with a helmet and goggles\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman wearing a helmet\nBionicBikerGirl style, a black and white drawing of a woman in futuristic gear\nBionicBikerGirl style, a drawing of a woman wearing a helmet and goggles\nBionicBikerGirl style, a black and white drawing of a woman in armor\nBionicBikerGirl style, a black and white drawing of a woman in armor\nBionicBikerGirl style, a drawing of a woman wearing a helmet and glasses\nBionicBikerGirl style, a black and white drawing of a woman on a motorcycle\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a woman in a futuristic suit\nBionicBikerGirl style, a black and white drawing of a woman's face\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman wearing sunglasses\nBionicBikerGirl style, a black and white drawing of a woman in front of a city\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by robot parts\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a female robot\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman with a sci - fi background\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman in a futuristic suit\nBionicBikerGirl style, a black and white drawing of a woman in a robot suit\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBlackHoleGate style, a couple of people that are walking inside of a tunnel\nBlackHoleGate style, a dark tunnel with a pink and blue sky in the background\nBlackHoleGate style, a large circular object in the middle of a street\nBlackHoleGate style, a large circular object in the middle of a forest\nBlackHoleGate style, a futuristic tunnel with neon lights coming out of it\nBlackHoleGate style, a large round hole in the middle of a building\nBlackHoleGate style, a dark tunnel with neon lights coming out of it\nBlackHoleGate style, a computer generated image of a black hole in the sky\nBlackHoleGate style, a person standing in the middle of a tunnel\nBlackHoleGate style, a dark tunnel filled with lots of colorful lights\nBlackHoleGate style, a large circular object in the middle of a dark room\nBlackHoleGate style, a tunnel with a view of a city through it\nBlackHoleGate style, a dark tunnel filled with lots of purple and blue lights\nBlackHoleGate style, a large circular object in the middle of a dark room\nBoneFortress style, a painting of a large structure in the middle of a field\nBoneFortress style, a large ship floating on top of a body of water\nBoneFortress style, a painting of a huge structure in the middle of a desert\nBoneFortress style, a painting of a train traveling through a desert\nBoneFortress style, a painting of a castle floating in the sky\nBoneFortress style, a painting of a large ship floating on top of a body of water\nBoneFortress style, a painting of a strange looking structure in the sky\nBoneFortress style, a painting of a large building with a lot of smoke coming out of\nBoneFortress style, a painting of a giant ship in the middle of the ocean\nBoneFortress style, a painting of a ship floating on top of a body of water\nBoneFortress style, a painting of people standing in front of a huge cloud of smoke\nBoneFortress style, a painting of a large structure in the middle of a field\nBoneFortress style, a painting of a factory with a huge cloud in the sky\nBoneFortress style, a painting of a giant ship floating on top of a body of water\nBoneFortress style, a painting of a large ship in the middle of a desert\nBoneFortress style, a painting of a large structure in the middle of a desert\nBoneFortress style, a painting of a large ship in the middle of a body of water\nBoneFortress style, a painting of a ship with a lot of smoke coming out of it\nBoneFortress style, a large ship floating on top of a body of water\nBoneFortress style, a painting of a futuristic city in the sky\nBoneFortress style, a painting of a huge structure with a lot of smoke coming out of\nBoneFortress style, a painting of a ship in a body of water\nBoneFortress style, a painting of a ship in the middle of the ocean\nBoneFortress style, a painting of a large building in the middle of a field\nBoneFortress style, a painting of a large building with a lot of smoke coming out of\nBoneFortress style, a painting of a giant ship in the middle of a body of water\nBoneFortress style, a painting of a large ship in the middle of a body of water\nBoneFortress style, a painting of a giant structure with smoke coming out of it\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building with balconies in the sky\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCoralCity style, a bunch of trees that are next to a body of water\nCoralCity style, an aerial view of a city surrounded by trees\nCoralCity style, a picture of a very strange looking city in the middle of the sky\nCoralCity style, a bunch of plants that are growing out of the ground\nCoralCity style, a very strange looking building in the middle of the desert\nCoralCity style, an artist's rendering of a futuristic city\nCoralCity style, a very tall building with a lot of lights on it\nCoralCity style, a futuristic city with a lot of tall buildings\nCoralCity style, a bunch of plants growing out of the ground in front of tall buildings\nCoralCity style, a futuristic city with a clock tower in the middle of it\nCoralCity style, a very tall building with a bridge in the middle of it\nCoralCity style, a view of a futuristic city from the top of a building\nCoralCity style, a bunch of buildings that are next to each other\nCoralCity style, an artistic view of a futuristic city in the middle of the day\nCoralCity style, a city with lots of tall buildings and lots of windows\nCoralCity style, a futuristic city with lots of plants growing on the sides of the buildings\nCoralCity style, an artist's rendering of a futuristic city\nCoralCity style, an image of a very large city in the middle of the day\nCoralCity style, a very tall building with lots of plants growing on it's sides\nCoralCity style, a picture of a futuristic city in the middle of the day\nCoralCity style, a futuristic city on the edge of a body of water\nCoralCity style, an artist's rendering of a futuristic city in the middle of a\nCorridorFuturism style, a couple of people walking down a long hallway\nCorridorFuturism style, a man that is standing in the middle of a hallway\nCorridorFuturism style, a man standing in the middle of a hallway in a sci - fi\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a long hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a group of people walking inside of a tunnel\nCorridorFuturism style, a couple of people that are walking down a hallway\nCorridorFuturism style, this is an image of a hallway in a sci - fi environment\nCorridorFuturism style, a group of people walking down a hallway in a sci - fi environment\nCorridorFuturism style, a hallway in a space station with neon lights\nCorridorFuturism style, a hallway filled with lots of different types of electronic equipment\nCorridorFuturism style, a train station filled with lots of neon signs\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a man walking down a long hallway with neon lights\nCorridorFuturism style, a man walking down a hallway in a sci - fi environment\nCorridorFuturism style, a dimly lit hallway in a sci - fi environment\nCorridorFuturism style, this is an image of a hallway in a sci - fi environment\nCorridorFuturism style, a man that is standing in the middle of a hallway\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a drawing of a classic sports car on a white background\nCosmicTrain style, a train with smoke coming out of it's engine\nCosmicTrain style, a train traveling down train tracks under a night sky filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a night sky filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a desert under a cloudy sky\nCosmicTrain style, a train on a train track with smoke coming out of it\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a space filled with stars\nCosmicTrain style, a train traveling down train tracks under a colorful sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train with a lot of smoke coming out of it\nCosmicTrain style, a train traveling through a desert under a cloudy sky\nCosmicTrain style, a train traveling through a colorful sky filled with stars\nCosmicTrain style, a train traveling through a space filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a steam engine train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a cloudy sky with smoke coming out of it\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a field under a night sky filled with stars\nCyberAngelSoldier style, a woman with purple hair holding a gun on a city street\nCyberAngelSoldier style, a woman with purple hair and wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and wings holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and angel wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair holding a gun on a city street\nCyberAngelSoldier style, a woman with wings holding a gun on a city street\nCyberAngelSoldier style, a woman with pink hair holding a machine gun\nCyberAngelSoldier style, a woman with purple hair and angel wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and wings holding a gun\nCyberAngelSoldier style, a woman with pink hair and angel wings holding a gun\nCyberWoman style, a close up of a person with pink hair\nCyberWoman style, a digital painting of a woman with headphones on\nCyberWoman style, a close up of a person with pink hair wearing headphones\nCyberWoman style, a close up of a person in a city at night\nCyberWoman style, a digital painting of a woman in a hoodie\nCyberWoman style, a woman with pink hair standing in the middle of a city\nCyberWoman style, a close up of a person with red hair wearing headphones\nCyberWoman style, a close up of a person wearing a leather jacket\nCyberWoman style, a close up of a person wearing a futuristic suit\nCyberWoman style, a girl with pink hair wearing a futuristic helmet\nCyberWoman style, a close up of a person with pink hair wearing headphones\nCyberWoman style, a woman with pink hair standing in the middle of a city\nCyberWoman style, a digital painting of a woman with headphones on\nCyberWoman style, a close up of a person wearing a sci - fi outfit\nCyberWoman style, a woman with futuristic makeup and piercings on her face\nCyberWoman style, a digital painting of a woman on a city street\nDatadisc style, a close up of an electronic device on a table\nDatadisc style, a close up of a disc on a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a computer disk on a table\nDatadisc style, a close up of a circular object in the dark\nDatadisc style, a close up of a circular object with a city in the background\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a disc with a city in the background\nDatadisc style, a computer disk sitting on top of a table\nDatadisc style, a close up of a circular object in a dark room\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a surface\nDatadisc style, a close up of a circular object on a surface\nDatadisc style, a circular object sitting on top of a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a table\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a giant sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man on a horse with a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor sitting on the ground\nDimensionGundam style, a red and purple robot standing with a sword\nDimensionGundam style, a close up of a robot with a long horn on its head\nDimensionGundam style, a close up of a robot with a dark background\nDimensionGundam style, a red and purple robot standing next to a plant\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a robot on a black background\nDimensionGundam style, a close up of a robot on a black background\nDimensionGundam style, a close up of a robot with a gun\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a statue of a robot on a black background\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a red and purple robot\nDimensionGundam style, a close up of a robot with a gun in it's hand\nDimensionGundam style, a purple and orange robot standing in front of a black background\nDimensionGundam style, a large purple robot standing on top of a floor\nDimensionGundam style, a close up of a purple and white robot\nDimensionGundam style, a close up of a robot with orange and purple colors\nDimensionGundam style, a close up of a robot in a dark room\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with a street light\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty street in the middle of a foggy night\nEmptyStreet style an empty brick street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with cars parked on the side of\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nFallenAngel style, a painting of an angel kneeling down next to a fire\nFallenAngel style, a painting of an angel standing in the water\nFallenAngel style, a painting of an angel laying on the ground\nFallenAngel style, a golden angel sitting in the middle of a forest\nFallenAngel style, a digital painting of an angel kneeling on the ground\nFallenAngel style, a digital painting of an angel sitting in a cave\nFallenAngel style, a painting of an angel sitting on top of a rock\nFallenAngel style, a painting of an angel laying on the ground\nFallenAngel style, a painting of an angel kneeling on the ground\nFallenAngel style, a painting of an angel sitting on the ground\nFallenAngel style, a painting of a man laying on the ground next to a large bird\nFallenAngel style, a painting of an angel laying on the ground\nFantasyDaimyo style, a man in armor riding on the back of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a man in armor with long hair\nFantasyDaimyo style, a demonic looking man in armor holding a sword\nFantasyDaimyo style, an image of a man in armor with a sword\nFantasyDaimyo style, a man with a sword sitting on top of a golden dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon in armor holding a sword\nFantasyDaimyo style, a man with a sword riding on the back of a dragon\nFantasyDaimyo style, a man with a sword sitting on top of a golden dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a man in armor holding a sword\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword and standing in front of a\nFantasyDaimyo style, an illustration of a demon sitting in front of a full moon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man with a sword riding on the back of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in a golden crown holding a sword\nFantasyDaimyo style, a painting of a man in armor holding two swords\nFantasyDaimyo style, a man dressed in black and gold holding a sword\nFantasyDaimyo style, a man with a sword sitting on top of a dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon in armor holding a sword\nFantasyDaimyo style, a man in armor sitting on top of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man sitting on top of a golden dragon holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man in armor holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon sitting in front of a full moon\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, view an image titled'demon knight art'in our darksiders\nFantasyKnight style, the character is dressed in armor and holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFiftiesRobot style, a painting of a giant robot standing in the desert\nFiftiesRobot style, a painting of a giant robot standing next to a painting of a man\nFiftiesRobot style, a man standing in front of a giant robot\nFiftiesRobot style, a painting of a giant robot on a city street\nFiftiesRobot style, a painting of a giant robot standing in front of a crowd of people\nFiftiesRobot style, a painting of a giant robot standing in front of a group of people\nFiftiesRobot style, a painting of a giant gold robot standing in the middle of a city\nFiftiesRobot style, a man standing in front of a painting of a giant robot\nFlowerGateway style, a painting of a giant clock tower in the middle of a flower garden\nFlowerGateway style, the entrance to a castle is surrounded by flowers\nFlowerGateway style, a gate surrounded by flowers and plants in front of a building\nFlowerGateway style, a painting of a clock tower in the middle of a flower garden\nFlowerGateway style, the entrance to a palace with lots of flowers growing out of it\nFlowerGateway style, a person standing in front of a building with lots of flowers on it\nFlowerGateway style, a painting of a castle with lots of flowers in front of it\nFlowerGateway style, a digital painting of a building with lots of flowers growing out of it\nFlowerGateway style, a painting of a castle surrounded by flowers and greenery\nFlowerGateway style, a painting of a clock tower surrounded by flowers\nFlowerGateway style, a painting of a giant gate surrounded by flowers\nFlowerGateway style, a painting of a clock tower in the middle of a city\nFlowerGateway style, a couple of people that are standing in front of a clock tower\nFlowerGateway style, a painting of a clock tower surrounded by flowers\nFlowerGateway style, a digital painting of a building with a clock in the middle of it\nFlowerGateway style, a painting of a gate surrounded by flowers and trees\nFlowerGateway style, a building with a clock in the middle of it surrounded by flowers\nFlowerGateway style, a digital painting of an archway in the middle of a city\nFlowerGateway style, a group of people standing in front of a clock tower\nFlowerGateway style, a digital painting of an archway in the middle of a field of flowers\nFractalWoman style, a drawing of a woman with a lot of hair on her head\nFractalWoman style, a drawing of a woman with a lot of flowers in her hair\nFractalWoman style, a painting of a woman in a golden dress\nFractalWoman style, a painting of a woman with flowers in her hair\nFractalWoman style, a close up of a painting of a woman with long hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a painting of a woman with a sun in the background\nFractalWoman style, a close up of a painting of a woman's face\nFractalWoman style, a drawing of a woman's face with hair blowing in the wind\nFractalWoman style, a drawing of a woman with long blonde hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a drawing of a woman with long curly hair\nFractalWoman style, a close up of a painting of a woman with white hair\nFractalWoman style, a painting of a woman with hair blowing in the wind\nFractalWoman style, a close up of a painting of a woman with curly hair\nFractalWoman style, a close up of a painting of a woman's face\nFractalWoman style, a drawing of a woman with a lot of flowers in her hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a close up of a painting of a woman with curly hair\nFractalWoman style, a close up of a painting of a woman with blonde hair\nFriendzone style, a close up of a person wearing a jacket\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a painting of a woman in a black jacket\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a close up of a person wearing a headscarf\nFriendzone style, a close up of a person wearing a hoodie\nFriendzone style, a painting of a woman with freckles on her face\nFriendzone style, a painting of a woman sitting in front of a window\nFriendzone style, a close up of a person wearing a jacket\nFriendzone style, a close up of a person in the rain\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a close up of a person wearing a jacket in the rain\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a girl in a hoodie stares off into the distance\nFriendzone style, a woman with long hair standing in the snow\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a painting of a woman with freckles on her face\nGhostShell style, a drawing of a female robot holding a gun\nGhostShell style, a drawing of a female robot holding a gun\nGhostShell style, a woman in a futuristic outfit holding a gun\nGhostShell style, a black and white photo of a woman in a sci - fi outfit\nGhostShell style, a woman with a sci - fi outfit holding a light saber\nGhostShell style, a woman in a futuristic suit holding a gun\nGhostShell style, a black and white drawing of a woman holding a sword\nGhostShell style, a woman in a futuristic suit holding a light saber\nGhostShell style, a woman with a sci - fi outfit holding a sword\nGhostShell style, a female robot with a sword in her hand\nGhostShell style, a female robot holding a light saber in her hand\nGlassDevice style, a close up of a glass object on a table\nGlassDevice style, a close up of a camera with a light inside of it\nGlassDevice style, a glass ball with a computer inside of it\nGlassDevice style, a close up of a machine inside of a glass container\nGlassDevice style, a close up of an electronic device in a dark room\nGlassDevice style, a close up of a metal object with a light inside of it\nGlassDevice style, a close up of a glass ball with a light inside of it\nGlassDevice style, a light bulb sitting inside of a glass ball\nGlassDevice style, a close up of a machine inside of a glass ball\nGlassDevice style, a close up of a machine with a light inside of it\nGlassDevice style, a close up of a metal object with a light inside of it\nGlitchSamurai style, a close up of a statue of a demon on a pink background\nGlitchSamurai style, a computer generated image of a man in armor\nGlitchSamurai style, a statue of a man in armor holding a sword\nGlitchSamurai style, a stylized image of a demon with horns on his head\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a close up of a statue of a person in armor\nGlitchSamurai style, a painting of a man in armor with horns on his head\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a statue of a demon with horns on it's head\nGlitchSamurai style, a computer generated image of a man in a japanese armor\nGlitchSamurai style, a painting of a man in armor with horns on his head\nGlitchSlums style a painting of a city with a mountain in the background\nGlitchSlums style houses on a hillside\nGlitchSlums style a village on top of a mountain\nGlitchSlums style village street with a houses on the hillside\nGlitchSlums style a village on the side of a mountain\nGlitchSlums style a village in the mountains\nGlitchSlums style a village in a mountain valley\nGlitchSlums style a village on hillside\nGlitchSlums style mining village on the side of a mountain\nGlitchSlums style village on the side of a steep mountain slope\nGlitchSlums style village on a mountainside quarry\nGlitchSlums style a mountain with many houses on top of it\nGlitchSlums style village on the side of a mountain at sunset\nGlitchSlums style village with house on a hill in the mountains\nGlitchSlums style village street with houses built densely on the mountain slopes\nGlitchSlums style a painting of a dense village on a mountainside\nGlitchSlums style dense houses in the mountains\nGlitchSlums style dense village on a mountainside\nGlitchSlums style bunch of houses on a cliffside\nGlitchSlums style city built on top of a mountain peak\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a large robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city street\nHeavyMecha style, a giant robot standing in the middle of a city at night\nHeavyMecha style, a large robot standing in the middle of a city at night\nHeavyMecha style, a giant robot standing in the middle of a street\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a large robot standing in the middle of a street\nHeavyMecha style, a giant robot standing in the middle of a city at night\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHieroglyph style a drawing of egyptian women working on a piece of paper\nHieroglyph style the ancient egyptian hieroglyphics are depicted on a piece of\nHieroglyph style ancient egyptian hieroglyphics are depicted on a piece of parchment\nHieroglyph style a painting of ancient egyptian hieroglyphs on a wall\nHieroglyph style a painting of ancient egyptian hieroglyphics\nHieroglyph style ancient egyptian hieroglyphics painting - ancient egyptian hierogly\nHieroglyph style ancient egyptian hieroglyphics on display in a museum\nHieroglyph style a painting of ancient egyptian symbols on a piece of paper\nHieroglyph style ancient egyptian hieroglyphics on the wall of the temple of\nHieroglyph style a painting of egyptian hieroglyphics on a wall\nHeaHoverCar style, a car flying over a city street next to tall buildings\nHeaHoverCar style, an alien flying over a city street next to tall buildings\nHeaHoverCar style, an illustration of a spaceship flying over a city\nHoverCar style, an illustration of a flying object in the air over a city street\nHoverCar style, a car flying through the air over a city\nHoverCar style, a car flying through the air over a city street\nHoverCar style, an illustration of a flying object over a city street\nHoverCar style, a car flying through the air over a city street\nHoverCar style, a car driving down a street next to tall buildings\nHoverCar style, a sci - fi cityscape with a flying vehicle in the sky\nHoverCar style, an artist's rendering of a flying saucer over a city street\nHoverCar style, a cartoon car flying over a city at night\nHoverCar style, a car flying over a city street next to tall buildings\nHoverCar style, a street scene with a flying vehicle in the sky\nHoverCar style, an artist's rendering of a flying saucer over a city street\nHoverCar style, a futuristic flying vehicle in the middle of a city\nHoverCar style, an airplane flying over a city street next to tall buildings\nHoverCar style, a train suspended in the air over a city street\nInsectBike style, a yellow motorcycle sitting on top of a blue floor\nInsectBike style, a close up of a motorcycle on a blue background\nInsectBike style, a black and yellow motorcycle on a dark background\nInsectBike style, a white motorcycle sitting on top of a gray floor\nInsectBike style, a white and yellow motorcycle on a black background\nInsectBike style, a futuristic motorcycle is shown against a blue background\nInsectBike style, a white motorcycle is shown on a white background\nInsectBike style, a close up of a motorcycle on a gray background\nInsectBike style, a lime green motorcycle sitting on top of a gray floor\nInsectBike style, a close up of a motorcycle on a white background\nInsectBike style, a yellow motorcycle that has been designed to look like a robot\nIsoJapan style, a model of a japanese style house with a pond\nIsoJapan style, a low poly model of a house with a pool\nIsoJapan style, a small house with a pond inside of it\nIsoJapan style, a model of a japanese style house in a glass case\nIsoJapan style, a small model of a japanese house with a pond\nIsoJapan style, a miniature model of a japanese garden with a pool\nIsoJapan style, a model of a japanese house with a pond\nIsoJapan style, a model of a japanese garden with a pagoda\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a model of a japanese garden in a wooden box\nIsoJapan style, a small model of a japanese village with a river running through it\nIsoJapan style, a model of a japanese garden in a glass box\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a model of a japanese style house with a pond\nIsoJapan style, a low poly model of a japanese style house\nIsoJapan style, an aerial view of a japanese garden with a pond\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a low poly model of a japanese style house\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a miniature model of a japanese village in a glass box\nIsoJapan style, a model of a japanese garden in a glass box\nIsoJapan style, a model of a japanese garden in a wooden box\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a small model of a japanese house with a pond\nIsoJapan style, a small model of a japanese house with a pool\nKawloonCity style, a painting of a group of people walking down a street\nKawloonCity style, a painting of a bunch of buildings on top of a hill\nKawloonCity style, a painting of a bunch of buildings on a hill\nKawloonCity style, a painting of a very tall building with lots of windows\nKawloonCity style, a painting of a chinese building with stairs leading up to it\nKawloonCity style, a painting of a group of pagodas on top of a building\nKawloonCity style, a painting of a group of people standing in front of a building\nKawloonCity style, a group of people walking down a street next to a tall building\nKawloonCity style, a bunch of buildings that are next to each other\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a painting of a group of people standing in front of a tall building\nKawloonCity style, a painting of a very tall building with lots of windows\nKawloonCity style, a painting of a building with a person standing in front of it\nKawloonCity style, a tall building sitting on top of a lush green hillside\nKawloonCity style, a painting of a group of people walking down a street\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a painting of a group of buildings in a city\nKawloonCity style, a painting of a building with people walking around it\nKawloonCity style, a painting of a building with stairs leading up to it\nLineArtGirl style, a black and white drawing of a woman standing in front of a computer\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a bunch of electronics\nLineArtGirl style, a drawing of a woman sitting on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman sitting on a scooter\nLineArtGirl style, a drawing of a woman sitting on top of a machine\nLineArtGirl style, a drawing of a woman surrounded by electronic equipment\nLineArtGirl style, a drawing of a woman sitting on top of a machine\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a machine\nLineArtGirl style, a drawing of a woman standing on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a machine\nLineArtGirl style, a drawing of a woman surrounded by computer equipment\nLineArtGirl style, a drawing of a woman standing in front of a bunch of electronics\nLineArtGirl style, a drawing of a woman sitting on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman surrounded by computer equipment\nLineArtGirl style, a black and white drawing of a woman standing in front of a computer\nLineArtGirl style, a drawing of a woman standing between two computer monitors\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people walking around a village at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a painting of a group of people standing around a market\nMarketplace style, a group of people walking down a street under a full moon\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a food stand\nMarketplace style, an artist's rendering of a street market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people walking down a street at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a crowd of people standing around a building at night\nMarketplace style, a crowd of people walking down a rain soaked street\nMarketplace style, a group of people standing in front of a pagoda at night\nMarketplace style, a crowd of people standing around a building at night\nMarketplace style, a group of people walking down a street under umbrellas\nMechaRoboto style, a painting of a robot standing in front of a crowd of people\nMechaRoboto style, a group of robot standing next to each other\nMechaRoboto style, a painting of a bunch of robot like characters\nMechaRoboto style, a painting of a giant robot standing in the middle of a city\nMechaRoboto style, a drawing of a giant robot surrounded by other things\nMechaRoboto style, a group of robot men standing next to each other\nMechaRoboto style, a painting of a robot standing in front of a building\nMechaRoboto style, a group of robot standing next to each other\nMechaRoboto style, an illustration of a woman standing in front of a bunch of robot like\nMechaRoboto style, a painting of a bunch of people in a room\nMechaRoboto style, an illustration of a giant robot in a city\nMechaRoboto style, two robot standing next to each other in a room\nMechaRoboto style, an illustration of a giant robot surrounded by people\nMechaRoboto style, a painting of two robot standing next to each other\nMechaRoboto style, a robot with glowing eyes standing in front of a city\nMechaRoboto style, a poster with an image of a robot surrounded by other robot's\nMechaRoboto style, an illustration of a giant robot standing in front of a sunset\nMechaRoboto style, a painting of two robot standing next to each other\nMechaRoboto style, a painting of a robot standing in front of a bunch of machines\nMechaRoboto style, a painting of a group of robot standing next to each other\nMechaRoboto style, a painting of a robot sitting on top of a pile of junk\nMechaRoboto style, an illustration of a giant robot surrounded by other robots\nMechaRoboto style, a painting of a woman in a futuristic suit\nMechaRoboto style, a group of robot characters standing in front of a sun\nMechaRoboto style, a group of robot men standing next to each other\nMechaRoboto style, a group of robot standing next to each other\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a tank\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic outfit standing in front of a destroyed city\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a bunch of tanks\nMechAssassin style, a woman in a futuristic suit standing in front of a destroyed city\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a group of robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman with a gun standing next to a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman in a futuristic suit standing in front of a giant machine gun\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMegaDemons style, a giant creature standing in the middle of a city\nMegaDemons style, a giant creature sitting on top of a tall building\nMegaDemons style, a painting of a giant creature sitting on top of a building\nMegaDemons style, a painting of a giant creature with a city in the background\nMegaDemons style, a strange looking creature standing in the middle of a city\nMegaDemons style, a strange looking creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature in the middle of a city\nMegaDemons style, a painting of an alien sitting on top of a building\nMegaDemons style, a painting of a giant creature with a city in the background\nMegaDemons style, a painting of a strange looking creature in a city\nMegaDemons style, a black and white photo of a robot in the middle of a city\nMegaDemons style, a painting of a man in a futuristic suit\nMegaDemons style, a painting of a man in a gas mask sitting on top of a\nMegaDemons style, a giant robot standing in the middle of a city\nMegaDemons style, a creepy looking creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a giant creature standing in the middle of a city\nMegaDemons style, a painting of a robot sitting on top of a building\nMegaDemons style, a creepy looking creature sitting in the middle of a city\nMegaDemons style, a man standing on top of a hill next to tall buildings\nMegaDemons style, a painting of a giant robot sitting on top of a building\nMegaDemons style, a giant alien standing in the middle of a city\nMegaDemons style, a digital painting of a man standing in the middle of a city\nMegaDemons style, a demonic looking creature sitting on top of a building\nMegaDemons style, a painting of a giant creature standing on top of a building\nMegaDemons style, a painting of a man sitting on top of a building\nMegaDemons style, a painting of a giant creature standing in front of a city\nMegaDemons style, a creepy looking creature sitting on top of a building\nMetroidvania style, a video game with lots of lights on top of it\nMetroidvania style, a video game with lots of buildings and lots of windows\nMetroidvania style, an image of a video game with a castle in the background\nMetroidvania style, a screenshot of a video game with a castle in the background\nMetroidvania style, a video game scene with a castle in the background\nMetroidvania style, a screenshot of a building in a video game\nMetroidvania style, a house with lots of plants and plants growing out of it\nMetroidvania style, a video game with lots of buildings on top of a mountain\nMetroidvania style, a screenshot of a video game with lots of buildings and trees\nMetroidvania style, a pixel art image of a castle in the middle of a forest\nMetroidvania style, a screenshot of a video game with a cave in the background\nMetroidvania style, a screenshot of a video game with a person standing on a platform\nMetroidvania style, a screenshot of a building in a video game\nMetroidvania style, a screenshot of a video game with lots of items\nMetroidvania style, a screenshot of a house at night with a full moon in the\nMetroidvania style, a tree house in the middle of a forest\nModernCity style, an empty subway station with the sun shining through the windows\nModernCity style, a couple of tall buildings sitting on top of a body of water\nModernCity style, a view of the sun setting over the ocean from a boat\nModernCity style, a train traveling down train tracks next to tall buildings\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a large boat in a large body of water\nModernCity style, a large building sitting next to a body of water\nModernCity style, the sun is setting over the water near a pier\nModernCity style, the sun is setting over a large body of water\nModernCity style, a long dock in the middle of a body of water\nModernCity style, a balcony overlooking a body of water with buildings in the background\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a painting of a house on stilts in the ocean\nModernCity style, the sun is setting over a large body of water\nModernCity style, an aerial view of a city street at sunset\nModernCity style, a large body of water with a city in the background\nModernCity style, a tall tower sitting on top of a lush green field\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a train traveling down tracks next to a tall building\nModernCity style, a bench sitting on top of a pier next to the ocean\nModernCity style, a large cruise ship traveling across a large body of water\nModernCity style, a large window with a view of a body of water\nModernCity style, a painting of a city at sunset with a train on the tracks\nModernCity style, a wooden table topped with plates of food next to a window\nModernCity style, a bedroom with a view of the ocean and a ship in the distance\nModernCity style, a city street filled with lots of traffic next to tall buildings\nModernCity style, the sun is setting over a river in a city\nModernCity style, a city street filled with lots of tall buildings\nModernFutures style, a futuristic building lit up at night with a car parked in front of\nModernFutures style, a futuristic building lit up at night in the city\nModernFutures style, a futuristic building with stairs leading up to it\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic looking building in the middle of a city\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic building with a glowing dome on top of it\nModernFutures style, a futuristic looking building with lights on at night\nModernFutures style, a futuristic building lit up at night in the rain\nModernFutures style, a futuristic building with a lot of lights on it\nModernFutures style, a futuristic building with a clock on the front of it\nModernFutures style, a large ball shaped building in the middle of a city\nModernFutures style, a very tall building sitting in the middle of the night\nModernFutures style, a futuristic building in the middle of a body of water\nModernFutures style, a futuristic building with a giant round object on top of it\nModernFutures style, a car is parked in front of a large building\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic building with a large dome on top of it\nModernFutures style, an artist's rendering of a futuristic building\nModernFutures style, an artist's rendering of a futuristic city at night\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a person sitting on a chair in front of a cross\nNecroChurch style, a large white cross sitting on top of a set of steps\nNecroChurch style, a person sitting in front of a cross in a dark room\nNecroChurch style, a person standing in front of a large cross\nNecroChurch style, an image of a cross in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large white cross in the middle of a dark room\nNecroChurch style, a large cross sitting on top of a set of steps\nNecroChurch style, a large cross in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large white cross sitting in the middle of a church\nNecroChurch style, a lit up cross sitting on top of a set of steps\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a large white cross sitting in the middle of a dark room\nNecroChurch style, a person sitting on the ground in front of a large cross\nNecroChurch style, a cross in the middle of a dimly lit room\nNecroChurch style, a large cross sitting in the middle of a room\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man with a lightsaber standing on a ledge over a city\nNeonNinja style, a man standing on top of a building holding a red light saber\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man standing on top of a building with a sword\nNeonNinja style, a man standing on top of a building with a sword\nNeonNinja style, a man standing on a ledge overlooking a city at night\nNeonNinja style, a man standing on top of a building holding a red light saber\nNeonNinja style, a man standing on a ledge overlooking a city at night\nNeonNinja style, a man sitting on top of a building holding a sword\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man sitting on top of a building holding a sword\nNeonNinja style, a man standing on top of a tall building\nNeonNinja style, a man standing on top of a building holding a light saber\nOvergrown style NeonNinja style, a painting of a building with a lot of plants growing on it\nOvergrown style NeonNinja style, an abandoned building with vines growing all over it\nOvergrown style NeonNinja style, an abandoned building with a lot of plants growing out of it\nOvergrown style NeonNinja style, an abandoned building with plants growing all over it\nOvergrown style NeonNinja style, a building with a lot of plants growing inside of it\nOvergrown style NeonNinja style, a room filled with lots of plants and lots of windows\nOvergrown style NeonNinja style, an abandoned building with a lot of plants growing out of it\nOvergrown style NeonNinja style, a room filled with lots of wires and lots of plants\nOvergrown style NeonNinja style, a room with lots of plants growing on the walls\nOvergrown style NeonNinja style, an abandoned building with plants growing all over it\nOvergrown style NeonNinja style, a room filled with lots of plants and flowers\nOvergrown style NeonNinja style, a building with lots of plants growing out of it\nOvergrown style NeonNinja style, a painting of a building with a lot of vines growing on it\nOvergrown style NeonNinja style, an abandoned building with vines growing all over it\nOvergrown style NeonNinja style, an abandoned building with a bunch of flowers growing out of it\nOvergrown style NeonNinja style, a room filled with lots of plants next to a building\nPinkAngel style, a woman with pink hair laying on top of a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, a painting of a woman with pink hair in the clouds\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair floating in the clouds\nPinkAngel style, a woman with pink hair laying on top of a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, a drawing of a woman with pink hair laying on a cloud\nPinkAngel style, a woman with pink hair laying on a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, an illustration of a girl with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a woman with pink hair and angel wings laying on a cloud\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair floating in the air\nPinkAngel style, a woman with pink hair sitting on top of a cloud\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a cheeseburger with bacon, lettuce, tomato, and\nQuadBurger style, a close up of a sandwich with meat and cheese\nQuadBurger style, a large hamburger with bacon, cheese, tomatoes, and other toppings\nQuadBurger style, a large hamburger with bacon, cheese, and lettuce\nQuadBurger style, a large cheeseburger with bacon, lettuce, tomato,\nQuadBurger style, a large hamburger with bacon, lettuce, tomato, cheese,\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a bacon, cheese, and tomato sandwich stacked on top of each other\nQuadBurger style, a couple of hamburgers sitting on top of a pile of chips\nQuadBurger style, a couple of hamburgers sitting next to each other\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a group of hamburgers stacked on top of each other\nQuadBurger style, a chicken sandwich stacked on top of each other\nQuadBurger style, a large hamburger with meat, cheese, onions, lettuce and\nQuantumParticle style a bunch of pins sticking out of a ball\nQuantumParticle style a close up of a colorful object on a table\nQuantumParticle style a close up of a ball with a bunch of small objects around it\nQuantumParticle style a computer generated image of a corona - like object\nQuantumParticle style a close up of a glass ball with lights in the background\nQuantumParticle style a glass ball filled with lots of different colored objects\nQuantumParticle style a close up of a weird looking object on a table\nQuantumParticle style a computer generated image of a corona corona corona corona corona corona corona corona\nQuantumParticle style a close up of an object with lights around it\nRedCloak style, a close up of a person wearing a red hood\nRedCloak style, a person in a red cloak standing in the rain\nRedCloak style, a man in a red robe standing in the middle of a foggy\nRedCloak style, a person in a red cloak standing in front of a window\nRedCloak style, a man in a red cloak standing in a foggy area\nRedCloak style, a person in a red robe standing in the middle of a foggy\nRedCloak style, a person wearing a red cloak standing in front of a city\nRedCloak style, a statue of a person with a hood over their head\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair and headphones in the cockpit of a plane\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair and headphones in a vehicle\nRedHairedPilot style, a woman with red hair sitting in a vehicle\nRedHairedPilot style, a woman with red hair sitting in the cockpit of a plane\nRedHairedPilot style, a woman with red hair and headphones in a vehicle\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair and headphones in a spaceship\nRedHairedPilot style, a woman with red hair sitting in a car\nRedHairedPilot style, a woman with red hair sitting in the cockpit of a space ship\nRetroAlbum style RetroAlbum style, a colorful poster with a black hole in the middle\nRetroAlbum style RetroAlbum style, a poster with an image of a pyramid in the middle of it\nRetroAlbum style RetroAlbum style, a painting of a large object with a sky in the background\nRetroAlbum style RetroAlbum style, an abstract image of a triangle with a bright light coming out of it\nRetroAlbum style RetroAlbum style, an image of a triangle with a sun in the middle\nRetroAlbum style RetroAlbum style, a poster with an image of a mountain and a bird flying over it\nRetroAlbum style RetroAlbum style, a computer generated image of a triangle with lines coming out of it\nRetroAlbum style RetroAlbum style, a colorful poster with an image of a ball in the center\nRetroAlbum style RetroAlbum style, an image of a pyramid with a light coming out of it\nRetroAlbum style RetroAlbum style, a computer generated image of a triangle surrounded by spirals\nRetroAlbum style RetroAlbum style, an image of a triangle with a light coming out of it\nRetroAlbum style RetroAlbum style, an image of a triangle with a light coming out of it\nRetroAlbum style RetroAlbum style, an image of a neon triangle in the dark\nRetroAlbum style RetroAlbum style, an artistic painting of a flying saucer in the sky\nRetroAlbum style RetroAlbum style, an image of a sci - fi movie poster\nRetroAlbum style RetroAlbum style, a poster with an image of a spaceship in the middle of it\nRetroAlbum style RetroAlbum style, an image of a triangle in the middle of a dark background\nRetroAlbum style RetroAlbum style, a painting of a pyramid with a sun in the background\nRetroAlbum style RetroAlbum style, an image of a triangle with a spiral inside of it\nRetroAlbum style RetroAlbum style, an image of an alien spaceship in the sky\nRobotpunks style, a painting of a robot's face with glowing eyes\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a robot with green eyes standing in front of a city\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, a cathedral with stained glass windows and a red carpet\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, a cathedral with stained glass windows and a statue in the middle of the\nSeventiesCyberpunk style, a group of cars driving down a street next to tall buildings\nSeventiesCyberpunk style, there is a neon sign on the side of a building\nSeventiesCyberpunk style, a city street filled with tall buildings and neon signs\nSeventiesCyberpunk style, a city street with neon signs and a car driving down it\nSeventiesCyberpunk style, a wet city street with neon signs and buildings\nSeventiesCyberpunk style, an image of a futuristic city with neon lights\nSeventiesCyberpunk style, a city street filled with neon signs and parked cars\nSeventiesCyberpunk style, a city street filled with lots of neon signs\nSeventiesCyberpunk style, a city street filled with lots of neon lights\nSeventiesCyberpunk style, a dark city street with neon lights on the buildings\nSeventiesCyberpunk style, a digital painting of a city street with neon lights\nSeventiesCyberpunk style, a blue car driving down a street next to tall buildings\nSeventiesCyberpunk style, a group of people walking down a street next to tall buildings\nSeventiesCyberpunk style, a car driving down a street next to tall buildings\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a city street filled with neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of people walking down a street at night\nShibuyaStreets style, a painting of a city street filled with lots of people\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of people walking down a street at night\nShibuyaStreets style, a street filled with lots of neon signs next to tall buildings\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a futuristic suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton wearing a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a digital painting of a woman holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a digital painting of a woman holding a sword\nSkyWarrior style, a woman in armor holding a sword under a cloudy sky\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSmokePortal style, an artist's rendering of a giant hole in the sky\nSmokePortal style, an image of a strange looking object in the sky\nSmokePortal style, an image of an open door with fire coming out of it\nSmokePortal style, an image of a train coming out of a tunnel\nSmokePortal style, a strange looking object with fire coming out of it\nSmokePortal style, a stone arch with a light coming out of it\nSmokePortal style, an image of a stone arch with smoke coming out of it\nSmokePortal style, an artist's rendering of a huge hole in the sky\nSmokePortal style, an artist's rendering of the entrance to a cave\nSmokePortal style, a large circular object in the middle of a dark room\nSmokePortal style, an image of a giant hole in the sky\nSmokePortal style, an artist's rendering of a tunnel of fire coming out of it\nSmokePortal style, an image of a large hole in the ground\nSmokePortal style, an image of an open door with a sky in the background\nSmokePortal style, an open door in a dark room with smoke coming out of it\nSpaceMarine style, a drawing of a man in armor holding a machine gun\nSpaceMarine style, a drawing of a man in armor sitting on a chair\nSpaceMarine style, a drawing of a man in a space marine suit holding a machine gun\nSpaceMarine style, a large blue robot sitting on top of a chair\nSpaceMarine style, an illustration of a space marine sitting on the ground\nSpaceMarine style, a painting of a space marine sitting on a chair\nSpaceMarine style, a drawing of a man in a space suit sitting on a rock\nSpaceMarine style, a drawing of a man in armor sitting on top of a pile of\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a blue space marine in armor\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a blue space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine sitting on a chair\nSpaceMarine style, a drawing of a giant robot sitting on top of a chair\nSpaceMarine style, a drawing of a man in a space suit holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a gun\nSpaceMarine style, a painting of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a giant robot sitting on top of a chair\nSpaceMarine style, a drawing of a man in armor holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine sitting on a chair\nSpaceMarine style, a painting of a space marine holding a gun\nSpaceMarine style, a drawing of a man in a blue space marine suit\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSteampunkCity style a steam engine on a track with smoke coming out of it\nSteampunkCity style a large building with a bunch of smoke coming out of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkCity style a large building with a clock on the front of it\nSteampunkCity style a large building with a clock on the front of it\nSteampunkCity style a train traveling past a tall building with clocks on it's sides\nSteampunkCity style a large building with a lot of smoke coming out of it\nSteampunkCity style a large building with smoke coming out of it\nSteampunkCity style a steam engine sitting on top of a train track\nSteampunkCity style a large building with a clock on the top of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a picture of a building with steam coming out of it\nSteampunkCity style a steam engine train traveling past a tall building\nSteampunkCity style a steam engine train traveling past a tall building\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a steam engine with smoke coming out of it\nSteampunkCity style a picture of a building with steam coming out of it\nSteampunkCity style a steam powered building with a lot of smoke coming out of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man with a gun standing in the middle of a street\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man in a top hat and trench coat standing in the middle of\nSteampunkLawman style a man in a cowboy outfit walking down a dirt road\nSteampunkLawman style a man standing in the middle of a desert\nSteampunkLawman style a man wearing a mask standing in the middle of a street\nSteampunkLawman style a man in a top hat standing in the middle of a dirt road\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a top hat standing in the middle of a dirt road\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man in a gas mask standing in the middle of a street\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man standing in the middle of a dirt road\nSteampunkLawman style a man standing in the middle of a dirt road\nSteampunkLawman style a man standing in the middle of a dirt road\nTechnoBug style a giant insect that is flying through the air\nTechnoBug style a painting of a giant creature with lots of things on it's\nTechnoBug style an image of a giant robot in the middle of a city\nTechnoBug style an image of a bug that is in the air\nTechnoBug style an image of a bug that is flying through the air\nTechnoBug style an image of a strange looking creature in the sky\nTechnoBug style a painting of a giant bug with glowing eyes\nTechnoBug style a very strange looking creature in the middle of a body of water\nTentView style the inside of a tent with a view of mountains\nTentView style the inside of a tent with a view of mountains\nTentView style the inside of a tent with a view of a field\nTentView style a tent with a view of a mountain and a pair of shoes\nTentView style the inside of a tent with a view of a grassy field\nTentView style the inside of a tent with a view of a mountain range\nTentView style the inside of a tent with a view of mountains\nTentView style a tent with a view of a mountain range\nTentView style the inside of a tent with a car in the background\nTentView style a tent with a view of a mountain range\nTentView style the inside of a tent with a view of a mountain range\nTentView style a couple of sleeping bags sitting inside of a tent\nTentView style a person sleeping inside of a tent on top of a grass covered field\nTentView style a couple of sleeping bags sitting inside of a tent\nTentView style a tent with a sleeping bag and a sleeping bag in it\nTentView style the inside of a tent with a view of a mountain range\nToweringPortal style, a couple of men standing in a tunnel next to each other\nToweringPortal style, two people standing in a dark tunnel with the sun in the background\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, two people standing at the end of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, a man is standing in the middle of a tunnel\nToweringPortal style, a man and a woman walking through a tunnel\nToweringPortal style, a couple of people standing on top of a mountain\nToweringPortal style, two people walking through a tunnel with the sun in the background\nToweringPortal style, two people standing in the middle of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a man and a woman are standing in a tunnel\nToweringPortal style, a couple of men standing next to each other\nToweringPortal style, a couple of people standing in front of a cave\nToweringPortal style, a man standing in front of a portal in the desert\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, two people standing in front of a glowing tunnel\nToweringPortal style, a group of people walking through a tunnel in the desert\nToweringPortal style, a couple of people standing in front of a giant door\nToweringPortal style, two people walking through a tunnel in the desert\nToweringPortal style, a couple of people that are standing in a tunnel\nToweringPortal style, a couple of people that are standing in the dirt\nToweringPortal style, two people standing in front of a tunnel in the desert\nToweringPortal style, two people are standing in front of a tunnel\nToweringPortal style, a person standing in the middle of a tunnel\nToweringPortal style, a couple of people that are standing in front of a tunnel\nToweringPortal style, two people walking through a tunnel with a giant object in the background\nToweringPortal style, a man standing in front of an archway in a desert\nToweringPortal style, a group of three people walking through a tunnel\nToweringPortal style, a couple of people that are standing in the dirt\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, a couple of people that are standing in a tunnel\nToweringPortal style, a couple of people standing in the middle of a tunnel\nToweringPortal style, a couple of people standing inside of a tunnel\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, two people are standing in the middle of a tunnel\nToweringPortal style, two people are standing in the middle of a tunnel\nToweringPortal style, a couple of people standing inside of a tunnel\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of an explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of an explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a plume of smoke\nTropicalAstronaut style a man in a space suit standing on a beach\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in a field\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in front of a palm tree\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a creepy creature\nUndeadKing style, a statue of an octopus sitting on top of a chair\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a statue of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a demonic creature\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a statue of a demon sitting on top of a chair\nUndeadKing style, a statue of a demon sitting on top of a chair\nUndeadKing style, a black and white photo of a demon sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a statue of a demon\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a man sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne surrounded by\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to destroyed buildings\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street filled with rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street covered in rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWiredOperator style an anime character with dark hair and lightning in the background\nWiredOperator style a group of anime characters standing next to each other\nWiredOperator style an anime character standing in the middle of a city\nWiredOperator style a painting of a man with a hat on his head\nWiredOperator style a painting of a man with glasses and headphones\nWiredOperator style a close up of a painting of a person\nWiredOperator style a drawing of a man with a bunch of wires coming out of his\nWiredOperator style an anime character sitting on the floor in front of a bowl of food\nWiredOperator style a painting of a woman wearing a helmet with wires coming out of it\nWiredOperator style an anime character with white hair and a chain around his neck\nWiredOperator style an anime character with black hair and red lightning in the background\nAlienTemple style a computer generated image of a futuristic mountain landscape\nAlienTemple style a computer generated image of a mountain with stairs leading up to it\nAlienTemple style a computer generated image of a futuristic landscape with stairs and mountains\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a sci fi landscape\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds in the background\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style an image of a futuristic landscape with mountains and stairs\nAlienTemple style a computer generated image of a futuristic city with mountains and trees\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds in the background\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic city with stairs and mountains\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic mountain town\nAlienTemple style a computer generated image of a mountain with a purple sky in the background\nAlienTemple style a computer generated image of a futuristic city with mountains in the background\nAlienTemple style a computer generated image of a futuristic landscape with mountains and clouds\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old television set with a city in the background\nAlienTV style an old computer with a city in the background\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old - fashioned computer with a mountain in the background\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a futuristic city in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with mountains and a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nBitBoats style an art print of a boat in the ocean with a palm tree\nBitBoats style an image of a sunset with a palm tree and a boat in the water\nBitBoats style an image of a sunset with a boat and palm tree\nBitBoats style an image of a sunset with palm trees and a boat in the water\nBitBoats style a pixel art style image of a boat in the ocean with a palm tree\nBitBoats style a pixel art style image of a boat in the ocean with a palm tree\nBitBoats style a poster of a boat in the ocean with a palm tree\nBitBoats style an illustration of a tropical island with a palm tree\nBitBoats style an image of a boat in the ocean with a palm tree\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a boat in the ocean with a palm tree\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a pixel art style image of a dolphin in the ocean\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a computer generated image of a dolphin in the ocean\nBitDolphin style a dolphin made out of blocks floating in the ocean\nBitDolphin style a computer generated image of a dolphin jumping out of the water\nBitRealms style a computer screen that has been made out of blocks\nBitRealms style a computer screen with a hole in the middle of it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style an image of a computer screen made out of blocks\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen that has been made out of legos\nBitRealms style an image of a computer screen made out of blocks\nBitRealms style an image of a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a lot of cubes on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a bunch of cubes coming out of it\nBitRealms style a computer screen with a lot of blocks on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style an image of a computer screen with a lot of blocks coming out of it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a lot of cubes on it\nBitRealms style a computer screen with a bunch of wires coming out of it\nBitRealms style a computer screen that has a bunch of blocks on it\nBitRealms style a computer screen with a bunch of cubes coming out of it\nBitRealms style a computer screen with a bunch of cubes on it\nBitRealms style a computer screen with a bunch of blocks on it\nBoxedFutures style a television made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a television made out of legos with mountains and water in the background\nBoxedFutures style a computer screen made out of legos with mountains and water in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with mountains and water in the background\nBoxedFutures style a television made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen with a mountain scene inside of it\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a giant black hole surrounded by cubes\nCubicSinglularity style an abstract image of a cube in the middle of a circle\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with an eye in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a large hole in the middle\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a circle\nCubicSinglularity style a futuristic city with a giant hole in the middle of it\nCubicSinglularity style an artistic image of a giant black hole surrounded by cubes\nCubicSinglularity style an image of a black hole surrounded by cubes\nCubicSinglularity style an artistic image of a futuristic city with an eye in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubicSinglularity style an image of a black hole surrounded by cubes\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a large hole in the middle\nCubicSinglularity style an artistic image of a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style a futuristic city with a giant hole in the middle of it\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an artist's rendering of a giant hole in the sky\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer block made up of colorful cubes on a black background\nCubismCubed style a cube made out of cubes with a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style an abstract cube made up of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style an abstract cube made up of colorful cubes on a black background\nDeathDance style a black and white drawing of a man with a skull on his head\nDeathDance style a black and white drawing of a man holding a skeleton\nDeathDance style a drawing of a woman and child in a room with a skeleton in the background\nDeathDance style a black and white drawing of a skeleton and a man\nDeathDance style a black and white drawing of a man holding a sword\nDeathDance style a drawing of a skeleton and a woman holding a sword\nDeathDance style a drawing of a man riding a horse next to a tree\nDeathDance style a drawing of a skeleton sitting at a table\nDeathDance style a black and white drawing of a man holding a stick\nDeathDance style a black and white drawing of a man handing something to a skeleton\nDeathDance style a drawing of a skeleton and an old man\nDeathDance style a drawing of a group of people sitting around a table\nDeathDance style a drawing of a skeleton and a person with a cane\nDeathDance style a drawing of a man plowing a field with horses\nDeathDance style a drawing of a skeleton and a woman in a bed\nDeathDance style a drawing of a man holding a sword next to a skeleton\nDeathDance style a drawing of a skeleton and a man with a sword\nDeathDance style a drawing of a man sitting at a table next to a skeleton\nDeathDance style a black and white drawing of a man and a woman\nDeathDance style a drawing of a man with a sword and a skeleton\nDeathDance style a drawing of a skeleton being taken out of a door\nDucreux style a painting of a man wearing a hat and holding his finger to his lips\nDucreux style a painting of a man with a surprised look on his face\nDucreux style a painting of a man wearing a black hat\nDucreux style a painting of a man wearing a hat and holding his finger to his lips\nDucreux style a painting of a man holding his finger to his lips\nDucreux style a painting of a man with a surprised look on his face\nDucreux style a painting of a man with a hat pointing at something\nDucreux style a painting of a man wearing a black hat\nDucreux style a painting of a man holding his finger to his lips\nDucreux style a painting of a man in a red jacket\nDucreux style a painting of a man with a hat pointing at something\nDucreux style a painting of a man in a red jacket\nEcoComputer style a computer with a plant growing out of it\nEcoComputer style an old computer with plants growing out of it\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer sitting on top of a table next to a plant\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer sitting on top of a table next to a plant\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer with a plant growing out of it\nEndGate style an image of a giant gate with a giant moon in the middle\nEndGate style a giant ball of fire in the middle of a city\nEndGate style a giant black hole surrounded by ruins with a giant sun in the background\nEndGate style a large circular object with a massive hole in the middle of it\nEndGate style a giant black hole surrounded by a mountain range\nEndGate style a giant black hole in the middle of a city\nEndGate style a large black hole in the middle of a mountain\nEndGate style an image of a giant black hole in the sky\nEndGate style a giant black ball in the middle of a dark sky\nEndGate style a giant black ball with flames coming out of it\nEndGate style an image of a giant black ball in the middle of a city\nEndGate style a giant black hole in the middle of a city\nEndGate style an image of a giant black hole in the sky\nEndGate style the sun is shining through a circular hole in the sky\nEndGate style an image of a black hole in the sky\nEndGate style a man standing in front of a giant black hole\nEndGate style an image of a giant black hole in the sky\nEndGate style an image of a sci - fi landscape with the sun in the middle of it\nEndGate style a futuristic city with a giant ball in the background\nEndGate style an image of the sun rising over a city\nEndGate style a giant black hole in the middle of a building\nEndGate style a giant black hole in the middle of a mountain\nEndGate style the sun shines through the clouds over a dark castle\nEndGate style a giant black hole in the middle of a dark sky\nEndGate style a futuristic city with a giant black ball in the middle of it\nEndGate style a giant black hole in the middle of a city\nEndGate style a large black ball with a lot of fire coming out of it\nEndGate style a dark city with a giant moon in the sky\nEndGate style a giant black hole in the middle of a mountain\nEndGate style an image of a giant black hole in the sky\nEndGate style a giant black hole in the middle of a city\nEndGate style an image of a giant black hole in the sky\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style a stylized image of a futuristic city with mountains and clouds\nFractalGeo style a stylized image of a cell phone surrounded by mountains and clouds\nFractalGeo style an image of a computer screen with a mountain scene\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style an image of a computer screen with mountains and clouds\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style an image of a futuristic landscape with mountains and clouds\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style a computer screen with an image of a mountain and a video game console\nFractalGeo style a digital painting of a mountain with a radio on top of it\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style an image of a digital art scene with a boombox\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style a computer screen with an image of mountains and clouds in the background\nFractalGeo style a digital painting of a mountain with a radio on top of it\nFractalGeo style a computer generated image of a mountain and a city\nFractalGeo style a computer screen with mountains and clouds in the background\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nGameBlocked style a pixel art image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy in the middle of a field\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style a pixel art style image of a gameboy on an island\nGameBlocked style an art work of a microwave with a mountain in the background\nGameBlocked style an image of a pixel art piece with trees and mountains in the background\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style an image of a gameboy on an island\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style a pixel art style image of a computer on top of an island\nGameBlocked style a stylized image of a tv with a mountain in the background\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style a pixel art style image of an old school game console\nGameBlocked style an image of a pixel art scene with a video game\nGameBlocked style a pixel art style image of an old school game console\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on a small island\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style an image of a pixel art style game console\nGameBlocked style a pixel art style image of a computer on an island\nGameBlocked style an image of a pixel art piece in the shape of a computer\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a pixel art style gameboy\nGameBlocked style a pixel art style image of a gameboy in the middle of an island\nGameBlocked style an image of a gameboy on an island\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy in the middle of an island\nGameBlocked style an image of a pixel art style game console\nGameStation style an image of a sci - fi themed artwork\nGameStation style an old - school video game console with pixel art\nGameStation style an image of a computer screen with a game on it\nGameStation style an image of a sci - fi themed artwork\nGameStation style an image of a computer with a lot of things on it\nGameStation style an illustration of a video game console surrounded by other electronic devices\nGameStation style an image of a game console with a lot of things on it\nGameStation style an old - school video game console with pixel art\nGameStation style an image of a computer with a lot of things on it\nGameStation style an illustration of a computer and a game console\nGameStation style an image of a computer screen with a game on it\nGameStation style an image of a sci - fi themed artwork\nGameStation style an illustration of a computer and a game console\nGameStation style a stylized illustration of a computer and other electronic devices\nGameStation style a stylized illustration of a computer and other electronic devices\nGameStation style an old - school video game console with a cityscape in the background\nGameStation style an illustration of a video game console in the dark\nGameStation style an illustration of a computer screen with an image of a computer on top of it\nGameStation style an illustration of a computer screen with an image of a computer on top of it\nGameStation style an illustration of a game console with a lot of objects\nGameStation style a computer screen with a bunch of different items on it\nGameStation style an illustration of a video game console surrounded by neon lights\nGameStation style a graphic of a computer with a bunch of objects around it\nGameStation style a graphic of a computer with a bunch of objects around it\nGameStation style an image of a video game being played on a computer\nGameStation style an illustration of a computer screen with neon lights on it\nGameStation style an illustration of a video game console surrounded by various objects\nGameStation style an image of a computer screen with a bunch of things on it\nGameStation style an image of a computer screen with a bunch of things on it\nGameStation style an illustration of a video game being played on a computer\nGameStation style an illustration of a video game being played on a computer\nGameStation style an illustration of a video game console surrounded by other electronic devices\nGameStation style an image of a game console with a lot of things on it\nGameStation style an image of a sci - fi art work\nGlitchWave style an image of a sunset and a wave in the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style a painting of a wave in the ocean at sunset\nGlitchWave style an image of a painting of a wave in the ocean\nGlitchWave style a painting of a wave in the ocean at night\nGlitchWave style a painting of a wave in the ocean with a sunset in the background\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style an image of a wave crashing into the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style a painting of a wave in the ocean at sunset\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style an image of an ocean wave in pixel art\nGlitchWave style an image of a colorful wave in the ocean\nGlitchWave style a pixel art picture of a sunset over the ocean\nGlitchWave style a painting of an ocean wave with a sunset in the background\nGlitchWave style an image of a wave crashing into the ocean\nIsoHomes style a computer generated image of a building and a pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a pool surrounded by palm trees\nIsoHomes style a computer generated image of a maze with buildings and palm trees\nIsoHomes style a computer generated image of a building with a pool and palm trees\nIsoHomes style a computer generated image of a city with a pool and palm trees\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a courtyard with palm trees\nIsoHomes style a computer generated image of a building with a pool and palm trees\nIsoHomes style a computer generated image of a courtyard with palm trees\nIsoHomes style a computer generated image of a house and pool\nJovianTech style an illustration of a futuristic city with a giant electronic device in the middle\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style a digital painting of a futuristic city with lots of electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a game console with a city in the background\nJovianTech style an illustration of a computer in the middle of a city\nJovianTech style an illustration of a futuristic city in the sky\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with electronic equipment\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJungleFuturism style a computer screen with a sunset in the background\nJungleFuturism style a computer screen with a tree and a sunset in the background\nJungleFuturism style a computer screen with a tree and a building in the background\nJungleFuturism style a computer screen with an image of a tropical island in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style an art work of a computer with a colorful background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with an image of a tree and a mountain in the background\nJungleFuturism style a computer screen with a tree in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with a tree and a sunset in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style an image of a computer screen with a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nKawaiiPro style an illustration of an old television with an ocean scene on the screen\nKawaiiPro style an old television set with an ocean scene on it\nKawaiiPro style an illustration of a television set with an ocean scene on it\nKawaiiPro style an image of an old tv with an ocean scene on it\nKawaiiPro style a computer screen with an image of a boat on it\nKawaiiPro style an illustration of a television set with a mountain scene on the screen\nKawaiiPro style an illustration of a television with a wave coming out of it\nKawaiiPro style a computer screen with an image of a boat on it\nMeijiJapan style a group of people standing around a bucket filled with hay\nMeijiJapan style a room filled with lots of different types of vases\nMeijiJapan style a group of people on a small boat in a body of water\nMeijiJapan style a river running through a forest next to a mountain\nMeijiJapan style a man sitting on the floor painting a vase\nMeijiJapan style a group of people standing next to each other\nMeijiJapan style a group of people standing around a wooden machine\nMeijiJapan style a woman in an apron is making something on a machine\nMeijiJapan style a group of people standing on top of a body of water\nMeijiJapan style a group of geisha women sitting around a table\nMeijiJapan style a group of people standing next to each other\nMeijiJapan style a room with a picture hanging on the wall\nMeijiJapan style a man is making vases in a pottery studio\nMeijiJapan style a group of people working in an assembly line\nMeijiJapan style a man working on a piece of metal in a shop\nMeijiJapan style a couple of men standing next to each other\nMeijiJapan style a woman standing in a field with a pile of hay\nMeijiJapan style a group of people standing around a pile of hay\nMeijiJapan style a walkway leading to a shrine with statues on either side of it\nMeijiJapan style a group of people working in a field of tall grass\nMeijiJapan style a man is rowing a boat down a river\nMeijiJapan style a group of people with umbrellas in a field\nMeijiJapan style a group of people with umbrellas on a muddy field\nMeijiJapan style a group of people standing around each other in front of a shrine\nMeijiJapan style a large mountain covered in clouds next to a body of water\nMeijiJapan style a group of people walking down a street next to a building\nMeijiJapan style a couple of people standing on top of a beach next to a body of water\nMeijiJapan style a group of geisha girls looking through a window\nMeijiJapan style two geisha girls sleeping on a matress in a japanese room\nMeijiJapan style a group of people with umbrellas walking up a hill\nMeijiJapan style a person bending over a piece of stone in front of a building\nMeijiJapan style a couple of women standing next to each other\nMeijiJapan style a man sitting on the floor working on something\nMeijiJapan style a man sitting in front of a large umbrella\nMeijiJapan style a man standing next to a large tree trunk\nMeijiJapan style a couple of boys working on a wooden barrel\nMeijiJapan style a person riding a horse drawn carriage down a dirt road\nMeijiJapan style a man sitting at a table working on a vase\nMeijiJapan style a painting of a lake with a house in the background\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a person standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a person standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a person walking down a path in front of a mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain tunnel\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonTreehouse style a computer generated image of a tree with pink and purple clouds\nNeonTreehouse style a computer generated image of a tree with clouds in the background\nNeonTreehouse style a stylized image of a tree with a computer on top of it\nNeonTreehouse style a computer generated image of a tree with a building on top of it\nNeonTreehouse style a stylized image of a tree with a pink sky in the background\nNeonTreehouse style a computer generated image of a tree with a building on top of it\nNeonTreehouse style a computer screen with a tree on top of it\nNeonTreehouse style a computer generated image of a tree and a building\nNeonTreehouse style a pink and purple background with a tree on top of a mountain\nNeonTreehouse style a computer generated image of a tree with pink clouds\nNeonTreehouse style a computer generated image of a tree with pink clouds\nNeonTreehouse style a stylized image of a tree and a computer\nNeoOlympus style a futuristic city with a giant purple ball in the middle of it\nNeoOlympus style a digital painting of a city in the middle of the night\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style a futuristic city with a giant cloud in the sky\nNeoOlympus style a futuristic city with a giant purple ball in the middle of it\nNeoOlympus style a painting of a giant cloud floating over a city\nNeoOlympus style a futuristic city with a lightning bolt coming out of it\nNeoOlympus style a digital painting of a city in the middle of the night\nNeoOlympus style a painting of a city in the middle of the night\nNeoOlympus style a painting of a city surrounded by clouds and buildings\nNeoOlympus style a painting of a city with a giant cloud floating over it\nNeoOlympus style a futuristic city surrounded by clouds in the sky\nNeoOlympus style a futuristic city with a giant cloud in the sky\nNeoOlympus style a digital painting of a city surrounded by clouds\nNeoOlympus style a painting of a city surrounded by clouds and lightning\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style an image of a city with a huge cloud coming out of it\nNeoOlympus style a futuristic city with a lightning bolt coming out of it\nNeoOlympus style a painting of a city with a giant cloud floating over it\nNeoOlympus style a futuristic city with a massive structure in the middle of it\nNeoOlympus style a futuristic city with a giant cloud floating over it\nNeoOlympus style a digital painting of a city surrounded by clouds\nNeoOlympus style a futuristic city with a giant hole in the middle of it\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style a futuristic city with a giant ball in the middle of it\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long hair and blue eyes\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a woman with long hair and freckles on her face\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a painting of a woman with long hair and glowing eyes\nNeverLate style a woman with long hair and a white tank top\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nOceanicRealms style a painting of a castle surrounded by sea life\nOceanicRealms style a painting of a castle in the middle of the ocean\nOceanicRealms style a painting of a tree with bubbles floating from it\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle in the middle of a body of water\nOceanicRealms style a painting of a castle in the middle of a body of water\nOceanicRealms style a painting of a castle with jellyfish floating in the water\nOceanicRealms style a painting of a jellyfish floating in the water\nOceanicRealms style a painting of an underwater world with a waterfall\nOceanicRealms style a painting of an underwater castle with fish swimming around\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle with lots of bubbles coming out of it\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of an underwater scene with bubbles and corals\nOceanicRealms style a painting of a window with bubbles coming out of it\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of a castle surrounded by water and plants\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle surrounded by sea life\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of bubbles floating in front of a building\nOceanicRealms style a painting of bubbles floating in front of a window\nOceanicRealms style a painting of an underwater city with a castle in the background\nOceanicRealms style a painting of a giant bubble floating over a castle\nOceanicRealms style a painting of a tree in the middle of the ocean\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of a tree with a bunch of bubbles coming out of it\nOceanicRealms style a painting of a fantasy city by the water\nOceanicRealms style a painting of an underwater scene with fish and plants\nOceanicRealms style a painting of a castle surrounded by water bubbles\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of a castle surrounded by water bubbles\nOceanicRealms style a painting of an underwater scene with a lantern hanging from it's ceiling\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of a castle with jelly fish floating in the water\nOceanicRealms style a painting of an underwater scene with a castle in the background\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style an underwater scene with a castle and fish in the water\nOceanicRealms style a painting of an underwater scene with bubbles and corals\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of an underwater castle surrounded by bubbles\nPixelPC style a graphic of a computer and other electronic equipment\nPixelPC style a computer screen with a bunch of different things on it\nPixelPC style a computer screen with a bunch of things on it\nPixelPC style a graphic of a computer with a lot of things on it\nPixelPC style a computer with a lot of electronic equipment on it\nPixelPC style a computer with a lot of electronic equipment on it\nPixelPC style a graphic of a computer surrounded by electronic equipment\nPixelPC style a computer screen with an image of a creature on it\nPixelPC style a computer screen with a green horse on it\nPixelPC style a graphic of a computer with a green screen\nPixelPC style a computer screen with a bunch of different items on it\nPixelPC style a graphic of a computer with a green globe on the screen\nPixelPC style a graphic of a computer with a green screen\nPixelPC style a graphic of a computer surrounded by electronic equipment\nPixelPC style a computer screen with a bunch of electronics on top of it\nPixelPC style a graphic of a computer and other electronic devices\nPixelPC style a computer screen with a bunch of electronic equipment on it\nPixelPC style a computer screen with a bunch of electronics on top of it\nPixelPC style a graphic of a computer with a green screen\nPrismaHills style a computer generated image of a mountain range at night\nPrismaHills style a computer generated image of a mountain range in neon colors\nPrismaHills style a computer generated image of a mountain range in neon colors\nPrismaHills style a computer generated image of a mountain with wavy lines\nPrismaHills style a computer generated image of a mount", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -5261, + 2301 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1207, + "type": "ShowText|pysssss", + "pos": [ + -7365, + 995 + ], + "size": { + "0": 521.04541015625, + "1": 348.81707763671875 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1454, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(text\"JOHNSON\":1), female focus, diffuse light, , AlienTV style an old computer with a city in the background" + ] + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -7500, + 1530 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1580 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1482, + 1514, + 1516 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -7500, + 1490 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1573 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1479 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1210, + "type": "Reroute", + "pos": [ + -7500, + 1460 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1578 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1211, + "type": "Reroute", + "pos": [ + -7500, + 2890 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1482 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1519, + 1520, + 1528, + 1529 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1212, + "type": "Reroute", + "pos": [ + -7500, + 2860 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1479 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1496 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1213, + "type": "Reroute", + "pos": [ + -7500, + 2830 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1491 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1510 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1226, + "type": "Reroute", + "pos": [ + -7500, + 1570 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1493 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1494 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1227, + "type": "Reroute", + "pos": [ + -5628, + 1568 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1494 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1495 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1228, + "type": "Reroute", + "pos": [ + -5648.6607274014295, + 2914.2686538475746 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1498 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1499, + 1500 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1229, + "type": "Reroute", + "pos": [ + -2559, + 2928 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1500 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1501 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1230, + "type": "Reroute", + "pos": [ + -5628, + 1526 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1502 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 1503, + 1504 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1231, + "type": "Reroute", + "pos": [ + -5648, + 2872 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1504 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 1505, + 1506 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1232, + "type": "Reroute", + "pos": [ + -2560, + 2895 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1506 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 1507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1233, + "type": "ImageResize+", + "pos": [ + -6240, + 3439 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1525, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1549, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1550, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1526 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1234, + "type": "Reroute", + "pos": [ + -7710, + 1980 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1537, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1539, + 1541, + 1543, + 1545 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1235, + "type": "Reroute", + "pos": [ + -7710, + 2020 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1538, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1540, + 1542, + 1544, + 1546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1236, + "type": "Reroute", + "pos": [ + -7775, + 2799 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1545, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1547, + 1549, + 1551 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1237, + "type": "Reroute", + "pos": [ + -7775.128021856623, + 2831.5520103979075 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1546, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1548, + 1550, + 1552 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1240, + "type": "Reroute", + "pos": [ + -8793.41548464221, + 2177.2398228456923 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1555 + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1556, + 1557, + 1563 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1243, + "type": "Reroute", + "pos": [ + -8530, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1574 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1573, + 1575 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Reroute", + "pos": [ + -8530, + 1720 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1576 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1577, + 1578 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -8937, + 1557 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1576 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8929, + 1682 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1574 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -8932, + 1837 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1579 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1244, + "type": "Reroute", + "pos": [ + -8530, + 1780 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1579 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1580 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9277, + 1564 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -8761, + 849 + ], + "size": { + "0": 444.15802001953125, + "1": 576.9046630859375 + }, + "flags": {}, + "order": 24, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Zenkai-Lines-v80\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt/img2img bridge KOLORS to FLUX \nKolors Control Net Stack: Depth, Canny\nSingle or Double Action Operation\ntxt2img + img2img KOLORS switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1430, + 1189, + 0, + 1188, + 1, + "INT" + ], + [ + 1432, + 518, + 0, + 1191, + 0, + "STRING" + ], + [ + 1433, + 1191, + 0, + 604, + 0, + "STRING" + ], + [ + 1434, + 1192, + 0, + 1188, + 0, + "STRING" + ], + [ + 1435, + 1188, + 0, + 1191, + 1, + "STRING" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1454, + 1191, + 0, + 1207, + 0, + "STRING" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1479, + 1209, + 0, + 1212, + 0, + "*" + ], + [ + 1482, + 1208, + 0, + 1211, + 0, + "*" + ], + [ + 1491, + 1210, + 0, + 1213, + 0, + "*" + ], + [ + 1493, + 448, + 0, + 1226, + 0, + "*" + ], + [ + 1494, + 1226, + 0, + 1227, + 0, + "*" + ], + [ + 1495, + 1227, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1496, + 1212, + 0, + 495, + 0, + "CLIP" + ], + [ + 1498, + 495, + 0, + 1228, + 0, + "*" + ], + [ + 1499, + 1228, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1500, + 1228, + 0, + 1229, + 0, + "*" + ], + [ + 1501, + 1229, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 1502, + 25, + 0, + 1230, + 0, + "*" + ], + [ + 1503, + 1230, + 0, + 195, + 0, + "NOISE" + ], + [ + 1504, + 1230, + 0, + 1231, + 0, + "*" + ], + [ + 1505, + 1231, + 0, + 111, + 0, + "NOISE" + ], + [ + 1506, + 1231, + 0, + 1232, + 0, + "*" + ], + [ + 1507, + 1232, + 0, + 131, + 0, + "NOISE" + ], + [ + 1508, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1510, + 1213, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1511, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 1512, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 1513, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1514, + 1208, + 0, + 1001, + 1, + "VAE" + ], + [ + 1516, + 1208, + 0, + 193, + 1, + "VAE" + ], + [ + 1517, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1518, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1519, + 1211, + 0, + 121, + 1, + "VAE" + ], + [ + 1520, + 1211, + 0, + 123, + 1, + "VAE" + ], + [ + 1521, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1524, + 51, + 0, + 89, + 0, + "*" + ], + [ + 1525, + 51, + 0, + 1233, + 0, + "IMAGE" + ], + [ + 1526, + 1233, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1527, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1528, + 1211, + 0, + 139, + 1, + "VAE" + ], + [ + 1529, + 1211, + 0, + 140, + 1, + "VAE" + ], + [ + 1530, + 1003, + 0, + 134, + 0, + "MODEL" + ], + [ + 1531, + 1003, + 0, + 133, + 0, + "MODEL" + ], + [ + 1532, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1533, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1534, + 193, + 0, + 665, + 0, + "*" + ], + [ + 1537, + 559, + 0, + 1234, + 0, + "*" + ], + [ + 1538, + 559, + 1, + 1235, + 0, + "*" + ], + [ + 1539, + 1234, + 0, + 206, + 1, + "INT" + ], + [ + 1540, + 1235, + 0, + 206, + 2, + "INT" + ], + [ + 1541, + 1234, + 0, + 166, + 1, + "INT" + ], + [ + 1542, + 1235, + 0, + 166, + 2, + "INT" + ], + [ + 1543, + 1234, + 0, + 158, + 0, + "INT" + ], + [ + 1544, + 1235, + 0, + 158, + 1, + "INT" + ], + [ + 1545, + 1234, + 0, + 1236, + 0, + "*" + ], + [ + 1546, + 1235, + 0, + 1237, + 0, + "*" + ], + [ + 1547, + 1236, + 0, + 1003, + 1, + "INT" + ], + [ + 1548, + 1237, + 0, + 1003, + 2, + "INT" + ], + [ + 1549, + 1236, + 0, + 1233, + 1, + "INT" + ], + [ + 1550, + 1237, + 0, + 1233, + 2, + "INT" + ], + [ + 1551, + 1236, + 0, + 64, + 1, + "INT" + ], + [ + 1552, + 1237, + 0, + 64, + 2, + "INT" + ], + [ + 1555, + 604, + 0, + 1240, + 0, + "*" + ], + [ + 1556, + 1240, + 0, + 448, + 1, + "STRING" + ], + [ + 1557, + 1240, + 0, + 448, + 2, + "STRING" + ], + [ + 1563, + 1240, + 0, + 605, + 0, + "STRING" + ], + [ + 1573, + 1243, + 0, + 1209, + 0, + "*" + ], + [ + 1574, + 11, + 0, + 1243, + 0, + "*" + ], + [ + 1575, + 1243, + 0, + 448, + 0, + "CLIP" + ], + [ + 1576, + 88, + 0, + 1242, + 0, + "*" + ], + [ + 1577, + 1242, + 0, + 206, + 0, + "MODEL" + ], + [ + 1578, + 1242, + 0, + 1210, + 0, + "*" + ], + [ + 1579, + 1102, + 0, + 1244, + 0, + "*" + ], + [ + 1580, + 1244, + 0, + 1208, + 0, + "*" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5634, + 1628, + 2079, + 1225 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -4271, + 4042, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7507, + 1614, + 1780, + 1009 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8912, + 2091, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + -3435, + 1687, + 1455, + 1114 + ], + "color": "#88A", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Thumbnails/Foda-Thumbnails-lines-v15.json b/Components/_draft/Foda-Flux-v18/Flux Thumbnails/Foda-Thumbnails-lines-v15.json new file mode 100644 index 0000000..41a862a --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Thumbnails/Foda-Thumbnails-lines-v15.json @@ -0,0 +1,11248 @@ +{ + "last_node_id": 1520, + "last_link_id": 1959, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1833 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -9050.989630192404, + 6249.981917051679 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 1956 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\thumbail\\change-me\\combine-text/flux_00008_.png [output]", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7850, + 6760 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1867, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1868, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -8450.9896301924, + 6543.98191705168 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Thumbnails-v15\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v7\n\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1832 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -7980, + 6760 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5497.364322739876, + 6220.296079072448 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1785, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5892.364322739872, + 6259.296079072448 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1893 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6589.364322739872, + 6387.296079072449 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1890, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6592.277784775471, + 6549.186172087311 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6592.277784775471, + 6649.186172087311 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1887, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6852.634404740294, + 6429.37180243874 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1886, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1889, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -7152.634404740294, + 6469.371802438741 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1891 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -6208.634404740293, + 6438.37180243874 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1892 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -8507.998046874996, + 3887.1842839663414 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1857, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1858, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -8134.371819235058, + 3885.8893384137546 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1478 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -8719.998046874996, + 4066.184283966342 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 1859, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1860, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -9049.998046874996, + 3969.1842839663423 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -8144.371819235055, + 4005.8893384137555 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -6994.371819235058, + 3356.2845300422464 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 163, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 1896 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 1902 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -6734.371819235058, + 3316.284530042246 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1489, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -7384.371819235058, + 3356.2845300422464 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1707, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1478, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -7384.371819235058, + 3496.2845300422464 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -7384.371819235058, + 3596.2845300422446 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1879, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -7704.371819235058, + 3376.2845300422464 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1878, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1479, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -7374.371819235058, + 3736.284530042244 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -9054.371819235055, + 3616.2845300422446 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1877 + }, + { + "name": "width", + "type": "INT", + "link": 1869, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1870, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1878, + 1879 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8214.371819235055, + 3326.284530042246 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00009155273438 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1954 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1474, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1475, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1479 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -8138.371819235058, + 3547.2845300422464 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7790, + "1": 1150, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 436.8661804199219, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7840.989630192406, + 6163.981917051679 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1888 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1889 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9070.371819235055, + 3338.284530042246 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1473 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "diffuse light, an illustration of a futuristic city with a giant electronic device in the middle", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -2921.75351987726, + 6166.346369059593 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -2922.75351987726, + 6336.346369059592 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1786, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -3727.7535198772543, + 6293.346369059592 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\thumbail\\change-me\\UP/stage1_00001_.png [output]", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -7724.371819235058, + 3956.284530042245 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1477 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -8135.371819235058, + 3668.2845300422446 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8590, + 1150 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1843 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1844 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8210, + "1": 1160, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 381.04571533203125, + "1": 250 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -4193.582663043957, + 6177.267061574924 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8654.371819235055, + 3336.284530042246 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1473, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1474, + 1475, + 1476 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8652.371819235055, + 3544.2845300422464 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1476, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "diffuse light, an illustration of a futuristic city with a giant electronic device in the middle" + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -5691, + 2129 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 165, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1527 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -5677.632586706433, + 2202.7092628853998 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720, + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -5277.632586706433, + 2132.709262885399 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1780, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -8464.371819235055, + 4065.889338413755 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1897 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -8309, + 6174 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1883 + }, + { + "name": "width", + "type": "INT", + "link": 1884, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1885, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1886, + 1887 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1831 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -7241.740983224238, + 6267.900442199206 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1957 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6593.364322739872, + 6795.296079072451 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -7384.371819235058, + 3858.2845300422446 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7272, + 1249 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/thumbail/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -7280, + 1150 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "change-me" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1211, + "type": "easy setNode", + "pos": [ + -7270, + 1320 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 1486 + } + ], + "title": "Set_str_Projectpath", + "properties": { + "previousName": "str_Projectpath" + }, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7270, + 1290 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": false + }, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1486, + 1934 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/thumbail/", + "change-me", + "/scene/flux", + "" + ] + }, + { + "id": 1213, + "type": "PrimitiveNode", + "pos": [ + -6973.998046875001, + 3566.184283966342 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1487 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/background/flux" + ] + }, + { + "id": 1214, + "type": "CR Text Concatenate", + "pos": [ + -6968.998046875001, + 3528.18428396634 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1946, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1487, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/background/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8460, + 2598 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1853, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1856, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8140, + 2570 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8720, + 2750 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1494 + }, + { + "name": "width", + "type": "INT", + "link": 1854, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1855, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9060, + 2650 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8150, + 2690 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 25, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -7000, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1899 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1527 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6729, + 2017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7390, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7390, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7390, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7710, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1875, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7380, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 27, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -9060, + 2300 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1874 + }, + { + "name": "width", + "type": "INT", + "link": 1873, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1872, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1875, + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8220, + 2010 + ], + "size": { + "0": 354.3183898925781, + "1": 100 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1955 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -9060, + 2010 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"FLUX\"\n\ndetailed textures, polished chrome lettering in a bold font on a white background", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7730, + 2640 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8660, + 2020 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8660, + 2230 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"FLUX\"\n\ndetailed textures, polished chrome lettering in a bold font on a white background" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8470, + 2750 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1898 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7390, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6980, + 2243 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6976, + 2202 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1935, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7703, + 2231 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1529 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 241902653355524, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1259, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -3774.4699387227274, + 3437.7366492359474 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1907 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1908 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1909 + }, + { + "name": "color", + "type": "STRING", + "link": 1710, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1770 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1260, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3340, + 5150 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1930 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1659 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1262, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2954.4699387227265, + 3437.7366492359474 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1913 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1914 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1915 + }, + { + "name": "color", + "type": "STRING", + "link": 1711, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1771, + 1927 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1277, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -3774, + 3978 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1910 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1912 + }, + { + "name": "color", + "type": "STRING", + "link": 1712, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1769 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1279, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2954, + 3978 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1916 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1918 + }, + { + "name": "color", + "type": "STRING", + "link": 1713, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1774 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1287, + "type": "EmptyLatentImage", + "pos": [ + -8501, + 5167 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1863, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1864, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1569 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1288, + "type": "LatentSwitch", + "pos": [ + -8130, + 5170 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1569 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1570 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1582 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1596 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1289, + "type": "ImageResize+", + "pos": [ + -8720, + 5350 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1571 + }, + { + "name": "width", + "type": "INT", + "link": 1861, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1862, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1599 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1290, + "type": "LoadImage", + "pos": [ + -9050, + 5250 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 33, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1571 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "sneaking (13).png", + "image" + ] + }, + { + "id": 1291, + "type": "Note", + "pos": [ + -8140, + 5290 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 34, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1293, + "type": "VAEDecode", + "pos": [ + -6990, + 4640 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1574 + }, + { + "name": "vae", + "type": "VAE", + "link": 1895 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1576, + 1632 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1294, + "type": "SaveImage", + "pos": [ + -6730, + 4600 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1576 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1577, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1295, + "type": "SamplerCustomAdvanced", + "pos": [ + -7380, + 4640 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1709, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1579, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1580, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1581, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1582, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1574 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1296, + "type": "KSamplerSelect", + "pos": [ + -7380, + 4780 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1580 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1297, + "type": "BasicScheduler", + "pos": [ + -7380, + 4880 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1882, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1584, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1601 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1298, + "type": "BasicGuider", + "pos": [ + -7700, + 4660 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1881, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1586, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1579 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1302, + "type": "Note", + "pos": [ + -7370, + 5020 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 36, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1303, + "type": "ModelSamplingFlux", + "pos": [ + -9050, + 4900 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1880 + }, + { + "name": "width", + "type": "INT", + "link": 1865, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1866, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1881, + 1882 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1307, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8210, + 4610 + ], + "size": { + "0": 354.3183898925781, + "1": 100 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1953 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1592, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1593, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1586 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1308, + "type": "Primitive float [Crystools]", + "pos": [ + -8130, + 4830 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1594 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1309, + "type": "DF_Text_Box", + "pos": [ + -9070, + 4620 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1597 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "jubilant anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1312, + "type": "ImpactSwitch", + "pos": [ + -7720, + 5240 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1594 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1595 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1596, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1584 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1313, + "type": "Primitive float [Crystools]", + "pos": [ + -8130, + 4950 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1595 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.2 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1316, + "type": "SDXLPromptStyler", + "pos": [ + -8650, + 4620 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1597, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1592, + 1593, + 1598 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1317, + "type": "ShowText|pysssss", + "pos": [ + -8650, + 4830 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1598, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork jubilant anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1318, + "type": "VAEEncode", + "pos": [ + -8460, + 5350 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1599 + }, + { + "name": "vae", + "type": "VAE", + "link": 1894 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1319, + "type": "SplitSigmas", + "pos": [ + -7380, + 5140 + ], + "size": { + "0": 321.2437744140625, + "1": 78 + }, + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1601 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1581 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1320, + "type": "PrimitiveNode", + "pos": [ + -6970, + 4790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1603 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/subject/flux" + ] + }, + { + "id": 1321, + "type": "CR Text Concatenate", + "pos": [ + -6963, + 4747 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1947, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1603, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1577 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/subject/flux", + "" + ] + }, + { + "id": 1324, + "type": "Reroute", + "pos": [ + -5469.167497362177, + 4664.156393422819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 172, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1632 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1605 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1325, + "type": "InspyrenetRembg", + "pos": [ + -5459.167497362177, + 4744.156393422819 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1605 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1613, + 1925 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1926 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1331, + "type": "SaveImage", + "pos": [ + -5059.167497362177, + 4674.156393422819 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1613 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1777, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/subject" + ] + }, + { + "id": 1336, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2990, + 4900 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1928 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1664 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1659 + }, + { + "name": "color", + "type": "STRING", + "link": 1652, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1795 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#FFBF30" + ] + }, + { + "id": 1358, + "type": "PrimitiveNode", + "pos": [ + -3760, + 4880 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1652, + 1697 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#FFBF30" + ] + }, + { + "id": 1362, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3340, + 4880 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1664 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1365, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2044, + 3533 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1923 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1688 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -100, + -250, + "None", + 0.7000000000000001, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1366, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2043, + 3259 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1921 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1686 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -100, + -250, + "None", + 0.7000000000000001, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1367, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2037.469938722727, + 4115.736649235946 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1924 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1682 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -100, + 250, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1368, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2044.469938722727, + 3827.7366492359474 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1922 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1684 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -100, + 250, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1369, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1558, + 3438 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1919 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1686 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1688 + }, + { + "name": "color", + "type": "STRING", + "link": 1714, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1772 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1375, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1584.469938722726, + 4007.7366492359465 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1684 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1682 + }, + { + "name": "color", + "type": "STRING", + "link": 1715, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1773 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1381, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2030, + 5230 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1932 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1690 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1382, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1680, + 4920 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1933 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1689 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1690 + }, + { + "name": "color", + "type": "STRING", + "link": 1697, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1804 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#FFBF30" + ] + }, + { + "id": 1386, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2030, + 4940 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1931 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1689 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1393, + "type": "RandomNoise", + "pos": [ + -7719.055651523359, + 3536.757853226052 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1707 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 369217934353385, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1395, + "type": "RandomNoise", + "pos": [ + -7700, + 4780 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1709 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 503731723563797, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1399, + "type": "Label (rgthree)", + "pos": { + "0": -9120, + "1": 5927, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 577.9296875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 44, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "UPSCALING", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10486, + "1": 2302, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 45, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1401, + "type": "Label (rgthree)", + "pos": { + "0": -11402, + "1": 3675, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1978.02734375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 46, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BACKGROUND GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1402, + "type": "Label (rgthree)", + "pos": { + "0": -10889, + "1": 4958, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1455.76171875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 47, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SUBJECT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1403, + "type": "Label (rgthree)", + "pos": { + "0": -3780, + "1": 3110, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2210.44921875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 48, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "Combine Text with Background layer, adjust offset", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1404, + "type": "Label (rgthree)", + "pos": { + "0": -5720, + "1": 1810, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1094.82421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 49, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "Isolate Text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1405, + "type": "Label (rgthree)", + "pos": { + "0": -5500, + "1": 4400, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 50, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1406, + "type": "Label (rgthree)", + "pos": { + "0": -3786, + "1": 4417, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2971.728515625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 51, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "combine previous composition with subject, adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1408, + "type": "PrimitiveNode", + "pos": [ + -3769, + 3696 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1710, + 1711, + 1712, + 1713, + 1714, + 1715 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#ffbf30" + ] + }, + { + "id": 1409, + "type": "Note", + "pos": [ + -3990, + 3697 + ], + "size": { + "0": 210, + "1": 66.80303192138672 + }, + "flags": {}, + "order": 53, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "#ffbf30\n#30ffbf\n#bf30ff\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1410, + "type": "Label (rgthree)", + "pos": { + "0": -3790, + "1": 5990, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 955.95703125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 54, + "mode": 0, + "inputs": [], + "outputs": [], + "title": " .cube LUT correction", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1438, + "type": "PrimitiveNode", + "pos": [ + -3794, + 4266 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1755 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1439, + "type": "CR Text Concatenate", + "pos": [ + -3786, + 4218 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1755, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1787, + 1788, + 1789, + 1790, + 1791, + 1792 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1441, + "type": "SaveImage", + "pos": [ + -3425, + 3294 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1770 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1791, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1442, + "type": "PrimitiveNode", + "pos": [ + -3760, + 5112 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1758 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1443, + "type": "CR Text Concatenate", + "pos": [ + -3760, + 5059 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1951, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1758, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1798, + 1801 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1450, + "type": "SaveImage", + "pos": [ + -2580, + 4910 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 204, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1795 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1798, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1451, + "type": "SaveImage", + "pos": [ + -1270, + 4920 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1804 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1801, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1459, + "type": "SaveImage", + "pos": [ + -2593, + 3290 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1771 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1790, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1460, + "type": "SaveImage", + "pos": [ + -1228, + 3295 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1772 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1787, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1461, + "type": "SaveImage", + "pos": [ + -1214, + 3861 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1773 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1788, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1462, + "type": "SaveImage", + "pos": [ + -2597, + 3833 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 193, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1774 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1789, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1463, + "type": "SaveImage", + "pos": [ + -3438, + 3829 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1769 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1792, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1464, + "type": "PrimitiveNode", + "pos": [ + -5452, + 5279 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1776 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/subject" + ] + }, + { + "id": 1465, + "type": "CR Text Concatenate", + "pos": [ + -5448, + 5238 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1950, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1776, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1777 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/subject", + "" + ] + }, + { + "id": 1467, + "type": "PrimitiveNode", + "pos": [ + -5628, + 2670 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1779 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1468, + "type": "CR Text Concatenate", + "pos": [ + -5631, + 2621 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1937, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1779, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1780 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1470, + "type": "PrimitiveNode", + "pos": [ + -5810, + 6461 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1782 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/UP/stage1" + ] + }, + { + "id": 1471, + "type": "CR Text Concatenate", + "pos": [ + -5802, + 6566 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1948, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1782, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1785 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/UP/stage1", + "" + ] + }, + { + "id": 1473, + "type": "PrimitiveNode", + "pos": [ + -2462, + 6186 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1784 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/CC/foda" + ] + }, + { + "id": 1474, + "type": "CR Text Concatenate", + "pos": [ + -2457, + 6291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1949, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1784, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1786 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/CC/foda", + "" + ] + }, + { + "id": 1476, + "type": "RandomNoise", + "pos": [ + -8307, + 6359 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1890 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 696832466942759, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1478, + "type": "Note", + "pos": [ + -9689, + 4637 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 63, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1479, + "type": "Note", + "pos": [ + -9713, + 3333 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 64, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "photograph of a highly advanced robotic car factory, no humans, empty, diffuse light" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1480, + "type": "Label (rgthree)", + "pos": { + "0": -2980, + "1": 4594, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1008.88671875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 65, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "<- choose overlay type", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1481, + "type": "Reroute", + "pos": [ + -9127, + 1713 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1831 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1836, + 1898, + 1899 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1482, + "type": "Reroute", + "pos": [ + -9129, + 1629 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1832 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1834, + 1874 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1483, + "type": "Reroute", + "pos": [ + -9129, + 1672 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1833 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1835, + 1955 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1484, + "type": "Reroute", + "pos": [ + -9130, + 3130 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1836 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1839, + 1896, + 1897 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1485, + "type": "Reroute", + "pos": [ + -9130, + 3040 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1834 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1837, + 1877 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1486, + "type": "Reroute", + "pos": [ + -9130, + 3090 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1835 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1838, + 1954 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1487, + "type": "Reroute", + "pos": [ + -9120, + 4450 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1839 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1842, + 1894, + 1895 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1488, + "type": "Reroute", + "pos": [ + -9119.998046874996, + 4369.184283966341 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1837 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1840, + 1880 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1489, + "type": "Reroute", + "pos": [ + -9120, + 4410 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1838 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1841, + 1953 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1490, + "type": "Reroute", + "pos": [ + -9116.743237377266, + 5866.706684575819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1842 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1891, + 1892 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1491, + "type": "Reroute", + "pos": [ + -9118.743237377266, + 5782.706684575819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1840 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1883 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1492, + "type": "Reroute", + "pos": [ + -9118.743237377266, + 5825.706684575819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1841 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1888 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1494, + "type": "Reroute", + "pos": [ + -8584, + 1632 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1843, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1845 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1495, + "type": "Reroute", + "pos": [ + -8584.24143515624, + 1675.372059837569 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1844, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1846 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1496, + "type": "Reroute", + "pos": [ + -9340.722894181728, + 2738.854737252536 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1845, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1847, + 1853, + 1854, + 1873 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1497, + "type": "Reroute", + "pos": [ + -9340.722894181728, + 2781.854737252536 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1846, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1848, + 1855, + 1856, + 1872 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1498, + "type": "Reroute", + "pos": [ + -9372.641745544099, + 4064.94162680553 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1847, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1849, + 1857, + 1859, + 1869 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1499, + "type": "Reroute", + "pos": [ + -9372.641745544099, + 4107.94162680553 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1848, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1850, + 1858, + 1860, + 1870 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1500, + "type": "Reroute", + "pos": [ + -9332.017728750126, + 5382.323218096634 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1849, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1851, + 1861, + 1863, + 1865 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1501, + "type": "Reroute", + "pos": [ + -9332.017728750126, + 5425.323218096634 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1850, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1852, + 1862, + 1864, + 1866 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1502, + "type": "Reroute", + "pos": [ + -9317.509208250975, + 6641.6705281457 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1851, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1867, + 1884, + 1958 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1503, + "type": "Reroute", + "pos": [ + -9317.509208250975, + 6684.6705281457 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1852, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1868, + 1885, + 1959 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -5593.8514189062635, + 3314.409693789769 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1902 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -3761, + 3277 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1904 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1907, + 1910, + 1913, + 1916, + 1919, + 1920 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -3760, + 3310 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 175, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1905 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1908, + 1911, + 1914, + 1917, + 1921, + 1922 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1507, + "type": "Reroute", + "pos": [ + -3760, + 3340 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1906 + } + ], + "outputs": [ + { + "name": "", + "type": "MASK", + "links": [ + 1909, + 1912, + 1915, + 1918, + 1923, + 1924 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1508, + "type": "Reroute", + "pos": [ + -3748.2899508463206, + 4607.489503738635 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 192, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1927 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1928, + 1933 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1509, + "type": "Reroute", + "pos": [ + -3747.2899508463206, + 4640.489503738635 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1929, + 1931 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -3747.2899508463206, + 4670.489503738635 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MASK", + "links": [ + 1930, + 1932 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -7009, + 1759 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1934, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1935, + 1936, + 1938 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "Reroute", + "pos": [ + -5729.5648927466655, + 1752.18829026078 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1936, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1937 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1513, + "type": "Reroute", + "pos": [ + -6976.450815615924, + 3104.797065365239 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1938, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1939, + 1944, + 1946 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1514, + "type": "Reroute", + "pos": [ + -6948.411303657413, + 4436.673883394498 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1939, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1940, + 1942, + 1947 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1515, + "type": "Reroute", + "pos": [ + -5938.988873151026, + 5978.846934150337 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1940, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1941, + 1948 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1516, + "type": "Reroute", + "pos": [ + -2494.80186901463, + 6006.886446108847 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1941, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1949 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1517, + "type": "Reroute", + "pos": [ + -5466.6217949688735, + 4364.170211868065 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1942, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1943, + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "Reroute", + "pos": [ + -3739.1687667210317, + 4395.769801660153 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1943, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1951 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1519, + "type": "Reroute", + "pos": [ + -3763.746296881385, + 3068.5802799575426 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1944, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1520, + "type": "ImageResize+", + "pos": [ + -7852, + 6477 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1956, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1957 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1473, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 1474, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 1475, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 1476, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 1477, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1478, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1479, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1486, + 1212, + 0, + 1211, + 0, + "*" + ], + [ + 1487, + 1213, + 0, + 1214, + 1, + "STRING" + ], + [ + 1489, + 1214, + 0, + 194, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1494, + 1219, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1527, + 1222, + 0, + 665, + 0, + "*" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1569, + 1287, + 0, + 1288, + 0, + "LATENT" + ], + [ + 1570, + 1318, + 0, + 1288, + 1, + "LATENT" + ], + [ + 1571, + 1290, + 0, + 1289, + 0, + "IMAGE" + ], + [ + 1574, + 1295, + 0, + 1293, + 0, + "LATENT" + ], + [ + 1576, + 1293, + 0, + 1294, + 0, + "IMAGE" + ], + [ + 1577, + 1321, + 0, + 1294, + 1, + "STRING" + ], + [ + 1579, + 1298, + 0, + 1295, + 1, + "GUIDER" + ], + [ + 1580, + 1296, + 0, + 1295, + 2, + "SAMPLER" + ], + [ + 1581, + 1319, + 1, + 1295, + 3, + "SIGMAS" + ], + [ + 1582, + 1288, + 0, + 1295, + 4, + "LATENT" + ], + [ + 1584, + 1312, + 0, + 1297, + 1, + "FLOAT" + ], + [ + 1586, + 1307, + 0, + 1298, + 1, + "CONDITIONING" + ], + [ + 1592, + 1316, + 0, + 1307, + 1, + "STRING" + ], + [ + 1593, + 1316, + 0, + 1307, + 2, + "STRING" + ], + [ + 1594, + 1308, + 0, + 1312, + 0, + "FLOAT" + ], + [ + 1595, + 1313, + 0, + 1312, + 1, + "FLOAT" + ], + [ + 1596, + 1288, + 2, + 1312, + 3, + "INT" + ], + [ + 1597, + 1309, + 0, + 1316, + 0, + "STRING" + ], + [ + 1598, + 1316, + 0, + 1317, + 0, + "STRING" + ], + [ + 1599, + 1289, + 0, + 1318, + 0, + "IMAGE" + ], + [ + 1601, + 1297, + 0, + 1319, + 0, + "SIGMAS" + ], + [ + 1603, + 1320, + 0, + 1321, + 1, + "STRING" + ], + [ + 1605, + 1324, + 0, + 1325, + 0, + "IMAGE" + ], + [ + 1613, + 1325, + 0, + 1331, + 0, + "IMAGE" + ], + [ + 1632, + 1293, + 0, + 1324, + 0, + "*" + ], + [ + 1652, + 1358, + 0, + 1336, + 3, + "STRING" + ], + [ + 1659, + 1260, + 0, + 1336, + 2, + "MASK" + ], + [ + 1664, + 1362, + 0, + 1336, + 1, + "IMAGE" + ], + [ + 1682, + 1367, + 0, + 1375, + 2, + "MASK" + ], + [ + 1684, + 1368, + 0, + 1375, + 1, + "IMAGE" + ], + [ + 1686, + 1366, + 0, + 1369, + 1, + "IMAGE" + ], + [ + 1688, + 1365, + 0, + 1369, + 2, + "MASK" + ], + [ + 1689, + 1386, + 0, + 1382, + 1, + "IMAGE" + ], + [ + 1690, + 1381, + 0, + 1382, + 2, + "MASK" + ], + [ + 1697, + 1358, + 0, + 1382, + 3, + "STRING" + ], + [ + 1707, + 1393, + 0, + 195, + 0, + "NOISE" + ], + [ + 1709, + 1395, + 0, + 1295, + 0, + "NOISE" + ], + [ + 1710, + 1408, + 0, + 1259, + 3, + "STRING" + ], + [ + 1711, + 1408, + 0, + 1262, + 3, + "STRING" + ], + [ + 1712, + 1408, + 0, + 1277, + 3, + "STRING" + ], + [ + 1713, + 1408, + 0, + 1279, + 3, + "STRING" + ], + [ + 1714, + 1408, + 0, + 1369, + 3, + "STRING" + ], + [ + 1715, + 1408, + 0, + 1375, + 3, + "STRING" + ], + [ + 1755, + 1438, + 0, + 1439, + 1, + "STRING" + ], + [ + 1758, + 1442, + 0, + 1443, + 1, + "STRING" + ], + [ + 1769, + 1277, + 0, + 1463, + 0, + "IMAGE" + ], + [ + 1770, + 1259, + 0, + 1441, + 0, + "IMAGE" + ], + [ + 1771, + 1262, + 0, + 1459, + 0, + "IMAGE" + ], + [ + 1772, + 1369, + 0, + 1460, + 0, + "IMAGE" + ], + [ + 1773, + 1375, + 0, + 1461, + 0, + "IMAGE" + ], + [ + 1774, + 1279, + 0, + 1462, + 0, + "IMAGE" + ], + [ + 1776, + 1464, + 0, + 1465, + 1, + "STRING" + ], + [ + 1777, + 1465, + 0, + 1331, + 1, + "STRING" + ], + [ + 1779, + 1467, + 0, + 1468, + 1, + "STRING" + ], + [ + 1780, + 1468, + 0, + 684, + 1, + "STRING" + ], + [ + 1782, + 1470, + 0, + 1471, + 1, + "STRING" + ], + [ + 1784, + 1473, + 0, + 1474, + 1, + "STRING" + ], + [ + 1785, + 1471, + 0, + 103, + 1, + "STRING" + ], + [ + 1786, + 1474, + 0, + 532, + 1, + "STRING" + ], + [ + 1787, + 1439, + 0, + 1460, + 1, + "STRING" + ], + [ + 1788, + 1439, + 0, + 1461, + 1, + "STRING" + ], + [ + 1789, + 1439, + 0, + 1462, + 1, + "STRING" + ], + [ + 1790, + 1439, + 0, + 1459, + 1, + "STRING" + ], + [ + 1791, + 1439, + 0, + 1441, + 1, + "STRING" + ], + [ + 1792, + 1439, + 0, + 1463, + 1, + "STRING" + ], + [ + 1795, + 1336, + 0, + 1450, + 0, + "IMAGE" + ], + [ + 1798, + 1443, + 0, + 1450, + 1, + "STRING" + ], + [ + 1801, + 1443, + 0, + 1451, + 1, + "STRING" + ], + [ + 1804, + 1382, + 0, + 1451, + 0, + "IMAGE" + ], + [ + 1831, + 1102, + 0, + 1481, + 0, + "*" + ], + [ + 1832, + 88, + 0, + 1482, + 0, + "*" + ], + [ + 1833, + 11, + 0, + 1483, + 0, + "*" + ], + [ + 1834, + 1482, + 0, + 1485, + 0, + "*" + ], + [ + 1835, + 1483, + 0, + 1486, + 0, + "*" + ], + [ + 1836, + 1481, + 0, + 1484, + 0, + "*" + ], + [ + 1837, + 1485, + 0, + 1488, + 0, + "*" + ], + [ + 1838, + 1486, + 0, + 1489, + 0, + "*" + ], + [ + 1839, + 1484, + 0, + 1487, + 0, + "*" + ], + [ + 1840, + 1488, + 0, + 1491, + 0, + "*" + ], + [ + 1841, + 1489, + 0, + 1492, + 0, + "*" + ], + [ + 1842, + 1487, + 0, + 1490, + 0, + "*" + ], + [ + 1843, + 559, + 0, + 1494, + 0, + "*" + ], + [ + 1844, + 559, + 1, + 1495, + 0, + "*" + ], + [ + 1845, + 1494, + 0, + 1496, + 0, + "*" + ], + [ + 1846, + 1495, + 0, + 1497, + 0, + "*" + ], + [ + 1847, + 1496, + 0, + 1498, + 0, + "*" + ], + [ + 1848, + 1497, + 0, + 1499, + 0, + "*" + ], + [ + 1849, + 1498, + 0, + 1500, + 0, + "*" + ], + [ + 1850, + 1499, + 0, + 1501, + 0, + "*" + ], + [ + 1851, + 1500, + 0, + 1502, + 0, + "*" + ], + [ + 1852, + 1501, + 0, + 1503, + 0, + "*" + ], + [ + 1853, + 1496, + 0, + 1216, + 0, + "INT" + ], + [ + 1854, + 1496, + 0, + 1218, + 1, + "INT" + ], + [ + 1855, + 1497, + 0, + 1218, + 2, + "INT" + ], + [ + 1856, + 1497, + 0, + 1216, + 1, + "INT" + ], + [ + 1857, + 1498, + 0, + 158, + 0, + "INT" + ], + [ + 1858, + 1499, + 0, + 158, + 1, + "INT" + ], + [ + 1859, + 1498, + 0, + 166, + 1, + "INT" + ], + [ + 1860, + 1499, + 0, + 166, + 2, + "INT" + ], + [ + 1861, + 1500, + 0, + 1289, + 1, + "INT" + ], + [ + 1862, + 1501, + 0, + 1289, + 2, + "INT" + ], + [ + 1863, + 1500, + 0, + 1287, + 0, + "INT" + ], + [ + 1864, + 1501, + 0, + 1287, + 1, + "INT" + ], + [ + 1865, + 1500, + 0, + 1303, + 1, + "INT" + ], + [ + 1866, + 1501, + 0, + 1303, + 2, + "INT" + ], + [ + 1867, + 1502, + 0, + 64, + 1, + "INT" + ], + [ + 1868, + 1503, + 0, + 64, + 2, + "INT" + ], + [ + 1869, + 1498, + 0, + 206, + 1, + "INT" + ], + [ + 1870, + 1499, + 0, + 206, + 2, + "INT" + ], + [ + 1872, + 1497, + 0, + 1232, + 2, + "INT" + ], + [ + 1873, + 1496, + 0, + 1232, + 1, + "INT" + ], + [ + 1874, + 1482, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1875, + 1232, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1877, + 1485, + 0, + 206, + 0, + "MODEL" + ], + [ + 1878, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 1879, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 1880, + 1488, + 0, + 1303, + 0, + "MODEL" + ], + [ + 1881, + 1303, + 0, + 1298, + 0, + "MODEL" + ], + [ + 1882, + 1303, + 0, + 1297, + 0, + "MODEL" + ], + [ + 1883, + 1491, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1884, + 1502, + 0, + 1003, + 1, + "INT" + ], + [ + 1885, + 1503, + 0, + 1003, + 2, + "INT" + ], + [ + 1886, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1887, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1888, + 1492, + 0, + 495, + 0, + "CLIP" + ], + [ + 1889, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1890, + 1476, + 0, + 111, + 0, + "NOISE" + ], + [ + 1891, + 1490, + 0, + 121, + 1, + "VAE" + ], + [ + 1892, + 1490, + 0, + 123, + 1, + "VAE" + ], + [ + 1893, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1894, + 1487, + 0, + 1318, + 1, + "VAE" + ], + [ + 1895, + 1487, + 0, + 1293, + 1, + "VAE" + ], + [ + 1896, + 1484, + 0, + 193, + 1, + "VAE" + ], + [ + 1897, + 1484, + 0, + 1001, + 1, + "VAE" + ], + [ + 1898, + 1481, + 0, + 1247, + 1, + "VAE" + ], + [ + 1899, + 1481, + 0, + 1222, + 1, + "VAE" + ], + [ + 1902, + 193, + 0, + 1504, + 0, + "*" + ], + [ + 1904, + 1504, + 0, + 1505, + 0, + "*" + ], + [ + 1905, + 666, + 0, + 1506, + 0, + "*" + ], + [ + 1906, + 666, + 1, + 1507, + 0, + "*" + ], + [ + 1907, + 1505, + 0, + 1259, + 0, + "IMAGE" + ], + [ + 1908, + 1506, + 0, + 1259, + 1, + "IMAGE" + ], + [ + 1909, + 1507, + 0, + 1259, + 2, + "MASK" + ], + [ + 1910, + 1505, + 0, + 1277, + 0, + "IMAGE" + ], + [ + 1911, + 1506, + 0, + 1277, + 1, + "IMAGE" + ], + [ + 1912, + 1507, + 0, + 1277, + 2, + "MASK" + ], + [ + 1913, + 1505, + 0, + 1262, + 0, + "IMAGE" + ], + [ + 1914, + 1506, + 0, + 1262, + 1, + "IMAGE" + ], + [ + 1915, + 1507, + 0, + 1262, + 2, + "MASK" + ], + [ + 1916, + 1505, + 0, + 1279, + 0, + "IMAGE" + ], + [ + 1917, + 1506, + 0, + 1279, + 1, + "IMAGE" + ], + [ + 1918, + 1507, + 0, + 1279, + 2, + "MASK" + ], + [ + 1919, + 1505, + 0, + 1369, + 0, + "IMAGE" + ], + [ + 1920, + 1505, + 0, + 1375, + 0, + "IMAGE" + ], + [ + 1921, + 1506, + 0, + 1366, + 0, + "IMAGE" + ], + [ + 1922, + 1506, + 0, + 1368, + 0, + "IMAGE" + ], + [ + 1923, + 1507, + 0, + 1365, + 0, + "MASK" + ], + [ + 1924, + 1507, + 0, + 1367, + 0, + "MASK" + ], + [ + 1925, + 1325, + 0, + 1509, + 0, + "*" + ], + [ + 1926, + 1325, + 1, + 1510, + 0, + "*" + ], + [ + 1927, + 1262, + 0, + 1508, + 0, + "*" + ], + [ + 1928, + 1508, + 0, + 1336, + 0, + "IMAGE" + ], + [ + 1929, + 1509, + 0, + 1362, + 0, + "IMAGE" + ], + [ + 1930, + 1510, + 0, + 1260, + 0, + "MASK" + ], + [ + 1931, + 1509, + 0, + 1386, + 0, + "IMAGE" + ], + [ + 1932, + 1510, + 0, + 1381, + 0, + "MASK" + ], + [ + 1933, + 1508, + 0, + 1382, + 0, + "IMAGE" + ], + [ + 1934, + 1212, + 0, + 1511, + 0, + "*" + ], + [ + 1935, + 1511, + 0, + 1250, + 0, + "STRING" + ], + [ + 1936, + 1511, + 0, + 1512, + 0, + "*" + ], + [ + 1937, + 1512, + 0, + 1468, + 0, + "STRING" + ], + [ + 1938, + 1511, + 0, + 1513, + 0, + "*" + ], + [ + 1939, + 1513, + 0, + 1514, + 0, + "*" + ], + [ + 1940, + 1514, + 0, + 1515, + 0, + "*" + ], + [ + 1941, + 1515, + 0, + 1516, + 0, + "*" + ], + [ + 1942, + 1514, + 0, + 1517, + 0, + "*" + ], + [ + 1943, + 1517, + 0, + 1518, + 0, + "*" + ], + [ + 1944, + 1513, + 0, + 1519, + 0, + "*" + ], + [ + 1946, + 1513, + 0, + 1214, + 0, + "STRING" + ], + [ + 1947, + 1514, + 0, + 1321, + 0, + "STRING" + ], + [ + 1948, + 1515, + 0, + 1471, + 0, + "STRING" + ], + [ + 1949, + 1516, + 0, + 1474, + 0, + "STRING" + ], + [ + 1950, + 1517, + 0, + 1465, + 0, + "STRING" + ], + [ + 1951, + 1518, + 0, + 1443, + 0, + "STRING" + ], + [ + 1952, + 1519, + 0, + 1439, + 0, + "STRING" + ], + [ + 1953, + 1489, + 0, + 1307, + 0, + "CLIP" + ], + [ + 1954, + 1486, + 0, + 448, + 0, + "CLIP" + ], + [ + 1955, + 1483, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1956, + 51, + 0, + 1520, + 0, + "IMAGE" + ], + [ + 1957, + 1520, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1958, + 1502, + 0, + 1520, + 1, + "INT" + ], + [ + 1959, + 1503, + 0, + 1520, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -7362, + 6060, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -3812, + 6088, + 1772, + 1050 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -9139, + 6040, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "BACKGROUND | GENERATION", + "bounding": [ + -9162, + 3180, + 3303, + 1166 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "REMBG | TEXT", + "bounding": [ + -5732, + 1900, + 1700, + 1124 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3270, + 1194 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SUBJECT | GENERATION", + "bounding": [ + -9151, + 4485, + 3303, + 1196 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | TEXT + BG", + "bounding": [ + -3814, + 3212, + 3184, + 1132 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | SUBJECT", + "bounding": [ + -5506, + 4495, + 1481, + 997 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SUBJECT + COMP", + "bounding": [ + -3815, + 4516, + 3187, + 1024 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715032, + "offset": [ + 9592.155426668838, + -948.0148347421672 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Upscaler and Enhancer/Foda-Boosted-Upscaler-lines-V30.json b/Components/_draft/Foda-Flux-v18/Flux Upscaler and Enhancer/Foda-Boosted-Upscaler-lines-V30.json new file mode 100644 index 0000000..cec5a9d --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Upscaler and Enhancer/Foda-Boosted-Upscaler-lines-V30.json @@ -0,0 +1,2828 @@ +{ + "last_node_id": 1251, + "last_link_id": 1577, + "nodes": [ + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7650, + 1540 + ], + "size": { + "0": 212.93296813964844, + "1": 166.71075439453125 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1562, + 1563 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 680530047550874, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7395, + 2155 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1499, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1507, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1486, + 1490 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -7951, + 2143 + ], + "size": { + "0": 259.93939208984375, + "1": 314 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -7608, + 2153 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1542 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5095.896855999315, + 1608.4193697863439 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6187.896855999315, + 1775.4193697863432 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1562, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6190.810318034915, + 1937.309462801205 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6451.1669379997375, + 1817.4950931526346 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1552, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1561, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -6751.1669379997375, + 1857.4950931526344 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1574 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -5807.166937999737, + 1826.4950931526346 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1575 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -5078.31235544581, + 2671.5730555966197 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 53, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1492 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -5468.312355445813, + 2711.5730555966197 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1491 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1492 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -6168.312355445807, + 2841.57305559662 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1563, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -6168.312355445807, + 3001.573055596621 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -6168.312355445807, + 3101.573055596621 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1555, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -6428.312355445805, + 2881.5730555966206 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1554, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1564, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -6728.312355445803, + 2921.5730555966197 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 1576 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -5788.3123554458125, + 2891.5730555966206 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 51, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 1577 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8738, + "1": 1512, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 322.2654113769531, + "1": 130 + }, + "flags": {}, + "order": 4, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7410, + 1570 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1572 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1561, + 1564 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -8631, + 2607 + ], + "size": { + "0": 615.3604125976562, + "1": 510.5350036621094 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8738, + 1706 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -9106, + 2578 + ], + "size": { + "0": 361.4196472167969, + "1": 259.5272216796875 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -6840.273516483682, + 1656.0237329131007 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1495 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -6751.852267706611, + 2730.2350625686654 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1484 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6191.896855999315, + 2183.419369786343 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -6170, + 3257 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 41, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -5676, + 2286 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1486 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1488 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -5654.689993957492, + 3371.375651938156 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1490 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1210, + "type": "ImageResize+", + "pos": [ + -7400, + 1925 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1543, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1498, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1506, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1495 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1215, + "type": "Reroute", + "pos": [ + -8100, + 1710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1567, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1498, + 1499, + 1505 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1216, + "type": "Reroute", + "pos": [ + -8101, + 1733 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1566, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1504, + 1506, + 1507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1241, + "type": "Note", + "pos": [ + -7308, + 1426 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Seed Generator", + "pos": [ + -10239, + 1999 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1540 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 20, + "increment" + ] + }, + { + "id": 1243, + "type": "VHS_LoadImagesPath", + "pos": [ + -9960, + 1980 + ], + "size": [ + 245.1999969482422, + 170 + ], + "flags": {}, + "order": 16, + "mode": 4, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "skip_first_images", + "type": "INT", + "link": 1540, + "widget": { + "name": "skip_first_images" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1548, + 1550 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_LoadImagesPath" + }, + "widgets_values": { + "directory": "D:\\MACHINES\\Comfyui-Mar24-portable\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\foda\\test\\base", + "image_load_cap": 1, + "skip_first_images": 0, + "select_every_nth": 1, + "choose folder to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 1, + "skip_first_images": 0, + "filename": "D:\\MACHINES\\Comfyui-Mar24-portable\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\foda\\test\\base", + "type": "path", + "format": "folder", + "select_every_nth": 1 + }, + "muted": false + } + } + }, + { + "id": 1244, + "type": "Reroute", + "pos": [ + -8482, + 1955 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1546 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1542, + 1543, + 1544 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "Reroute", + "pos": [ + -9131, + 1960 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1565 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1246, + "type": "Switch image [Crystools]", + "pos": [ + -9561, + 1959 + ], + "size": { + "0": 361.20001220703125, + "1": 78 + }, + "flags": {}, + "order": 21, + "mode": 4, + "inputs": [ + { + "name": "on_true", + "type": "IMAGE", + "link": 1549 + }, + { + "name": "on_false", + "type": "IMAGE", + "link": 1548 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = Single Mode | False = Directory Seed", + "properties": { + "Node name for S&R": "Switch image [Crystools]" + }, + "widgets_values": [ + true + ] + }, + { + "id": 1247, + "type": "PreviewImage", + "pos": [ + -9563, + 2125 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 22, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1550 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -10255, + 1386 + ], + "size": { + "0": 503.1882019042969, + "1": 489.2020263671875 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1549, + 1565 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "compare_00003_.png", + "image" + ] + }, + { + "id": 1217, + "type": "ImpactImageInfo", + "pos": [ + -8358, + 1690 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 1544 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 1566 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 1567 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5491, + 1647 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1489, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1488 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1484, + 1568 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -8332, + 3232 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1568, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -7873, + 2587 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6190.810318034915, + 2037.309462801205 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1553, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 12, + 0.1 + ] + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -7970, + 1530 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1573 + }, + { + "name": "width", + "type": "INT", + "link": 1505, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1504, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1552, + 1553, + 1554, + 1555 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -8735, + 1062 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1569 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8727, + 1188 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -8736, + 1342 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1571 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1251, + "type": "UnetLoaderGGUF", + "pos": [ + -9079, + 1071 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UnetLoaderGGUF" + }, + "widgets_values": [ + "flux1-schnell-Q2_K.gguf" + ] + }, + { + "id": 1249, + "type": "Reroute", + "pos": [ + -8308.158188456207, + 1211.4278638776952 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1570 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1572 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "Reroute", + "pos": [ + -8307.158188456207, + 1181.4278638776952 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1569 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1573 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1250, + "type": "Reroute", + "pos": [ + -8308.181745405396, + 1240.9706349871865 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1571 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1574, + 1575, + 1576, + 1577 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9265, + 1374 + ], + "size": { + "0": 377.41162109375, + "1": 370.9514465332031 + }, + "flags": {}, + "order": 15, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Boosted-Upscaler-lines-V30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nNative Flux Upscaling 4X with BOOOST\nbatch directory seed mode\nColour correction module (LUTs)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1484, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1486, + 64, + 0, + 1208, + 0, + "*" + ], + [ + 1488, + 1208, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1489, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 1490, + 64, + 0, + 1209, + 0, + "*" + ], + [ + 1491, + 1209, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1492, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1495, + 1210, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1498, + 1215, + 0, + 1210, + 1, + "INT" + ], + [ + 1499, + 1215, + 0, + 64, + 1, + "INT" + ], + [ + 1504, + 1216, + 0, + 1003, + 2, + "INT" + ], + [ + 1505, + 1215, + 0, + 1003, + 1, + "INT" + ], + [ + 1506, + 1216, + 0, + 1210, + 2, + "INT" + ], + [ + 1507, + 1216, + 0, + 64, + 2, + "INT" + ], + [ + 1540, + 1242, + 0, + 1243, + 1, + "INT" + ], + [ + 1542, + 1244, + 0, + 89, + 0, + "*" + ], + [ + 1543, + 1244, + 0, + 1210, + 0, + "IMAGE" + ], + [ + 1544, + 1244, + 0, + 1217, + 0, + "IMAGE" + ], + [ + 1546, + 1245, + 0, + 1244, + 0, + "*" + ], + [ + 1548, + 1243, + 0, + 1246, + 1, + "IMAGE" + ], + [ + 1549, + 51, + 0, + 1246, + 0, + "IMAGE" + ], + [ + 1550, + 1243, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1552, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1553, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1554, + 1003, + 0, + 134, + 0, + "MODEL" + ], + [ + 1555, + 1003, + 0, + 133, + 0, + "MODEL" + ], + [ + 1561, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1562, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 1563, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 1564, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 1565, + 51, + 0, + 1245, + 0, + "*" + ], + [ + 1566, + 1217, + 1, + 1216, + 0, + "*" + ], + [ + 1567, + 1217, + 2, + 1215, + 0, + "*" + ], + [ + 1568, + 107, + 0, + 531, + 0, + "IMAGE" + ], + [ + 1569, + 88, + 0, + 1248, + 0, + "*" + ], + [ + 1570, + 11, + 0, + 1249, + 0, + "*" + ], + [ + 1571, + 1102, + 0, + 1250, + 0, + "*" + ], + [ + 1572, + 1249, + 0, + 495, + 0, + "CLIP" + ], + [ + 1573, + 1248, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1574, + 1250, + 0, + 121, + 1, + "VAE" + ], + [ + 1575, + 1250, + 0, + 123, + 1, + "VAE" + ], + [ + 1576, + 1250, + 0, + 139, + 1, + "VAE" + ], + [ + 1577, + 1250, + 0, + 140, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -6961, + 1448, + 3045, + 1007 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -6959, + 2496, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -8671, + 2523, + 1677, + 953 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -8659, + 1433, + 1661, + 1048 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + }, + { + "title": "Single / Batch Directory mode", + "bounding": [ + -10312, + 1262, + 1145, + 1169 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.111377674535313, + "offset": [ + 9334.635714041147, + -1192.1149240331154 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux Upscaler and Enhancer/Foda-Flux-Enhance--lines-v30.json b/Components/_draft/Foda-Flux-v18/Flux Upscaler and Enhancer/Foda-Flux-Enhance--lines-v30.json new file mode 100644 index 0000000..7f501d8 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux Upscaler and Enhancer/Foda-Flux-Enhance--lines-v30.json @@ -0,0 +1,3482 @@ +{ + "last_node_id": 1511, + "last_link_id": 1935, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "Raw Photo junglepunk warrior", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 5, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915, + 1920, + 1926 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -5500, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1934 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5230, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -5890, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -5890, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -5890, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6150, + 2060 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -5880, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1931 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6500, + 2000 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1924, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1925, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -6140, + 2630 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1521, + 1922 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "photographic", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "cinematic photo Raw Photo junglepunk warrior . 35mm photograph, film, bokeh, professional, 4k, highly detailed" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -5890, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -5220, + 1910 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -5220, + 1940 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10766, + "1": 2191, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1544.7265625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX ENHANCE", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -6870, + 2060 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -6840, + 1960 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1933 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732111, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -6870, + 2440 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 14, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -6490, + 2330 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -6490, + 2200 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -6860, + 2910 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -6850, + 3010 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -6850, + 3160 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -8060, + 4290 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -8050, + 3860 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -7170, + 4290 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -7170, + 3860 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -6420, + 3650 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -6630, + 3870 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -7480, + 3860 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1932 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "kodaHD_00105_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1503, + "type": "Florence2Run", + "pos": [ + -7602, + 1938 + ], + "size": { + "0": 400, + "1": 357 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": [ + 1921, + 1923 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "", + "more_detailed_caption", + true, + false, + 1024, + 8, + true, + "", + 4, + "fixed", + true + ] + }, + { + "id": 1504, + "type": "Florence2ModelLoader", + "pos": [ + -8203, + 1704 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1505, + "type": "ShowText|pysssss", + "pos": [ + -7598, + 2344 + ], + "size": { + "0": 392.5677490234375, + "1": 147.30477905273438 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1921, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "A robot is standing in the air. The robot is white. There are white clouds in the sky. There is a building under the robot. " + ] + }, + { + "id": 1506, + "type": "ConcatStringSingle", + "pos": [ + -7156, + 2007 + ], + "size": { + "0": 243.60000610351562, + "1": 64 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "string_a", + "type": "STRING", + "link": 1922, + "widget": { + "name": "string_a" + } + }, + { + "name": "string_b", + "type": "STRING", + "link": 1923, + "widget": { + "name": "string_b" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1924, + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ConcatStringSingle" + }, + "widgets_values": [ + "", + "", + true, + true + ] + }, + { + "id": 1507, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -5390, + "1": 3820, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1060.1527099609375, + "1": 754.9111328125 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 1926, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 1927, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_xeper_00001_.png&type=temp&subfolder=&rand=0.7069507507398898" + }, + { + "name": "B", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_xeper_00002_.png&type=temp&subfolder=&rand=0.7073316093667927" + } + ] + ] + }, + { + "id": 1508, + "type": "Label (rgthree)", + "pos": { + "0": -10916, + "1": 2406, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1722.4609375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLORENCE CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9960, + 1547 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 18, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9599, + 1848 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1928 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9591, + 1692 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1929 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9601, + 1559 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1930 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1509, + "type": "Reroute", + "pos": [ + -9066.332291967217, + 1627.4748428329465 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1930 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1931 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -9067.332291967217, + 1657.4748428329465 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1929 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1932, + 1933 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -9067.355848916406, + 1687.0176139424377 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1928 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1934, + 1935 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8457, + 2635 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1935 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 22, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Enhance--lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1919, + 1504, + 0, + 1503, + 1, + "FL2MODEL" + ], + [ + 1920, + 1218, + 0, + 1503, + 0, + "IMAGE" + ], + [ + 1921, + 1503, + 2, + 1505, + 0, + "STRING" + ], + [ + 1922, + 1245, + 0, + 1506, + 0, + "STRING" + ], + [ + 1923, + 1503, + 2, + 1506, + 1, + "STRING" + ], + [ + 1924, + 1506, + 0, + 1236, + 1, + "STRING" + ], + [ + 1925, + 1506, + 0, + 1236, + 2, + "STRING" + ], + [ + 1926, + 1218, + 0, + 1507, + 0, + "IMAGE" + ], + [ + 1927, + 1222, + 0, + 1507, + 1, + "IMAGE" + ], + [ + 1928, + 1102, + 0, + 1511, + 0, + "*" + ], + [ + 1929, + 11, + 0, + 1510, + 0, + "*" + ], + [ + 1930, + 88, + 0, + 1509, + 0, + "*" + ], + [ + 1931, + 1509, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1932, + 1510, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1933, + 1510, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1934, + 1511, + 0, + 1222, + 1, + "VAE" + ], + [ + 1935, + 1511, + 0, + 1247, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 4788, + 1655 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Flux-Relight-Video-lines-v60.json b/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Flux-Relight-Video-lines-v60.json new file mode 100644 index 0000000..c338a87 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Flux-Relight-Video-lines-v60.json @@ -0,0 +1,8925 @@ +{ + "last_node_id": 1836, + "last_link_id": 2558, + "nodes": [ + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": { + "0": -9320, + "1": 2320, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "cinematic film still (assassinkahb style skeleton warrior with red hair), capturing the intricate anatomy of muscles and bones, with precise folds and flows in his clean, tattered robe. The texture should mimic the depth and precision of classical sculptures, highlighting strong contrasts between light and shadow. Every wrinkle, muscle, and bone should be clearly defined, with the scythe’s details meticulously rendered, giving a sense of weight and realism. The overall composition should resemble the detailed craftsmanship of Renaissance marble sculptures. . shallow depth of field, vignette, highly detailed, high budget, bokeh, cinemascope, moody, epic, gorgeous, film grain, grainy" + ] + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": { + "0": -8480, + "1": 2100, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": { + "0": -11410, + "1": 2490, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": { + "0": -11400, + "1": 2330, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 1, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": { + "0": -11740, + "1": 2330, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 2, + "mode": 4, + "inputs": [], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": { + "0": -7870, + "1": 2250, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1542, + "type": "Reroute", + "pos": { + "0": -7090, + "1": 2010, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2190, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": { + "0": -8250, + "1": 2410, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1570, + "type": "CLIPTextEncode", + "pos": { + "0": -8717.841796875, + "1": 4247.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2075 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2079 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "bad quality nsfw", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1572, + "type": "LoadAndApplyICLightUnet", + "pos": { + "0": -7747.841796875, + "1": 4117.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 316.8490295410156, + "1": 58 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2076 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2098 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndApplyICLightUnet" + }, + "widgets_values": [ + "IC-light\\iclight_sd15_fc.safetensors" + ] + }, + { + "id": 1574, + "type": "ICLightConditioning", + "pos": { + "0": -7757.841796875, + "1": 4437.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 342.5999755859375, + "1": 138 + }, + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 2078 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 2079 + }, + { + "name": "vae", + "type": "VAE", + "link": 2292, + "slot_index": 2 + }, + { + "name": "foreground", + "type": "LATENT", + "link": 2081, + "slot_index": 3 + }, + { + "name": "opt_background", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 2090 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 2091 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "empty_latent", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ICLightConditioning" + }, + "widgets_values": [ + 0.182 + ] + }, + { + "id": 1576, + "type": "GrowMaskWithBlur", + "pos": { + "0": -8727.841796875, + "1": 4977.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 246 + }, + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2082 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2086 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask_inverted", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMaskWithBlur" + }, + "widgets_values": [ + 0, + 0, + true, + false, + 50.800000000000004, + 1, + 1, + false + ] + }, + { + "id": 1578, + "type": "MaskToImage", + "pos": { + "0": -8037.841796875, + "1": 4977.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2084 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2085, + 2097 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MaskToImage" + } + }, + { + "id": 1579, + "type": "PreviewAnimation", + "pos": { + "0": -7747.841796875, + "1": 4967.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 366.1677551269531, + "1": 421.5265808105469 + }, + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2085 + }, + { + "name": "masks", + "type": "MASK", + "link": null + } + ], + "outputs": [], + "title": "Preview Animation 60x576x448", + "properties": { + "Node name for S&R": "PreviewAnimation" + }, + "widgets_values": [ + 8 + ] + }, + { + "id": 1580, + "type": "RemapMaskRange", + "pos": { + "0": -8377.841796875, + "1": 4977.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2086 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2084 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RemapMaskRange" + }, + "widgets_values": [ + 0, + 0.74 + ] + }, + { + "id": 1581, + "type": "LatentBatchSeedBehavior", + "pos": { + "0": -7137.841796875, + "1": 4657.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2087, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2094 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentBatchSeedBehavior" + }, + "widgets_values": [ + "fixed" + ] + }, + { + "id": 1585, + "type": "KSamplerSelect", + "pos": { + "0": -7137.841796875, + "1": 4527.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2092 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m" + ] + }, + { + "id": 1587, + "type": "VHS_VAEEncodeBatched", + "pos": { + "0": -7737.841796875, + "1": 4657.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2097 + }, + { + "name": "vae", + "type": "VAE", + "link": 2291 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2087 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1588, + "type": "ADE_UseEvolvedSampling", + "pos": { + "0": -7147.841796875, + "1": 4187.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 118 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2098, + "slot_index": 0 + }, + { + "name": "m_models", + "type": "M_MODELS", + "link": null + }, + { + "name": "context_options", + "type": "CONTEXT_OPTIONS", + "link": 2099, + "slot_index": 2 + }, + { + "name": "sample_settings", + "type": "SAMPLE_SETTINGS", + "link": null + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2089 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ADE_UseEvolvedSampling" + }, + "widgets_values": [ + "autoselect" + ] + }, + { + "id": 1589, + "type": "ADE_BatchedContextOptions", + "pos": { + "0": -7747.841796875, + "1": 4227.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 327.6000061035156, + "1": 106 + }, + "flags": {}, + "order": 5, + "mode": 0, + "inputs": [ + { + "name": "prev_context", + "type": "CONTEXT_OPTIONS", + "link": null + } + ], + "outputs": [ + { + "name": "CONTEXT_OPTS", + "type": "CONTEXT_OPTIONS", + "links": [ + 2099 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ADE_BatchedContextOptions" + }, + "widgets_values": [ + 16, + 0, + 1 + ] + }, + { + "id": 1590, + "type": "VHS_VAEDecodeBatched", + "pos": { + "0": -6327.841796875, + "1": 4577.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2100 + }, + { + "name": "vae", + "type": "VAE", + "link": 2293 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2088, + 2105 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEDecodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1602, + "type": "PrimitiveNode", + "pos": { + "0": -7987.841796875, + "1": 4117.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 6, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "connect to widget input", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Dim Limiter", + "properties": { + "Run widget replace on values": false + }, + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1603, + "type": "PrimitiveNode", + "pos": { + "0": -7987.841796875, + "1": 4237.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": { + "pinned": false + }, + "order": 7, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "connect to widget input", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Dim Limiter", + "properties": { + "Run widget replace on values": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1606, + "type": "Label (rgthree)", + "pos": { + "0": -11410, + "1": 4170, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1522.55859375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 8, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SD 1.5 IC-LIGHT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 491, + "type": "Note", + "pos": { + "0": -9690, + "1": 2440, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 319.3631591796875, + "1": 120.90245819091797 + }, + "flags": {}, + "order": 9, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": { + "0": -8910, + "1": 2090, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1605, + "type": "Label (rgthree)", + "pos": { + "0": -11390, + "1": 3940, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1507.71484375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "NOVA RELIGHT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1505, + "type": "Reroute", + "pos": { + "0": -10490, + "1": 2350, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009, + 2187 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": { + "0": -10490, + "1": 2380, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976, + 2188, + 2489 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1664, + "type": "Reroute", + "pos": { + "0": -9990, + "1": 1179, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2183, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2184, + 2190 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1673, + "type": "Reroute", + "pos": { + "0": -9994.017578125, + "1": 1366.55517578125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2196 + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1687, + "type": "SamplerCustomAdvanced", + "pos": { + "0": -6710, + "1": 6140, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2214, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2215, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2216, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2217, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2218, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2224 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1688, + "type": "KSamplerSelect", + "pos": { + "0": -6710, + "1": 6300, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2216 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1690, + "type": "BasicGuider", + "pos": { + "0": -6970, + "1": 6180, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2220, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2221, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2215 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1697, + "type": "SplitSigmas", + "pos": { + "0": -6710, + "1": 6540, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2231 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2217 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1698, + "type": "Reroute", + "pos": { + "0": -6200, + "1": 6650, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2457 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2213 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1703, + "type": "Note", + "pos": { + "0": -7820, + "1": 5820, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1667, + "type": "Reroute", + "pos": { + "0": -10104.205078125, + "1": 5525.955078125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2186 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2255 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1668, + "type": "Reroute", + "pos": { + "0": -10104.205078125, + "1": 5565.955078125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2187 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2257 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1669, + "type": "Reroute", + "pos": { + "0": -10098, + "1": 5602, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2188 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2258 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1705, + "type": "Reroute", + "pos": { + "0": -9290, + "1": 5820, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2257 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2259 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1706, + "type": "Reroute", + "pos": { + "0": -9290, + "1": 5860, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2258 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2260, + 2261 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1704, + "type": "Reroute", + "pos": { + "0": -9290, + "1": 5790, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2255 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2256 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1693, + "type": "CLIPTextEncodeFlux", + "pos": { + "0": -7930, + "1": 5930, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2259 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2221 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": { + "0": -5730, + "1": 1540, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1717, + "type": "PrimitiveNode", + "pos": { + "0": -2540, + "1": 3720, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2273 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/NOVA/flux" + ] + }, + { + "id": 1719, + "type": "Reroute", + "pos": { + "0": -7102.02587890625, + "1": 3523.145263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2283, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2272 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1666, + "type": "Reroute", + "pos": { + "0": -9819, + "1": 5562, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2185, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2282 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1722, + "type": "Reroute", + "pos": { + "0": -5400, + "1": 5800, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2282, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2276 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1665, + "type": "Reroute", + "pos": { + "0": -9792.43359375, + "1": 3533.352783203125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2184, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2185, + 2283 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1720, + "type": "PrimitiveNode", + "pos": { + "0": -4890, + "1": 5090, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2277 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/Enhance/flux" + ] + }, + { + "id": 1586, + "type": "VHS_VAEEncodeBatched", + "pos": { + "0": -8138, + "1": 4489, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2096 + }, + { + "name": "vae", + "type": "VAE", + "link": 2290 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2081 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1568, + "type": "CheckpointLoaderSimple", + "pos": { + "0": -9077.841796875, + "1": 4347.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2076 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2074, + 2075 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": [ + 2290, + 2291, + 2292, + 2293 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "epicrealism_naturalSinRC1VAE.safetensors" + ] + }, + { + "id": 1577, + "type": "CreateShapeMaskOnPath", + "pos": { + "0": -9088, + "1": 4978, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 324.8208923339844, + "1": 174 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "coordinates", + "type": "STRING", + "link": 2083, + "slot_index": 0, + "widget": { + "name": "coordinates" + } + }, + { + "name": "size_multiplier", + "type": "FLOAT", + "link": null, + "widget": { + "name": "size_multiplier" + } + }, + { + "name": "frame_width", + "type": "INT", + "link": 2529, + "widget": { + "name": "frame_width" + } + }, + { + "name": "frame_height", + "type": "INT", + "link": 2530, + "widget": { + "name": "frame_height" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2082 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask_inverted", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CreateShapeMaskOnPath" + }, + "widgets_values": [ + "circle", + "", + 512, + 512, + 256, + 256, + [ + 1 + ] + ] + }, + { + "id": 1584, + "type": "AlignYourStepsScheduler", + "pos": { + "0": -7137.841796875, + "1": 4357.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2093 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AlignYourStepsScheduler" + }, + "widgets_values": [ + "SD1", + 15, + 1 + ] + }, + { + "id": 1583, + "type": "SamplerCustom", + "pos": { + "0": -6757.841796875, + "1": 4417.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 355.20001220703125, + "1": 230 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2089 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 2090 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 2091 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2092, + "slot_index": 3 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2093, + "slot_index": 4 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2094 + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2095, + "slot_index": 6, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2100 + ], + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustom" + }, + "widgets_values": [ + true, + 1054226694411268, + "fixed", + 2 + ] + }, + { + "id": 1591, + "type": "Note", + "pos": { + "0": -10298, + "1": 4410, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 396.3173522949219, + "1": 335.1187744140625 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "Nova-Looped-v10\n\nNova - Re-Lighting Tools\n\n- SD15 \n- IC-Light\n- Img2img with prompt guidance\n- spline based Masking\n\nAdd your Image \nAdjust the Prompt \nAdjust the Mask spline\nQueue the Generation !\n\n\nVideo: https://www.youtube.com/watch?v=iW588cc2dnI\nWorkflow: https://civitai.com/models/565597\nModels: https://huggingface.co/lllyasviel/ic-light/tree/main\nNodes: (add in Comfy Manager) or \nhttps://github.com/kijai/ComfyUI-IC-Light\n\n\n\nhttps://fivebelowfive.uk\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1681, + "type": "Label (rgthree)", + "pos": { + "0": -12567, + "1": 5708, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2681.8359375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX ANIMATION DETAILER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1675, + "type": "Note", + "pos": { + "0": -10308, + "1": 5945, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 426.0521240234375, + "1": 277.2918395996094 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Animation-Detailer-lines-v40\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nVideo 2 Video Flux Detailer\nAdjust denoise and Shift\nrecommended 30 frames at a time\nframe_load_limit = 30 (default)\n\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": { + "0": -9650, + "1": 1330, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2183 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "flux-nova-video", + "/scene/flux", + "" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": { + "0": -9660, + "1": 1290, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11678, + "1": 2636, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 22, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": { + "0": -11400, + "1": 2200, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1504, + "type": "Reroute", + "pos": { + "0": -10490, + "1": 2310, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2008, + 2186 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1792, + "type": "ImpactImageBatchToImageList", + "pos": { + "0": -3323, + "1": 3828, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2523 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2399 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1793, + "type": "ImpactImageBatchToImageList", + "pos": { + "0": -3328, + "1": 4014, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2524 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2400 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1709, + "type": "ImpactImageBatchToImageList", + "pos": { + "0": -7518, + "1": 6649, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2552 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2457 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1696, + "type": "ModelSamplingFlux", + "pos": { + "0": -8500, + "1": 6170, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2256 + }, + { + "name": "width", + "type": "INT", + "link": 2550, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2549, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2219, + 2220 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1791, + "type": "ImageListToImageBatch", + "pos": { + "0": -2578, + "1": 3842, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2396 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2401, + 2464, + 2551 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1689, + "type": "BasicScheduler", + "pos": { + "0": -6710, + "1": 6400, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2219, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 1692, + "type": "VAEDecodeTiled", + "pos": { + "0": -6327, + "1": 6166, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2224 + }, + { + "name": "vae", + "type": "VAE", + "link": 2261 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2212, + 2475 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": { + "0": -8910, + "1": 2590, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\civit\\Thorra-Lite-V2-e10-10.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Scenes-e9-10.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Actions-e9-10.safetensors", + 0.6, + 1 + ] + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": { + "0": -8900, + "1": 2200, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 0.7000000000000001, + 1, + "On", + "flux\\civit\\NTTW-4-16-e9-10.safetensors", + 0.6, + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": { + "0": -8470, + "1": 2200, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 2548, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2547, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3, + 3, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": { + "0": -7880, + "1": 2090, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2546 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1710, + "type": "ImageListToImageBatch", + "pos": { + "0": -4930, + "1": 5910, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2248 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2242 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1708, + "type": "ImpactImageBatchToImageList", + "pos": { + "0": -7530, + "1": 6290, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2474 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2456 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": { + "0": -9230, + "1": 2680, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": { + "0": -9190, + "1": 2720, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1822, + "type": "VAEEncode", + "pos": { + "0": -8893, + "1": 1407, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": false + }, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2492 + }, + { + "name": "vae", + "type": "VAE", + "link": 2489 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2491 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": { + "0": -5720, + "1": 1580, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1823, + "type": "VHS_VideoCombine", + "pos": { + "0": -5414, + "1": 1414, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1380, + 302 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2516 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "filename_prefix", + "type": "*", + "link": 2497, + "widget": { + "name": "filename_prefix" + } + }, + { + "name": "frame_rate", + "type": "*", + "link": 2557, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 15, + "loop_count": 0, + "filename_prefix": "NOVA-motion/nova-final", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00046.mp4", + "subfolder": "foda\\flux-nova-video\\IPA", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 15 + } + } + } + }, + { + "id": 1827, + "type": "BasicGuider", + "pos": { + "0": -6740, + "1": 2150, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2508, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2507, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1825, + "type": "SamplerCustomAdvanced", + "pos": { + "0": -6500, + "1": 2130, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2509, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2514, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2503, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2512, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2506 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1561, + "type": "Reroute", + "pos": { + "0": -7300, + "1": 2200, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2546 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1828, + "type": "SplitSigmas", + "pos": { + "0": -6500, + "1": 2285, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2504 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2503 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": { + "0": -7483, + "1": 2845, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 138 + }, + "flags": { + "collapsed": false + }, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": 2499 + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + }, + { + "name": "input4", + "type": "FLOAT", + "link": null + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2510 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": { + "0": -8220, + "1": 2100, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2508, + 2511 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1826, + "type": "BasicScheduler", + "pos": { + "0": -6500, + "1": 2405, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2511, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2510, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2513, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2504 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1832, + "type": "KSamplerSelect", + "pos": { + "0": -10134, + "1": 1645, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 66.9239730834961 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2514 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": { + "0": -10134, + "1": 1545, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "flux-nova-video" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1833, + "type": "ImageListToImageBatch", + "pos": { + "0": -5726.95556640625, + "1": 1849.212890625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26.2071533203125 + }, + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2515 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2516 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": { + "0": -8480, + "1": 2417, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2513 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 20, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1536, + "type": "Note", + "pos": { + "0": -8238, + "1": 2217, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": { + "0": -8479, + "1": 2669, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 142 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": 2491 + }, + { + "name": "input4", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2512 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2020 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 3, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1819, + "type": "ImageListToImageBatch", + "pos": { + "0": -6024, + "1": 3348, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2485 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2494 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1569, + "type": "CLIPTextEncode", + "pos": { + "0": -8717.841796875, + "1": 3997.7900390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2074 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2078 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "sunlight, spotlight, energy sparks", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1671, + "type": "Reroute", + "pos": { + "0": -9750.2568359375, + "1": 3759.53076171875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2192 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2193, + 2531 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": { + "0": -8240, + "1": 2520, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023, + 2499 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.04 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1820, + "type": "ImpactImageBatchToImageList", + "pos": { + "0": -9313, + "1": 1405, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2486 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2492 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": { + "0": -9705, + "1": 2684, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "vlcsnap-2024-08-26-15h57m30s510.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "#000000", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": { + "0": -8482, + "1": 2810, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n2 = img2img\n3 = vid2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1670, + "type": "Reroute", + "pos": { + "0": -5618, + "1": 3353, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2494 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2192, + 2431 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1804, + "type": "ImageResize+", + "pos": { + "0": -4374, + "1": 4093, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2436 + }, + { + "name": "width", + "type": "INT", + "link": 2526, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2528, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2524 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1803, + "type": "ImageResize+", + "pos": { + "0": -4384, + "1": 3739, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2431 + }, + { + "name": "width", + "type": "INT", + "link": 2525, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2527, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2523 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1835, + "type": "Reroute", + "pos": { + "0": -9107.107421875, + "1": 6407.80712890625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2551 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2552, + 2553 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1721, + "type": "CR Text Concatenate", + "pos": { + "0": -4890, + "1": 5120, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2276, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2277, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "/IPA/flux", + "/Enhance/flux", + "" + ] + }, + { + "id": 1718, + "type": "CR Text Concatenate", + "pos": { + "0": -2560, + "1": 3770, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2272, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2273, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2275 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/NOVA/flux", + "" + ] + }, + { + "id": 1595, + "type": "Reroute", + "pos": { + "0": -4703, + "1": 4581, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2105 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2436 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#222", + "bgcolor": "#000" + }, + { + "id": 1707, + "type": "VHS_VideoCombine", + "pos": { + "0": -4516, + "1": 4588, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 3105.807861328125, + 2373.2052408854165 + ], + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2242 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "*", + "link": 2555, + "widget": { + "name": "frame_rate" + } + }, + { + "name": "filename_prefix", + "type": "*", + "link": 2280, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 15, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Flux", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00011.mp4", + "subfolder": "foda\\flux-nova-video\\Enhance", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 15 + } + } + } + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": { + "0": -9690, + "1": 2050, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(assassinkahb style skeleton warrior with red hair), capturing the intricate anatomy of muscles and bones, with precise folds and flows in his clean, tattered robe. The texture should mimic the depth and precision of classical sculptures, highlighting strong contrasts between light and shadow. Every wrinkle, muscle, and bone should be clearly defined, with the scythe’s details meticulously rendered, giving a sense of weight and realism. The overall composition should resemble the detailed craftsmanship of Renaissance marble sculptures.", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": { + "0": -9320, + "1": 2110, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "cinematic", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1597, + "type": "VHS_VideoCombine", + "pos": { + "0": -2266, + "1": 3671, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 791.0484008789062, + 830.0322672526041 + ], + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2401 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "filename_prefix", + "type": "*", + "link": 2275, + "widget": { + "name": "filename_prefix" + } + }, + { + "name": "frame_rate", + "type": "*", + "link": 2556, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 15, + "loop_count": 0, + "filename_prefix": "NOVA-looped/nova-final", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00015.mp4", + "subfolder": "foda\\flux-nova-video\\NOVA", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 15 + } + } + }, + "color": "#233", + "bgcolor": "#355" + }, + { + "id": 1582, + "type": "VHS_VideoCombine", + "pos": { + "0": -5921, + "1": 3860, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1333.227294921875, + 306 + ], + "flags": { + "collapsed": true + }, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2088 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "*", + "link": 2558, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 15, + "loop_count": 0, + "filename_prefix": "NOVA-looped/nova-1st", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "nova-1st_00015.mp4", + "subfolder": "NOVA-looped", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 15 + } + } + } + }, + { + "id": 1836, + "type": "PrimitiveNode", + "pos": { + "0": -10132, + "1": 1761, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2554, + 2555, + 2556, + 2557, + 2558 + ], + "slot_index": 0, + "widget": { + "name": "frame_rate" + } + } + ], + "title": "Framerate", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 15, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1818, + "type": "VHS_LoadVideo", + "pos": { + "0": -9683, + "1": 1404, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 265.20001220703125, + 670.0262501200691 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2486, + 2487 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "audio", + "type": "AUDIO", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_LoadVideo" + }, + "widgets_values": { + "video": "7610a6b179f3fff261400cf878431de3.mp4", + "force_rate": 15, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 60, + "skip_first_frames": 0, + "select_every_nth": 1, + "choose video to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 60, + "skip_first_frames": 0, + "force_rate": 15, + "filename": "7610a6b179f3fff261400cf878431de3.mp4", + "type": "input", + "format": "video/mp4", + "select_every_nth": 1, + "force_size": "Disabled" + }, + "muted": false + } + } + }, + { + "id": 85, + "type": "Note", + "pos": { + "0": -10472, + "1": 1055, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 463.20684814453125, + "1": 453.9646911621094 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Relight-Video-lines-v60\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v18\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nCNET stack\nFlux IP Adapter (X-labs)\ndemonstrates Nova integration for relighting\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": { + "0": -10800, + "1": 1560, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.7872009277344, + "1": 136.01785278320312 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2196 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "FLUX Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 929145492660208, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1604, + "type": "Seed Generator", + "pos": { + "0": -10810, + "1": 1744, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 316.7872009277344, + "1": 137.8672637939453 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2095 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Relight Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 333447571952561, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1684, + "type": "RandomNoise", + "pos": { + "0": -10799, + "1": 1962, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 300.9909362792969, + "1": 120.11475372314453 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2214 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Enhancer Seed", + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 89892591776055, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1816, + "type": "PrimitiveNode", + "pos": { + "0": -10462, + "1": 1964, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2481 + ], + "slot_index": 0, + "widget": { + "name": "scale_by" + } + } + ], + "title": "Upscale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": { + "0": -10468, + "1": 1566, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "title": "Flux Aspect", + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1831, + "type": "RandomNoise //Inspire", + "pos": { + "0": -6497, + "1": 1870, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 202 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise //Inspire" + }, + "widgets_values": [ + 123, + "fixed", + "GPU(=A1111)", + "incremental", + 123, + 0.1, + "slerp" + ] + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": { + "0": -5726, + "1": 2134, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2506 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2485, + 2515 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -10791, + "1": 1273, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 280.9190368652344, + "1": 226.16844177246094 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1794, + "type": "ImageBlend", + "pos": { + "0": -3008, + "1": 3883, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2399 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2400 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2396 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageBlend" + }, + "widgets_values": [ + 0.9, + "soft_light" + ] + }, + { + "id": 1812, + "type": "ImpactImageInfo", + "pos": { + "0": -8899, + "1": 6171, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2464 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2549 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2550 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1813, + "type": "ImageScaleBy", + "pos": { + "0": -7535, + "1": 6140, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2553 + }, + { + "name": "scale_by", + "type": "FLOAT", + "link": 2481, + "widget": { + "name": "scale_by" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2474 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 1 + ] + }, + { + "id": 1691, + "type": "VAEEncodeTiled", + "pos": { + "0": -7270, + "1": 6220, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2456 + }, + { + "name": "vae", + "type": "VAE", + "link": 2260 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2218 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1686, + "type": "ImageColorMatch+", + "pos": { + "0": -6010, + "1": 6010, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2212, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2213 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2226 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1814, + "type": "ImageListToImageBatch", + "pos": { + "0": -6008, + "1": 6228, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2475 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2476 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1811, + "type": "VHS_VideoCombine", + "pos": { + "0": -5999, + "1": 6318, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 838.438232421875, + 306 + ], + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2476 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "*", + "link": 2554, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 15, + "loop_count": 0, + "filename_prefix": "AnimateDiff", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": false, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "AnimateDiff_00013.mp4", + "subfolder": "", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 30 + }, + "muted": false + } + } + }, + { + "id": 1694, + "type": "ImageApplyLUT+", + "pos": { + "0": -5600, + "1": 6010, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2226, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2248 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 1575, + "type": "SplineEditor", + "pos": { + "0": -9735, + "1": 4768, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 557, + "1": 942 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "coord_str", + "type": "STRING", + "links": [ + 2083 + ], + "shape": 3 + }, + { + "name": "float", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "normalized_str", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplineEditor", + "points": "SplineEditor" + }, + "widgets_values": [ + "[{\"x\":278.17899999999935,\"y\":497.79399999999885},{\"x\":412.60999999999905,\"y\":435.23699999999894},{\"x\":448.54699999999895,\"y\":206.30499999999952},{\"x\":264.86899999999935,\"y\":62.55699999999985},{\"x\":69.21199999999983,\"y\":219.61499999999947},{\"x\":127.7759999999997,\"y\":432.57499999999897},{\"x\":260.8759999999994,\"y\":497.79399999999885}]", + "[{\"x\":278.1789855957031,\"y\":497.79400634765625},{\"x\":299.9446105957031,\"y\":494.4131164550781},{\"x\":321.49566650390625,\"y\":489.8671569824219},{\"x\":342.6785888671875,\"y\":483.8426208496094},{\"x\":363.2135314941406,\"y\":475.8977355957031},{\"x\":382.5723876953125,\"y\":465.4285583496094},{\"x\":399.7611999511719,\"y\":451.71563720703125},{\"x\":413.1510314941406,\"y\":434.3089599609375},{\"x\":424.0959167480469,\"y\":415.1919860839844},{\"x\":434.5207824707031,\"y\":395.78741455078125},{\"x\":444.0823059082031,\"y\":375.94488525390625},{\"x\":452.3660888671875,\"y\":355.53839111328125},{\"x\":458.9114685058594,\"y\":334.5130310058594},{\"x\":463.2694091796875,\"y\":312.93115234375},{\"x\":465.107177734375,\"y\":290.9924011230469},{\"x\":464.3108825683594,\"y\":268.9910583496094},{\"x\":461.004150390625,\"y\":247.22314453125},{\"x\":455.47906494140625,\"y\":225.90731811523438},{\"x\":448.0917053222656,\"y\":205.1605987548828},{\"x\":439.4651184082031,\"y\":184.89344787597656},{\"x\":429.78411865234375,\"y\":165.10951232910156},{\"x\":418.82366943359375,\"y\":146.00677490234375},{\"x\":406.3353576660156,\"y\":127.86923217773438},{\"x\":392.0793151855469,\"y\":111.09049224853516},{\"x\":375.89471435546875,\"y\":96.16996002197266},{\"x\":357.7920837402344,\"y\":83.65251922607422},{\"x\":338.02410888671875,\"y\":73.97956848144531},{\"x\":317.0419616699219,\"y\":67.33280944824219},{\"x\":295.348876953125,\"y\":63.58852005004883},{\"x\":273.3622131347656,\"y\":62.41181182861328},{\"x\":251.3658905029297,\"y\":63.43768310546875},{\"x\":229.587158203125,\"y\":66.67845916748047},{\"x\":208.29013061523438,\"y\":72.26388549804688},{\"x\":187.76719665527344,\"y\":80.23462677001953},{\"x\":168.3051300048828,\"y\":90.52780151367188},{\"x\":150.1479949951172,\"y\":102.9804916381836},{\"x\":133.46975708007812,\"y\":117.35523223876953},{\"x\":118.3645248413086,\"y\":133.37701416015625},{\"x\":104.85527038574219,\"y\":150.7675323486328},{\"x\":92.91165924072266,\"y\":169.26980590820312},{\"x\":82.46905517578125,\"y\":188.66024780273438},{\"x\":73.44503021240234,\"y\":208.7510986328125},{\"x\":65.82537841796875,\"y\":229.41421508789062},{\"x\":60.263553619384766,\"y\":250.7170867919922},{\"x\":57.41507339477539,\"y\":272.54327392578125},{\"x\":57.809486389160156,\"y\":294.5461730957031},{\"x\":61.6496467590332,\"y\":316.2148132324219},{\"x\":68.6287612915039,\"y\":337.0909118652344},{\"x\":78.05484008789062,\"y\":356.9902038574219},{\"x\":89.14881896972656,\"y\":376.0166015625},{\"x\":101.23727416992188,\"y\":394.4305725097656},{\"x\":113.79237365722656,\"y\":412.5311279296875},{\"x\":126.40604400634766,\"y\":430.5907897949219},{\"x\":140.52725219726562,\"y\":447.4382629394531},{\"x\":157.7695770263672,\"y\":461.1020202636719},{\"x\":176.89649963378906,\"y\":471.9991149902344},{\"x\":197.1268310546875,\"y\":480.69549560546875},{\"x\":218.01785278320312,\"y\":487.6681213378906},{\"x\":239.31674194335938,\"y\":493.2791748046875},{\"x\":260.8760070800781,\"y\":497.79400634765625}]", + 512, + 512, + 60, + "path", + "cardinal", + 0.5, + 1, + "list", + 0, + 1, + null, + null + ] + }, + { + "id": 1731, + "type": "SplineEditor", + "pos": { + "0": -11033, + "1": 4670, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 557, + "1": 942 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "points_to_sample", + "type": "INT", + "link": 2412, + "widget": { + "name": "points_to_sample" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "coord_str", + "type": "STRING", + "links": [], + "shape": 3 + }, + { + "name": "float", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "normalized_str", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplineEditor", + "points": "SplineEditor" + }, + "widgets_values": [ + "[{\"x\":0,\"y\":448.9099999999998},{\"x\":227.4799999999999,\"y\":262.5699999999999},{\"x\":506.9899999999998,\"y\":319.4399999999999}]", + "[{\"x\":0,\"y\":448.9100036621094},{\"x\":6.535774230957031,\"y\":441.4189147949219},{\"x\":13.112060546875,\"y\":433.9633483886719},{\"x\":19.730688095092773,\"y\":426.54534912109375},{\"x\":26.393741607666016,\"y\":419.167236328125},{\"x\":33.103450775146484,\"y\":411.83154296875},{\"x\":39.86173629760742,\"y\":404.5405578613281},{\"x\":46.670833587646484,\"y\":397.2970275878906},{\"x\":53.53310012817383,\"y\":390.1038513183594},{\"x\":60.4527587890625,\"y\":382.96588134765625},{\"x\":67.43128204345703,\"y\":375.8854064941406},{\"x\":74.47296142578125,\"y\":368.8677978515625},{\"x\":81.58049774169922,\"y\":361.9168701171875},{\"x\":88.75890350341797,\"y\":355.0391845703125},{\"x\":96.01206970214844,\"y\":348.2403869628906},{\"x\":103.34487915039062,\"y\":341.527587890625},{\"x\":110.76258087158203,\"y\":334.9087219238281},{\"x\":118.27090454101562,\"y\":328.39288330078125},{\"x\":125.8764877319336,\"y\":321.9908447265625},{\"x\":133.58627319335938,\"y\":315.7147216796875},{\"x\":141.4084930419922,\"y\":309.579345703125},{\"x\":149.35194396972656,\"y\":303.6017761230469},{\"x\":157.42630004882812,\"y\":297.80230712890625},{\"x\":165.6424560546875,\"y\":292.2056579589844},{\"x\":174.01246643066406,\"y\":286.8420104980469},{\"x\":182.54891967773438,\"y\":281.7476806640625},{\"x\":191.26559448242188,\"y\":276.96856689453125},{\"x\":200.17593383789062,\"y\":272.5616455078125},{\"x\":209.29226684570312,\"y\":268.59918212890625},{\"x\":218.62265014648438,\"y\":265.1722717285156},{\"x\":228.1663818359375,\"y\":262.39691162109375},{\"x\":237.89505004882812,\"y\":260.3619689941406},{\"x\":247.74073791503906,\"y\":258.997314453125},{\"x\":257.64971923828125,\"y\":258.20977783203125},{\"x\":267.5860595703125,\"y\":257.920166015625},{\"x\":277.52587890625,\"y\":258.06121826171875},{\"x\":287.4533996582031,\"y\":258.5781555175781},{\"x\":297.3583984375,\"y\":259.424072265625},{\"x\":307.2344970703125,\"y\":260.55987548828125},{\"x\":317.0775451660156,\"y\":261.95343017578125},{\"x\":326.8853759765625,\"y\":263.5768737792969},{\"x\":336.65679931640625,\"y\":265.4070739746094},{\"x\":346.3913879394531,\"y\":267.4237976074219},{\"x\":356.0893859863281,\"y\":269.6099548339844},{\"x\":365.7513732910156,\"y\":271.9504089355469},{\"x\":375.3779602050781,\"y\":274.4324035644531},{\"x\":384.9698791503906,\"y\":277.0451354980469},{\"x\":394.528564453125,\"y\":279.7769775390625},{\"x\":404.054931640625,\"y\":282.61962890625},{\"x\":413.54986572265625,\"y\":285.5653381347656},{\"x\":423.01422119140625,\"y\":288.6080322265625},{\"x\":432.44970703125,\"y\":291.7392272949219},{\"x\":441.8564453125,\"y\":294.9558410644531},{\"x\":451.2362060546875,\"y\":298.2500305175781},{\"x\":460.58929443359375,\"y\":301.6192626953125},{\"x\":469.9169921875,\"y\":305.0584716796875},{\"x\":479.2201232910156,\"y\":308.56329345703125},{\"x\":488.49945068359375,\"y\":312.13055419921875},{\"x\":497.7558898925781,\"y\":315.7571105957031},{\"x\":506.989990234375,\"y\":319.44000244140625}]", + 512, + 512, + 60, + "path", + "cardinal", + 0.5, + 1, + "list", + 0, + 1, + null, + null + ] + }, + { + "id": 1798, + "type": "PrimitiveNode", + "pos": { + "0": -11440, + "1": 4666, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [], + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2412 + ], + "slot_index": 0, + "widget": { + "name": "points_to_sample" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 60, + "fixed" + ] + }, + { + "id": 1821, + "type": "ImpactImageInfo", + "pos": { + "0": -9308, + "1": 1513, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2487 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2527, + 2528, + 2547 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2525, + 2526, + 2548 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1834, + "type": "ImpactImageInfo", + "pos": { + "0": -8981, + "1": 4494, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2531 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2532 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2533 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1573, + "type": "ImageResize+", + "pos": { + "0": -8674, + "1": 4495, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2193 + }, + { + "name": "width", + "type": "INT", + "link": 2533, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2532, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2096 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2529 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2530 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 768, + "lanczos", + "keep proportion", + "downscale if bigger", + 64 + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2016, + 1549, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2023, + 1549, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2074, + 1568, + 1, + 1569, + 0, + "CLIP" + ], + [ + 2075, + 1568, + 1, + 1570, + 0, + "CLIP" + ], + [ + 2076, + 1568, + 0, + 1572, + 0, + "MODEL" + ], + [ + 2078, + 1569, + 0, + 1574, + 0, + "CONDITIONING" + ], + [ + 2079, + 1570, + 0, + 1574, + 1, + "CONDITIONING" + ], + [ + 2081, + 1586, + 0, + 1574, + 3, + "LATENT" + ], + [ + 2082, + 1577, + 0, + 1576, + 0, + "MASK" + ], + [ + 2083, + 1575, + 1, + 1577, + 0, + "STRING" + ], + [ + 2084, + 1580, + 0, + 1578, + 0, + "MASK" + ], + [ + 2085, + 1578, + 0, + 1579, + 0, + "IMAGE" + ], + [ + 2086, + 1576, + 0, + 1580, + 0, + "MASK" + ], + [ + 2087, + 1587, + 0, + 1581, + 0, + "LATENT" + ], + [ + 2088, + 1590, + 0, + 1582, + 0, + "IMAGE" + ], + [ + 2089, + 1588, + 0, + 1583, + 0, + "MODEL" + ], + [ + 2090, + 1574, + 0, + 1583, + 1, + "CONDITIONING" + ], + [ + 2091, + 1574, + 1, + 1583, + 2, + "CONDITIONING" + ], + [ + 2092, + 1585, + 0, + 1583, + 3, + "SAMPLER" + ], + [ + 2093, + 1584, + 0, + 1583, + 4, + "SIGMAS" + ], + [ + 2094, + 1581, + 0, + 1583, + 5, + "LATENT" + ], + [ + 2095, + 1604, + 0, + 1583, + 6, + "INT" + ], + [ + 2096, + 1573, + 0, + 1586, + 0, + "IMAGE" + ], + [ + 2097, + 1578, + 0, + 1587, + 0, + "IMAGE" + ], + [ + 2098, + 1572, + 0, + 1588, + 0, + "MODEL" + ], + [ + 2099, + 1589, + 0, + 1588, + 2, + "CONTEXT_OPTIONS" + ], + [ + 2100, + 1583, + 0, + 1590, + 0, + "LATENT" + ], + [ + 2105, + 1590, + 0, + 1595, + 0, + "*" + ], + [ + 2183, + 1212, + 0, + 1664, + 0, + "*" + ], + [ + 2184, + 1664, + 0, + 1665, + 0, + "*" + ], + [ + 2185, + 1665, + 0, + 1666, + 0, + "*" + ], + [ + 2186, + 1504, + 0, + 1667, + 0, + "*" + ], + [ + 2187, + 1505, + 0, + 1668, + 0, + "*" + ], + [ + 2188, + 1506, + 0, + 1669, + 0, + "*" + ], + [ + 2190, + 1664, + 0, + 1542, + 0, + "*" + ], + [ + 2192, + 1670, + 0, + 1671, + 0, + "*" + ], + [ + 2193, + 1671, + 0, + 1573, + 0, + "IMAGE" + ], + [ + 2196, + 1544, + 0, + 1673, + 0, + "*" + ], + [ + 2212, + 1692, + 0, + 1686, + 0, + "IMAGE" + ], + [ + 2213, + 1698, + 0, + 1686, + 1, + "IMAGE" + ], + [ + 2214, + 1684, + 0, + 1687, + 0, + "NOISE" + ], + [ + 2215, + 1690, + 0, + 1687, + 1, + "GUIDER" + ], + [ + 2216, + 1688, + 0, + 1687, + 2, + "SAMPLER" + ], + [ + 2217, + 1697, + 1, + 1687, + 3, + "SIGMAS" + ], + [ + 2218, + 1691, + 0, + 1687, + 4, + "LATENT" + ], + [ + 2219, + 1696, + 0, + 1689, + 0, + "MODEL" + ], + [ + 2220, + 1696, + 0, + 1690, + 0, + "MODEL" + ], + [ + 2221, + 1693, + 0, + 1690, + 1, + "CONDITIONING" + ], + [ + 2224, + 1687, + 0, + 1692, + 0, + "LATENT" + ], + [ + 2226, + 1686, + 0, + 1694, + 0, + "IMAGE" + ], + [ + 2231, + 1689, + 0, + 1697, + 0, + "SIGMAS" + ], + [ + 2242, + 1710, + 0, + 1707, + 0, + "IMAGE" + ], + [ + 2248, + 1694, + 0, + 1710, + 0, + "IMAGE" + ], + [ + 2255, + 1667, + 0, + 1704, + 0, + "*" + ], + [ + 2256, + 1704, + 0, + 1696, + 0, + "MODEL" + ], + [ + 2257, + 1668, + 0, + 1705, + 0, + "*" + ], + [ + 2258, + 1669, + 0, + 1706, + 0, + "*" + ], + [ + 2259, + 1705, + 0, + 1693, + 0, + "CLIP" + ], + [ + 2260, + 1706, + 0, + 1691, + 1, + "VAE" + ], + [ + 2261, + 1706, + 0, + 1692, + 1, + "VAE" + ], + [ + 2272, + 1719, + 0, + 1718, + 0, + "STRING" + ], + [ + 2273, + 1717, + 0, + 1718, + 1, + "STRING" + ], + [ + 2275, + 1718, + 0, + 1597, + 4, + "STRING" + ], + [ + 2276, + 1722, + 0, + 1721, + 0, + "STRING" + ], + [ + 2277, + 1720, + 0, + 1721, + 1, + "STRING" + ], + [ + 2280, + 1721, + 0, + 1707, + 5, + "STRING" + ], + [ + 2282, + 1666, + 0, + 1722, + 0, + "*" + ], + [ + 2283, + 1665, + 0, + 1719, + 0, + "*" + ], + [ + 2290, + 1568, + 2, + 1586, + 1, + "*" + ], + [ + 2291, + 1568, + 2, + 1587, + 1, + "*" + ], + [ + 2292, + 1568, + 2, + 1574, + 2, + "VAE" + ], + [ + 2293, + 1568, + 2, + 1590, + 1, + "*" + ], + [ + 2396, + 1794, + 0, + 1791, + 0, + "IMAGE" + ], + [ + 2399, + 1792, + 0, + 1794, + 0, + "IMAGE" + ], + [ + 2400, + 1793, + 0, + 1794, + 1, + "IMAGE" + ], + [ + 2401, + 1791, + 0, + 1597, + 0, + "IMAGE" + ], + [ + 2412, + 1798, + 0, + 1731, + 0, + "INT" + ], + [ + 2431, + 1670, + 0, + 1803, + 0, + "IMAGE" + ], + [ + 2436, + 1595, + 0, + 1804, + 0, + "IMAGE" + ], + [ + 2456, + 1708, + 0, + 1691, + 0, + "IMAGE" + ], + [ + 2457, + 1709, + 0, + 1698, + 0, + "*" + ], + [ + 2464, + 1791, + 0, + 1812, + 0, + "IMAGE" + ], + [ + 2474, + 1813, + 0, + 1708, + 0, + "IMAGE" + ], + [ + 2475, + 1692, + 0, + 1814, + 0, + "IMAGE" + ], + [ + 2476, + 1814, + 0, + 1811, + 0, + "IMAGE" + ], + [ + 2481, + 1816, + 0, + 1813, + 1, + "FLOAT" + ], + [ + 2485, + 1521, + 0, + 1819, + 0, + "IMAGE" + ], + [ + 2486, + 1818, + 0, + 1820, + 0, + "IMAGE" + ], + [ + 2487, + 1818, + 0, + 1821, + 0, + "IMAGE" + ], + [ + 2489, + 1506, + 0, + 1822, + 1, + "VAE" + ], + [ + 2491, + 1822, + 0, + 1217, + 2, + "LATENT" + ], + [ + 2492, + 1820, + 0, + 1822, + 0, + "IMAGE" + ], + [ + 2494, + 1819, + 0, + 1670, + 0, + "*" + ], + [ + 2497, + 1524, + 0, + 1823, + 4, + "STRING" + ], + [ + 2499, + 1549, + 0, + 1552, + 2, + "FLOAT" + ], + [ + 2502, + 1827, + 0, + 1825, + 1, + "GUIDER" + ], + [ + 2503, + 1828, + 1, + 1825, + 3, + "SIGMAS" + ], + [ + 2504, + 1826, + 0, + 1828, + 0, + "SIGMAS" + ], + [ + 2506, + 1825, + 0, + 1521, + 0, + "LATENT" + ], + [ + 2507, + 1561, + 0, + 1827, + 1, + "CONDITIONING" + ], + [ + 2508, + 1539, + 0, + 1827, + 0, + "MODEL" + ], + [ + 2509, + 1831, + 0, + 1825, + 0, + "NOISE" + ], + [ + 2510, + 1552, + 0, + 1826, + 1, + "FLOAT" + ], + [ + 2511, + 1539, + 0, + 1826, + 0, + "MODEL" + ], + [ + 2512, + 1217, + 0, + 1825, + 4, + "LATENT" + ], + [ + 2513, + 1554, + 0, + 1826, + 2, + "INT" + ], + [ + 2514, + 1832, + 0, + 1825, + 2, + "SAMPLER" + ], + [ + 2515, + 1521, + 0, + 1833, + 0, + "IMAGE" + ], + [ + 2516, + 1833, + 0, + 1823, + 0, + "IMAGE" + ], + [ + 2523, + 1803, + 0, + 1792, + 0, + "IMAGE" + ], + [ + 2524, + 1804, + 0, + 1793, + 0, + "IMAGE" + ], + [ + 2525, + 1821, + 2, + 1803, + 1, + "INT" + ], + [ + 2526, + 1821, + 2, + 1804, + 1, + "INT" + ], + [ + 2527, + 1821, + 1, + 1803, + 2, + "INT" + ], + [ + 2528, + 1821, + 1, + 1804, + 2, + "INT" + ], + [ + 2529, + 1573, + 1, + 1577, + 2, + "INT" + ], + [ + 2530, + 1573, + 2, + 1577, + 3, + "INT" + ], + [ + 2531, + 1671, + 0, + 1834, + 0, + "IMAGE" + ], + [ + 2532, + 1834, + 1, + 1573, + 2, + "INT" + ], + [ + 2533, + 1834, + 2, + 1573, + 1, + "INT" + ], + [ + 2546, + 1236, + 0, + 1561, + 0, + "*" + ], + [ + 2547, + 1821, + 1, + 1232, + 2, + "INT" + ], + [ + 2548, + 1821, + 2, + 1232, + 1, + "INT" + ], + [ + 2549, + 1812, + 1, + 1696, + 2, + "INT" + ], + [ + 2550, + 1812, + 2, + 1696, + 1, + "INT" + ], + [ + 2551, + 1791, + 0, + 1835, + 0, + "*" + ], + [ + 2552, + 1835, + 0, + 1709, + 0, + "IMAGE" + ], + [ + 2553, + 1835, + 0, + 1813, + 0, + "IMAGE" + ], + [ + 2554, + 1836, + 0, + 1811, + 4, + "FLOAT" + ], + [ + 2555, + 1836, + 0, + 1707, + 4, + "FLOAT" + ], + [ + 2556, + 1836, + 0, + 1597, + 5, + "FLOAT" + ], + [ + 2557, + 1836, + 0, + 1823, + 5, + "FLOAT" + ], + [ + 2558, + 1836, + 0, + 1582, + 4, + "FLOAT" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9842, + 1261, + 5934, + 2211 + ], + "color": "#3f789e", + "font_size": 24, + "locked": true + }, + { + "title": "Relight", + "bounding": [ + -9834, + 3612, + 8493, + 3948 + ], + "color": "#3f789e", + "font_size": 24, + "locked": true + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.16105100000000097, + "offset": [ + 13789.069891015959, + -67.24998527345706 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Flux-Relight-basic-lines-v45.json b/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Flux-Relight-basic-lines-v45.json new file mode 100644 index 0000000..3cc052c --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Flux-Relight-basic-lines-v45.json @@ -0,0 +1,11797 @@ +{ + "last_node_id": 1817, + "last_link_id": 2486, + "nodes": [ + { + "id": 1220, + "type": "Note", + "pos": [ + -8490, + 2800 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9320, + 2320 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime kzk woman with red hair and cosmic blue eyes, wearing black stealth suit, shooting a gun directly at the camera\n\nsign with glowing text \"FODA FLUX PACK\"\n\nin the background cyber fortress corridor, a hallway in a sci - fi megacity with red and blue lights\n\n\n" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9190, + 2720 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -6530, + 2130 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9210, + 2690 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9320, + 2110 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8480, + 2100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8470, + 2200 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -11410, + 2490 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -11400, + 2330 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -11740, + 2330 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -5410, + 2030 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8250, + 2220 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6110, + 2130 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2197, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 30, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -6330, + 2440 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8480, + 2670 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1956 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2020 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1559, + "type": "CannyEdgePreprocessor", + "pos": [ + -8430, + 3140 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 79, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2036 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2030 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1560, + "type": "HEDPreprocessor", + "pos": [ + -8430, + 3290 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 80, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8220, + 2100 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1985 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1558, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -8440, + 3020 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 78, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2035 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7870, + 2250 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2040 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7300, + 2200 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2041 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7300, + 2230 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2043 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1556, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7540, + 2330 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 96, + "mode": 4, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 2029 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 2030 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 2031 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 2034 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7090, + 2010 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2190, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8250, + 2410 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8240, + 2520 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8480, + 2520 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2027 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 30, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7880, + 2090 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2038 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 1, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1570, + "type": "CLIPTextEncode", + "pos": [ + -8717.841941235349, + 4247.790039843057 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2075 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2079 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "bad quality nsfw", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1572, + "type": "LoadAndApplyICLightUnet", + "pos": [ + -7747.841941235349, + 4117.790039843057 + ], + "size": { + "0": 316.8490295410156, + "1": 58 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2076 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2098 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndApplyICLightUnet" + }, + "widgets_values": [ + "IC-light\\iclight_sd15_fc.safetensors" + ] + }, + { + "id": 1574, + "type": "ICLightConditioning", + "pos": [ + -7757.841941235349, + 4437.790039843057 + ], + "size": { + "0": 342.5999755859375, + "1": 138 + }, + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 2078 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 2079 + }, + { + "name": "vae", + "type": "VAE", + "link": 2292, + "slot_index": 2 + }, + { + "name": "foreground", + "type": "LATENT", + "link": 2081, + "slot_index": 3 + }, + { + "name": "opt_background", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 2090 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 2091 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "empty_latent", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ICLightConditioning" + }, + "widgets_values": [ + 0.182 + ] + }, + { + "id": 1576, + "type": "GrowMaskWithBlur", + "pos": [ + -8727.841941235349, + 4977.790039843057 + ], + "size": { + "0": 315, + "1": 246 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2082 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2086 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask_inverted", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMaskWithBlur" + }, + "widgets_values": [ + 0, + 0, + true, + false, + 50.800000000000004, + 1, + 1, + false + ] + }, + { + "id": 1578, + "type": "MaskToImage", + "pos": [ + -8037.841941235349, + 4977.790039843057 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2084 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2085, + 2097 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MaskToImage" + } + }, + { + "id": 1579, + "type": "PreviewAnimation", + "pos": [ + -7747.841941235349, + 4967.790039843057 + ], + "size": { + "0": 366.1677551269531, + "1": 421.5265808105469 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2085 + }, + { + "name": "masks", + "type": "MASK", + "link": null + } + ], + "title": "Preview Animation 60x448x576", + "properties": { + "Node name for S&R": "PreviewAnimation" + }, + "widgets_values": [ + 8, + null + ] + }, + { + "id": 1580, + "type": "RemapMaskRange", + "pos": [ + -8377.841941235349, + 4977.790039843057 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2086 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2084 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RemapMaskRange" + }, + "widgets_values": [ + 0, + 0.74 + ] + }, + { + "id": 1581, + "type": "LatentBatchSeedBehavior", + "pos": [ + -7137.841941235349, + 4657.790039843057 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2087, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2094 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentBatchSeedBehavior" + }, + "widgets_values": [ + "fixed" + ] + }, + { + "id": 1585, + "type": "KSamplerSelect", + "pos": [ + -7137.841941235349, + 4527.790039843057 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2092 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m" + ] + }, + { + "id": 1587, + "type": "VHS_VAEEncodeBatched", + "pos": [ + -7737.841941235349, + 4657.790039843057 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2097 + }, + { + "name": "vae", + "type": "VAE", + "link": 2291 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2087 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1588, + "type": "ADE_UseEvolvedSampling", + "pos": [ + -7147.841941235349, + 4187.790039843057 + ], + "size": { + "0": 315, + "1": 118 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2098, + "slot_index": 0 + }, + { + "name": "m_models", + "type": "M_MODELS", + "link": null + }, + { + "name": "context_options", + "type": "CONTEXT_OPTIONS", + "link": 2099, + "slot_index": 2 + }, + { + "name": "sample_settings", + "type": "SAMPLE_SETTINGS", + "link": null + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2089 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ADE_UseEvolvedSampling" + }, + "widgets_values": [ + "autoselect" + ] + }, + { + "id": 1589, + "type": "ADE_BatchedContextOptions", + "pos": [ + -7747.841941235349, + 4227.790039843057 + ], + "size": { + "0": 327.6000061035156, + "1": 106 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [ + { + "name": "prev_context", + "type": "CONTEXT_OPTIONS", + "link": null + } + ], + "outputs": [ + { + "name": "CONTEXT_OPTS", + "type": "CONTEXT_OPTIONS", + "links": [ + 2099 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ADE_BatchedContextOptions" + }, + "widgets_values": [ + 16, + 0, + 1 + ] + }, + { + "id": 1590, + "type": "VHS_VAEDecodeBatched", + "pos": [ + -6327.841941235349, + 4577.790039843057 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2100 + }, + { + "name": "vae", + "type": "VAE", + "link": 2293 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2088, + 2105 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEDecodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1602, + "type": "PrimitiveNode", + "pos": [ + -7987.841941235349, + 4117.790039843057 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "connect to widget input", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Dim Limiter", + "properties": { + "Run widget replace on values": false + }, + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1603, + "type": "PrimitiveNode", + "pos": [ + -7987.841941235349, + 4237.790039843057 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": { + "pinned": false + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "connect to widget input", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Dim Limiter", + "properties": { + "Run widget replace on values": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1606, + "type": "Label (rgthree)", + "pos": { + "0": -11410, + "1": 4170, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1522.55859375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SD 1.5 IC-LIGHT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -5460, + 2110 + ], + "size": { + "0": 964.846435546875, + "1": 1056.662353515625 + }, + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9690, + 2440 + ], + "size": { + "0": 319.3631591796875, + "1": 120.90245819091797 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8910, + 2090 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1605, + "type": "Label (rgthree)", + "pos": { + "0": -11390, + "1": 3940, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1507.71484375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 15, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "NOVA RELIGHT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -10490, + 2350 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009, + 2187 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -10490, + 2380 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976, + 2188 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1664, + "type": "Reroute", + "pos": [ + -9990, + 1179 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2183, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2184, + 2190 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -5726, + 2134 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950, + 2191 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1671, + "type": "Reroute", + "pos": [ + -9750.256436784653, + 3759.530850145426 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2192 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2193 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1673, + "type": "Reroute", + "pos": [ + -9994.017729435494, + 1366.5552345418419 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2196, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2197 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1687, + "type": "SamplerCustomAdvanced", + "pos": [ + -6710, + 6140 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2214, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2215, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2216, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2217, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2218, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2224 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1688, + "type": "KSamplerSelect", + "pos": [ + -6710, + 6300 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2216 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1690, + "type": "BasicGuider", + "pos": [ + -6970, + 6180 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2220, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2221, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2215 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1697, + "type": "SplitSigmas", + "pos": [ + -6710, + 6540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2231 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2217 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1698, + "type": "Reroute", + "pos": [ + -6200, + 6650 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2457 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2213 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1700, + "type": "Reroute", + "pos": [ + -8660, + 6540 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2467, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2210, + 2229, + 2234 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1701, + "type": "Reroute", + "pos": [ + -8660, + 6560 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2468, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2211, + 2230, + 2235 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1703, + "type": "Note", + "pos": [ + -7820, + 5820 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1667, + "type": "Reroute", + "pos": [ + -10104.204725667685, + 5525.954889385204 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2186 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2255, + 2378 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1668, + "type": "Reroute", + "pos": [ + -10104.204725667685, + 5565.954889385204 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2187 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2257, + 2379 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1669, + "type": "Reroute", + "pos": [ + -10098, + 5602 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2188 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2258, + 2380 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1705, + "type": "Reroute", + "pos": [ + -9290, + 5820 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2257 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2259 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1706, + "type": "Reroute", + "pos": [ + -9290, + 5860 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2258 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2260, + 2261 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1691, + "type": "VAEEncodeTiled", + "pos": [ + -7270, + 6220 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2456 + }, + { + "name": "vae", + "type": "VAE", + "link": 2260 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2218 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1704, + "type": "Reroute", + "pos": [ + -9290, + 5790 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2255 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2256 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1693, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7930, + 5930 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2259 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2221 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -5410, + 1991 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1717, + "type": "PrimitiveNode", + "pos": [ + -1950, + 3730 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2273 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/NOVA/flux" + ] + }, + { + "id": 1719, + "type": "Reroute", + "pos": [ + -7102.025706900675, + 3523.145155643008 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2283, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2272 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1718, + "type": "CR Text Concatenate", + "pos": [ + -1970, + 3780 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2272, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2273, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2275 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/NOVA/flux", + "" + ] + }, + { + "id": 1721, + "type": "CR Text Concatenate", + "pos": [ + -4210, + 5090 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2276, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2277, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "/IPA/flux", + "/Enhance/flux", + "" + ] + }, + { + "id": 1666, + "type": "Reroute", + "pos": [ + -9819, + 5562 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2185, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2282, + 2392 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1722, + "type": "Reroute", + "pos": [ + -5400, + 5800 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2282, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2276 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1665, + "type": "Reroute", + "pos": [ + -9792.433609475669, + 3533.3528012398265 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2184, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2185, + 2283 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1720, + "type": "PrimitiveNode", + "pos": [ + -4210, + 5060 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2277 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/Enhance/flux" + ] + }, + { + "id": 1557, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7540, + 2090 + ], + "size": { + "0": 243.60000610351562, + "1": 98 + }, + "flags": {}, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 2038 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 2040 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 2034 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 2041 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 2043 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 1586, + "type": "VHS_VAEEncodeBatched", + "pos": [ + -8138, + 4489 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2096 + }, + { + "name": "vae", + "type": "VAE", + "link": 2290 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2081 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1568, + "type": "CheckpointLoaderSimple", + "pos": [ + -9077.841941235349, + 4347.790039843057 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2076 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2074, + 2075 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": [ + 2290, + 2291, + 2292, + 2293 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "epicrealism_naturalSinRC1VAE.safetensors" + ] + }, + { + "id": 1577, + "type": "CreateShapeMaskOnPath", + "pos": [ + -9088, + 4978 + ], + "size": [ + 324.8208923339844, + 174 + ], + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "coordinates", + "type": "STRING", + "link": 2083, + "slot_index": 0, + "widget": { + "name": "coordinates" + } + }, + { + "name": "size_multiplier", + "type": "FLOAT", + "link": null, + "widget": { + "name": "size_multiplier" + } + }, + { + "name": "frame_width", + "type": "INT", + "link": 2485, + "widget": { + "name": "frame_width" + } + }, + { + "name": "frame_height", + "type": "INT", + "link": 2486, + "widget": { + "name": "frame_height" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2082 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask_inverted", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CreateShapeMaskOnPath" + }, + "widgets_values": [ + "circle", + "", + 512, + 512, + 256, + 256, + [ + 1 + ] + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9700, + 2660 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960, + 2035, + 2036, + 2037 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "#000000", + "image" + ] + }, + { + "id": 1584, + "type": "AlignYourStepsScheduler", + "pos": [ + -7137.841941235349, + 4357.790039843057 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2093 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AlignYourStepsScheduler" + }, + "widgets_values": [ + "SD1", + 15, + 1 + ] + }, + { + "id": 1583, + "type": "SamplerCustom", + "pos": [ + -6757.841941235349, + 4417.790039843057 + ], + "size": { + "0": 355.20001220703125, + "1": 230 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2089 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 2090 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 2091 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2092, + "slot_index": 3 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2093, + "slot_index": 4 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2094 + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2095, + "slot_index": 6, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2100 + ], + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustom" + }, + "widgets_values": [ + true, + 1054226694411268, + "fixed", + 2 + ] + }, + { + "id": 1569, + "type": "CLIPTextEncode", + "pos": [ + -8717.841941235349, + 3997.7900398430575 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2074 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2078 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "anime woman with red hair holding a gun in a sci-fi corridor, hazy light, cinematic", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1724, + "type": "CheckpointLoaderSimple", + "pos": [ + 49.99999999999102, + 4305.194355585693 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2296 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2294, + 2295 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": [ + 2300, + 2316, + 2318, + 2322 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "epicrealism_naturalSinRC1VAE.safetensors" + ] + }, + { + "id": 1726, + "type": "CLIPTextEncode", + "pos": [ + 409.99999999999125, + 4205.194355585693 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 59, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2295 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2299 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "bad quality", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1728, + "type": "LoadAndApplyICLightUnet", + "pos": [ + 1379.9999999999902, + 4085.1943555856924 + ], + "size": { + "0": 316.8490295410156, + "1": 58 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2296 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2319 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndApplyICLightUnet" + }, + "widgets_values": [ + "IC-light\\iclight_sd15_fc.safetensors" + ] + }, + { + "id": 1730, + "type": "ICLightConditioning", + "pos": [ + 1369.9999999999902, + 4395.194355585693 + ], + "size": { + "0": 342.5999755859375, + "1": 138 + }, + "flags": {}, + "order": 132, + "mode": 4, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 2298 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 2299 + }, + { + "name": "vae", + "type": "VAE", + "link": 2300, + "slot_index": 2 + }, + { + "name": "foreground", + "type": "LATENT", + "link": 2301, + "slot_index": 3 + }, + { + "name": "opt_background", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 2310 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 2311 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "empty_latent", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ICLightConditioning" + }, + "widgets_values": [ + 0.182 + ] + }, + { + "id": 1732, + "type": "GrowMaskWithBlur", + "pos": [ + 389.99999999999125, + 4935.194355585693 + ], + "size": { + "0": 315, + "1": 246 + }, + "flags": {}, + "order": 86, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2302 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2306 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask_inverted", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMaskWithBlur" + }, + "widgets_values": [ + 0, + 0, + true, + false, + 50.800000000000004, + 1, + 1, + false + ] + }, + { + "id": 1733, + "type": "CreateShapeMaskOnPath", + "pos": [ + 29.99999999999102, + 4935.194355585693 + ], + "size": { + "0": 324.8208923339844, + "1": 174 + }, + "flags": {}, + "order": 73, + "mode": 4, + "inputs": [ + { + "name": "coordinates", + "type": "STRING", + "link": 2303, + "slot_index": 0, + "widget": { + "name": "coordinates" + } + }, + { + "name": "size_multiplier", + "type": "FLOAT", + "link": null, + "widget": { + "name": "size_multiplier" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2302 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask_inverted", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CreateShapeMaskOnPath" + }, + "widgets_values": [ + "circle", + "", + 512, + 512, + 256, + 256, + [ + 1 + ] + ] + }, + { + "id": 1734, + "type": "MaskToImage", + "pos": [ + 1079.9999999999907, + 4935.194355585693 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 106, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2304 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2305, + 2317 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MaskToImage" + } + }, + { + "id": 1735, + "type": "PreviewAnimation", + "pos": [ + 1369.9999999999902, + 4925.194355585693 + ], + "size": { + "0": 366.1677551269531, + "1": 421.5265808105469 + }, + "flags": {}, + "order": 113, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2305 + }, + { + "name": "masks", + "type": "MASK", + "link": null + } + ], + "title": "Preview Animation 60x512x512", + "properties": { + "Node name for S&R": "PreviewAnimation" + }, + "widgets_values": [ + 8 + ] + }, + { + "id": 1736, + "type": "RemapMaskRange", + "pos": [ + 739.9999999999912, + 4935.194355585693 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2306 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2304 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RemapMaskRange" + }, + "widgets_values": [ + 0, + 0.74 + ] + }, + { + "id": 1737, + "type": "LatentBatchSeedBehavior", + "pos": [ + 1989.999999999991, + 4615.194355585693 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 118, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2307, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2314 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentBatchSeedBehavior" + }, + "widgets_values": [ + "fixed" + ] + }, + { + "id": 1739, + "type": "SamplerCustom", + "pos": [ + 2369.999999999991, + 4375.194355585693 + ], + "size": { + "0": 355.20001220703125, + "1": 230 + }, + "flags": {}, + "order": 137, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2309 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 2310 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 2311 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2312, + "slot_index": 3 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2313, + "slot_index": 4 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2314 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2321 + ], + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustom" + }, + "widgets_values": [ + true, + 1054226694411268, + "fixed", + 1 + ] + }, + { + "id": 1740, + "type": "AlignYourStepsScheduler", + "pos": [ + 1979.999999999991, + 4315.194355585693 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2313 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AlignYourStepsScheduler" + }, + "widgets_values": [ + "SD1", + 15, + 1 + ] + }, + { + "id": 1741, + "type": "KSamplerSelect", + "pos": [ + 1989.999999999991, + 4485.194355585693 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2312 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m" + ] + }, + { + "id": 1742, + "type": "VHS_VAEEncodeBatched", + "pos": [ + 1019.9999999999907, + 4455.194355585693 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2315 + }, + { + "name": "vae", + "type": "VAE", + "link": 2316 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2301 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1743, + "type": "VHS_VAEEncodeBatched", + "pos": [ + 1389.9999999999902, + 4625.194355585693 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 114, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2317 + }, + { + "name": "vae", + "type": "VAE", + "link": 2318 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2307 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1744, + "type": "ADE_UseEvolvedSampling", + "pos": [ + 1979.999999999991, + 4155.194355585693 + ], + "size": { + "0": 315, + "1": 118 + }, + "flags": {}, + "order": 72, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2319, + "slot_index": 0 + }, + { + "name": "m_models", + "type": "M_MODELS", + "link": null + }, + { + "name": "context_options", + "type": "CONTEXT_OPTIONS", + "link": 2320, + "slot_index": 2 + }, + { + "name": "sample_settings", + "type": "SAMPLE_SETTINGS", + "link": null + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2309 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ADE_UseEvolvedSampling" + }, + "widgets_values": [ + "autoselect" + ] + }, + { + "id": 1745, + "type": "ADE_BatchedContextOptions", + "pos": [ + 1369.9999999999902, + 4195.194355585693 + ], + "size": { + "0": 327.6000061035156, + "1": 106 + }, + "flags": {}, + "order": 26, + "mode": 4, + "inputs": [ + { + "name": "prev_context", + "type": "CONTEXT_OPTIONS", + "link": null + } + ], + "outputs": [ + { + "name": "CONTEXT_OPTS", + "type": "CONTEXT_OPTIONS", + "links": [ + 2320 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ADE_BatchedContextOptions" + }, + "widgets_values": [ + 16, + 0, + 1 + ] + }, + { + "id": 1747, + "type": "Note", + "pos": [ + 29.99999999999102, + 3955.1943555856915 + ], + "size": { + "0": 338.2071228027344, + "1": 295.2601623535156 + }, + "flags": {}, + "order": 27, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Nova-Motion-v6\n\nNova - Re-Lighting Tools\n\n- SD15 \n- IC-Light\n- Img2img with prompt guidance\n- color matching with levels adjustment\n- spline based Masking\n\nAdd your Image \nAdjust the Prompt \nAdjust the Mask spline\nQueue the Generation !\n\n\nVideo: https://www.youtube.com/watch?v=iW588cc2dnI\nWorkflow: https://civitai.com/models/565597\nModels: https://huggingface.co/lllyasviel/ic-light/tree/main\nNodes: (add in Comfy Manager) or \nhttps://github.com/kijai/ComfyUI-IC-Light\n\n\n\nhttps://fivebelowfive.uk\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1725, + "type": "CLIPTextEncode", + "pos": [ + 409.99999999999125, + 3955.1943555856915 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2294 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2298 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "Lighting, smoke", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1729, + "type": "ImageResize+", + "pos": [ + 489.99999999999125, + 4455.665649414061 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 123, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2323 + }, + { + "name": "height", + "type": "INT", + "link": 2419, + "widget": { + "name": "height" + } + }, + { + "name": "width", + "type": "INT", + "link": 2420, + "widget": { + "name": "width" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2315 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "lanczos", + "keep proportion", + "downscale if bigger", + 64 + ] + }, + { + "id": 1738, + "type": "VHS_VideoCombine", + "pos": [ + 4389.999999999992, + 3781.6656494140607 + ], + "size": [ + 1375.15234375, + 2066.3387276785716 + ], + "flags": {}, + "order": 150, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2334 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "NOVA-motion/nova-final", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "nova-final_00049.mp4", + "subfolder": "NOVA-motion", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1759, + "type": "ImageColorMatch+", + "pos": [ + 2979.9999999999914, + 6023.665649414061 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 180, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2351, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2352 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2366 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1760, + "type": "SamplerCustomAdvanced", + "pos": [ + 2279.9999999999914, + 6153.665649414061 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 175, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2353, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2354, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2355, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2356, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2357, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2363 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1761, + "type": "KSamplerSelect", + "pos": [ + 2279.9999999999914, + 6313.665649414061 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2355 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1762, + "type": "BasicScheduler", + "pos": [ + 2279.9999999999914, + 6413.665649414061 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 164, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2358, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2371 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1763, + "type": "BasicGuider", + "pos": [ + 2019.9999999999907, + 6193.665649414061 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 165, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2359, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2360, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2354 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1765, + "type": "VAEDecodeTiled", + "pos": [ + 2659.999999999991, + 6203.665649414061 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 177, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2363 + }, + { + "name": "vae", + "type": "VAE", + "link": 2364 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2351 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1766, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1059.9999999999907, + 5943.665649414061 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 98, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2365 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2360 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1767, + "type": "ImageApplyLUT+", + "pos": [ + 3389.999999999992, + 6023.665649414061 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 184, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2366, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2386 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 1769, + "type": "ModelSamplingFlux", + "pos": [ + 489.99999999999125, + 6183.665649414061 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 160, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2368 + }, + { + "name": "width", + "type": "INT", + "link": 2369, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2370, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2358, + 2359 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1770, + "type": "SplitSigmas", + "pos": [ + 2279.9999999999914, + 6553.665649414061 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 169, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2371 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2356 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1771, + "type": "Reroute", + "pos": [ + 2789.999999999991, + 6663.665649414061 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 168, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2472 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2352 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1773, + "type": "Reroute", + "pos": [ + 329.99999999999113, + 6553.665649414061 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2376, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2349, + 2369, + 2374 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1774, + "type": "Reroute", + "pos": [ + 329.99999999999113, + 6573.665649414061 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 157, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2377, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2350, + 2370, + 2375 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1775, + "type": "Note", + "pos": [ + 1169.9999999999902, + 5833.665649414061 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 29, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1776, + "type": "Reroute", + "pos": [ + -300.00000000000944, + 5803.665649414061 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 90, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2378 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2368 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1777, + "type": "Reroute", + "pos": [ + -300.00000000000944, + 5833.665649414061 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 85, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2379 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2365 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1778, + "type": "Reroute", + "pos": [ + -300.00000000000944, + 5873.665649414061 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 83, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2380 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2362, + 2364 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1779, + "type": "VHS_VideoCombine", + "pos": [ + 4469.999999999993, + 5903.665649414061 + ], + "size": [ + 1250, + 1897.4285714285713 + ], + "flags": {}, + "order": 193, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2381 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "*", + "link": 2382, + "widget": { + "name": "frame_rate" + } + }, + { + "name": "filename_prefix", + "type": "*", + "link": 2383, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Flux", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00003.mp4", + "subfolder": "foda\\flux-nova\\Enhance", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1782, + "type": "ImageListToImageBatch", + "pos": [ + 4059.999999999992, + 5923.665649414061 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 189, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2386 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1785, + "type": "PrimitiveNode", + "pos": [ + 4649.999999999993, + 5813.665649414061 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2391 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/Enhance/flux" + ] + }, + { + "id": 1786, + "type": "CR Text Concatenate", + "pos": [ + 4649.999999999993, + 5843.665649414061 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 116, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2390, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2391, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2383 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "/IPA/flux", + "/Enhance/flux", + "" + ] + }, + { + "id": 1787, + "type": "Reroute", + "pos": [ + 3589.9999999999914, + 5813.665649414061 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2392, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2390 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1749, + "type": "RepeatImageBatch", + "pos": [ + 2805.999999999991, + 3778.6656494140607 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 129, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2445 + }, + { + "name": "amount", + "type": "INT", + "link": 2413, + "widget": { + "name": "amount" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2337 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RepeatImageBatch" + }, + "widgets_values": [ + 60 + ] + }, + { + "id": 1731, + "type": "SplineEditor", + "pos": [ + -632.0000000000092, + 4162.194355585693 + ], + "size": { + "0": 557, + "1": 942 + }, + "flags": {}, + "order": 60, + "mode": 4, + "inputs": [ + { + "name": "points_to_sample", + "type": "INT", + "link": 2412, + "widget": { + "name": "points_to_sample" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "coord_str", + "type": "STRING", + "links": [ + 2303 + ], + "shape": 3 + }, + { + "name": "float", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "normalized_str", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplineEditor", + "points": "SplineEditor" + }, + "widgets_values": [ + "[{\"x\":0,\"y\":448.9099999999998},{\"x\":227.4799999999999,\"y\":262.5699999999999},{\"x\":506.9899999999998,\"y\":319.4399999999999}]", + "[{\"x\":0,\"y\":448.9100036621094},{\"x\":6.535774230957031,\"y\":441.4189147949219},{\"x\":13.112060546875,\"y\":433.9633483886719},{\"x\":19.730688095092773,\"y\":426.54534912109375},{\"x\":26.393741607666016,\"y\":419.167236328125},{\"x\":33.103450775146484,\"y\":411.83154296875},{\"x\":39.86173629760742,\"y\":404.5405578613281},{\"x\":46.670833587646484,\"y\":397.2970275878906},{\"x\":53.53310012817383,\"y\":390.1038513183594},{\"x\":60.4527587890625,\"y\":382.96588134765625},{\"x\":67.43128204345703,\"y\":375.8854064941406},{\"x\":74.47296142578125,\"y\":368.8677978515625},{\"x\":81.58049774169922,\"y\":361.9168701171875},{\"x\":88.75890350341797,\"y\":355.0391845703125},{\"x\":96.01206970214844,\"y\":348.2403869628906},{\"x\":103.34487915039062,\"y\":341.527587890625},{\"x\":110.76258087158203,\"y\":334.9087219238281},{\"x\":118.27090454101562,\"y\":328.39288330078125},{\"x\":125.8764877319336,\"y\":321.9908447265625},{\"x\":133.58627319335938,\"y\":315.7147216796875},{\"x\":141.4084930419922,\"y\":309.579345703125},{\"x\":149.35194396972656,\"y\":303.6017761230469},{\"x\":157.42630004882812,\"y\":297.80230712890625},{\"x\":165.6424560546875,\"y\":292.2056579589844},{\"x\":174.01246643066406,\"y\":286.8420104980469},{\"x\":182.54891967773438,\"y\":281.7476806640625},{\"x\":191.26559448242188,\"y\":276.96856689453125},{\"x\":200.17593383789062,\"y\":272.5616455078125},{\"x\":209.29226684570312,\"y\":268.59918212890625},{\"x\":218.62265014648438,\"y\":265.1722717285156},{\"x\":228.1663818359375,\"y\":262.39691162109375},{\"x\":237.89505004882812,\"y\":260.3619689941406},{\"x\":247.74073791503906,\"y\":258.997314453125},{\"x\":257.64971923828125,\"y\":258.20977783203125},{\"x\":267.5860595703125,\"y\":257.920166015625},{\"x\":277.52587890625,\"y\":258.06121826171875},{\"x\":287.4533996582031,\"y\":258.5781555175781},{\"x\":297.3583984375,\"y\":259.424072265625},{\"x\":307.2344970703125,\"y\":260.55987548828125},{\"x\":317.0775451660156,\"y\":261.95343017578125},{\"x\":326.8853759765625,\"y\":263.5768737792969},{\"x\":336.65679931640625,\"y\":265.4070739746094},{\"x\":346.3913879394531,\"y\":267.4237976074219},{\"x\":356.0893859863281,\"y\":269.6099548339844},{\"x\":365.7513732910156,\"y\":271.9504089355469},{\"x\":375.3779602050781,\"y\":274.4324035644531},{\"x\":384.9698791503906,\"y\":277.0451354980469},{\"x\":394.528564453125,\"y\":279.7769775390625},{\"x\":404.054931640625,\"y\":282.61962890625},{\"x\":413.54986572265625,\"y\":285.5653381347656},{\"x\":423.01422119140625,\"y\":288.6080322265625},{\"x\":432.44970703125,\"y\":291.7392272949219},{\"x\":441.8564453125,\"y\":294.9558410644531},{\"x\":451.2362060546875,\"y\":298.2500305175781},{\"x\":460.58929443359375,\"y\":301.6192626953125},{\"x\":469.9169921875,\"y\":305.0584716796875},{\"x\":479.2201232910156,\"y\":308.56329345703125},{\"x\":488.49945068359375,\"y\":312.13055419921875},{\"x\":497.7558898925781,\"y\":315.7571105957031},{\"x\":506.989990234375,\"y\":319.44000244140625}]", + 512, + 512, + 60, + "path", + "cardinal", + 0.5, + 1, + "list", + 0, + 1, + null, + null + ] + }, + { + "id": 1798, + "type": "PrimitiveNode", + "pos": [ + -625, + 3798 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2412, + 2413 + ], + "slot_index": 0, + "widget": { + "name": "points_to_sample" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 60, + "fixed" + ] + }, + { + "id": 1591, + "type": "Note", + "pos": [ + -10298, + 4410 + ], + "size": { + "0": 396.3173522949219, + "1": 335.1187744140625 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Nova-Looped-v10\n\nNova - Re-Lighting Tools\n\n- SD15 \n- IC-Light\n- Img2img with prompt guidance\n- spline based Masking\n\nAdd your Image \nAdjust the Prompt \nAdjust the Mask spline\nQueue the Generation !\n\n\nVideo: https://www.youtube.com/watch?v=iW588cc2dnI\nWorkflow: https://civitai.com/models/565597\nModels: https://huggingface.co/lllyasviel/ic-light/tree/main\nNodes: (add in Comfy Manager) or \nhttps://github.com/kijai/ComfyUI-IC-Light\n\n\n\nhttps://fivebelowfive.uk\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1681, + "type": "Label (rgthree)", + "pos": { + "0": -12567, + "1": 5708, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2681.8359375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 33, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX ANIMATION DETAILER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1675, + "type": "Note", + "pos": [ + -10308, + 5945 + ], + "size": { + "0": 426.0521240234375, + "1": 277.2918395996094 + }, + "flags": {}, + "order": 34, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Animation-Detailer-lines-v40\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nVideo 2 Video Flux Detailer\nAdjust denoise and Shift\nrecommended 30 frames at a time\nframe_load_limit = 30 (default)\n\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -9650, + 1330 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2183 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "flux-nova", + "/scene/flux", + "" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -9660, + 1290 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1604, + "type": "Seed Generator", + "pos": [ + -10810, + 1760 + ], + "size": { + "0": 316.7872009277344, + "1": 137.8672637939453 + }, + "flags": {}, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2095 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Relight Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 333447571952561, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -10127, + 1569 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "flux-nova" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -11132, + "1": 2862, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 38, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11678, + "1": 2636, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 39, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -11400, + 2200 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -10490, + 2310 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2008, + 2186 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1792, + "type": "ImpactImageBatchToImageList", + "pos": [ + -3323, + 3828 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2397 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2399 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1793, + "type": "ImpactImageBatchToImageList", + "pos": [ + -3328, + 4014 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2404 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2400 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1582, + "type": "VHS_VideoCombine", + "pos": [ + -5921, + 3860 + ], + "size": [ + 1333.227294921875, + 2008.435093470982 + ], + "flags": { + "collapsed": true + }, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2088 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2284, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "NOVA-looped/nova-1st", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "nova-1st_00049.mp4", + "subfolder": "NOVA-looped", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1597, + "type": "VHS_VideoCombine", + "pos": [ + -2220, + 3847 + ], + "size": [ + 791.0484008789062, + 1241.2580810546874 + ], + "flags": {}, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2401 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "filename_prefix", + "type": "*", + "link": 2275, + "widget": { + "name": "filename_prefix" + } + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2285, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "NOVA-looped/nova-final", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00052.mp4", + "subfolder": "foda\\flux-nova\\NOVA", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + }, + "color": "#233", + "bgcolor": "#355" + }, + { + "id": 1684, + "type": "RandomNoise", + "pos": [ + -10799, + 1962 + ], + "size": { + "0": 300.9909362792969, + "1": 120.11475372314453 + }, + "flags": {}, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2214, + 2353 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Enhancer Seed", + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 89892591776055, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1596, + "type": "RIFE VFI", + "pos": [ + -3989, + 4096 + ], + "size": { + "0": 443.4000244140625, + "1": 198 + }, + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "frames", + "type": "IMAGE", + "link": 2437 + }, + { + "name": "optional_interpolation_states", + "type": "INTERPOLATION_STATES", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2404 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RIFE VFI" + }, + "widgets_values": [ + "rife49.pth", + 10, + 2, + true, + true, + 1 + ] + }, + { + "id": 1670, + "type": "Reroute", + "pos": [ + -5617.893326419269, + 3352.965488176398 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2191 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2192, + 2323, + 2431, + 2444 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1595, + "type": "Reroute", + "pos": [ + -4487.841941235349, + 4577.790039843057 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2105 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2436 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#222", + "bgcolor": "#000" + }, + { + "id": 1804, + "type": "ImageResize+", + "pos": [ + -4372, + 4093 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2436 + }, + { + "name": "width", + "type": "INT", + "link": 2434, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2435, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2437 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1803, + "type": "ImageResize+", + "pos": [ + -4384, + 3739 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2431 + }, + { + "name": "width", + "type": "INT", + "link": 2429, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2430, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1746, + "type": "VHS_VAEDecodeBatched", + "pos": [ + 2803.999999999991, + 4380.665649414061 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 139, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2321 + }, + { + "name": "vae", + "type": "VAE", + "link": 2322 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2446 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEDecodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1753, + "type": "ImpactImageBatchToImageList", + "pos": [ + 3336, + 3891 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 134, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2337 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2344 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1754, + "type": "ImpactImageBatchToImageList", + "pos": [ + 3344, + 3989 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 144, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2447 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2345 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1757, + "type": "ImageBlend", + "pos": [ + 3672, + 3891 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2344 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2345 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2346 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageBlend" + }, + "widgets_values": [ + 1, + "soft_light" + ] + }, + { + "id": 1805, + "type": "ImageResize+", + "pos": [ + 2806, + 4084 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 141, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2446 + }, + { + "name": "width", + "type": "INT", + "link": 2439, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2440, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2447 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1806, + "type": "ImageResize+", + "pos": [ + 2377, + 3767 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 125, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2444 + }, + { + "name": "width", + "type": "INT", + "link": 2442, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2443, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2445 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1781, + "type": "ImpactImageBatchToImageList", + "pos": [ + 1460, + 6539 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2385 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2472 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1780, + "type": "ImpactImageBatchToImageList", + "pos": [ + 1459.9999999999902, + 6303.665649414061 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 170, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2484 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2471 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1764, + "type": "VAEEncodeTiled", + "pos": [ + 1720, + 6230 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 172, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2471 + }, + { + "name": "vae", + "type": "VAE", + "link": 2362 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2357 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -6917, + 2078 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2061, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2062, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2073 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "stage1_00301_.jpeg", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "#000000", + "image" + ] + }, + { + "id": 1707, + "type": "VHS_VideoCombine", + "pos": [ + -4563, + 5248 + ], + "size": [ + 3105.807861328125, + 4018.9694335937497 + ], + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2242 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2286, + "widget": { + "name": "frame_rate" + } + }, + { + "name": "filename_prefix", + "type": "*", + "link": 2280, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 2, + "filename_prefix": "Loki-Mimic/Flux", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00028.mp4", + "subfolder": "foda\\flux-nova\\Enhance", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1696, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 6170 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2256 + }, + { + "name": "width", + "type": "INT", + "link": 2229, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2230, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2219, + 2220 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8900, + 2200 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.2, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8910, + 2590 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\civit\\Thorra-Lite-V2-e10-10.safetensors", + 0.6, + 1, + "On", + "flux\\civit\\Thorra-Lite-V2-Scenes-e9-10.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Actions-e9-10.safetensors", + 0.6, + 1 + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -6520, + 2280 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 110, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 2073, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.9 + ] + }, + { + "id": 1791, + "type": "ImageListToImageBatch", + "pos": [ + -2578, + 3842 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2396 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2401, + 2458, + 2464 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1689, + "type": "BasicScheduler", + "pos": [ + -6710, + 6400 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2219, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 1809, + "type": "ImageResize+", + "pos": [ + -9218, + 6502 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2458 + }, + { + "name": "width", + "type": "INT", + "link": 2470, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2469, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2459, + 2460 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2467 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2468 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 1920, + 1088, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1685, + "type": "ImageResize+", + "pos": [ + -7910, + 6520 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2460, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2210, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2211, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2247 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -10800, + 1560 + ], + "size": { + "0": 306.7872009277344, + "1": 136.01785278320312 + }, + "flags": {}, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2196 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "FLUX Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 1089138848566370, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -10472, + 1055 + ], + "size": { + "0": 463.20684814453125, + "1": 453.9646911621094 + }, + "flags": {}, + "order": 44, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Relight-basic-lines-v45\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v17\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nCNET stack\nFlux IP Adapter (X-labs)\ndemonstrates Nova integration for relighting\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1699, + "type": "ImageResize+", + "pos": [ + -7920, + 6290 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2459, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2234, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2235, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2473 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1710, + "type": "ImageListToImageBatch", + "pos": [ + -4930, + 5910 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2248 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2242 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1692, + "type": "VAEDecodeTiled", + "pos": [ + -6327, + 6166 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2224 + }, + { + "name": "vae", + "type": "VAE", + "link": 2261 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2212, + 2475 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1812, + "type": "ImpactImageInfo", + "pos": [ + -9476, + 6503 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2464 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2469 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2470 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1752, + "type": "ImageListToImageBatch", + "pos": [ + 4091, + 3782 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 148, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2346 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2334, + 2393, + 2478 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1815, + "type": "ImpactImageInfo", + "pos": [ + -526, + 6222 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 151, + "mode": 4, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2478 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2479 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2480 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1783, + "type": "ImageResize+", + "pos": [ + -220.00000000000915, + 6223.665649414061 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2393 + }, + { + "name": "width", + "type": "INT", + "link": 2480, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2479, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2348, + 2373 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2376 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2377 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1758, + "type": "ImageResize+", + "pos": [ + 1079.9999999999907, + 6533.665649414061 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2348, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2349, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2350, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2385 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1813, + "type": "ImageScaleBy", + "pos": [ + -7535, + 6140 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2473 + }, + { + "name": "scale_by", + "type": "FLOAT", + "link": 2481, + "widget": { + "name": "scale_by" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2474 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 1 + ] + }, + { + "id": 1772, + "type": "ImageResize+", + "pos": [ + 1069.9999999999907, + 6303.665649414061 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 161, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2373, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2374, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2375, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2483 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1817, + "type": "ImageScaleBy", + "pos": [ + 1459, + 6175 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 166, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2483 + }, + { + "name": "scale_by", + "type": "FLOAT", + "link": 2482, + "widget": { + "name": "scale_by" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2484 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 1 + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -10468, + 1566 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958, + 2061, + 2419, + 2429, + 2434, + 2439, + 2442 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959, + 2062, + 2420, + 2430, + 2435, + 2440, + 2443 + ], + "slot_index": 1, + "shape": 3 + } + ], + "title": "Flux Aspect", + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1672, + "type": "AspectSizeV2", + "pos": [ + -10465, + 1760 + ], + "size": { + "0": 310.9273681640625, + "1": 150 + }, + "flags": {}, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 2194 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 2195 + ], + "slot_index": 1, + "shape": 3 + } + ], + "title": "SD1.5 Aspect", + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SD", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1816, + "type": "PrimitiveNode", + "pos": [ + -10462, + 1964 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2481, + 2482 + ], + "slot_index": 0, + "widget": { + "name": "scale_by" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9690, + 2050 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "anime kzk woman with red hair and cosmic blue eyes, wearing black stealth suit, shooting a gun directly at the camera\n\nsign with glowing text \"FODA FLUX PACK\"\n\nin the background cyber fortress corridor, a hallway in a sci - fi megacity with red and blue lights\n\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1575, + "type": "SplineEditor", + "pos": [ + -9797.841941235349, + 3997.7900398430575 + ], + "size": [ + 557, + 942 + ], + "flags": {}, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "coord_str", + "type": "STRING", + "links": [ + 2083 + ], + "shape": 3 + }, + { + "name": "float", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "normalized_str", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplineEditor", + "points": "SplineEditor" + }, + "widgets_values": [ + "[{\"x\":278.17899999999935,\"y\":497.79399999999885},{\"x\":412.60999999999905,\"y\":435.23699999999894},{\"x\":448.54699999999895,\"y\":206.30499999999952},{\"x\":264.86899999999935,\"y\":62.55699999999985},{\"x\":69.21199999999983,\"y\":219.61499999999947},{\"x\":127.7759999999997,\"y\":432.57499999999897},{\"x\":260.8759999999994,\"y\":497.79399999999885}]", + "[{\"x\":278.1789855957031,\"y\":497.79400634765625},{\"x\":299.9446105957031,\"y\":494.4131164550781},{\"x\":321.49566650390625,\"y\":489.8671569824219},{\"x\":342.6785888671875,\"y\":483.8426208496094},{\"x\":363.2135314941406,\"y\":475.8977355957031},{\"x\":382.5723876953125,\"y\":465.4285583496094},{\"x\":399.7611999511719,\"y\":451.71563720703125},{\"x\":413.1510314941406,\"y\":434.3089599609375},{\"x\":424.0959167480469,\"y\":415.1919860839844},{\"x\":434.5207824707031,\"y\":395.78741455078125},{\"x\":444.0823059082031,\"y\":375.94488525390625},{\"x\":452.3660888671875,\"y\":355.53839111328125},{\"x\":458.9114685058594,\"y\":334.5130310058594},{\"x\":463.2694091796875,\"y\":312.93115234375},{\"x\":465.107177734375,\"y\":290.9924011230469},{\"x\":464.3108825683594,\"y\":268.9910583496094},{\"x\":461.004150390625,\"y\":247.22314453125},{\"x\":455.47906494140625,\"y\":225.90731811523438},{\"x\":448.0917053222656,\"y\":205.1605987548828},{\"x\":439.4651184082031,\"y\":184.89344787597656},{\"x\":429.78411865234375,\"y\":165.10951232910156},{\"x\":418.82366943359375,\"y\":146.00677490234375},{\"x\":406.3353576660156,\"y\":127.86923217773438},{\"x\":392.0793151855469,\"y\":111.09049224853516},{\"x\":375.89471435546875,\"y\":96.16996002197266},{\"x\":357.7920837402344,\"y\":83.65251922607422},{\"x\":338.02410888671875,\"y\":73.97956848144531},{\"x\":317.0419616699219,\"y\":67.33280944824219},{\"x\":295.348876953125,\"y\":63.58852005004883},{\"x\":273.3622131347656,\"y\":62.41181182861328},{\"x\":251.3658905029297,\"y\":63.43768310546875},{\"x\":229.587158203125,\"y\":66.67845916748047},{\"x\":208.29013061523438,\"y\":72.26388549804688},{\"x\":187.76719665527344,\"y\":80.23462677001953},{\"x\":168.3051300048828,\"y\":90.52780151367188},{\"x\":150.1479949951172,\"y\":102.9804916381836},{\"x\":133.46975708007812,\"y\":117.35523223876953},{\"x\":118.3645248413086,\"y\":133.37701416015625},{\"x\":104.85527038574219,\"y\":150.7675323486328},{\"x\":92.91165924072266,\"y\":169.26980590820312},{\"x\":82.46905517578125,\"y\":188.66024780273438},{\"x\":73.44503021240234,\"y\":208.7510986328125},{\"x\":65.82537841796875,\"y\":229.41421508789062},{\"x\":60.263553619384766,\"y\":250.7170867919922},{\"x\":57.41507339477539,\"y\":272.54327392578125},{\"x\":57.809486389160156,\"y\":294.5461730957031},{\"x\":61.6496467590332,\"y\":316.2148132324219},{\"x\":68.6287612915039,\"y\":337.0909118652344},{\"x\":78.05484008789062,\"y\":356.9902038574219},{\"x\":89.14881896972656,\"y\":376.0166015625},{\"x\":101.23727416992188,\"y\":394.4305725097656},{\"x\":113.79237365722656,\"y\":412.5311279296875},{\"x\":126.40604400634766,\"y\":430.5907897949219},{\"x\":140.52725219726562,\"y\":447.4382629394531},{\"x\":157.7695770263672,\"y\":461.1020202636719},{\"x\":176.89649963378906,\"y\":471.9991149902344},{\"x\":197.1268310546875,\"y\":480.69549560546875},{\"x\":218.01785278320312,\"y\":487.6681213378906},{\"x\":239.31674194335938,\"y\":493.2791748046875},{\"x\":260.8760070800781,\"y\":497.79400634765625}]", + 512, + 512, + 60, + "path", + "cardinal", + 0.5, + 1, + "list", + 0, + 1, + null, + null + ] + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -10791, + "1": 1273, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 280.9190368652344, + "1": 226.16844177246094 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1723, + "type": "PrimitiveNode", + "pos": [ + -10130, + 1766 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2284, + 2285, + 2286, + 2382 + ], + "slot_index": 0, + "widget": { + "name": "frame_rate" + } + } + ], + "title": "Relight Framerate", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 30, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1790, + "type": "RepeatImageBatch", + "pos": [ + -3982, + 3742 + ], + "size": { + "0": 428.29144287109375, + "1": 58 + }, + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2432 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2397 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RepeatImageBatch" + }, + "widgets_values": [ + 60 + ] + }, + { + "id": 1708, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7530, + 6290 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 192, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2474 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2456 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1709, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7518, + 6649 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2247 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2457 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1814, + "type": "ImageListToImageBatch", + "pos": [ + -6008, + 6228 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2475 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2476 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1686, + "type": "ImageColorMatch+", + "pos": [ + -6010, + 6010 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2212, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2213 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2226 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1694, + "type": "ImageApplyLUT+", + "pos": [ + -5600, + 6010 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2226, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2248 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 1811, + "type": "VHS_VideoCombine", + "pos": [ + -6000, + 6320 + ], + "size": [ + 1261.738500700807, + 2114.0087146351634 + ], + "flags": { + "collapsed": true + }, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2476 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "AnimateDiff", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": false, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "AnimateDiff_00666.mp4", + "subfolder": "", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 30 + }, + "muted": false + } + } + }, + { + "id": 1573, + "type": "ImageResize+", + "pos": [ + -8638, + 4488 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2193 + }, + { + "name": "width", + "type": "INT", + "link": 2194, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2195, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2096 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2485 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2486 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 768, + "lanczos", + "keep proportion", + "downscale if bigger", + 64 + ] + }, + { + "id": 1794, + "type": "ImageBlend", + "pos": [ + -3008, + 3883 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2399 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2400 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2396 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageBlend" + }, + "widgets_values": [ + 1, + "soft_light" + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2016, + 1549, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2029, + 1558, + 0, + 1556, + 0, + "IMAGE" + ], + [ + 2030, + 1559, + 0, + 1556, + 1, + "IMAGE" + ], + [ + 2031, + 1560, + 0, + 1556, + 2, + "IMAGE" + ], + [ + 2034, + 1556, + 0, + 1557, + 2, + "CONTROL_NET_STACK" + ], + [ + 2035, + 1502, + 0, + 1558, + 0, + "IMAGE" + ], + [ + 2036, + 1502, + 0, + 1559, + 0, + "IMAGE" + ], + [ + 2037, + 1502, + 0, + 1560, + 0, + "IMAGE" + ], + [ + 2038, + 1236, + 0, + 1557, + 0, + "CONDITIONING" + ], + [ + 2040, + 1501, + 0, + 1557, + 1, + "CONDITIONING" + ], + [ + 2041, + 1557, + 0, + 1561, + 0, + "*" + ], + [ + 2043, + 1557, + 1, + 1562, + 0, + "*" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2061, + 559, + 0, + 1525, + 0, + "INT" + ], + [ + 2062, + 559, + 1, + 1525, + 1, + "INT" + ], + [ + 2073, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 2074, + 1568, + 1, + 1569, + 0, + "CLIP" + ], + [ + 2075, + 1568, + 1, + 1570, + 0, + "CLIP" + ], + [ + 2076, + 1568, + 0, + 1572, + 0, + "MODEL" + ], + [ + 2078, + 1569, + 0, + 1574, + 0, + "CONDITIONING" + ], + [ + 2079, + 1570, + 0, + 1574, + 1, + "CONDITIONING" + ], + [ + 2081, + 1586, + 0, + 1574, + 3, + "LATENT" + ], + [ + 2082, + 1577, + 0, + 1576, + 0, + "MASK" + ], + [ + 2083, + 1575, + 1, + 1577, + 0, + "STRING" + ], + [ + 2084, + 1580, + 0, + 1578, + 0, + "MASK" + ], + [ + 2085, + 1578, + 0, + 1579, + 0, + "IMAGE" + ], + [ + 2086, + 1576, + 0, + 1580, + 0, + "MASK" + ], + [ + 2087, + 1587, + 0, + 1581, + 0, + "LATENT" + ], + [ + 2088, + 1590, + 0, + 1582, + 0, + "IMAGE" + ], + [ + 2089, + 1588, + 0, + 1583, + 0, + "MODEL" + ], + [ + 2090, + 1574, + 0, + 1583, + 1, + "CONDITIONING" + ], + [ + 2091, + 1574, + 1, + 1583, + 2, + "CONDITIONING" + ], + [ + 2092, + 1585, + 0, + 1583, + 3, + "SAMPLER" + ], + [ + 2093, + 1584, + 0, + 1583, + 4, + "SIGMAS" + ], + [ + 2094, + 1581, + 0, + 1583, + 5, + "LATENT" + ], + [ + 2095, + 1604, + 0, + 1583, + 6, + "INT" + ], + [ + 2096, + 1573, + 0, + 1586, + 0, + "IMAGE" + ], + [ + 2097, + 1578, + 0, + 1587, + 0, + "IMAGE" + ], + [ + 2098, + 1572, + 0, + 1588, + 0, + "MODEL" + ], + [ + 2099, + 1589, + 0, + 1588, + 2, + "CONTEXT_OPTIONS" + ], + [ + 2100, + 1583, + 0, + 1590, + 0, + "LATENT" + ], + [ + 2105, + 1590, + 0, + 1595, + 0, + "*" + ], + [ + 2183, + 1212, + 0, + 1664, + 0, + "*" + ], + [ + 2184, + 1664, + 0, + 1665, + 0, + "*" + ], + [ + 2185, + 1665, + 0, + 1666, + 0, + "*" + ], + [ + 2186, + 1504, + 0, + 1667, + 0, + "*" + ], + [ + 2187, + 1505, + 0, + 1668, + 0, + "*" + ], + [ + 2188, + 1506, + 0, + 1669, + 0, + "*" + ], + [ + 2190, + 1664, + 0, + 1542, + 0, + "*" + ], + [ + 2191, + 1521, + 0, + 1670, + 0, + "*" + ], + [ + 2192, + 1670, + 0, + 1671, + 0, + "*" + ], + [ + 2193, + 1671, + 0, + 1573, + 0, + "IMAGE" + ], + [ + 2194, + 1672, + 0, + 1573, + 1, + "INT" + ], + [ + 2195, + 1672, + 1, + 1573, + 2, + "INT" + ], + [ + 2196, + 1544, + 0, + 1673, + 0, + "*" + ], + [ + 2197, + 1673, + 0, + 1518, + 5, + "INT" + ], + [ + 2210, + 1700, + 0, + 1685, + 1, + "INT" + ], + [ + 2211, + 1701, + 0, + 1685, + 2, + "INT" + ], + [ + 2212, + 1692, + 0, + 1686, + 0, + "IMAGE" + ], + [ + 2213, + 1698, + 0, + 1686, + 1, + "IMAGE" + ], + [ + 2214, + 1684, + 0, + 1687, + 0, + "NOISE" + ], + [ + 2215, + 1690, + 0, + 1687, + 1, + "GUIDER" + ], + [ + 2216, + 1688, + 0, + 1687, + 2, + "SAMPLER" + ], + [ + 2217, + 1697, + 1, + 1687, + 3, + "SIGMAS" + ], + [ + 2218, + 1691, + 0, + 1687, + 4, + "LATENT" + ], + [ + 2219, + 1696, + 0, + 1689, + 0, + "MODEL" + ], + [ + 2220, + 1696, + 0, + 1690, + 0, + "MODEL" + ], + [ + 2221, + 1693, + 0, + 1690, + 1, + "CONDITIONING" + ], + [ + 2224, + 1687, + 0, + 1692, + 0, + "LATENT" + ], + [ + 2226, + 1686, + 0, + 1694, + 0, + "IMAGE" + ], + [ + 2229, + 1700, + 0, + 1696, + 1, + "INT" + ], + [ + 2230, + 1701, + 0, + 1696, + 2, + "INT" + ], + [ + 2231, + 1689, + 0, + 1697, + 0, + "SIGMAS" + ], + [ + 2234, + 1700, + 0, + 1699, + 1, + "INT" + ], + [ + 2235, + 1701, + 0, + 1699, + 2, + "INT" + ], + [ + 2242, + 1710, + 0, + 1707, + 0, + "IMAGE" + ], + [ + 2247, + 1685, + 0, + 1709, + 0, + "IMAGE" + ], + [ + 2248, + 1694, + 0, + 1710, + 0, + "IMAGE" + ], + [ + 2255, + 1667, + 0, + 1704, + 0, + "*" + ], + [ + 2256, + 1704, + 0, + 1696, + 0, + "MODEL" + ], + [ + 2257, + 1668, + 0, + 1705, + 0, + "*" + ], + [ + 2258, + 1669, + 0, + 1706, + 0, + "*" + ], + [ + 2259, + 1705, + 0, + 1693, + 0, + "CLIP" + ], + [ + 2260, + 1706, + 0, + 1691, + 1, + "VAE" + ], + [ + 2261, + 1706, + 0, + 1692, + 1, + "VAE" + ], + [ + 2272, + 1719, + 0, + 1718, + 0, + "STRING" + ], + [ + 2273, + 1717, + 0, + 1718, + 1, + "STRING" + ], + [ + 2275, + 1718, + 0, + 1597, + 4, + "STRING" + ], + [ + 2276, + 1722, + 0, + 1721, + 0, + "STRING" + ], + [ + 2277, + 1720, + 0, + 1721, + 1, + "STRING" + ], + [ + 2280, + 1721, + 0, + 1707, + 5, + "STRING" + ], + [ + 2282, + 1666, + 0, + 1722, + 0, + "*" + ], + [ + 2283, + 1665, + 0, + 1719, + 0, + "*" + ], + [ + 2284, + 1723, + 0, + 1582, + 4, + "FLOAT" + ], + [ + 2285, + 1723, + 0, + 1597, + 5, + "FLOAT" + ], + [ + 2286, + 1723, + 0, + 1707, + 4, + "FLOAT" + ], + [ + 2290, + 1568, + 2, + 1586, + 1, + "*" + ], + [ + 2291, + 1568, + 2, + 1587, + 1, + "*" + ], + [ + 2292, + 1568, + 2, + 1574, + 2, + "VAE" + ], + [ + 2293, + 1568, + 2, + 1590, + 1, + "*" + ], + [ + 2294, + 1724, + 1, + 1725, + 0, + "CLIP" + ], + [ + 2295, + 1724, + 1, + 1726, + 0, + "CLIP" + ], + [ + 2296, + 1724, + 0, + 1728, + 0, + "MODEL" + ], + [ + 2298, + 1725, + 0, + 1730, + 0, + "CONDITIONING" + ], + [ + 2299, + 1726, + 0, + 1730, + 1, + "CONDITIONING" + ], + [ + 2300, + 1724, + 2, + 1730, + 2, + "VAE" + ], + [ + 2301, + 1742, + 0, + 1730, + 3, + "LATENT" + ], + [ + 2302, + 1733, + 0, + 1732, + 0, + "MASK" + ], + [ + 2303, + 1731, + 1, + 1733, + 0, + "STRING" + ], + [ + 2304, + 1736, + 0, + 1734, + 0, + "MASK" + ], + [ + 2305, + 1734, + 0, + 1735, + 0, + "IMAGE" + ], + [ + 2306, + 1732, + 0, + 1736, + 0, + "MASK" + ], + [ + 2307, + 1743, + 0, + 1737, + 0, + "LATENT" + ], + [ + 2309, + 1744, + 0, + 1739, + 0, + "MODEL" + ], + [ + 2310, + 1730, + 0, + 1739, + 1, + "CONDITIONING" + ], + [ + 2311, + 1730, + 1, + 1739, + 2, + "CONDITIONING" + ], + [ + 2312, + 1741, + 0, + 1739, + 3, + "SAMPLER" + ], + [ + 2313, + 1740, + 0, + 1739, + 4, + "SIGMAS" + ], + [ + 2314, + 1737, + 0, + 1739, + 5, + "LATENT" + ], + [ + 2315, + 1729, + 0, + 1742, + 0, + "IMAGE" + ], + [ + 2316, + 1724, + 2, + 1742, + 1, + "*" + ], + [ + 2317, + 1734, + 0, + 1743, + 0, + "IMAGE" + ], + [ + 2318, + 1724, + 2, + 1743, + 1, + "VAE" + ], + [ + 2319, + 1728, + 0, + 1744, + 0, + "MODEL" + ], + [ + 2320, + 1745, + 0, + 1744, + 2, + "CONTEXT_OPTIONS" + ], + [ + 2321, + 1739, + 0, + 1746, + 0, + "LATENT" + ], + [ + 2322, + 1724, + 2, + 1746, + 1, + "*" + ], + [ + 2323, + 1670, + 0, + 1729, + 0, + "IMAGE" + ], + [ + 2334, + 1752, + 0, + 1738, + 0, + "IMAGE" + ], + [ + 2337, + 1749, + 0, + 1753, + 0, + "IMAGE" + ], + [ + 2344, + 1753, + 0, + 1757, + 0, + "IMAGE" + ], + [ + 2345, + 1754, + 0, + 1757, + 1, + "IMAGE" + ], + [ + 2346, + 1757, + 0, + 1752, + 0, + "IMAGE" + ], + [ + 2348, + 1783, + 0, + 1758, + 0, + "IMAGE" + ], + [ + 2349, + 1773, + 0, + 1758, + 1, + "INT" + ], + [ + 2350, + 1774, + 0, + 1758, + 2, + "INT" + ], + [ + 2351, + 1765, + 0, + 1759, + 0, + "IMAGE" + ], + [ + 2352, + 1771, + 0, + 1759, + 1, + "IMAGE" + ], + [ + 2353, + 1684, + 0, + 1760, + 0, + "NOISE" + ], + [ + 2354, + 1763, + 0, + 1760, + 1, + "GUIDER" + ], + [ + 2355, + 1761, + 0, + 1760, + 2, + "SAMPLER" + ], + [ + 2356, + 1770, + 1, + 1760, + 3, + "SIGMAS" + ], + [ + 2357, + 1764, + 0, + 1760, + 4, + "LATENT" + ], + [ + 2358, + 1769, + 0, + 1762, + 0, + "MODEL" + ], + [ + 2359, + 1769, + 0, + 1763, + 0, + "MODEL" + ], + [ + 2360, + 1766, + 0, + 1763, + 1, + "CONDITIONING" + ], + [ + 2362, + 1778, + 0, + 1764, + 1, + "VAE" + ], + [ + 2363, + 1760, + 0, + 1765, + 0, + "LATENT" + ], + [ + 2364, + 1778, + 0, + 1765, + 1, + "VAE" + ], + [ + 2365, + 1777, + 0, + 1766, + 0, + "CLIP" + ], + [ + 2366, + 1759, + 0, + 1767, + 0, + "IMAGE" + ], + [ + 2368, + 1776, + 0, + 1769, + 0, + "MODEL" + ], + [ + 2369, + 1773, + 0, + 1769, + 1, + "INT" + ], + [ + 2370, + 1774, + 0, + 1769, + 2, + "INT" + ], + [ + 2371, + 1762, + 0, + 1770, + 0, + "SIGMAS" + ], + [ + 2373, + 1783, + 0, + 1772, + 0, + "IMAGE" + ], + [ + 2374, + 1773, + 0, + 1772, + 1, + "INT" + ], + [ + 2375, + 1774, + 0, + 1772, + 2, + "INT" + ], + [ + 2376, + 1783, + 1, + 1773, + 0, + "*" + ], + [ + 2377, + 1783, + 2, + 1774, + 0, + "*" + ], + [ + 2378, + 1667, + 0, + 1776, + 0, + "*" + ], + [ + 2379, + 1668, + 0, + 1777, + 0, + "*" + ], + [ + 2380, + 1669, + 0, + 1778, + 0, + "*" + ], + [ + 2381, + 1782, + 0, + 1779, + 0, + "IMAGE" + ], + [ + 2382, + 1723, + 0, + 1779, + 4, + "*" + ], + [ + 2383, + 1786, + 0, + 1779, + 5, + "*" + ], + [ + 2385, + 1758, + 0, + 1781, + 0, + "IMAGE" + ], + [ + 2386, + 1767, + 0, + 1782, + 0, + "IMAGE" + ], + [ + 2390, + 1787, + 0, + 1786, + 0, + "STRING" + ], + [ + 2391, + 1785, + 0, + 1786, + 1, + "STRING" + ], + [ + 2392, + 1666, + 0, + 1787, + 0, + "*" + ], + [ + 2393, + 1752, + 0, + 1783, + 0, + "IMAGE" + ], + [ + 2396, + 1794, + 0, + 1791, + 0, + "IMAGE" + ], + [ + 2397, + 1790, + 0, + 1792, + 0, + "IMAGE" + ], + [ + 2399, + 1792, + 0, + 1794, + 0, + "IMAGE" + ], + [ + 2400, + 1793, + 0, + 1794, + 1, + "IMAGE" + ], + [ + 2401, + 1791, + 0, + 1597, + 0, + "IMAGE" + ], + [ + 2404, + 1596, + 0, + 1793, + 0, + "IMAGE" + ], + [ + 2412, + 1798, + 0, + 1731, + 0, + "INT" + ], + [ + 2413, + 1798, + 0, + 1749, + 1, + "INT" + ], + [ + 2419, + 559, + 0, + 1729, + 1, + "INT" + ], + [ + 2420, + 559, + 1, + 1729, + 2, + "INT" + ], + [ + 2429, + 559, + 0, + 1803, + 1, + "INT" + ], + [ + 2430, + 559, + 1, + 1803, + 2, + "INT" + ], + [ + 2431, + 1670, + 0, + 1803, + 0, + "IMAGE" + ], + [ + 2432, + 1803, + 0, + 1790, + 0, + "IMAGE" + ], + [ + 2434, + 559, + 0, + 1804, + 1, + "INT" + ], + [ + 2435, + 559, + 1, + 1804, + 2, + "INT" + ], + [ + 2436, + 1595, + 0, + 1804, + 0, + "IMAGE" + ], + [ + 2437, + 1804, + 0, + 1596, + 0, + "IMAGE" + ], + [ + 2439, + 559, + 0, + 1805, + 1, + "INT" + ], + [ + 2440, + 559, + 1, + 1805, + 2, + "INT" + ], + [ + 2442, + 559, + 0, + 1806, + 1, + "INT" + ], + [ + 2443, + 559, + 1, + 1806, + 2, + "INT" + ], + [ + 2444, + 1670, + 0, + 1806, + 0, + "IMAGE" + ], + [ + 2445, + 1806, + 0, + 1749, + 0, + "IMAGE" + ], + [ + 2446, + 1746, + 0, + 1805, + 0, + "IMAGE" + ], + [ + 2447, + 1805, + 0, + 1754, + 0, + "IMAGE" + ], + [ + 2456, + 1708, + 0, + 1691, + 0, + "IMAGE" + ], + [ + 2457, + 1709, + 0, + 1698, + 0, + "*" + ], + [ + 2458, + 1791, + 0, + 1809, + 0, + "IMAGE" + ], + [ + 2459, + 1809, + 0, + 1699, + 0, + "IMAGE" + ], + [ + 2460, + 1809, + 0, + 1685, + 0, + "IMAGE" + ], + [ + 2464, + 1791, + 0, + 1812, + 0, + "IMAGE" + ], + [ + 2467, + 1809, + 1, + 1700, + 0, + "*" + ], + [ + 2468, + 1809, + 2, + 1701, + 0, + "*" + ], + [ + 2469, + 1812, + 1, + 1809, + 2, + "INT" + ], + [ + 2470, + 1812, + 2, + 1809, + 1, + "INT" + ], + [ + 2471, + 1780, + 0, + 1764, + 0, + "IMAGE" + ], + [ + 2472, + 1781, + 0, + 1771, + 0, + "*" + ], + [ + 2473, + 1699, + 0, + 1813, + 0, + "IMAGE" + ], + [ + 2474, + 1813, + 0, + 1708, + 0, + "IMAGE" + ], + [ + 2475, + 1692, + 0, + 1814, + 0, + "IMAGE" + ], + [ + 2476, + 1814, + 0, + 1811, + 0, + "IMAGE" + ], + [ + 2478, + 1752, + 0, + 1815, + 0, + "IMAGE" + ], + [ + 2479, + 1815, + 1, + 1783, + 2, + "INT" + ], + [ + 2480, + 1815, + 2, + 1783, + 1, + "INT" + ], + [ + 2481, + 1816, + 0, + 1813, + 1, + "FLOAT" + ], + [ + 2482, + 1816, + 0, + 1817, + 1, + "FLOAT" + ], + [ + 2483, + 1772, + 0, + 1817, + 0, + "IMAGE" + ], + [ + 2484, + 1817, + 0, + 1780, + 0, + "IMAGE" + ], + [ + 2485, + 1573, + 1, + 1577, + 2, + "INT" + ], + [ + 2486, + 1573, + 2, + 1577, + 3, + "INT" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9842, + 1261, + 5539, + 2204 + ], + "color": "#3f789e", + "font_size": 24, + "locked": true + }, + { + "title": "Relight", + "bounding": [ + -9834, + 3612, + 8493, + 3948 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "ALT-Relight", + "bounding": [ + -822, + 3666, + 6646, + 3858 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.1464100000000005, + "offset": [ + 13610.233949351066, + -1732.5516952185715 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Image-Relight-basic-lines-v46.json b/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Image-Relight-basic-lines-v46.json new file mode 100644 index 0000000..6de208a --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Flux-Nova - Relight/Foda-Image-Relight-basic-lines-v46.json @@ -0,0 +1,5686 @@ +{ + "last_node_id": 1823, + "last_link_id": 2516, + "nodes": [ + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -11710, + 2360 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -11700, + 2200 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -12040, + 2200 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1570, + "type": "CLIPTextEncode", + "pos": [ + -8331.508078930661, + 647.7892463860253 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2075 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2079 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "bad quality nsfw", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1572, + "type": "LoadAndApplyICLightUnet", + "pos": [ + -7361.508078930661, + 517.7892463860253 + ], + "size": { + "0": 316.8490295410156, + "1": 58 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2076 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2098 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndApplyICLightUnet" + }, + "widgets_values": [ + "IC-light\\iclight_sd15_fc.safetensors" + ] + }, + { + "id": 1574, + "type": "ICLightConditioning", + "pos": [ + -7371.508078930661, + 837.7892463860253 + ], + "size": { + "0": 342.5999755859375, + "1": 138 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 2078 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 2079 + }, + { + "name": "vae", + "type": "VAE", + "link": 2292, + "slot_index": 2 + }, + { + "name": "foreground", + "type": "LATENT", + "link": 2081, + "slot_index": 3 + }, + { + "name": "opt_background", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 2090 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 2091 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "empty_latent", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ICLightConditioning" + }, + "widgets_values": [ + 0.182 + ] + }, + { + "id": 1576, + "type": "GrowMaskWithBlur", + "pos": [ + -8341.508078930661, + 1377.7892463860253 + ], + "size": { + "0": 315, + "1": 246 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2082 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2086 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask_inverted", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMaskWithBlur" + }, + "widgets_values": [ + 0, + 0, + true, + false, + 50.800000000000004, + 1, + 1, + false + ] + }, + { + "id": 1578, + "type": "MaskToImage", + "pos": [ + -7651.508078930661, + 1377.7892463860253 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2084 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2085, + 2097 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MaskToImage" + } + }, + { + "id": 1579, + "type": "PreviewAnimation", + "pos": [ + -7361.508078930661, + 1367.7892463860253 + ], + "size": { + "0": 366.1677551269531, + "1": 421.5265808105469 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2085 + }, + { + "name": "masks", + "type": "MASK", + "link": null + } + ], + "title": "Preview Animation 60x512x256", + "properties": { + "Node name for S&R": "PreviewAnimation" + }, + "widgets_values": [ + 8, + null + ] + }, + { + "id": 1580, + "type": "RemapMaskRange", + "pos": [ + -7991.508078930661, + 1377.7892463860253 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2086 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2084 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RemapMaskRange" + }, + "widgets_values": [ + 0, + 0.74 + ] + }, + { + "id": 1581, + "type": "LatentBatchSeedBehavior", + "pos": [ + -6751.508078930661, + 1057.7892463860253 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2087, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2094 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentBatchSeedBehavior" + }, + "widgets_values": [ + "fixed" + ] + }, + { + "id": 1585, + "type": "KSamplerSelect", + "pos": [ + -6751.508078930661, + 927.7892463860253 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2092 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m" + ] + }, + { + "id": 1587, + "type": "VHS_VAEEncodeBatched", + "pos": [ + -7351.508078930661, + 1057.7892463860253 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2097 + }, + { + "name": "vae", + "type": "VAE", + "link": 2291 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2087 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1588, + "type": "ADE_UseEvolvedSampling", + "pos": [ + -6761.508078930661, + 587.7892463860253 + ], + "size": { + "0": 315, + "1": 118 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2098, + "slot_index": 0 + }, + { + "name": "m_models", + "type": "M_MODELS", + "link": null + }, + { + "name": "context_options", + "type": "CONTEXT_OPTIONS", + "link": 2099, + "slot_index": 2 + }, + { + "name": "sample_settings", + "type": "SAMPLE_SETTINGS", + "link": null + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2089 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ADE_UseEvolvedSampling" + }, + "widgets_values": [ + "autoselect" + ] + }, + { + "id": 1589, + "type": "ADE_BatchedContextOptions", + "pos": [ + -7361.508078930661, + 627.7892463860253 + ], + "size": { + "0": 327.6000061035156, + "1": 106 + }, + "flags": {}, + "order": 4, + "mode": 0, + "inputs": [ + { + "name": "prev_context", + "type": "CONTEXT_OPTIONS", + "link": null + } + ], + "outputs": [ + { + "name": "CONTEXT_OPTS", + "type": "CONTEXT_OPTIONS", + "links": [ + 2099 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ADE_BatchedContextOptions" + }, + "widgets_values": [ + 16, + 0, + 1 + ] + }, + { + "id": 1590, + "type": "VHS_VAEDecodeBatched", + "pos": [ + -5941.508078930661, + 977.7892463860253 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2100 + }, + { + "name": "vae", + "type": "VAE", + "link": 2293 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2088, + 2105 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEDecodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1602, + "type": "PrimitiveNode", + "pos": [ + -7601.508078930661, + 517.7892463860253 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "connect to widget input", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Dim Limiter", + "properties": { + "Run widget replace on values": false + }, + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1603, + "type": "PrimitiveNode", + "pos": [ + -7601.508078930661, + 637.7892463860253 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": { + "pinned": false + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "connect to widget input", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Dim Limiter", + "properties": { + "Run widget replace on values": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1606, + "type": "Label (rgthree)", + "pos": { + "0": -11090, + "1": 320, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1522.55859375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 7, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SD 1.5 IC-LIGHT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -10790, + 2220 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2187 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -10790, + 2250 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2188 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1673, + "type": "Reroute", + "pos": [ + -9994.017729435494, + 1366.5552345418419 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2196 + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1687, + "type": "SamplerCustomAdvanced", + "pos": [ + -6323.6661376953125, + 2539.9992065429688 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2214, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2215, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2216, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2217, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2218, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2224 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1688, + "type": "KSamplerSelect", + "pos": [ + -6323.6661376953125, + 2699.9992065429688 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2216 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1690, + "type": "BasicGuider", + "pos": [ + -6583.6661376953125, + 2579.9992065429688 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2220, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2221, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2215 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1697, + "type": "SplitSigmas", + "pos": [ + -6323.6661376953125, + 2939.9992065429688 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2231 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2217 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1698, + "type": "Reroute", + "pos": [ + -5813.6661376953125, + 3049.9992065429688 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2457 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2213 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1700, + "type": "Reroute", + "pos": [ + -8273.666137695312, + 2939.9992065429688 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2467, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2210, + 2229, + 2234 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1701, + "type": "Reroute", + "pos": [ + -8273.666137695312, + 2959.9992065429688 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2468, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2211, + 2230, + 2235 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1703, + "type": "Note", + "pos": [ + -7433.6661376953125, + 2219.9992065429688 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1667, + "type": "Reroute", + "pos": [ + -10210, + 2160 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2186 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2255 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1668, + "type": "Reroute", + "pos": [ + -10210, + 2200 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2187 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2257 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1669, + "type": "Reroute", + "pos": [ + -10210, + 2240 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2188 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2258 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1705, + "type": "Reroute", + "pos": [ + -8903.666137695312, + 2219.9992065429688 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2257 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2259 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1706, + "type": "Reroute", + "pos": [ + -8903.666137695312, + 2259.9992065429688 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2258 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2260, + 2261 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1691, + "type": "VAEEncodeTiled", + "pos": [ + -6883.6661376953125, + 2619.9992065429688 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2456 + }, + { + "name": "vae", + "type": "VAE", + "link": 2260 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2218 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1704, + "type": "Reroute", + "pos": [ + -8903.666137695312, + 2189.9992065429688 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2255 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2256 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1693, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7543.6661376953125, + 2329.9992065429688 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2259 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2221 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1717, + "type": "PrimitiveNode", + "pos": [ + -1563.6661376953125, + 129.99920654296875 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2273 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/NOVA/flux" + ] + }, + { + "id": 1718, + "type": "CR Text Concatenate", + "pos": [ + -1583.6661376953125, + 179.99920654296875 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2272, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2273, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2275 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/NOVA/flux", + "" + ] + }, + { + "id": 1721, + "type": "CR Text Concatenate", + "pos": [ + -3823.6661376953125, + 1489.9992065429688 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2276, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2277, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "/IPA/flux", + "/Enhance/flux", + "" + ] + }, + { + "id": 1666, + "type": "Reroute", + "pos": [ + -9432.666137695312, + 1961.9992065429688 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2185, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2282 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1722, + "type": "Reroute", + "pos": [ + -5013.6661376953125, + 2199.9992065429688 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2282, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2276 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1720, + "type": "PrimitiveNode", + "pos": [ + -3823.6661376953125, + 1459.9992065429688 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2277 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/Enhance/flux" + ] + }, + { + "id": 1586, + "type": "VHS_VAEEncodeBatched", + "pos": [ + -7751.6661376953125, + 888.9992065429688 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2513 + }, + { + "name": "vae", + "type": "VAE", + "link": 2290 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2081 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 16 + } + }, + { + "id": 1568, + "type": "CheckpointLoaderSimple", + "pos": [ + -8691.508078930661, + 747.7892463860253 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2076 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2074, + 2075 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": [ + 2290, + 2291, + 2292, + 2293 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "epicrealism_naturalSinRC1VAE.safetensors" + ] + }, + { + "id": 1577, + "type": "CreateShapeMaskOnPath", + "pos": [ + -8701.666137695312, + 1377.9992065429688 + ], + "size": [ + 324.8208923339844, + 174 + ], + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "coordinates", + "type": "STRING", + "link": 2083, + "slot_index": 0, + "widget": { + "name": "coordinates" + } + }, + { + "name": "size_multiplier", + "type": "FLOAT", + "link": null, + "widget": { + "name": "size_multiplier" + } + }, + { + "name": "frame_width", + "type": "INT", + "link": 2515, + "widget": { + "name": "frame_width" + } + }, + { + "name": "frame_height", + "type": "INT", + "link": 2516, + "widget": { + "name": "frame_height" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2082 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask_inverted", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CreateShapeMaskOnPath" + }, + "widgets_values": [ + "circle", + "", + 512, + 512, + 256, + 256, + [ + 1 + ] + ] + }, + { + "id": 1584, + "type": "AlignYourStepsScheduler", + "pos": [ + -6751.508078930661, + 757.7892463860253 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2093 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AlignYourStepsScheduler" + }, + "widgets_values": [ + "SD1", + 15, + 1 + ] + }, + { + "id": 1583, + "type": "SamplerCustom", + "pos": [ + -6371.508078930661, + 817.7892463860253 + ], + "size": { + "0": 355.20001220703125, + "1": 230 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2089 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 2090 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 2091 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2092, + "slot_index": 3 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2093, + "slot_index": 4 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2094 + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2095, + "slot_index": 6, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2100 + ], + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustom" + }, + "widgets_values": [ + true, + 1054226694411268, + "fixed", + 2 + ] + }, + { + "id": 1569, + "type": "CLIPTextEncode", + "pos": [ + -8331.508078930661, + 397.7892463860262 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2074 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2078 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "anime woman with red hair holding a gun in a sci-fi corridor, hazy light, cinematic", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -9960, + 1190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1604, + "type": "Seed Generator", + "pos": [ + -10810, + 1760 + ], + "size": { + "0": 316.7872009277344, + "1": 137.8672637939453 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2095 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Relight Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 333447571952561, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1723, + "type": "PrimitiveNode", + "pos": [ + -10134, + 1760 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2284, + 2285, + 2286 + ], + "slot_index": 0, + "widget": { + "name": "frame_rate" + } + } + ], + "title": "Relight Framerate", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 30, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -10127, + 1569 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "flux-nova" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -10790, + 2180 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2186 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1792, + "type": "ImpactImageBatchToImageList", + "pos": [ + -2936.6661376953125, + 227.99920654296875 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2397 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2399 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1597, + "type": "VHS_VideoCombine", + "pos": [ + -1833.6661376953125, + 246.99920654296875 + ], + "size": [ + 791.0484008789062, + 701.5242004394531 + ], + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2401 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "filename_prefix", + "type": "*", + "link": 2275, + "widget": { + "name": "filename_prefix" + } + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2285, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "NOVA-looped/nova-final", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00051.mp4", + "subfolder": "foda\\flux-nova\\NOVA", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + }, + "color": "#233", + "bgcolor": "#355" + }, + { + "id": 1684, + "type": "RandomNoise", + "pos": [ + -10799, + 1962 + ], + "size": { + "0": 300.9909362792969, + "1": 120.11475372314453 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2214 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Enhancer Seed", + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 89892591776055, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1708, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7143.6661376953125, + 2689.9992065429688 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2474 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2456 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1595, + "type": "Reroute", + "pos": [ + -4101.508078930661, + 977.7892463860253 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2105 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2436 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#222", + "bgcolor": "#000" + }, + { + "id": 1707, + "type": "VHS_VideoCombine", + "pos": [ + -4176.6661376953125, + 1647.9992065429688 + ], + "size": [ + 3105.807861328125, + 1858.9039306640625 + ], + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2242 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2286, + "widget": { + "name": "frame_rate" + } + }, + { + "name": "filename_prefix", + "type": "*", + "link": 2280, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 2, + "filename_prefix": "Loki-Mimic/Flux", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00030.mp4", + "subfolder": "foda\\flux-nova\\Enhance", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1696, + "type": "ModelSamplingFlux", + "pos": [ + -8113.6661376953125, + 2569.9992065429688 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2256 + }, + { + "name": "width", + "type": "INT", + "link": 2229, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2230, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2219, + 2220 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1689, + "type": "BasicScheduler", + "pos": [ + -6323.6661376953125, + 2799.9992065429688 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2219, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 1685, + "type": "ImageResize+", + "pos": [ + -7523.6661376953125, + 2919.9992065429688 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2460, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2210, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2211, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2247 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -10800, + 1560 + ], + "size": { + "0": 306.7872009277344, + "1": 136.01785278320312 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2196 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "FLUX Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 392793756342899, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1699, + "type": "ImageResize+", + "pos": [ + -7533.6661376953125, + 2689.9992065429688 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2459, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2234, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2235, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2473 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1710, + "type": "ImageListToImageBatch", + "pos": [ + -4543.6661376953125, + 2309.9992065429688 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2248 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2242 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1692, + "type": "VAEDecodeTiled", + "pos": [ + -5940.6661376953125, + 2565.9992065429688 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2224 + }, + { + "name": "vae", + "type": "VAE", + "link": 2261 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2212, + 2475 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1811, + "type": "VHS_VideoCombine", + "pos": [ + -5613.6661376953125, + 2719.9992065429688 + ], + "size": [ + 838.438232421875, + 733.2191162109375 + ], + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2476 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "AnimateDiff", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": false, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "AnimateDiff_00667.mp4", + "subfolder": "", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 30 + }, + "muted": false + } + } + }, + { + "id": 1814, + "type": "ImageListToImageBatch", + "pos": [ + -5621.6661376953125, + 2627.9992065429688 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2475 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2476 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1596, + "type": "RIFE VFI", + "pos": [ + -3602.6661376953125, + 495.99920654296875 + ], + "size": { + "0": 443.4000244140625, + "1": 198 + }, + "flags": {}, + "order": 76, + "mode": 4, + "inputs": [ + { + "name": "frames", + "type": "IMAGE", + "link": 2437 + }, + { + "name": "optional_interpolation_states", + "type": "INTERPOLATION_STATES", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2404 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RIFE VFI" + }, + "widgets_values": [ + "rife49.pth", + 10, + 2, + true, + true, + 1 + ] + }, + { + "id": 1803, + "type": "ImageResize+", + "pos": [ + -3997.6661376953125, + 138.99920654296875 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2431 + }, + { + "name": "width", + "type": "INT", + "link": 2507, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2508, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -10468, + 1553 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "title": "Flux Aspect", + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1672, + "type": "AspectSizeV2", + "pos": [ + -10465, + 1760 + ], + "size": { + "0": 310.9273681640625, + "1": 150 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "title": "SD1.5 Aspect", + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SD", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -10791, + "1": 1273, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 280.9190368652344, + "1": 226.16844177246094 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1793, + "type": "ImpactImageBatchToImageList", + "pos": [ + -2941.6661376953125, + 413.99920654296875 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2404 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2400 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1794, + "type": "ImageBlend", + "pos": [ + -2621.6661376953125, + 282.99920654296875 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2399 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2400 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2396 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageBlend" + }, + "widgets_values": [ + 0.9, + "soft_light" + ] + }, + { + "id": 1791, + "type": "ImageListToImageBatch", + "pos": [ + -2191.6661376953125, + 241.99920654296875 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2396 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2401, + 2458, + 2464 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1790, + "type": "RepeatImageBatch", + "pos": [ + -3595.6661376953125, + 141.99920654296875 + ], + "size": { + "0": 428.29144287109375, + "1": 58 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2432 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2397 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RepeatImageBatch" + }, + "widgets_values": [ + 60 + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -9950, + 1230 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2183 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "flux-nova", + "/scene/flux", + "" + ] + }, + { + "id": 1664, + "type": "Reroute", + "pos": [ + -9746, + 1203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2183, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2184 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1719, + "type": "Reroute", + "pos": [ + -7991.6661376953125, + 95.99920654296875 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2283, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2272 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1665, + "type": "Reroute", + "pos": [ + -9363.666137695312, + 82.99920654296875 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2184, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2185, + 2283 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1670, + "type": "Reroute", + "pos": [ + -5927.6661376953125, + 201.99920654296875 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2491 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2431 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1575, + "type": "SplineEditor", + "pos": [ + -9355.666137695312, + 953.9992065429688 + ], + "size": { + "0": 557, + "1": 942 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "coord_str", + "type": "STRING", + "links": [ + 2083 + ], + "shape": 3 + }, + { + "name": "float", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "normalized_str", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplineEditor", + "points": "SplineEditor" + }, + "widgets_values": [ + "[{\"x\":278.17899999999935,\"y\":497.79399999999885},{\"x\":412.60999999999905,\"y\":435.23699999999894},{\"x\":448.54699999999895,\"y\":206.30499999999952},{\"x\":264.86899999999935,\"y\":62.55699999999985},{\"x\":69.21199999999983,\"y\":219.61499999999947},{\"x\":127.7759999999997,\"y\":432.57499999999897},{\"x\":260.8759999999994,\"y\":497.79399999999885}]", + "[{\"x\":278.1789855957031,\"y\":497.79400634765625},{\"x\":299.9446105957031,\"y\":494.4131164550781},{\"x\":321.49566650390625,\"y\":489.8671569824219},{\"x\":342.6785888671875,\"y\":483.8426208496094},{\"x\":363.2135314941406,\"y\":475.8977355957031},{\"x\":382.5723876953125,\"y\":465.4285583496094},{\"x\":399.7611999511719,\"y\":451.71563720703125},{\"x\":413.1510314941406,\"y\":434.3089599609375},{\"x\":424.0959167480469,\"y\":415.1919860839844},{\"x\":434.5207824707031,\"y\":395.78741455078125},{\"x\":444.0823059082031,\"y\":375.94488525390625},{\"x\":452.3660888671875,\"y\":355.53839111328125},{\"x\":458.9114685058594,\"y\":334.5130310058594},{\"x\":463.2694091796875,\"y\":312.93115234375},{\"x\":465.107177734375,\"y\":290.9924011230469},{\"x\":464.3108825683594,\"y\":268.9910583496094},{\"x\":461.004150390625,\"y\":247.22314453125},{\"x\":455.47906494140625,\"y\":225.90731811523438},{\"x\":448.0917053222656,\"y\":205.1605987548828},{\"x\":439.4651184082031,\"y\":184.89344787597656},{\"x\":429.78411865234375,\"y\":165.10951232910156},{\"x\":418.82366943359375,\"y\":146.00677490234375},{\"x\":406.3353576660156,\"y\":127.86923217773438},{\"x\":392.0793151855469,\"y\":111.09049224853516},{\"x\":375.89471435546875,\"y\":96.16996002197266},{\"x\":357.7920837402344,\"y\":83.65251922607422},{\"x\":338.02410888671875,\"y\":73.97956848144531},{\"x\":317.0419616699219,\"y\":67.33280944824219},{\"x\":295.348876953125,\"y\":63.58852005004883},{\"x\":273.3622131347656,\"y\":62.41181182861328},{\"x\":251.3658905029297,\"y\":63.43768310546875},{\"x\":229.587158203125,\"y\":66.67845916748047},{\"x\":208.29013061523438,\"y\":72.26388549804688},{\"x\":187.76719665527344,\"y\":80.23462677001953},{\"x\":168.3051300048828,\"y\":90.52780151367188},{\"x\":150.1479949951172,\"y\":102.9804916381836},{\"x\":133.46975708007812,\"y\":117.35523223876953},{\"x\":118.3645248413086,\"y\":133.37701416015625},{\"x\":104.85527038574219,\"y\":150.7675323486328},{\"x\":92.91165924072266,\"y\":169.26980590820312},{\"x\":82.46905517578125,\"y\":188.66024780273438},{\"x\":73.44503021240234,\"y\":208.7510986328125},{\"x\":65.82537841796875,\"y\":229.41421508789062},{\"x\":60.263553619384766,\"y\":250.7170867919922},{\"x\":57.41507339477539,\"y\":272.54327392578125},{\"x\":57.809486389160156,\"y\":294.5461730957031},{\"x\":61.6496467590332,\"y\":316.2148132324219},{\"x\":68.6287612915039,\"y\":337.0909118652344},{\"x\":78.05484008789062,\"y\":356.9902038574219},{\"x\":89.14881896972656,\"y\":376.0166015625},{\"x\":101.23727416992188,\"y\":394.4305725097656},{\"x\":113.79237365722656,\"y\":412.5311279296875},{\"x\":126.40604400634766,\"y\":430.5907897949219},{\"x\":140.52725219726562,\"y\":447.4382629394531},{\"x\":157.7695770263672,\"y\":461.1020202636719},{\"x\":176.89649963378906,\"y\":471.9991149902344},{\"x\":197.1268310546875,\"y\":480.69549560546875},{\"x\":218.01785278320312,\"y\":487.6681213378906},{\"x\":239.31674194335938,\"y\":493.2791748046875},{\"x\":260.8760070800781,\"y\":497.79400634765625}]", + 512, + 512, + 60, + "path", + "cardinal", + 0.5, + 1, + "list", + 0, + 1, + null, + null + ] + }, + { + "id": 1671, + "type": "Reroute", + "pos": [ + -9332.666137695312, + 156.99920654296875 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2490 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -11700, + 2070 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1605, + "type": "Label (rgthree)", + "pos": { + "0": -11070, + "1": 90, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1507.71484375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 25, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "NOVA RELIGHT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1591, + "type": "Note", + "pos": [ + -9959, + 1069 + ], + "size": [ + 392.3826091122555, + 58 + ], + "flags": {}, + "order": 26, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Nova-Looped-v10\n\nNova - Re-Lighting Tools\n\n- SD15 \n- IC-Light\n- Img2img with prompt guidance\n- spline based Masking\n\nAdd your Image \nAdjust the Prompt \nAdjust the Mask spline\nQueue the Generation !\n\n\nVideo: https://www.youtube.com/watch?v=iW588cc2dnI\nWorkflow: https://civitai.com/models/565597\nModels: https://huggingface.co/lllyasviel/ic-light/tree/main\nNodes: (add in Comfy Manager) or \nhttps://github.com/kijai/ComfyUI-IC-Light\n\n\n\nhttps://fivebelowfive.uk\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1681, + "type": "Label (rgthree)", + "pos": { + "0": -12182, + "1": 2520, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2681.8359375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 27, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX ANIMATION DETAILER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1675, + "type": "Note", + "pos": [ + -9966, + 2760 + ], + "size": { + "0": 426.0521240234375, + "1": 277.2918395996094 + }, + "flags": {}, + "order": 28, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Animation-Detailer-lines-v40\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nVideo 2 Video Flux Detailer\nAdjust denoise and Shift\nrecommended 30 frames at a time\nframe_load_limit = 30 (default)\n\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1816, + "type": "PrimitiveNode", + "pos": [ + -10462, + 1964 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2481 + ], + "slot_index": 0, + "widget": { + "name": "scale_by" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1582, + "type": "VHS_VideoCombine", + "pos": [ + -5491, + 450 + ], + "size": [ + 1333.227294921875, + 976.6136474609375 + ], + "flags": { + "collapsed": true + }, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2088 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2284, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "NOVA-looped/nova-1st", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "nova-1st_00048.mp4", + "subfolder": "NOVA-looped", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1809, + "type": "ImageResize+", + "pos": [ + -8833, + 2906 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2458 + }, + { + "name": "width", + "type": "INT", + "link": 2470, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2469, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2459, + 2460 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2467 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2468 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 1920, + 1088, + "bicubic", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1709, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7132, + 3049 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2247 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2457 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1813, + "type": "ImageScaleBy", + "pos": [ + -7149, + 2539 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2473 + }, + { + "name": "scale_by", + "type": "FLOAT", + "link": 2481, + "widget": { + "name": "scale_by" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2474 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 1 + ] + }, + { + "id": 1694, + "type": "ImageApplyLUT+", + "pos": [ + -5214, + 2410 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2226, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2248 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 1686, + "type": "ImageColorMatch+", + "pos": [ + -5624, + 2410 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2212, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2213 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2226 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1812, + "type": "ImpactImageInfo", + "pos": [ + -9233, + 2898 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2464 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2469 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2470 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1804, + "type": "ImageResize+", + "pos": [ + -3981.6661376953125, + 494.99920654296875 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2436 + }, + { + "name": "width", + "type": "INT", + "link": 2510, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2511, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2437 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -10004, + 546 + ], + "size": { + "0": 463.20684814453125, + "1": 453.9646911621094 + }, + "flags": {}, + "order": 30, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Image-Relight-basic-lines-v46\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v17\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nCNET stack\nFlux IP Adapter (X-labs)\ndemonstrates Nova integration for relighting\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1819, + "type": "LoadAndResizeImage", + "pos": [ + -9349, + 291 + ], + "size": [ + 315, + 566.0000686645508 + ], + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2490, + 2512 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2507, + 2510 + ], + "shape": 3, + "slot_index": 2 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2508, + 2511 + ], + "shape": 3, + "slot_index": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "compare_00002_ (2).png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "#000000", + "image" + ] + }, + { + "id": 1822, + "type": "ImageScaleDownBy", + "pos": [ + -8329, + 897 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2512 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2513, + 2514 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleDownBy" + }, + "widgets_values": [ + 0.5 + ] + }, + { + "id": 1823, + "type": "ImpactImageInfo", + "pos": [ + -8695, + 1243 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2514 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2516 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2515 + ], + "shape": 3, + "slot_index": 2 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 2074, + 1568, + 1, + 1569, + 0, + "CLIP" + ], + [ + 2075, + 1568, + 1, + 1570, + 0, + "CLIP" + ], + [ + 2076, + 1568, + 0, + 1572, + 0, + "MODEL" + ], + [ + 2078, + 1569, + 0, + 1574, + 0, + "CONDITIONING" + ], + [ + 2079, + 1570, + 0, + 1574, + 1, + "CONDITIONING" + ], + [ + 2081, + 1586, + 0, + 1574, + 3, + "LATENT" + ], + [ + 2082, + 1577, + 0, + 1576, + 0, + "MASK" + ], + [ + 2083, + 1575, + 1, + 1577, + 0, + "STRING" + ], + [ + 2084, + 1580, + 0, + 1578, + 0, + "MASK" + ], + [ + 2085, + 1578, + 0, + 1579, + 0, + "IMAGE" + ], + [ + 2086, + 1576, + 0, + 1580, + 0, + "MASK" + ], + [ + 2087, + 1587, + 0, + 1581, + 0, + "LATENT" + ], + [ + 2088, + 1590, + 0, + 1582, + 0, + "IMAGE" + ], + [ + 2089, + 1588, + 0, + 1583, + 0, + "MODEL" + ], + [ + 2090, + 1574, + 0, + 1583, + 1, + "CONDITIONING" + ], + [ + 2091, + 1574, + 1, + 1583, + 2, + "CONDITIONING" + ], + [ + 2092, + 1585, + 0, + 1583, + 3, + "SAMPLER" + ], + [ + 2093, + 1584, + 0, + 1583, + 4, + "SIGMAS" + ], + [ + 2094, + 1581, + 0, + 1583, + 5, + "LATENT" + ], + [ + 2095, + 1604, + 0, + 1583, + 6, + "INT" + ], + [ + 2097, + 1578, + 0, + 1587, + 0, + "IMAGE" + ], + [ + 2098, + 1572, + 0, + 1588, + 0, + "MODEL" + ], + [ + 2099, + 1589, + 0, + 1588, + 2, + "CONTEXT_OPTIONS" + ], + [ + 2100, + 1583, + 0, + 1590, + 0, + "LATENT" + ], + [ + 2105, + 1590, + 0, + 1595, + 0, + "*" + ], + [ + 2183, + 1212, + 0, + 1664, + 0, + "*" + ], + [ + 2184, + 1664, + 0, + 1665, + 0, + "*" + ], + [ + 2185, + 1665, + 0, + 1666, + 0, + "*" + ], + [ + 2186, + 1504, + 0, + 1667, + 0, + "*" + ], + [ + 2187, + 1505, + 0, + 1668, + 0, + "*" + ], + [ + 2188, + 1506, + 0, + 1669, + 0, + "*" + ], + [ + 2196, + 1544, + 0, + 1673, + 0, + "*" + ], + [ + 2210, + 1700, + 0, + 1685, + 1, + "INT" + ], + [ + 2211, + 1701, + 0, + 1685, + 2, + "INT" + ], + [ + 2212, + 1692, + 0, + 1686, + 0, + "IMAGE" + ], + [ + 2213, + 1698, + 0, + 1686, + 1, + "IMAGE" + ], + [ + 2214, + 1684, + 0, + 1687, + 0, + "NOISE" + ], + [ + 2215, + 1690, + 0, + 1687, + 1, + "GUIDER" + ], + [ + 2216, + 1688, + 0, + 1687, + 2, + "SAMPLER" + ], + [ + 2217, + 1697, + 1, + 1687, + 3, + "SIGMAS" + ], + [ + 2218, + 1691, + 0, + 1687, + 4, + "LATENT" + ], + [ + 2219, + 1696, + 0, + 1689, + 0, + "MODEL" + ], + [ + 2220, + 1696, + 0, + 1690, + 0, + "MODEL" + ], + [ + 2221, + 1693, + 0, + 1690, + 1, + "CONDITIONING" + ], + [ + 2224, + 1687, + 0, + 1692, + 0, + "LATENT" + ], + [ + 2226, + 1686, + 0, + 1694, + 0, + "IMAGE" + ], + [ + 2229, + 1700, + 0, + 1696, + 1, + "INT" + ], + [ + 2230, + 1701, + 0, + 1696, + 2, + "INT" + ], + [ + 2231, + 1689, + 0, + 1697, + 0, + "SIGMAS" + ], + [ + 2234, + 1700, + 0, + 1699, + 1, + "INT" + ], + [ + 2235, + 1701, + 0, + 1699, + 2, + "INT" + ], + [ + 2242, + 1710, + 0, + 1707, + 0, + "IMAGE" + ], + [ + 2247, + 1685, + 0, + 1709, + 0, + "IMAGE" + ], + [ + 2248, + 1694, + 0, + 1710, + 0, + "IMAGE" + ], + [ + 2255, + 1667, + 0, + 1704, + 0, + "*" + ], + [ + 2256, + 1704, + 0, + 1696, + 0, + "MODEL" + ], + [ + 2257, + 1668, + 0, + 1705, + 0, + "*" + ], + [ + 2258, + 1669, + 0, + 1706, + 0, + "*" + ], + [ + 2259, + 1705, + 0, + 1693, + 0, + "CLIP" + ], + [ + 2260, + 1706, + 0, + 1691, + 1, + "VAE" + ], + [ + 2261, + 1706, + 0, + 1692, + 1, + "VAE" + ], + [ + 2272, + 1719, + 0, + 1718, + 0, + "STRING" + ], + [ + 2273, + 1717, + 0, + 1718, + 1, + "STRING" + ], + [ + 2275, + 1718, + 0, + 1597, + 4, + "STRING" + ], + [ + 2276, + 1722, + 0, + 1721, + 0, + "STRING" + ], + [ + 2277, + 1720, + 0, + 1721, + 1, + "STRING" + ], + [ + 2280, + 1721, + 0, + 1707, + 5, + "STRING" + ], + [ + 2282, + 1666, + 0, + 1722, + 0, + "*" + ], + [ + 2283, + 1665, + 0, + 1719, + 0, + "*" + ], + [ + 2284, + 1723, + 0, + 1582, + 4, + "FLOAT" + ], + [ + 2285, + 1723, + 0, + 1597, + 5, + "FLOAT" + ], + [ + 2286, + 1723, + 0, + 1707, + 4, + "FLOAT" + ], + [ + 2290, + 1568, + 2, + 1586, + 1, + "*" + ], + [ + 2291, + 1568, + 2, + 1587, + 1, + "*" + ], + [ + 2292, + 1568, + 2, + 1574, + 2, + "VAE" + ], + [ + 2293, + 1568, + 2, + 1590, + 1, + "*" + ], + [ + 2396, + 1794, + 0, + 1791, + 0, + "IMAGE" + ], + [ + 2397, + 1790, + 0, + 1792, + 0, + "IMAGE" + ], + [ + 2399, + 1792, + 0, + 1794, + 0, + "IMAGE" + ], + [ + 2400, + 1793, + 0, + 1794, + 1, + "IMAGE" + ], + [ + 2401, + 1791, + 0, + 1597, + 0, + "IMAGE" + ], + [ + 2404, + 1596, + 0, + 1793, + 0, + "IMAGE" + ], + [ + 2431, + 1670, + 0, + 1803, + 0, + "IMAGE" + ], + [ + 2432, + 1803, + 0, + 1790, + 0, + "IMAGE" + ], + [ + 2436, + 1595, + 0, + 1804, + 0, + "IMAGE" + ], + [ + 2437, + 1804, + 0, + 1596, + 0, + "IMAGE" + ], + [ + 2456, + 1708, + 0, + 1691, + 0, + "IMAGE" + ], + [ + 2457, + 1709, + 0, + 1698, + 0, + "*" + ], + [ + 2458, + 1791, + 0, + 1809, + 0, + "IMAGE" + ], + [ + 2459, + 1809, + 0, + 1699, + 0, + "IMAGE" + ], + [ + 2460, + 1809, + 0, + 1685, + 0, + "IMAGE" + ], + [ + 2464, + 1791, + 0, + 1812, + 0, + "IMAGE" + ], + [ + 2467, + 1809, + 1, + 1700, + 0, + "*" + ], + [ + 2468, + 1809, + 2, + 1701, + 0, + "*" + ], + [ + 2469, + 1812, + 1, + 1809, + 2, + "INT" + ], + [ + 2470, + 1812, + 2, + 1809, + 1, + "INT" + ], + [ + 2473, + 1699, + 0, + 1813, + 0, + "IMAGE" + ], + [ + 2474, + 1813, + 0, + 1708, + 0, + "IMAGE" + ], + [ + 2475, + 1692, + 0, + 1814, + 0, + "IMAGE" + ], + [ + 2476, + 1814, + 0, + 1811, + 0, + "IMAGE" + ], + [ + 2481, + 1816, + 0, + 1813, + 1, + "FLOAT" + ], + [ + 2490, + 1819, + 0, + 1671, + 0, + "*" + ], + [ + 2491, + 1671, + 0, + 1670, + 0, + "*" + ], + [ + 2507, + 1819, + 2, + 1803, + 1, + "INT" + ], + [ + 2508, + 1819, + 3, + 1803, + 2, + "INT" + ], + [ + 2510, + 1819, + 2, + 1804, + 1, + "INT" + ], + [ + 2511, + 1819, + 3, + 1804, + 2, + "INT" + ], + [ + 2512, + 1819, + 0, + 1822, + 0, + "IMAGE" + ], + [ + 2513, + 1822, + 0, + 1586, + 0, + "IMAGE" + ], + [ + 2514, + 1822, + 0, + 1823, + 0, + "IMAGE" + ], + [ + 2515, + 1823, + 2, + 1577, + 2, + "INT" + ], + [ + 2516, + 1823, + 1, + 1577, + 3, + "INT" + ] + ], + "groups": [ + { + "title": "Relight", + "bounding": [ + -9448, + 12, + 8540, + 3611 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.11000000000000258, + "offset": [ + 14877.817433014283, + 2785.531377888984 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Foda-Boosted-Upscaler-lines-V30.json b/Components/_draft/Foda-Flux-v18/Foda-Boosted-Upscaler-lines-V30.json new file mode 100644 index 0000000..cec5a9d --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Foda-Boosted-Upscaler-lines-V30.json @@ -0,0 +1,2828 @@ +{ + "last_node_id": 1251, + "last_link_id": 1577, + "nodes": [ + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7650, + 1540 + ], + "size": { + "0": 212.93296813964844, + "1": 166.71075439453125 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1562, + 1563 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 680530047550874, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7395, + 2155 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1499, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1507, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1486, + 1490 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -7951, + 2143 + ], + "size": { + "0": 259.93939208984375, + "1": 314 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -7608, + 2153 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1542 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5095.896855999315, + 1608.4193697863439 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6187.896855999315, + 1775.4193697863432 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1562, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6190.810318034915, + 1937.309462801205 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6451.1669379997375, + 1817.4950931526346 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1552, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1561, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -6751.1669379997375, + 1857.4950931526344 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1574 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -5807.166937999737, + 1826.4950931526346 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1575 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -5078.31235544581, + 2671.5730555966197 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 53, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1492 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -5468.312355445813, + 2711.5730555966197 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1491 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1492 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -6168.312355445807, + 2841.57305559662 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1563, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -6168.312355445807, + 3001.573055596621 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -6168.312355445807, + 3101.573055596621 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1555, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -6428.312355445805, + 2881.5730555966206 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1554, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1564, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -6728.312355445803, + 2921.5730555966197 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 1576 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -5788.3123554458125, + 2891.5730555966206 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 51, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 1577 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8738, + "1": 1512, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 322.2654113769531, + "1": 130 + }, + "flags": {}, + "order": 4, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7410, + 1570 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1572 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1561, + 1564 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -8631, + 2607 + ], + "size": { + "0": 615.3604125976562, + "1": 510.5350036621094 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8738, + 1706 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -9106, + 2578 + ], + "size": { + "0": 361.4196472167969, + "1": 259.5272216796875 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -6840.273516483682, + 1656.0237329131007 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1495 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -6751.852267706611, + 2730.2350625686654 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1484 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6191.896855999315, + 2183.419369786343 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -6170, + 3257 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 41, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -5676, + 2286 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1486 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1488 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -5654.689993957492, + 3371.375651938156 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1490 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1210, + "type": "ImageResize+", + "pos": [ + -7400, + 1925 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1543, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1498, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1506, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1495 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1215, + "type": "Reroute", + "pos": [ + -8100, + 1710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1567, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1498, + 1499, + 1505 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1216, + "type": "Reroute", + "pos": [ + -8101, + 1733 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1566, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1504, + 1506, + 1507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1241, + "type": "Note", + "pos": [ + -7308, + 1426 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Seed Generator", + "pos": [ + -10239, + 1999 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1540 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 20, + "increment" + ] + }, + { + "id": 1243, + "type": "VHS_LoadImagesPath", + "pos": [ + -9960, + 1980 + ], + "size": [ + 245.1999969482422, + 170 + ], + "flags": {}, + "order": 16, + "mode": 4, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "skip_first_images", + "type": "INT", + "link": 1540, + "widget": { + "name": "skip_first_images" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1548, + 1550 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_LoadImagesPath" + }, + "widgets_values": { + "directory": "D:\\MACHINES\\Comfyui-Mar24-portable\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\foda\\test\\base", + "image_load_cap": 1, + "skip_first_images": 0, + "select_every_nth": 1, + "choose folder to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 1, + "skip_first_images": 0, + "filename": "D:\\MACHINES\\Comfyui-Mar24-portable\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\foda\\test\\base", + "type": "path", + "format": "folder", + "select_every_nth": 1 + }, + "muted": false + } + } + }, + { + "id": 1244, + "type": "Reroute", + "pos": [ + -8482, + 1955 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1546 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1542, + 1543, + 1544 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "Reroute", + "pos": [ + -9131, + 1960 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1565 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1246, + "type": "Switch image [Crystools]", + "pos": [ + -9561, + 1959 + ], + "size": { + "0": 361.20001220703125, + "1": 78 + }, + "flags": {}, + "order": 21, + "mode": 4, + "inputs": [ + { + "name": "on_true", + "type": "IMAGE", + "link": 1549 + }, + { + "name": "on_false", + "type": "IMAGE", + "link": 1548 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = Single Mode | False = Directory Seed", + "properties": { + "Node name for S&R": "Switch image [Crystools]" + }, + "widgets_values": [ + true + ] + }, + { + "id": 1247, + "type": "PreviewImage", + "pos": [ + -9563, + 2125 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 22, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1550 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -10255, + 1386 + ], + "size": { + "0": 503.1882019042969, + "1": 489.2020263671875 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1549, + 1565 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "compare_00003_.png", + "image" + ] + }, + { + "id": 1217, + "type": "ImpactImageInfo", + "pos": [ + -8358, + 1690 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 1544 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 1566 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 1567 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5491, + 1647 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1489, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1488 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1484, + 1568 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -8332, + 3232 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1568, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -7873, + 2587 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6190.810318034915, + 2037.309462801205 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1553, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 12, + 0.1 + ] + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -7970, + 1530 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1573 + }, + { + "name": "width", + "type": "INT", + "link": 1505, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1504, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1552, + 1553, + 1554, + 1555 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -8735, + 1062 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1569 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8727, + 1188 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -8736, + 1342 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1571 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1251, + "type": "UnetLoaderGGUF", + "pos": [ + -9079, + 1071 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UnetLoaderGGUF" + }, + "widgets_values": [ + "flux1-schnell-Q2_K.gguf" + ] + }, + { + "id": 1249, + "type": "Reroute", + "pos": [ + -8308.158188456207, + 1211.4278638776952 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1570 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1572 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "Reroute", + "pos": [ + -8307.158188456207, + 1181.4278638776952 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1569 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1573 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1250, + "type": "Reroute", + "pos": [ + -8308.181745405396, + 1240.9706349871865 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1571 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1574, + 1575, + 1576, + 1577 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9265, + 1374 + ], + "size": { + "0": 377.41162109375, + "1": 370.9514465332031 + }, + "flags": {}, + "order": 15, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Boosted-Upscaler-lines-V30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nNative Flux Upscaling 4X with BOOOST\nbatch directory seed mode\nColour correction module (LUTs)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1484, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1486, + 64, + 0, + 1208, + 0, + "*" + ], + [ + 1488, + 1208, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1489, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 1490, + 64, + 0, + 1209, + 0, + "*" + ], + [ + 1491, + 1209, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1492, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1495, + 1210, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1498, + 1215, + 0, + 1210, + 1, + "INT" + ], + [ + 1499, + 1215, + 0, + 64, + 1, + "INT" + ], + [ + 1504, + 1216, + 0, + 1003, + 2, + "INT" + ], + [ + 1505, + 1215, + 0, + 1003, + 1, + "INT" + ], + [ + 1506, + 1216, + 0, + 1210, + 2, + "INT" + ], + [ + 1507, + 1216, + 0, + 64, + 2, + "INT" + ], + [ + 1540, + 1242, + 0, + 1243, + 1, + "INT" + ], + [ + 1542, + 1244, + 0, + 89, + 0, + "*" + ], + [ + 1543, + 1244, + 0, + 1210, + 0, + "IMAGE" + ], + [ + 1544, + 1244, + 0, + 1217, + 0, + "IMAGE" + ], + [ + 1546, + 1245, + 0, + 1244, + 0, + "*" + ], + [ + 1548, + 1243, + 0, + 1246, + 1, + "IMAGE" + ], + [ + 1549, + 51, + 0, + 1246, + 0, + "IMAGE" + ], + [ + 1550, + 1243, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1552, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1553, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1554, + 1003, + 0, + 134, + 0, + "MODEL" + ], + [ + 1555, + 1003, + 0, + 133, + 0, + "MODEL" + ], + [ + 1561, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1562, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 1563, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 1564, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 1565, + 51, + 0, + 1245, + 0, + "*" + ], + [ + 1566, + 1217, + 1, + 1216, + 0, + "*" + ], + [ + 1567, + 1217, + 2, + 1215, + 0, + "*" + ], + [ + 1568, + 107, + 0, + 531, + 0, + "IMAGE" + ], + [ + 1569, + 88, + 0, + 1248, + 0, + "*" + ], + [ + 1570, + 11, + 0, + 1249, + 0, + "*" + ], + [ + 1571, + 1102, + 0, + 1250, + 0, + "*" + ], + [ + 1572, + 1249, + 0, + 495, + 0, + "CLIP" + ], + [ + 1573, + 1248, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1574, + 1250, + 0, + 121, + 1, + "VAE" + ], + [ + 1575, + 1250, + 0, + 123, + 1, + "VAE" + ], + [ + 1576, + 1250, + 0, + 139, + 1, + "VAE" + ], + [ + 1577, + 1250, + 0, + 140, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -6961, + 1448, + 3045, + 1007 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -6959, + 2496, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -8671, + 2523, + 1677, + 953 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -8659, + 1433, + 1661, + 1048 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + }, + { + "title": "Single / Batch Directory mode", + "bounding": [ + -10312, + 1262, + 1145, + 1169 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.111377674535313, + "offset": [ + 9334.635714041147, + -1192.1149240331154 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Foda-Flux-Enhance--lines-v30.json b/Components/_draft/Foda-Flux-v18/Foda-Flux-Enhance--lines-v30.json new file mode 100644 index 0000000..7f501d8 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Foda-Flux-Enhance--lines-v30.json @@ -0,0 +1,3482 @@ +{ + "last_node_id": 1511, + "last_link_id": 1935, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "Raw Photo junglepunk warrior", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 5, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915, + 1920, + 1926 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -5500, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1934 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5230, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -5890, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -5890, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -5890, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6150, + 2060 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -5880, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1931 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6500, + 2000 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1924, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1925, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -6140, + 2630 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1521, + 1922 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "photographic", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "cinematic photo Raw Photo junglepunk warrior . 35mm photograph, film, bokeh, professional, 4k, highly detailed" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -5890, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -5220, + 1910 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -5220, + 1940 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10766, + "1": 2191, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1544.7265625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX ENHANCE", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -6870, + 2060 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -6840, + 1960 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1933 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732111, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -6870, + 2440 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 14, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -6490, + 2330 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -6490, + 2200 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -6860, + 2910 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -6850, + 3010 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -6850, + 3160 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -8060, + 4290 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -8050, + 3860 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -7170, + 4290 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -7170, + 3860 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -6420, + 3650 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -6630, + 3870 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -7480, + 3860 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1932 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "kodaHD_00105_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1503, + "type": "Florence2Run", + "pos": [ + -7602, + 1938 + ], + "size": { + "0": 400, + "1": 357 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": [ + 1921, + 1923 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "", + "more_detailed_caption", + true, + false, + 1024, + 8, + true, + "", + 4, + "fixed", + true + ] + }, + { + "id": 1504, + "type": "Florence2ModelLoader", + "pos": [ + -8203, + 1704 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1505, + "type": "ShowText|pysssss", + "pos": [ + -7598, + 2344 + ], + "size": { + "0": 392.5677490234375, + "1": 147.30477905273438 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1921, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "A robot is standing in the air. The robot is white. There are white clouds in the sky. There is a building under the robot. " + ] + }, + { + "id": 1506, + "type": "ConcatStringSingle", + "pos": [ + -7156, + 2007 + ], + "size": { + "0": 243.60000610351562, + "1": 64 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "string_a", + "type": "STRING", + "link": 1922, + "widget": { + "name": "string_a" + } + }, + { + "name": "string_b", + "type": "STRING", + "link": 1923, + "widget": { + "name": "string_b" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1924, + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ConcatStringSingle" + }, + "widgets_values": [ + "", + "", + true, + true + ] + }, + { + "id": 1507, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -5390, + "1": 3820, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1060.1527099609375, + "1": 754.9111328125 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 1926, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 1927, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_xeper_00001_.png&type=temp&subfolder=&rand=0.7069507507398898" + }, + { + "name": "B", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_xeper_00002_.png&type=temp&subfolder=&rand=0.7073316093667927" + } + ] + ] + }, + { + "id": 1508, + "type": "Label (rgthree)", + "pos": { + "0": -10916, + "1": 2406, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1722.4609375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLORENCE CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9960, + 1547 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 18, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9599, + 1848 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1928 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9591, + 1692 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1929 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9601, + 1559 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1930 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1509, + "type": "Reroute", + "pos": [ + -9066.332291967217, + 1627.4748428329465 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1930 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1931 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -9067.332291967217, + 1657.4748428329465 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1929 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1932, + 1933 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -9067.355848916406, + 1687.0176139424377 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1928 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1934, + 1935 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8457, + 2635 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1935 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 22, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Enhance--lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1919, + 1504, + 0, + 1503, + 1, + "FL2MODEL" + ], + [ + 1920, + 1218, + 0, + 1503, + 0, + "IMAGE" + ], + [ + 1921, + 1503, + 2, + 1505, + 0, + "STRING" + ], + [ + 1922, + 1245, + 0, + 1506, + 0, + "STRING" + ], + [ + 1923, + 1503, + 2, + 1506, + 1, + "STRING" + ], + [ + 1924, + 1506, + 0, + 1236, + 1, + "STRING" + ], + [ + 1925, + 1506, + 0, + 1236, + 2, + "STRING" + ], + [ + 1926, + 1218, + 0, + 1507, + 0, + "IMAGE" + ], + [ + 1927, + 1222, + 0, + 1507, + 1, + "IMAGE" + ], + [ + 1928, + 1102, + 0, + 1511, + 0, + "*" + ], + [ + 1929, + 11, + 0, + 1510, + 0, + "*" + ], + [ + 1930, + 88, + 0, + 1509, + 0, + "*" + ], + [ + 1931, + 1509, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1932, + 1510, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1933, + 1510, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1934, + 1511, + 0, + 1222, + 1, + "VAE" + ], + [ + 1935, + 1511, + 0, + 1247, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 4788, + 1655 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json b/Components/_draft/Foda-Flux-v18/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json new file mode 100644 index 0000000..239d08b --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json @@ -0,0 +1,3050 @@ +{ + "last_node_id": 1562, + "last_link_id": 2056, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -6552.474377679978, + 2171.859747876937 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -6542.474377679978, + 2322.076319467548 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -6951.474377679978, + 2185.0763194675474 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -5752.474377679978, + 2170.0763194675474 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -5434.474377679978, + 2071.0763194675465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -5431.9249134336715, + 2035.281906296992 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2054 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6132.474377679978, + 2172.0763194675474 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -6354.9249134336715, + 2486.281906296991 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1956 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2020 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1559, + "type": "CannyEdgePreprocessor", + "pos": [ + -8460, + 3180 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2036 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2030 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1560, + "type": "HEDPreprocessor", + "pos": [ + -8460, + 3330 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1985 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1558, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -8470, + 3060 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2035 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960, + 2035, + 2036, + 2037 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2038 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2040 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2041 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2043 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11553, + "1": 2155, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1557, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7570, + 2133 + ], + "size": { + "0": 243.60000610351562, + "1": 98 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 2038 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 2040 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 2034 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 2041 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 2043 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1556, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7570, + 2373 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 2029 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 2030 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 2031 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 2034 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-CNET-IPA-basic-lines-v44\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nCNET stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7116.9249134336715, + 2050.281906296992 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2054, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -5482.474377679978, + 2150.0763194675474 + ], + "size": { + "0": 964.846435546875, + "1": 1056.662353515625 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8272, + 2453 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8268, + 2562 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8504, + 2434 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8504, + 2564 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2027 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2016, + 1549, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2029, + 1558, + 0, + 1556, + 0, + "IMAGE" + ], + [ + 2030, + 1559, + 0, + 1556, + 1, + "IMAGE" + ], + [ + 2031, + 1560, + 0, + 1556, + 2, + "IMAGE" + ], + [ + 2034, + 1556, + 0, + 1557, + 2, + "CONTROL_NET_STACK" + ], + [ + 2035, + 1502, + 0, + 1558, + 0, + "IMAGE" + ], + [ + 2036, + 1502, + 0, + 1559, + 0, + "IMAGE" + ], + [ + 2037, + 1502, + 0, + 1560, + 0, + "IMAGE" + ], + [ + 2038, + 1236, + 0, + 1557, + 0, + "CONDITIONING" + ], + [ + 2040, + 1501, + 0, + 1557, + 1, + "CONDITIONING" + ], + [ + 2041, + 1557, + 0, + 1561, + 0, + "*" + ], + [ + 2043, + 1557, + 1, + 1562, + 0, + "*" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2054, + 1212, + 0, + 1542, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7144, + 2001, + 2677, + 1244 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.6115909044841921, + "offset": [ + 9670.483855064647, + -1592.786364024229 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Foda-Flux-Lora-CNET-lines-v30.json b/Components/_draft/Foda-Flux-v18/Foda-Flux-Lora-CNET-lines-v30.json new file mode 100644 index 0000000..2a82289 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Foda-Flux-Lora-CNET-lines-v30.json @@ -0,0 +1,3150 @@ +{ + "last_node_id": 1505, + "last_link_id": 1928, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1928 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7428.5517825761635, + 2000.4813381117128 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6153.5517825761635, + 1904.481338111716 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6152.5517825761635, + 1937.4813381117156 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10920, + "1": 2211, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7798.5517825761635, + 2051.481338111712 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7773.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1923 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1926 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7801.5517825761635, + 2439.481338111712 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7420.827487310534, + 2329.4463392861917 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 1, + 0.1, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7418.827487310534, + 2191.4463392861917 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7787.825534185534, + 2905.3563246388844 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -7783.825534185534, + 3006.3563246388844 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -7777.825534185534, + 3156.3563246388844 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4930, + 2900 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4920, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -4040, + 2900 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -4040, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -3290, + 2260 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3500, + 2480 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4350, + 2470 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1925 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "ComfyUI_temp_vxkft_00014_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9964, + 1571 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9590, + 1549 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9593, + 1841 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1921 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9584, + 1686 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1920 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1924 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1923 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1503, + "type": "Reroute", + "pos": [ + -9097.862655101171, + 1634.4995742196165 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1919 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1924 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -9098.862655101171, + 1664.4995742196165 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1920 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1925, + 1926 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8457, + 2635 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1927 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -9098.88621205036, + 1694.0423453291078 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1921 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1927, + 1928 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-CNET-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1919, + 88, + 0, + 1503, + 0, + "*" + ], + [ + 1920, + 11, + 0, + 1504, + 0, + "*" + ], + [ + 1921, + 1102, + 0, + 1505, + 0, + "*" + ], + [ + 1923, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1924, + 1503, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1925, + 1504, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1926, + 1504, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1927, + 1505, + 0, + 1247, + 1, + "VAE" + ], + [ + 1928, + 1505, + 0, + 1222, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 3897, + 1653 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9383.574216391635, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Foda-Flux-Lora-lines-v20.json b/Components/_draft/Foda-Flux-v18/Foda-Flux-Lora-lines-v20.json new file mode 100644 index 0000000..08142d7 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Foda-Flux-Lora-lines-v20.json @@ -0,0 +1,2383 @@ +{ + "last_node_id": 1492, + "last_link_id": 1909, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "gguf", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8473, + 2598 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8140, + 2570 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8740, + 2610 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1494 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8150, + 2690 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6440, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1895 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6170, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6830, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6830, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7150, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1907, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6820, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7170, + 2640 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8720, + 2020 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8720, + 2230 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime kzk woman with red hair shooting directly at the camera, with red hair pointing a gun at the camera\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity with lots of machines and lights" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6830, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6167, + 1911 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6166, + 1944 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10345, + "1": 2183, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9891, + 1812 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1490, + "type": "Reroute", + "pos": [ + -9101.023556949189, + 1689.5427711094912 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1891 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1895, + 1896 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8470, + 2650 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1896 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1489, + "type": "Reroute", + "pos": [ + -9101, + 1660 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1904 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1894 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1488, + "type": "Reroute", + "pos": [ + -9100, + 1630 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1909 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1899 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9060, + 2610 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9088, + 2027 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "anime kzk woman with red hair shooting directly at the camera, with red hair pointing a gun at the camera\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity with lots of machines and lights", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7791, + 2081 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203, + 1085 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "gguf" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1492, + "type": "DualCLIPLoaderGGUF", + "pos": [ + -10253, + 1660 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoaderGGUF" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 148562577102566, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7442, + 2007 + ], + "size": { + "0": 210, + "1": 100 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 1, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6830, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1906, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 35, + 1 + ] + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7775, + 2502 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\civit\\Thorra-Lite-V1-e10-12.safetensors", + 0.6, + 1, + "On", + "flux\\civit\\Thorra-Lite-V2-Scenes-e9-10.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Actions-e9-10.safetensors", + 0.3, + 1 + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9884, + 1659 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8141, + 1952 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1899 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7789, + 1956 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1894 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1906, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1491, + "type": "UnetLoaderGGUF", + "pos": [ + -10258, + 1550 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UnetLoaderGGUF" + }, + "widgets_values": [ + "flux1-schnell-Q2_K.gguf" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9895, + 1534 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 22, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-lines-v20\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1494, + 1219, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1891, + 1102, + 0, + 1490, + 0, + "*" + ], + [ + 1894, + 1489, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1895, + 1490, + 0, + 1222, + 1, + "VAE" + ], + [ + 1896, + 1490, + 0, + 1247, + 1, + "VAE" + ], + [ + 1899, + 1488, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1904, + 11, + 0, + 1489, + 0, + "*" + ], + [ + 1906, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1907, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1909, + 88, + 0, + 1488, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715347, + "offset": [ + 9468.44133212445, + -920.8378441267192 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Foda-Shift-Lines-v40.json b/Components/_draft/Foda-Flux-v18/Foda-Shift-Lines-v40.json new file mode 100644 index 0000000..77e7594 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Foda-Shift-Lines-v40.json @@ -0,0 +1,3001 @@ +{ + "last_node_id": 534, + "last_link_id": 650, + "nodes": [ + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 219, + 603, + 637 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\base/flux_03915_.png [output]", + "image" + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 603, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 634, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_tvczr_00013_.png&type=temp&subfolder=&rand=0.8654364378363746" + }, + { + "name": "B", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_tvczr_00014_.png&type=temp&subfolder=&rand=0.36905956433244747" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1864 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 623, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 624, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 581, + 582 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 2, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 6, + 1346 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 27, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 632 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 633 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 630 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 582 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 630, + 631, + 634 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 40, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 610, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 595 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 572, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 571, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 577, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 32, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 633 + }, + { + "name": "vae", + "type": "VAE", + "link": 646 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 595 + }, + { + "name": "vae", + "type": "VAE", + "link": 647 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 48, + 2416 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 631 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 638 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833, + 2349 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 53, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 629 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 581 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 629 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 611, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 574, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 38, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 573, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 578, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 638 + }, + { + "name": "vae", + "type": "VAE", + "link": 648 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 51, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 649 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -3000, + 144 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 623, + 627, + 635 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 624, + 628, + 636 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2069, + 141 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 622 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 645 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "blonde_1.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2080, + 300 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 720, + 90 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 650 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 614 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 608, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 622, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 331, + 233 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 568, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 612, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 567, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 575, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 528 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 642 + }, + { + "name": "width", + "type": "INT", + "link": 627, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 628, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 567, + 568, + 571, + 572, + 573, + 574 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 100 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 643 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 625, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 626, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -466, + 424 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -574, + 1190 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 644 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 577, + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, photo, UHD, 8K,", + "very detailed, photo, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -995, + 144 + ], + "size": { + "0": 470.33001708984375, + "1": 210.27598571777344 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 625, + 626 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 529, + "type": "SaveImage", + "pos": [ + 1008, + 17 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 614 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 531, + "type": "ImageResize+", + "pos": [ + -581, + 1548 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 637, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 635, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 636, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 632 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -3000, + -179 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 608, + 610, + 611 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 565099350244054, + "randomize" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -2996, + -561 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 639 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2990, + -437 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 640 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -2998, + -288 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 641 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 532, + "type": "Reroute", + "pos": [ + -2570, + -470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 639 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 642 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 533, + "type": "Reroute", + "pos": [ + -2570, + -440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 640 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 643, + 644 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 534, + "type": "Reroute", + "pos": [ + -2570, + -410 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 641 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 645, + 646, + 647, + 648, + 649, + 650 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Shift-Lines-v40\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\nAll EasyUse Nodes removed\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n\nspecial no Easy Use version." + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 567, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 568, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 571, + 206, + 0, + 114, + 0, + "MODEL" + ], + [ + 572, + 206, + 0, + 113, + 0, + "MODEL" + ], + [ + 573, + 206, + 0, + 134, + 0, + "MODEL" + ], + [ + 574, + 206, + 0, + 133, + 0, + "MODEL" + ], + [ + 575, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 577, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 578, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 581, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 582, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 595, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 603, + 51, + 0, + 58, + 0, + "IMAGE" + ], + [ + 608, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 610, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 611, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 612, + 451, + 0, + 197, + 1, + "FLOAT" + ], + [ + 614, + 193, + 0, + 529, + 0, + "IMAGE" + ], + [ + 622, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 623, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 624, + 160, + 1, + 64, + 2, + "INT" + ], + [ + 625, + 518, + 0, + 448, + 1, + "STRING" + ], + [ + 626, + 518, + 0, + 448, + 2, + "STRING" + ], + [ + 627, + 160, + 0, + 206, + 1, + "INT" + ], + [ + 628, + 160, + 1, + 206, + 2, + "INT" + ], + [ + 629, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 630, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 631, + 107, + 0, + 125, + 0, + "IMAGE" + ], + [ + 632, + 531, + 0, + 99, + 0, + "IMAGE" + ], + [ + 633, + 99, + 0, + 121, + 0, + "IMAGE" + ], + [ + 634, + 107, + 0, + 58, + 1, + "IMAGE" + ], + [ + 635, + 160, + 0, + 531, + 1, + "INT" + ], + [ + 636, + 160, + 1, + 531, + 2, + "INT" + ], + [ + 637, + 51, + 0, + 531, + 0, + "IMAGE" + ], + [ + 638, + 125, + 0, + 139, + 0, + "IMAGE" + ], + [ + 639, + 88, + 0, + 532, + 0, + "*" + ], + [ + 640, + 11, + 0, + 533, + 0, + "*" + ], + [ + 641, + 10, + 0, + 534, + 0, + "*" + ], + [ + 642, + 532, + 0, + 206, + 0, + "MODEL" + ], + [ + 643, + 533, + 0, + 448, + 0, + "CLIP" + ], + [ + 644, + 533, + 0, + 495, + 0, + "CLIP" + ], + [ + 645, + 534, + 0, + 165, + 1, + "VAE" + ], + [ + 646, + 534, + 0, + 121, + 1, + "VAE" + ], + [ + 647, + 534, + 0, + 123, + 1, + "VAE" + ], + [ + 648, + 534, + 0, + 139, + 1, + "VAE" + ], + [ + 649, + 534, + 0, + 140, + 1, + "VAE" + ], + [ + 650, + 534, + 0, + 193, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3024, + 1015 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.6727499949325768, + "offset": [ + 2721.9833781632383, + 812.4715339949961 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Kolors Bridge/Foda-Bridge-Kolors-lines-v80.json b/Components/_draft/Foda-Flux-v18/Kolors Bridge/Foda-Bridge-Kolors-lines-v80.json new file mode 100644 index 0000000..e819c0f --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Kolors Bridge/Foda-Bridge-Kolors-lines-v80.json @@ -0,0 +1,12466 @@ +{ + "last_node_id": 1229, + "last_link_id": 1535, + "nodes": [ + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7463, + 1249 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1477, + 1502, + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 55354772899596, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -9277.646010291473, + 3155.8092627603896 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 1510 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03686_.png", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -8071, + 3743 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 135, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1517, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1519, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494, + 1505 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -8677.646010291473, + 3449.809262760391 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -8211, + 3737 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 61, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5605.719237149227, + 3118.156881704069 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 211, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -6000.7192371492265, + 3157.156881704069 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 206, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1494 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1495 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6697.7192371492265, + 3285.156881704069 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 192, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1502, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6700.632699184826, + 3447.0469747189304 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6700.632699184826, + 3547.0469747189304 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 165, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1497, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6960.9893191496485, + 3327.23260507036 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 168, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1496, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1500, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -7260.9893191496485, + 3367.23260507036 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 174, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1465 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -6316.989319149648, + 3336.23260507036 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 199, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1466 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -2425.952302220027, + 3137.0281628128896 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 234, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1507 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -2815.952302220032, + 3177.0281628128896 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 231, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1506, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1505 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -3515.9523022200256, + 3307.02816281289 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 223, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1503, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -3515.9523022200256, + 3467.028162812891 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -3515.9523022200256, + 3567.028162812891 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 166, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1499, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -3775.952302220023, + 3347.0281628128905 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 169, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1498, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1501, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -4075.952302220022, + 3387.0281628128896 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 217, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 1468 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -3135.952302220031, + 3357.0281628128905 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 227, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 1469 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1506 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6772, + 1772 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1483, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1487, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6474.932781821737, + 1741.489018074107 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 170, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194, + 1476 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6434.932781821737, + 1851.4890180741065 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 184, + "mode": 4, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -6990.458874126071, + 2179.1858013259407 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 104, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1481 + }, + { + "name": "width", + "type": "INT", + "link": 1484, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1486, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7317, + 2177 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1481 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6484.932781821737, + 1861.4890180741068 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 6, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4871, + 1802 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 213, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 1472 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4604.187236106894, + 1767.4349180310865 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 218, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5261.002901054403, + 1802.373504041003 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 207, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1477, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1476, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5261.002901054403, + 1942.3735040410031 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5261.187236106895, + 2042.4349180310867 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 193, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1479, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1475, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5581.187236106896, + 1822.4349180310865 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 167, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1478, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1480, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5251.002901054403, + 2182.3735040410033 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 8, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7926.257582133108, + 1777.5512807721645 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1474 + }, + { + "name": "width", + "type": "INT", + "link": 1492, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1493, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1478, + 1479 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8447.257582133094, + 1720.5512807721645 + ], + "size": { + "0": 305.3254699707031, + "1": 100 + }, + "flags": {}, + "order": 148, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1473 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1489, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1490, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1480 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6212.458874126071, + 1691.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -8264, + 859 + ], + "size": { + "0": 384.6886901855469, + "1": 60.638465881347656 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -6320, + "1": 1080, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 226 + }, + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8075, + 3049 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1461 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1500, + 1501 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8262, + 962 + ], + "size": { + "0": 527.1443481445312, + "1": 170.289306640625 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(text\"JOHNSON\":1), female focus, diffuse light, ", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + 372.9875797024488, + 3012.316341995075 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 63, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + 371.9875797024488, + 3182.3163419950747 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -433.01242029754576, + 3139.3163419950747 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5945, + 1811 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 185, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1475 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6203.458874126071, + 1809.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -7834, + 1180 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1033, + 1482 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1034, + 1485 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -6730, + "1": 1100, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 336.8163146972656, + "1": 202 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -898.8415634642462, + 3023.2370345104064 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 17, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8268, + 1181 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 976, + 1488 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 977 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8835, + 1798 + ], + "size": { + "0": 320, + "1": 160 + }, + "flags": {}, + "order": 130, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1491, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , EndGate style an image of a sci - fi landscape with the sun in the middle of it" + ], + "(text\"JOHNSON\":1), female focus, diffuse light, , EndGate style an image of a sci - fi landscape with the sun in the middle of it" + ] + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -435, + 2428 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 136, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1523 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 979.9264710492112, + 1990.2039574816824 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 158, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 2259.9264710492084, + 1960.2039574816827 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 176, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 2259.9264710492084, + 2050.2039574816836 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 2579.9264710492057, + 1890.203957481682 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 188, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 1269.9264710492105, + 1900.203957481682 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 175, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -18, + 1925 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 157, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 738, + "type": "KSampler", + "pos": [ + -5165, + -1099 + ], + "size": { + "0": 315, + "1": 475 + }, + "flags": {}, + "order": 215, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 967, + "slot_index": 0, + "label": "模型" + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 988, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 989, + "slot_index": 2, + "label": "负面条件" + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1026, + "slot_index": 3, + "label": "Latent" + }, + { + "name": "seed", + "type": "INT", + "link": 1057, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1045, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 800 + ], + "slot_index": 0, + "shape": 3, + "label": "Latent" + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 1005237524116490, + "fixed", + 25, + 4.54, + "euler", + "ddim_uniform", + 1 + ] + }, + { + "id": 740, + "type": "VAEDecode", + "pos": [ + -4786, + -1108 + ], + "size": { + "0": 220, + "1": 50 + }, + "flags": {}, + "order": 220, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 800, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1004, + "slot_index": 1, + "label": "VAE" + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 910 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 741, + "type": "MZ_KolorsControlNetLoader", + "pos": [ + -9980, + -1000 + ], + "size": { + "0": 285.6000061035156, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 816, + 1050 + ], + "slot_index": 0, + "shape": 3, + "label": "CONTROL_NET" + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsControlNetLoader" + }, + "widgets_values": [ + "kolors\\Kolors_controlnet_depth.safetensors" + ] + }, + { + "id": 742, + "type": "ControlNetApplyAdvanced", + "pos": [ + -7300.748005305806, + 147.78304599593335 + ], + "size": { + "0": 339.614990234375, + "1": 166 + }, + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1029, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1031, + "slot_index": 1, + "label": "负面条件" + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1051, + "slot_index": 2, + "label": "ControlNet" + }, + { + "name": "image", + "type": "IMAGE", + "link": 805, + "slot_index": 3, + "label": "图像" + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 824 + ], + "slot_index": 0, + "shape": 3, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 826 + ], + "slot_index": 1, + "shape": 3, + "label": "负面条件" + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.7000000000000001, + 0, + 0.9 + ] + }, + { + "id": 744, + "type": "MZ_ChatGLM3_Advance_V2", + "pos": [ + -8647, + -1197 + ], + "size": { + "0": 400, + "1": 240 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "link": 964, + "slot_index": 0, + "label": "chatglm3_model" + }, + { + "name": "text", + "type": "STRING", + "link": 978, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 982 + ], + "slot_index": 0, + "shape": 3, + "label": "CONDITIONING" + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3_Advance_V2" + }, + "widgets_values": [ + "", + 1024, + 1024, + 0, + 0, + 1024, + 1024, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 745, + "type": "MZ_ChatGLM3_V2", + "pos": [ + -8642.255428747001, + -889.0620522038239 + ], + "size": { + "0": 391.6485595703125, + "1": 54 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "link": 963, + "slot_index": 0, + "label": "chatglm3_model" + }, + { + "name": "text", + "type": "STRING", + "link": 979, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 983 + ], + "slot_index": 0, + "shape": 3, + "label": "CONDITIONING" + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3_V2" + }, + "widgets_values": [ + "Wrong limbs, wrong anatomy", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 746, + "type": "MZ_ChatGLM3Loader", + "pos": [ + -9630, + -850 + ], + "size": { + "0": 284.8618469238281, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "links": [ + 814, + 962 + ], + "slot_index": 0, + "shape": 3, + "label": "chatglm3_model" + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3Loader" + }, + "widgets_values": [ + "checkpoints\\chatglm3-8bit.safetensors" + ] + }, + { + "id": 747, + "type": "VAELoader", + "pos": [ + -9980, + -1140 + ], + "size": { + "0": 282.26361083984375, + "1": 61.20377731323242 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 813, + 1000 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 748, + "type": "MZ_KolorsUNETLoaderV2", + "pos": [ + -9630, + -1300 + ], + "size": { + "0": 373.7890319824219, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "model", + "type": "MODEL", + "links": [ + 959, + 1062 + ], + "slot_index": 0, + "shape": 3, + "label": "model" + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsUNETLoaderV2" + }, + "widgets_values": [ + "Kolors\\diffusion_pytorch_model.fp16.safetensors" + ] + }, + { + "id": 749, + "type": "IPAdapterModelLoader", + "pos": [ + -9630, + -1140 + ], + "size": { + "0": 282.26361083984375, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "IPADAPTER", + "type": "IPADAPTER", + "links": [ + 810, + 1013 + ], + "slot_index": 0, + "shape": 3, + "label": "IPAdapter" + } + ], + "properties": { + "Node name for S&R": "IPAdapterModelLoader" + }, + "widgets_values": [ + "kolors\\ip_adapter_plus_general.bin" + ] + }, + { + "id": 750, + "type": "easy setNode", + "pos": [ + -9630, + -1190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "IPADAPTER", + "type": "IPADAPTER", + "link": 810 + } + ], + "title": "Set_IPAdapter_kolors", + "properties": { + "previousName": "IPAdapter_kolors" + }, + "widgets_values": [ + "IPAdapter_kolors" + ], + "color": "#223" + }, + { + "id": 751, + "type": "CLIPVisionLoader", + "pos": [ + -9630, + -1000 + ], + "size": { + "0": 278.2551574707031, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "CLIP_VISION", + "type": "CLIP_VISION", + "links": [ + 811, + 1009 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPVisionLoader" + }, + "widgets_values": [ + "kolors\\pytorch_model.bin" + ] + }, + { + "id": 752, + "type": "easy setNode", + "pos": [ + -9630, + -1040 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "CLIP_VISION", + "type": "CLIP_VISION", + "link": 811 + } + ], + "title": "Set_CLIP_VISION_kolors", + "properties": { + "previousName": "CLIP_VISION_kolors" + }, + "widgets_values": [ + "CLIP_VISION_kolors" + ], + "color": "#223" + }, + { + "id": 754, + "type": "easy setNode", + "pos": [ + -9970, + -1180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 813 + } + ], + "title": "Set_vae_kolors", + "properties": { + "previousName": "vae_kolors" + }, + "widgets_values": [ + "vae_kolors" + ], + "color": "#223" + }, + { + "id": 755, + "type": "easy setNode", + "pos": [ + -9624, + -885 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "CHATGLM3MODEL", + "type": "CHATGLM3MODEL", + "link": 814 + } + ], + "title": "Set_chatglm3", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "chatglm3" + ], + "color": "#223" + }, + { + "id": 759, + "type": "easy setNode", + "pos": [ + -9990, + -1030 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "link": 816 + } + ], + "title": "Set_controlnet_depth_kolors", + "properties": { + "previousName": "controlnet_depth_kolors" + }, + "widgets_values": [ + "controlnet_depth_kolors" + ], + "color": "#223" + }, + { + "id": 767, + "type": "MZ_KolorsControlNetLoader", + "pos": [ + -9980, + -850 + ], + "size": { + "0": 285.6000061035156, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 818, + 1053 + ], + "slot_index": 0, + "shape": 3, + "label": "CONTROL_NET" + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsControlNetLoader" + }, + "widgets_values": [ + "kolors\\Kolors_controlnet_canny.safetensors" + ] + }, + { + "id": 768, + "type": "LoadImage", + "pos": [ + -7951, + 262 + ], + "size": { + "0": 315, + "1": 315 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 769, + "type": "easy setNode", + "pos": [ + -9989, + -889 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "link": 818 + } + ], + "title": "Set_controlnet_canny_kolors", + "properties": { + "previousName": "controlnet_canny_kolors" + }, + "widgets_values": [ + "controlnet_canny_kolors" + ], + "color": "#223" + }, + { + "id": 771, + "type": "ControlNetApplyAdvanced", + "pos": [ + -6931, + 147 + ], + "size": { + "0": 339.614990234375, + "1": 166 + }, + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1030, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1032, + "slot_index": 1, + "label": "负面条件" + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1054, + "slot_index": 2, + "label": "ControlNet" + }, + { + "name": "image", + "type": "IMAGE", + "link": 823, + "slot_index": 3, + "label": "图像" + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 825 + ], + "slot_index": 0, + "shape": 3, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 827 + ], + "slot_index": 1, + "shape": 3, + "label": "负面条件" + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.7000000000000001, + 0, + 0.9 + ] + }, + { + "id": 774, + "type": "ConditioningCombine", + "pos": [ + -6480.748005305823, + 7.7830459959333425 + ], + "size": { + "0": 246.88563537597656, + "1": 46 + }, + "flags": {}, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "conditioning_1", + "type": "CONDITIONING", + "link": 824 + }, + { + "name": "conditioning_2", + "type": "CONDITIONING", + "link": 825 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1094 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ConditioningCombine" + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 775, + "type": "ConditioningCombine", + "pos": [ + -6480.748005305823, + 147.78304599593335 + ], + "size": { + "0": 244.09779357910156, + "1": 46 + }, + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "conditioning_1", + "type": "CONDITIONING", + "link": 826 + }, + { + "name": "conditioning_2", + "type": "CONDITIONING", + "link": 827 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1093 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ConditioningCombine" + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 786, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7300.748005305806, + -22.216954004066658 + ], + "size": { + "0": 210, + "1": 58.666709899902344 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 957 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 805, + 840 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 788, + "type": "ImageResize+", + "pos": [ + -7564.7480053058025, + -20.216954004066658 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1453 + }, + { + "name": "width", + "type": "INT", + "link": 1035, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1036, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 957, + 958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 1024, + 1024, + "lanczos", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 789, + "type": "PreviewImage", + "pos": [ + -7290.748005305806, + 372.78304599593343 + ], + "size": { + "0": 321.5598449707031, + "1": 246 + }, + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 840 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 790, + "type": "PreviewImage", + "pos": [ + -6918.74800530581, + 372.78304599593343 + ], + "size": { + "0": 321.5598449707031, + "1": 246 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 841 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 791, + "type": "CannyEdgePreprocessor", + "pos": [ + -6940.748005305809, + -42.21695400406671 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 958 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 823, + 841 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 792, + "type": "PerturbedAttentionGuidance", + "pos": [ + -3607, + -1129 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 204, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 974 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 975 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "PerturbedAttentionGuidance" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 793, + "type": "VAEDecode", + "pos": [ + -3227, + -983 + ], + "size": { + "0": 140, + "1": 46 + }, + "flags": {}, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 943, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1006, + "slot_index": 1, + "label": "VAE" + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 846, + 1073, + 1447 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 794, + "type": "SaveImage", + "pos": [ + -3030.8655169451163, + -1131.1731230410303 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 228, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 846 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 803, + "type": "VAEDecode", + "pos": [ + -1176.6204031059494, + -967.2148696910011 + ], + "size": { + "0": 140, + "1": 46 + }, + "flags": {}, + "order": 230, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 951, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1008, + "slot_index": 1, + "label": "VAE" + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 856 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 804, + "type": "SaveImage", + "pos": [ + -960.8655169451174, + -1117.0177537292934 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 233, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 856 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 814, + "type": "easy seed", + "pos": [ + -7463, + 1069 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 1055 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "KOLORS seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 822292494148137, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 823, + "type": "LoadImage", + "pos": [ + -3931.050920437936, + 383.2101663179092 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 874, + 876 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 827, + "type": "MZ_IPAdapterAdvancedKolors", + "pos": [ + -3191.0509204379346, + 213.21016631790795 + ], + "size": { + "0": 315, + "1": 278 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1153 + }, + { + "name": "ipadapter", + "type": "IPADAPTER", + "link": 1019 + }, + { + "name": "image", + "type": "IMAGE", + "link": 871 + }, + { + "name": "image_negative", + "type": "IMAGE", + "link": 872 + }, + { + "name": "attn_mask", + "type": "MASK", + "link": null + }, + { + "name": "clip_vision", + "type": "CLIP_VISION", + "link": 1018 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MZ_IPAdapterAdvancedKolors" + }, + "widgets_values": [ + 0.6, + "linear", + "add", + 0, + 1, + "V only" + ] + }, + { + "id": 828, + "type": "IPAdapterNoise", + "pos": [ + -3451.050920437934, + 303.2101663179086 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "image_optional", + "type": "IMAGE", + "link": 874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 872, + 875 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "IPAdapterNoise" + }, + "widgets_values": [ + "shuffle", + 0.5, + 0 + ] + }, + { + "id": 829, + "type": "PreviewImage", + "pos": [ + -3441.050920437934, + 453.21016631790917 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 875 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 830, + "type": "ImpactMakeImageBatch", + "pos": [ + -3641.050920437934, + 253.21016631790835 + ], + "size": { + "0": 140, + "1": 106 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 876 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 877 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 878 + }, + { + "name": "image4", + "type": "IMAGE", + "link": 879 + }, + { + "name": "image5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 871 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 831, + "type": "CR Model Input Switch", + "pos": [ + -8119, + -1198 + ], + "size": { + "0": 252, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 981 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1520 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 980 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "title": "KOLORS IPA Toggle 1=off, 2= on", + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 835, + "type": "MZ_KolorsCheckpointLoaderSimple", + "pos": [ + -10030, + -1330 + ], + "size": { + "0": 336, + "1": 78 + }, + "flags": {}, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsCheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 858, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7150, + "1": 1050, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 369.41680908203125, + "1": 250 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null, + "slot_index": 0 + } + ], + "title": "KOLORS mode toggles", + "properties": { + "matchColors": "red", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 861, + "type": "LoadImage", + "pos": [ + -4171.050920437936, + 383.2101663179092 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 879 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 862, + "type": "LoadImage", + "pos": [ + -4171.050920437936, + 3.210166317908409 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 878 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 863, + "type": "LoadImage", + "pos": [ + -3931.050920437936, + 3.210166317908409 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 877 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 864, + "type": "LoadImage", + "pos": [ + -5411.050920437934, + 323.21016631790866 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 33, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 904, + 906 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 868, + "type": "MZ_IPAdapterAdvancedKolors", + "pos": [ + -4671.050920437936, + -6.789833682091598 + ], + "size": { + "0": 315, + "1": 278 + }, + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1017 + }, + { + "name": "ipadapter", + "type": "IPADAPTER", + "link": 1015 + }, + { + "name": "image", + "type": "IMAGE", + "link": 901 + }, + { + "name": "image_negative", + "type": "IMAGE", + "link": 902 + }, + { + "name": "attn_mask", + "type": "MASK", + "link": null + }, + { + "name": "clip_vision", + "type": "CLIP_VISION", + "link": 1011 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MZ_IPAdapterAdvancedKolors" + }, + "widgets_values": [ + 0.5, + "strong style transfer", + "average", + 0, + 1, + "V only" + ] + }, + { + "id": 869, + "type": "IPAdapterNoise", + "pos": [ + -4931.050920437936, + 163.21016631790818 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "image_optional", + "type": "IMAGE", + "link": 904 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 902, + 905 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "IPAdapterNoise" + }, + "widgets_values": [ + "shuffle", + 0.5, + 0 + ] + }, + { + "id": 870, + "type": "PreviewImage", + "pos": [ + -4931.050920437936, + 313.2101663179087 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 905 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 871, + "type": "ImpactMakeImageBatch", + "pos": [ + -5121.050920437937, + 33.21016631790839 + ], + "size": { + "0": 140, + "1": 106 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 906 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 907 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 908 + }, + { + "name": "image4", + "type": "IMAGE", + "link": 909 + }, + { + "name": "image5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 901 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 872, + "type": "LoadImage", + "pos": [ + -5661, + 323 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 909 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 873, + "type": "LoadImage", + "pos": [ + -5671.050920437936, + -56.789833682091206 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 908 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 874, + "type": "LoadImage", + "pos": [ + -5401.050920437934, + -56.789833682091206 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 907 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 875, + "type": "SaveImage", + "pos": [ + -4494.522224497905, + -1098.5794043330443 + ], + "size": { + "0": 555.7569580078125, + "1": 639.0599365234375 + }, + "flags": {}, + "order": 224, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 910 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 880, + "type": "EmptyLatentImage", + "pos": [ + -6934, + -1212 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1041, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1042, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 919 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 882, + "type": "LatentSwitch", + "pos": [ + -6633, + -1214 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 919 + }, + { + "name": "input2", + "type": "LATENT", + "link": 920 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1021 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 930 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 884, + "type": "VAEEncode", + "pos": [ + -6933.812106810017, + -776.79601666957 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 922 + }, + { + "name": "vae", + "type": "VAE", + "link": 1002 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 920 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 885, + "type": "ImageResize+", + "pos": [ + -7163.812106810017, + -766.79601666957 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1452 + }, + { + "name": "width", + "type": "INT", + "link": 1039, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1040, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 922 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 886, + "type": "LoadImage", + "pos": [ + -7566, + -782 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 887, + "type": "Note", + "pos": [ + -6638, + -988 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": { + "collapsed": false + }, + "order": 38, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 890, + "type": "Primitive float [Crystools]", + "pos": [ + -6370, + -1223 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 928 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 891, + "type": "ImpactSwitch", + "pos": [ + -6114, + -1137 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 928 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 929 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 930, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1045, + 1046, + 1047 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 892, + "type": "Primitive float [Crystools]", + "pos": [ + -6366, + -1088 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 929 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.5 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 900, + "type": "KSampler", + "pos": [ + -3599.8655169451163, + -985.1731230410298 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 221, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 975 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 995 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 994 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1025 + }, + { + "name": "seed", + "type": "INT", + "link": 1060, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1046, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 943 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 580597954256824, + "randomize", + 20, + 3.5, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 901, + "type": "PerturbedAttentionGuidance", + "pos": [ + -1541, + -1126.8446306882631 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 210, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 973 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 972 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "PerturbedAttentionGuidance" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 908, + "type": "KSampler", + "pos": [ + -1530.8655169451172, + -967.0177537292932 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 226, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 972 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 997 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 999 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1024 + }, + { + "name": "seed", + "type": "INT", + "link": 1061, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1047, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 951 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 655115000418044, + "randomize", + 20, + 0.3, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 909, + "type": "Note", + "pos": [ + -7862, + -1191 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "IP adapter Toggle\n2 = ON" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 912, + "type": "Reroute", + "pos": [ + -8836, + -1403 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 959 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 981 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 913, + "type": "Reroute", + "pos": [ + -8825, + -1265 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 962 + } + ], + "outputs": [ + { + "name": "", + "type": "CHATGLM3MODEL", + "links": [ + 963, + 964 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 914, + "type": "Reroute", + "pos": [ + -7593, + -1400 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 980 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 966 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 915, + "type": "Reroute", + "pos": [ + -5725.577130860394, + -1399.6947569221063 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 966 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 967, + 968 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 916, + "type": "Reroute", + "pos": [ + -3666.301059877698, + -1387.0033106614019 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 968 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 970, + 974 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 917, + "type": "Reroute", + "pos": [ + -1651, + -1381 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 970 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 973 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 918, + "type": "Reroute", + "pos": [ + -8825, + -1226 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 976, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 978 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 919, + "type": "Reroute", + "pos": [ + -8825, + -1191 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 977, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 979 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 920, + "type": "Reroute", + "pos": [ + -8090, + -810 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 982 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1027 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 921, + "type": "Reroute", + "pos": [ + -8090, + -780 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 983 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1028 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 922, + "type": "Reroute", + "pos": [ + -5940, + -1470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 208, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1085 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 988, + 990 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 923, + "type": "Reroute", + "pos": [ + -5940, + -1440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 209, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1086 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 989, + 991 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 924, + "type": "Reroute", + "pos": [ + -3930, + -1470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 214, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 990 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 995, + 996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 925, + "type": "Reroute", + "pos": [ + -3930, + -1440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 991 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 994, + 998 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 926, + "type": "Reroute", + "pos": [ + -1923.8143571200526, + -1453.092585812985 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 219, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 996 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 997 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 927, + "type": "Reroute", + "pos": [ + -1924, + -1423 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 222, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 998 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 999 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 928, + "type": "Reroute", + "pos": [ + -9490, + -1510 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1000 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 929, + "type": "Reroute", + "pos": [ + -7593, + -1499 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1001 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1002, + 1003 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 930, + "type": "Reroute", + "pos": [ + -5729, + -1492 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1003 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1004, + 1005 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 931, + "type": "Reroute", + "pos": [ + -3675, + -1489 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1005 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1006, + 1007 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 932, + "type": "Reroute", + "pos": [ + -1656, + -1471 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1007 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 933, + "type": "Reroute", + "pos": [ + -8600, + 807 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1009 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP_VISION", + "links": [ + 1010 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 934, + "type": "Reroute", + "pos": [ + -5663, + 812 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1010 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP_VISION", + "links": [ + 1011, + 1018 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 935, + "type": "Reroute", + "pos": [ + -8595, + 781 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1013 + } + ], + "outputs": [ + { + "name": "", + "type": "IPADAPTER", + "links": [ + 1014 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 936, + "type": "Reroute", + "pos": [ + -5661, + 793 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1014 + } + ], + "outputs": [ + { + "name": "", + "type": "IPADAPTER", + "links": [ + 1015, + 1019 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 937, + "type": "Reroute", + "pos": [ + -5703, + -329 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1063 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1017, + 1153 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 938, + "type": "Reroute", + "pos": [ + -5938, + -1520 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1021 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1022, + 1026 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 939, + "type": "Reroute", + "pos": [ + -3929, + -1508 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1022 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1023, + 1025 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 940, + "type": "Reroute", + "pos": [ + -1927, + -1491 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1023 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1024 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 941, + "type": "Reroute", + "pos": [ + -7970, + -220 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 172, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1027 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1029, + 1030, + 1091 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 942, + "type": "Reroute", + "pos": [ + -7970, + -180 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1028 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1031, + 1032, + 1092 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 943, + "type": "Reroute", + "pos": [ + -7612, + -384 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1033, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1035, + 1039, + 1041 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 944, + "type": "Reroute", + "pos": [ + -7609, + -346 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1034, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1036, + 1040, + 1042 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 947, + "type": "Reroute", + "pos": [ + -5715.544662287389, + -1329.9123771227898 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": null + } + ], + "outputs": [ + { + "name": "", + "type": "*", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 948, + "type": "Reroute", + "pos": [ + -7945.261623358604, + -13.40486797048515 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1050 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 949, + "type": "Reroute", + "pos": [ + -7940.938191823278, + 23.022188059047025 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1053, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1054 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 950, + "type": "Reroute", + "pos": [ + -7612, + -277 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1055, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1056 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 951, + "type": "Reroute", + "pos": [ + -5701, + -299 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1056, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1057, + 1059 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 952, + "type": "Reroute", + "pos": [ + -3666.1655090720187, + -295.25954263073436 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1059, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1060, + 1061 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 953, + "type": "Reroute", + "pos": [ + -8183, + -330 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1062 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1063 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 962, + "type": "Switch conditioning [Crystools]", + "pos": [ + -6112, + 7 + ], + "size": { + "0": 210, + "1": 74 + }, + "flags": {}, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "CONDITIONING", + "link": 1094 + }, + { + "name": "on_false", + "type": "CONDITIONING", + "link": 1091 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 1079, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "links": [ + 1085 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Switch conditioning [Crystools]" + }, + "widgets_values": [ + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 963, + "type": "PrimitiveNode", + "pos": [ + -8073, + -1073 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "BOOLEAN", + "type": "BOOLEAN", + "links": [ + 1079, + 1080 + ], + "slot_index": 0, + "widget": { + "name": "boolean" + } + } + ], + "title": "Cnet Toggle", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + true + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 964, + "type": "Switch conditioning [Crystools]", + "pos": [ + -6107, + 148 + ], + "size": { + "0": 210, + "1": 74 + }, + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "CONDITIONING", + "link": 1093 + }, + { + "name": "on_false", + "type": "CONDITIONING", + "link": 1092 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 1080, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "links": [ + 1086 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Switch conditioning [Crystools]" + }, + "widgets_values": [ + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -10720, + 2070 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -6760.458874126071, + 2181.1858013259407 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 150, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1470 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -8531, + 3144 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1460 + }, + { + "name": "width", + "type": "INT", + "link": 1514, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1515, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1496, + 1497, + 1498, + 1499 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1042, + "type": "CheckpointLoaderSimple", + "pos": [ + 774.9356239480333, + 580.1009901917615 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 45, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1234 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1235 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 1043, + "type": "CLIPTextEncode", + "pos": [ + 1384.9356239480333, + 580.1009901917615 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 116, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1215 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1239 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "man waving hands", + true + ] + }, + { + "id": 1044, + "type": "CLIPTextEncode", + "pos": [ + 1394.9356239480333, + 830.100990191762 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 117, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1216 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1241 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1045, + "type": "EmptyLatentImage", + "pos": [ + 774.9356239480333, + 940.1009901917627 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 46, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1238 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1046, + "type": "VAELoader", + "pos": [ + 774.9356239480333, + 720.100990191761 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1236 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 1047, + "type": "MeshGraphormer-DepthMapPreprocessor", + "pos": [ + 2654.935623948034, + 690.1009901917612 + ], + "size": { + "0": 315, + "1": 222 + }, + "flags": {}, + "order": 92, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1217 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1218, + 1228 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "INPAINTING_MASK", + "type": "MASK", + "links": [ + 1219, + 1230 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MeshGraphormer-DepthMapPreprocessor" + }, + "widgets_values": [ + 30, + 512, + "tight_bboxes", + 20, + 88, + 0.6, + 0.6 + ] + }, + { + "id": 1048, + "type": "PreviewImage", + "pos": [ + 3394.9356239480344, + 540.1009901917612 + ], + "size": { + "0": 210, + "1": 250 + }, + "flags": {}, + "order": 121, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1218 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1049, + "type": "MaskToImage", + "pos": [ + 3124.935623948035, + 840.100990191762 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 122, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1219 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1220 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MaskToImage" + } + }, + { + "id": 1050, + "type": "PreviewImage", + "pos": [ + 3394.9356239480344, + 830.100990191762 + ], + "size": { + "0": 210, + "1": 250 + }, + "flags": {}, + "order": 145, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1220 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1051, + "type": "KSampler", + "pos": [ + 3754.935623948035, + 440.10099019176124 + ], + "size": { + "0": 320, + "1": 470 + }, + "flags": {}, + "order": 191, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1221 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 1222 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1223 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1224, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 623806098509399, + "randomize", + 30, + 8, + "dpmpp_2m", + "karras", + 1 + ] + }, + { + "id": 1052, + "type": "ControlNetApplyAdvanced", + "pos": [ + 3054.935623948035, + 630.1009901917614 + ], + "size": { + "0": 315, + "1": 166 + }, + "flags": {}, + "order": 181, + "mode": 4, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1225 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1226 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1227, + "slot_index": 2 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1228 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1222 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 1223 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.8, + 0, + 0.8 + ] + }, + { + "id": 1053, + "type": "ControlNetLoader", + "pos": [ + 774.9356239480333, + 830.100990191762 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 48, + "mode": 4, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 1237 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ControlNetLoader" + }, + "widgets_values": [ + "controlnet_loras\\control-lora-depth-rank128.safetensors" + ] + }, + { + "id": 1054, + "type": "SetLatentNoiseMask", + "pos": [ + 3384.9356239480344, + 1140.1009901917603 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 144, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1229 + }, + { + "name": "mask", + "type": "MASK", + "link": 1230 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1224 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SetLatentNoiseMask" + } + }, + { + "id": 1055, + "type": "VAEDecode", + "pos": [ + 4124.935623948036, + 440.10099019176124 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 198, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1231 + }, + { + "name": "vae", + "type": "VAE", + "link": 1232 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1233 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1056, + "type": "SaveImage", + "pos": [ + 4374.935623948038, + 440.10099019176124 + ], + "size": { + "0": 636.1807250976562, + "1": 624.227294921875 + }, + "flags": {}, + "order": 205, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1233 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1057, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 210.10099019176087 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 87, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1234 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1243 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1058, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 240.100990191761 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 88, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1235 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1215, + 1216 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1059, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 270.1009901917611 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 90, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1236 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1244, + 1247 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1060, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 300.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 91, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1237 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1245 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1061, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 350.10099019176107 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 89, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1238 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1062, + "type": "Reroute", + "pos": [ + 1934.935623948037, + 450.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 142, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1239 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1240 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1063, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 450.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1240 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1225 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1064, + "type": "Reroute", + "pos": [ + 1924.935623948037, + 470.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 143, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1241 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1242 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1065, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 480.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 164, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1242 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1226 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1066, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 220.10099019176127 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 115, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1243 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1221 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1067, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 270.1009901917611 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 118, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1244 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1232 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1068, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 310.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 120, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1245 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1227 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1069, + "type": "Note", + "pos": [ + 684.9356239480337, + 210.10099019176087 + ], + "size": { + "0": 440.21527099609375, + "1": 260.7341003417969 + }, + "flags": {}, + "order": 49, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "SDXL-Hands-Correction-v4\n\ngenerated an image, then fixed the hand.\npre-release workflow.\n\nimage input\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj " + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1070, + "type": "LoadImage", + "pos": [ + 1934.935623948037, + 690.1009901917612 + ], + "size": { + "0": 315, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 50, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1217, + 1246 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03724_.png", + "image" + ] + }, + { + "id": 1071, + "type": "VAEEncode", + "pos": [ + 2664.935623948034, + 960.1009901917627 + ], + "size": { + "0": 304.1658020019531, + "1": 46 + }, + "flags": {}, + "order": 119, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1246 + }, + { + "name": "vae", + "type": "VAE", + "link": 1247 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1229 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -7350.095897633593, + 3165.761244830826 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1511 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -4099.492214480829, + 3195.6901697849353 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 212, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1495 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6701.7192371492265, + 3693.156881704069 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 182, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -3517.590853532938, + 3722.875278493084 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 183, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -5261, + 2301 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 200, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1194, + "type": "ReActorFaceSwap", + "pos": [ + -1926.7589321652003, + 110.8486344314835 + ], + "size": { + "0": 229.14871215820312, + "1": 358 + }, + "flags": {}, + "order": 229, + "mode": 4, + "inputs": [ + { + "name": "input_image", + "type": "IMAGE", + "link": 1447 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": null + }, + { + "name": "face_model", + "type": "FACE_MODEL", + "link": 1439, + "slot_index": 2 + }, + { + "name": "face_boost", + "type": "FACE_BOOST", + "link": 1440, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1441, + 1442 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceSwap" + }, + "widgets_values": [ + true, + "inswapper_128.onnx", + "retinaface_resnet50", + "GFPGANv1.4.pth", + 1, + 0.5, + "no", + "no", + "0", + "0", + 1 + ] + }, + { + "id": 1195, + "type": "ReActorRestoreFace", + "pos": [ + -1626.7589321652001, + 110.8486344314835 + ], + "size": { + "0": 210, + "1": 130 + }, + "flags": {}, + "order": 232, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1441 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1443 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorRestoreFace" + }, + "widgets_values": [ + "retinaface_resnet50", + "codeformer.pth", + 1, + 0.5 + ] + }, + { + "id": 1196, + "type": "ReActorLoadFaceModel", + "pos": [ + -2296.7589321652017, + 80.8486344314835 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 51, + "mode": 4, + "outputs": [ + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": [ + 1439 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorLoadFaceModel" + }, + "widgets_values": [ + "ducreuxV1.safetensors" + ] + }, + { + "id": 1197, + "type": "ReActorMaskHelper", + "pos": [ + -1366.7589321652001, + 40.84863443148351 + ], + "size": { + "0": 330, + "1": 454 + }, + "flags": {}, + "order": 235, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1442 + }, + { + "name": "swapped_image", + "type": "IMAGE", + "link": 1443 + }, + { + "name": "mask_optional", + "type": "MASK", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1446 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "MASK_PREVIEW", + "type": "IMAGE", + "links": [ + 1445 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "SWAPPED_FACE", + "type": "IMAGE", + "links": [ + 1444 + ], + "slot_index": 3, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorMaskHelper" + }, + "widgets_values": [ + "bbox/face_yolov8m.pt", + 0.5, + 10, + 3, + 10, + "sam_vit_b_01ec64.pth", + 0, + 0.93, + 0, + 0.7, + "False", + "dilate", + 0, + 9, + 1 + ] + }, + { + "id": 1198, + "type": "Note", + "pos": [ + -1666.7589321652001, + 280.84863443148345 + ], + "size": { + "0": 288.1455993652344, + "1": 201.9717254638672 + }, + "flags": {}, + "order": 52, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "If you don't have the \"face_yolov8m.pt\" Ultralytics model - you can download it from the Assets and put it into the \n\"ComfyUI\\models\\ultralytics\\bbox\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth\n\n\nAs well as \"sam_vit_b_01ec64.pth\" model - download (if you don't have it) and put it into the \"ComfyUI\\models\\sams\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1199, + "type": "ReActorFaceBoost", + "pos": [ + -2296.7589321652017, + 180.8486344314835 + ], + "size": { + "0": 304.136962890625, + "1": 178 + }, + "flags": {}, + "order": 53, + "mode": 4, + "outputs": [ + { + "name": "FACE_BOOST", + "type": "FACE_BOOST", + "links": [ + 1440 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceBoost" + }, + "widgets_values": [ + false, + "codeformer.pth", + "Bicubic", + 1, + 0.5, + false + ] + }, + { + "id": 1200, + "type": "PreviewImage", + "pos": [ + -1016.7589321652001, + 300.84863443148345 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 238, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1444 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1201, + "type": "PreviewImage", + "pos": [ + -1013, + 5 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 237, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1445 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1202, + "type": "SaveImage", + "pos": [ + -776.7589321652007, + 40.84863443148351 + ], + "size": { + "0": 862.9873046875, + "1": 618.7188720703125 + }, + "flags": {}, + "order": 236, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1446 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./koda/swap/koda1" + ] + }, + { + "id": 1206, + "type": "LoadImage", + "pos": [ + -9160, + -341 + ], + "size": { + "0": 838.656005859375, + "1": 919.0036010742188 + }, + "flags": { + "collapsed": false + }, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1452, + 1453 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "MegaDemons (17).png", + "image" + ] + }, + { + "id": 1207, + "type": "Reroute", + "pos": [ + -8280, + 1460 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1530 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1474 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -8280, + 1490 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1532 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1473 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -8280, + 1520 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1534 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1470, + 1472 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1210, + "type": "Reroute", + "pos": [ + -7710, + 2770 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1531 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1460 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1211, + "type": "Reroute", + "pos": [ + -7710, + 2800 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1533 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1461 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1212, + "type": "Reroute", + "pos": [ + -7710, + 2830 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1535 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1464 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1213, + "type": "Reroute", + "pos": [ + -3869, + 2909 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1467 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1468, + 1469 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1214, + "type": "Reroute", + "pos": [ + -7055, + 2904 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1464 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1465, + 1466, + 1467 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1216, + "type": "Reroute", + "pos": [ + -8759.257582133094, + 1675.5512807721645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 97, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1488 + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1489, + 1490, + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1217, + "type": "Reroute", + "pos": [ + -8090, + 1490 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1482, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1483, + 1484, + 1492, + 1512, + 1524 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1218, + "type": "Reroute", + "pos": [ + -8090, + 1520 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1485, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1486, + 1487, + 1493, + 1513, + 1525 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1221, + "type": "ImageResize+", + "pos": [ + -8064, + 3466 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 134, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1510, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1516, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1518, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1511 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1222, + "type": "Reroute", + "pos": [ + -8521.322835460775, + 2861.0236207807698 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1512, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1514, + 1516, + 1517 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1223, + "type": "Reroute", + "pos": [ + -8521.322835460775, + 2891.0236207807698 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1513, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1515, + 1518, + 1519 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1224, + "type": "Note", + "pos": [ + -7860, + -1074 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 55, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Control Net Toggle\nTRUE = ON" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1225, + "type": "LoadImage", + "pos": [ + -432, + 1752 + ], + "size": { + "0": 315, + "1": 314.0001220703125 + }, + "flags": {}, + "order": 56, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00000-485042714.png", + "image" + ] + }, + { + "id": 1226, + "type": "ImageResize+", + "pos": [ + -431, + 2144 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1521 + }, + { + "name": "width", + "type": "INT", + "link": 1524, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1525, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1523 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -10328, + 1810 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1527 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -10321, + 1942 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1528 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -10332, + 2102 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1529 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1227, + "type": "Reroute", + "pos": [ + -9920, + 1910 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1527 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1530, + 1531 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1228, + "type": "Reroute", + "pos": [ + -9920, + 1940 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1528 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1532, + 1533 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1229, + "type": "Reroute", + "pos": [ + -9920, + 1970 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1529 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1534, + 1535 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -8956, + 890 + ], + "size": { + "0": 644.0669555664062, + "1": 546.185791015625 + }, + "flags": {}, + "order": 60, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Kolors-lines-v80\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt/img2img bridge KOLORS to FLUX \nKolors Control Net Stack: Depth, Canny\nSingle or Double Action Operation\ntxt2img + img2img KOLORS switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 800, + 738, + 0, + 740, + 0, + "LATENT" + ], + [ + 805, + 786, + 0, + 742, + 3, + "IMAGE" + ], + [ + 810, + 749, + 0, + 750, + 0, + "*" + ], + [ + 811, + 751, + 0, + 752, + 0, + "*" + ], + [ + 813, + 747, + 0, + 754, + 0, + "*" + ], + [ + 814, + 746, + 0, + 755, + 0, + "*" + ], + [ + 816, + 741, + 0, + 759, + 0, + "*" + ], + [ + 818, + 767, + 0, + 769, + 0, + "*" + ], + [ + 823, + 791, + 0, + 771, + 3, + "IMAGE" + ], + [ + 824, + 742, + 0, + 774, + 0, + "CONDITIONING" + ], + [ + 825, + 771, + 0, + 774, + 1, + "CONDITIONING" + ], + [ + 826, + 742, + 1, + 775, + 0, + "CONDITIONING" + ], + [ + 827, + 771, + 1, + 775, + 1, + "CONDITIONING" + ], + [ + 840, + 786, + 0, + 789, + 0, + "IMAGE" + ], + [ + 841, + 791, + 0, + 790, + 0, + "IMAGE" + ], + [ + 846, + 793, + 0, + 794, + 0, + "IMAGE" + ], + [ + 856, + 803, + 0, + 804, + 0, + "IMAGE" + ], + [ + 871, + 830, + 0, + 827, + 2, + "IMAGE" + ], + [ + 872, + 828, + 0, + 827, + 3, + "IMAGE" + ], + [ + 874, + 823, + 0, + 828, + 0, + "IMAGE" + ], + [ + 875, + 828, + 0, + 829, + 0, + "IMAGE" + ], + [ + 876, + 823, + 0, + 830, + 0, + "IMAGE" + ], + [ + 877, + 863, + 0, + 830, + 1, + "IMAGE" + ], + [ + 878, + 862, + 0, + 830, + 2, + "IMAGE" + ], + [ + 879, + 861, + 0, + 830, + 3, + "IMAGE" + ], + [ + 901, + 871, + 0, + 868, + 2, + "IMAGE" + ], + [ + 902, + 869, + 0, + 868, + 3, + "IMAGE" + ], + [ + 904, + 864, + 0, + 869, + 0, + "IMAGE" + ], + [ + 905, + 869, + 0, + 870, + 0, + "IMAGE" + ], + [ + 906, + 864, + 0, + 871, + 0, + "IMAGE" + ], + [ + 907, + 874, + 0, + 871, + 1, + "IMAGE" + ], + [ + 908, + 873, + 0, + 871, + 2, + "IMAGE" + ], + [ + 909, + 872, + 0, + 871, + 3, + "IMAGE" + ], + [ + 910, + 740, + 0, + 875, + 0, + "IMAGE" + ], + [ + 919, + 880, + 0, + 882, + 0, + "LATENT" + ], + [ + 920, + 884, + 0, + 882, + 1, + "LATENT" + ], + [ + 922, + 885, + 0, + 884, + 0, + "IMAGE" + ], + [ + 928, + 890, + 0, + 891, + 0, + "FLOAT" + ], + [ + 929, + 892, + 0, + 891, + 1, + "FLOAT" + ], + [ + 930, + 882, + 2, + 891, + 3, + "INT" + ], + [ + 943, + 900, + 0, + 793, + 0, + "LATENT" + ], + [ + 951, + 908, + 0, + 803, + 0, + "LATENT" + ], + [ + 957, + 788, + 0, + 786, + 0, + "IMAGE" + ], + [ + 958, + 788, + 0, + 791, + 0, + "IMAGE" + ], + [ + 959, + 748, + 0, + 912, + 0, + "*" + ], + [ + 962, + 746, + 0, + 913, + 0, + "*" + ], + [ + 963, + 913, + 0, + 745, + 0, + "CHATGLM3MODEL" + ], + [ + 964, + 913, + 0, + 744, + 0, + "CHATGLM3MODEL" + ], + [ + 966, + 914, + 0, + 915, + 0, + "*" + ], + [ + 967, + 915, + 0, + 738, + 0, + "MODEL" + ], + [ + 968, + 915, + 0, + 916, + 0, + "*" + ], + [ + 970, + 916, + 0, + 917, + 0, + "*" + ], + [ + 972, + 901, + 0, + 908, + 0, + "MODEL" + ], + [ + 973, + 917, + 0, + 901, + 0, + "MODEL" + ], + [ + 974, + 916, + 0, + 792, + 0, + "MODEL" + ], + [ + 975, + 792, + 0, + 900, + 0, + "MODEL" + ], + [ + 976, + 604, + 0, + 918, + 0, + "*" + ], + [ + 977, + 604, + 1, + 919, + 0, + "*" + ], + [ + 978, + 918, + 0, + 744, + 1, + "STRING" + ], + [ + 979, + 919, + 0, + 745, + 1, + "STRING" + ], + [ + 980, + 831, + 0, + 914, + 0, + "*" + ], + [ + 981, + 912, + 0, + 831, + 0, + "MODEL" + ], + [ + 982, + 744, + 0, + 920, + 0, + "*" + ], + [ + 983, + 745, + 0, + 921, + 0, + "*" + ], + [ + 988, + 922, + 0, + 738, + 1, + "CONDITIONING" + ], + [ + 989, + 923, + 0, + 738, + 2, + "CONDITIONING" + ], + [ + 990, + 922, + 0, + 924, + 0, + "*" + ], + [ + 991, + 923, + 0, + 925, + 0, + "*" + ], + [ + 994, + 925, + 0, + 900, + 2, + "CONDITIONING" + ], + [ + 995, + 924, + 0, + 900, + 1, + "CONDITIONING" + ], + [ + 996, + 924, + 0, + 926, + 0, + "*" + ], + [ + 997, + 926, + 0, + 908, + 1, + "CONDITIONING" + ], + [ + 998, + 925, + 0, + 927, + 0, + "*" + ], + [ + 999, + 927, + 0, + 908, + 2, + "CONDITIONING" + ], + [ + 1000, + 747, + 0, + 928, + 0, + "*" + ], + [ + 1001, + 928, + 0, + 929, + 0, + "*" + ], + [ + 1002, + 929, + 0, + 884, + 1, + "VAE" + ], + [ + 1003, + 929, + 0, + 930, + 0, + "*" + ], + [ + 1004, + 930, + 0, + 740, + 1, + "VAE" + ], + [ + 1005, + 930, + 0, + 931, + 0, + "*" + ], + [ + 1006, + 931, + 0, + 793, + 1, + "VAE" + ], + [ + 1007, + 931, + 0, + 932, + 0, + "*" + ], + [ + 1008, + 932, + 0, + 803, + 1, + "VAE" + ], + [ + 1009, + 751, + 0, + 933, + 0, + "*" + ], + [ + 1010, + 933, + 0, + 934, + 0, + "*" + ], + [ + 1011, + 934, + 0, + 868, + 5, + "CLIP_VISION" + ], + [ + 1013, + 749, + 0, + 935, + 0, + "*" + ], + [ + 1014, + 935, + 0, + 936, + 0, + "*" + ], + [ + 1015, + 936, + 0, + 868, + 1, + "IPADAPTER" + ], + [ + 1017, + 937, + 0, + 868, + 0, + "MODEL" + ], + [ + 1018, + 934, + 0, + 827, + 5, + "CLIP_VISION" + ], + [ + 1019, + 936, + 0, + 827, + 1, + "IPADAPTER" + ], + [ + 1021, + 882, + 0, + 938, + 0, + "*" + ], + [ + 1022, + 938, + 0, + 939, + 0, + "*" + ], + [ + 1023, + 939, + 0, + 940, + 0, + "*" + ], + [ + 1024, + 940, + 0, + 908, + 3, + "LATENT" + ], + [ + 1025, + 939, + 0, + 900, + 3, + "LATENT" + ], + [ + 1026, + 938, + 0, + 738, + 3, + "LATENT" + ], + [ + 1027, + 920, + 0, + 941, + 0, + "*" + ], + [ + 1028, + 921, + 0, + 942, + 0, + "*" + ], + [ + 1029, + 941, + 0, + 742, + 0, + "CONDITIONING" + ], + [ + 1030, + 941, + 0, + 771, + 0, + "CONDITIONING" + ], + [ + 1031, + 942, + 0, + 742, + 1, + "CONDITIONING" + ], + [ + 1032, + 942, + 0, + 771, + 1, + "CONDITIONING" + ], + [ + 1033, + 559, + 0, + 943, + 0, + "*" + ], + [ + 1034, + 559, + 1, + 944, + 0, + "*" + ], + [ + 1035, + 943, + 0, + 788, + 1, + "INT" + ], + [ + 1036, + 944, + 0, + 788, + 2, + "INT" + ], + [ + 1039, + 943, + 0, + 885, + 1, + "INT" + ], + [ + 1040, + 944, + 0, + 885, + 2, + "INT" + ], + [ + 1041, + 943, + 0, + 880, + 0, + "INT" + ], + [ + 1042, + 944, + 0, + 880, + 1, + "INT" + ], + [ + 1045, + 891, + 0, + 738, + 5, + "FLOAT" + ], + [ + 1046, + 891, + 0, + 900, + 5, + "FLOAT" + ], + [ + 1047, + 891, + 0, + 908, + 5, + "FLOAT" + ], + [ + 1050, + 741, + 0, + 948, + 0, + "*" + ], + [ + 1051, + 948, + 0, + 742, + 2, + "CONTROL_NET" + ], + [ + 1053, + 767, + 0, + 949, + 0, + "*" + ], + [ + 1054, + 949, + 0, + 771, + 2, + "CONTROL_NET" + ], + [ + 1055, + 814, + 0, + 950, + 0, + "*" + ], + [ + 1056, + 950, + 0, + 951, + 0, + "*" + ], + [ + 1057, + 951, + 0, + 738, + 4, + "INT" + ], + [ + 1059, + 951, + 0, + 952, + 0, + "*" + ], + [ + 1060, + 952, + 0, + 900, + 4, + "INT" + ], + [ + 1061, + 952, + 0, + 908, + 4, + "INT" + ], + [ + 1062, + 748, + 0, + 953, + 0, + "*" + ], + [ + 1063, + 953, + 0, + 937, + 0, + "*" + ], + [ + 1073, + 793, + 0, + 957, + 0, + "IMAGE" + ], + [ + 1079, + 963, + 0, + 962, + 2, + "BOOLEAN" + ], + [ + 1080, + 963, + 0, + 964, + 2, + "BOOLEAN" + ], + [ + 1085, + 962, + 0, + 922, + 0, + "*" + ], + [ + 1086, + 964, + 0, + 923, + 0, + "*" + ], + [ + 1091, + 941, + 0, + 962, + 1, + "CONDITIONING" + ], + [ + 1092, + 942, + 0, + 964, + 1, + "CONDITIONING" + ], + [ + 1093, + 775, + 0, + 964, + 0, + "CONDITIONING" + ], + [ + 1094, + 774, + 0, + 962, + 0, + "CONDITIONING" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1153, + 937, + 0, + 827, + 0, + "MODEL" + ], + [ + 1215, + 1058, + 0, + 1043, + 0, + "CLIP" + ], + [ + 1216, + 1058, + 0, + 1044, + 0, + "CLIP" + ], + [ + 1217, + 1070, + 0, + 1047, + 0, + "IMAGE" + ], + [ + 1218, + 1047, + 0, + 1048, + 0, + "IMAGE" + ], + [ + 1219, + 1047, + 1, + 1049, + 0, + "MASK" + ], + [ + 1220, + 1049, + 0, + 1050, + 0, + "IMAGE" + ], + [ + 1221, + 1066, + 0, + 1051, + 0, + "MODEL" + ], + [ + 1222, + 1052, + 0, + 1051, + 1, + "CONDITIONING" + ], + [ + 1223, + 1052, + 1, + 1051, + 2, + "CONDITIONING" + ], + [ + 1224, + 1054, + 0, + 1051, + 3, + "LATENT" + ], + [ + 1225, + 1063, + 0, + 1052, + 0, + "CONDITIONING" + ], + [ + 1226, + 1065, + 0, + 1052, + 1, + "CONDITIONING" + ], + [ + 1227, + 1068, + 0, + 1052, + 2, + "CONTROL_NET" + ], + [ + 1228, + 1047, + 0, + 1052, + 3, + "IMAGE" + ], + [ + 1229, + 1071, + 0, + 1054, + 0, + "LATENT" + ], + [ + 1230, + 1047, + 1, + 1054, + 1, + "MASK" + ], + [ + 1231, + 1051, + 0, + 1055, + 0, + "LATENT" + ], + [ + 1232, + 1067, + 0, + 1055, + 1, + "VAE" + ], + [ + 1233, + 1055, + 0, + 1056, + 0, + "IMAGE" + ], + [ + 1234, + 1042, + 0, + 1057, + 0, + "*" + ], + [ + 1235, + 1042, + 1, + 1058, + 0, + "*" + ], + [ + 1236, + 1046, + 0, + 1059, + 0, + "*" + ], + [ + 1237, + 1053, + 0, + 1060, + 0, + "*" + ], + [ + 1238, + 1045, + 0, + 1061, + 0, + "*" + ], + [ + 1239, + 1043, + 0, + 1062, + 0, + "*" + ], + [ + 1240, + 1062, + 0, + 1063, + 0, + "*" + ], + [ + 1241, + 1044, + 0, + 1064, + 0, + "*" + ], + [ + 1242, + 1064, + 0, + 1065, + 0, + "*" + ], + [ + 1243, + 1057, + 0, + 1066, + 0, + "*" + ], + [ + 1244, + 1059, + 0, + 1067, + 0, + "*" + ], + [ + 1245, + 1060, + 0, + 1068, + 0, + "*" + ], + [ + 1246, + 1070, + 0, + 1071, + 0, + "IMAGE" + ], + [ + 1247, + 1059, + 0, + 1071, + 1, + "VAE" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1439, + 1196, + 0, + 1194, + 2, + "FACE_MODEL" + ], + [ + 1440, + 1199, + 0, + 1194, + 3, + "FACE_BOOST" + ], + [ + 1441, + 1194, + 0, + 1195, + 0, + "IMAGE" + ], + [ + 1442, + 1194, + 0, + 1197, + 0, + "IMAGE" + ], + [ + 1443, + 1195, + 0, + 1197, + 1, + "IMAGE" + ], + [ + 1444, + 1197, + 3, + 1200, + 0, + "IMAGE" + ], + [ + 1445, + 1197, + 2, + 1201, + 0, + "IMAGE" + ], + [ + 1446, + 1197, + 0, + 1202, + 0, + "IMAGE" + ], + [ + 1447, + 793, + 0, + 1194, + 0, + "IMAGE" + ], + [ + 1452, + 1206, + 0, + 885, + 0, + "IMAGE" + ], + [ + 1453, + 1206, + 0, + 788, + 0, + "IMAGE" + ], + [ + 1460, + 1210, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1461, + 1211, + 0, + 495, + 0, + "CLIP" + ], + [ + 1464, + 1212, + 0, + 1214, + 0, + "*" + ], + [ + 1465, + 1214, + 0, + 121, + 1, + "VAE" + ], + [ + 1466, + 1214, + 0, + 123, + 1, + "VAE" + ], + [ + 1467, + 1214, + 0, + 1213, + 0, + "*" + ], + [ + 1468, + 1213, + 0, + 139, + 1, + "VAE" + ], + [ + 1469, + 1213, + 0, + 140, + 1, + "VAE" + ], + [ + 1470, + 1209, + 0, + 1001, + 1, + "VAE" + ], + [ + 1472, + 1209, + 0, + 193, + 1, + "VAE" + ], + [ + 1473, + 1208, + 0, + 448, + 0, + "CLIP" + ], + [ + 1474, + 1207, + 0, + 206, + 0, + "MODEL" + ], + [ + 1475, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1476, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1477, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 1478, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 1479, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 1480, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1481, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1482, + 559, + 0, + 1217, + 0, + "*" + ], + [ + 1483, + 1217, + 0, + 158, + 0, + "INT" + ], + [ + 1484, + 1217, + 0, + 166, + 1, + "INT" + ], + [ + 1485, + 559, + 1, + 1218, + 0, + "*" + ], + [ + 1486, + 1218, + 0, + 166, + 2, + "INT" + ], + [ + 1487, + 1218, + 0, + 158, + 1, + "INT" + ], + [ + 1488, + 604, + 0, + 1216, + 0, + "*" + ], + [ + 1489, + 1216, + 0, + 448, + 1, + "STRING" + ], + [ + 1490, + 1216, + 0, + 448, + 2, + "STRING" + ], + [ + 1491, + 1216, + 0, + 605, + 0, + "STRING" + ], + [ + 1492, + 1217, + 0, + 206, + 1, + "INT" + ], + [ + 1493, + 1218, + 0, + 206, + 2, + "INT" + ], + [ + 1494, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1495, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1496, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1497, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1498, + 1003, + 0, + 134, + 0, + "MODEL" + ], + [ + 1499, + 1003, + 0, + 133, + 0, + "MODEL" + ], + [ + 1500, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1501, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 1502, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 1503, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 1505, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1506, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 1507, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1510, + 51, + 0, + 1221, + 0, + "IMAGE" + ], + [ + 1511, + 1221, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1512, + 1217, + 0, + 1222, + 0, + "*" + ], + [ + 1513, + 1218, + 0, + 1223, + 0, + "*" + ], + [ + 1514, + 1222, + 0, + 1003, + 1, + "INT" + ], + [ + 1515, + 1223, + 0, + 1003, + 2, + "INT" + ], + [ + 1516, + 1222, + 0, + 1221, + 1, + "INT" + ], + [ + 1517, + 1222, + 0, + 64, + 1, + "INT" + ], + [ + 1518, + 1223, + 0, + 1221, + 2, + "INT" + ], + [ + 1519, + 1223, + 0, + 64, + 2, + "INT" + ], + [ + 1520, + 827, + 0, + 831, + 1, + "MODEL" + ], + [ + 1521, + 1225, + 0, + 1226, + 0, + "IMAGE" + ], + [ + 1523, + 1226, + 0, + 666, + 0, + "IMAGE" + ], + [ + 1524, + 1217, + 0, + 1226, + 1, + "INT" + ], + [ + 1525, + 1218, + 0, + 1226, + 2, + "INT" + ], + [ + 1526, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 1527, + 88, + 0, + 1227, + 0, + "*" + ], + [ + 1528, + 11, + 0, + 1228, + 0, + "*" + ], + [ + 1529, + 1102, + 0, + 1229, + 0, + "*" + ], + [ + 1530, + 1227, + 0, + 1207, + 0, + "*" + ], + [ + 1531, + 1227, + 0, + 1210, + 0, + "*" + ], + [ + 1532, + 1228, + 0, + 1208, + 0, + "*" + ], + [ + 1533, + 1228, + 0, + 1211, + 0, + "*" + ], + [ + 1534, + 1229, + 0, + 1209, + 0, + "*" + ], + [ + 1535, + 1229, + 0, + 1212, + 0, + "*" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -7471, + 2958, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -4307, + 2962, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5634, + 1628, + 2079, + 1225 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -518, + 2934, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7507, + 1614, + 1770, + 1184 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -9364, + 2946, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8890, + 1588, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + -485, + 1667, + 4058, + 1089 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS (2) IPadapter", + "bounding": [ + -5744, + -245, + 2983, + 1027 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Basic", + "bounding": [ + -5745, + -1279, + 1911, + 889 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Sampler Garden", + "bounding": [ + -3713, + -1263, + 1854, + 935 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Cnet Config", + "bounding": [ + -7991, + -134, + 2141, + 807 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS conditioning", + "bounding": [ + -8851, + -1322, + 1175, + 595 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS latents", + "bounding": [ + -7618, + -1309, + 1760, + 900 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "hands fix SDXL", + "bounding": [ + 555, + -126, + 4640, + 1521 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Sampler Garden 2", + "bounding": [ + -1659, + -1252, + 1840, + 909 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Face model swap", + "bounding": [ + -2391, + -130, + 2569, + 908 + ], + "color": "#A88", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715298, + "offset": [ + 9388.617369082138, + -820.7521231296105 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/SDXL Bridge/Foda-Bridge-Cnet-Lines-v10.json b/Components/_draft/Foda-Flux-v18/SDXL Bridge/Foda-Bridge-Cnet-Lines-v10.json new file mode 100644 index 0000000..8ea0357 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/SDXL Bridge/Foda-Bridge-Cnet-Lines-v10.json @@ -0,0 +1,8880 @@ +{ + "last_node_id": 752, + "last_link_id": 893, + "nodes": [ + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 874, + 879 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\SDXL/ALT1_00010_.png [output]", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6244, + 3740 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 65, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 865, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 866, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -4230.270082000421, + 3346.075723366291 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 112, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 862 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3836.9134620355962, + 3133.890093014862 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 124, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4231.913462035597, + 3172.890093014862 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 882, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 884 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929.270082000423, + 3303.075723366291 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 873, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 101, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 858, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 116, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 857, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 852, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 874 + }, + { + "name": "vae", + "type": "VAE", + "link": 798 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 134, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 799 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + -1068.361448687094, + 3377.1528843198066 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 153 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 152, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 143, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 870 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 135, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 876, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 115, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 861, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 860, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 854, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 125, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 862 + }, + { + "name": "vae", + "type": "VAE", + "link": 801 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 139, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 802 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6807, + 1735 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 814, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 818, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6796.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6516.473907695666, + 1704.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194, + 834 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6476.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -6806.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 791 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7036.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 789 + }, + { + "name": "width", + "type": "INT", + "link": 815, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 819, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7347, + 2135 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 789 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "base_00052_.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6526.473907695666, + 1824.303216748167 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4947.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 793 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 845, + 848 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4657.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5337.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 840, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 835, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5337.815664947508, + 1892.9385860099167 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5337.815664947508, + 1992.9385860099167 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 809, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 843, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5657.815664947508, + 1772.9385860099164 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 808, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": null, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5327.815664947508, + 2132.9385860099164 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7987, + 1750 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 886 + }, + { + "name": "width", + "type": "INT", + "link": 813, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 817, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 806 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 0.45, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + -2642.616443959622, + 1754.0291774549971 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 795 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 692, + 846, + 847 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + -2353, + 1664 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + -3032.616443959621, + 1754.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 842, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 562, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 837, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + -3032.616443959621, + 1894.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + -3352.616443959619, + 1774.0291774549971 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 823, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": null, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 290, + "type": "Note", + "pos": [ + -3022.616443959621, + 2134.0291774549955 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8503, + 1730 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 825 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 831, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 832, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6216.473907695667, + 1654.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + -3032.616443959621, + 1994.0291774549971 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 824, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 844, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 561 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10286, + 949 + ], + "size": { + "0": 334.5461120605469, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -11190, + "1": 1048, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 178 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 89, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 850 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 851 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -10300, + 1039 + ], + "size": { + "0": 365.17755126953125, + "1": 197.7924041748047 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 650 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 522, + "type": "SplitSigmas", + "pos": [ + -3029.5049045032333, + 2251.741119240196 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 561 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 562 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 526, + "type": "ImageEnhanceDifference+", + "pos": [ + -3395.504904503232, + 2658.741119240196 + ], + "size": { + "0": 242.7758331298828, + "1": 78 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 848 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 847 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageEnhanceDifference+" + }, + "widgets_values": [ + 0.5 + ] + }, + { + "id": 527, + "type": "PreviewImage", + "pos": [ + -3044, + 2686 + ], + "size": { + "0": 1352.2564697265625, + "1": 1021.6309204101562 + }, + "flags": { + "collapsed": true + }, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 570 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 530, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -3040, + "1": 2583, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1268.8807373046875, + "1": 988.3410034179688 + }, + "flags": { + "collapsed": true + }, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 845, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 846, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vkziz_00005_.png&type=temp&subfolder=&rand=0.18880777086439626" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vkziz_00006_.png&type=temp&subfolder=&rand=0.9377382862851376" + } + ] + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -6650.7826575806885, + 4121.362064249411 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -6651.7826575806885, + 4291.362064249411 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 54, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -7456.782657580682, + 4248.362064249411 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 14, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00082_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5986, + 1774 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 843, + 844 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6206.473907695667, + 1754.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 537, + "type": "CheckpointLoaderSimple", + "pos": [ + -9954, + -271 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 738 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 743 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 541, + "type": "VAELoader", + "pos": [ + -9952, + -139 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 753 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 542, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8476, + 144 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 744 + }, + { + "name": "text_g", + "type": "STRING", + "link": 769, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 770, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 723 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "", + true, + true + ] + }, + { + "id": 557, + "type": "EmptyLatentImage", + "pos": [ + -6802, + 34 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 781, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 782, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 603 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -10756, + 1061 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 773, + 812, + 863 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 774, + 816, + 864 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 560, + "type": "LatentSwitch", + "pos": [ + -6509, + 2 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 603 + }, + { + "name": "input2", + "type": "LATENT", + "link": 604 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 783 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 614 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 562, + "type": "VAEEncode", + "pos": [ + -6809.275299524032, + 461.6543827526889 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 606 + }, + { + "name": "vae", + "type": "VAE", + "link": 750 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 604 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 563, + "type": "ImageResize+", + "pos": [ + -7090, + 460 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 608 + }, + { + "name": "width", + "type": "INT", + "link": 779, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 780, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 606 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 564, + "type": "LoadImage", + "pos": [ + -7410, + 460 + ], + "size": { + "0": 247.5770263671875, + "1": 314 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 608 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_02503_.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 565, + "type": "Note", + "pos": [ + -6509.275299524032, + 191.6543827526878 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 20, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 568, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + -18.345617247312358 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 569, + "type": "ImpactSwitch", + "pos": [ + -5987, + 72 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 612 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 613 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 614, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 766 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 570, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + 81.65438275268774 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 613 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 574, + "type": "KSampler", + "pos": [ + -5543, + 187 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 742 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 764 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 765 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 783 + }, + { + "name": "seed", + "type": "INT", + "link": 787, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 766, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 627 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 880771783959066, + "randomize", + 20, + 8, + "euler", + "simple", + 1 + ] + }, + { + "id": 579, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8477, + 180 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 745 + }, + { + "name": "text_g", + "type": "STRING", + "link": 768, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 767, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 724 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "", + true, + true + ] + }, + { + "id": 582, + "type": "VAEDecode", + "pos": [ + -5170, + 190 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 627 + }, + { + "name": "vae", + "type": "VAE", + "link": 752 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 630 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 584, + "type": "easy seed", + "pos": [ + -10700, + 1300 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 784 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "SDXL Gen Seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 72608093073838, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 586, + "type": "SaveImage", + "pos": [ + -4903, + 72 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 630 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/base" + ] + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -11188, + "1": 1271, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 355.1565246582031, + "1": 202 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "SDXL / FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -7922.611800747382, + 4132.282756764742 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 25, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 590, + "type": "CR Apply LoRA Stack", + "pos": [ + -7870, + 610 + ], + "size": { + "0": 215.18667602539062, + "1": 66 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 740 + }, + { + "name": "clip", + "type": "CLIP", + "link": 747 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 634, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 757 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 593, + "type": "CR LoRA Stack", + "pos": [ + -8211, + 420 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 634 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "civit\\Thorra_SDXL_public_r1.safetensors", + 0.7000000000000001, + 1, + "On", + "kzkAnimeThorra-XL_C3Lier-LR3E3.safetensors", + 0.6, + 1, + "On", + "trrz_ThoraXL-000001.safetensors", + 0.3, + 1 + ] + }, + { + "id": 601, + "type": "ShowText|pysssss", + "pos": [ + -8593, + -47 + ], + "size": { + "0": 334.60601806640625, + "1": 141.8167724609375 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 788, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -10299, + 1286 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 650, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 768, + 769, + 770, + 788, + 831, + 832, + 833 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 767 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + "text, watermark, nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8629, + 1794 + ], + "size": { + "0": 317.6929626464844, + "1": 160.85986328125 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 833, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 663, + "type": "BRIAAI Matting", + "pos": [ + -646.1235523199091, + 1143.5080067913477 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 153, + "mode": 4, + "inputs": [ + { + "name": "video_frames", + "type": "IMAGE", + "link": 693 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 698, + 701, + 714 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 697, + 702 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BRIAAI Matting" + }, + "widgets_values": [ + "v1.4", + true, + "white", + 4 + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -756.1032653157338, + 1177.4470234974137 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 692 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 693, + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -636.1235523199091, + 2013.5080067913455 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 669, + "type": "JoinImageWithAlpha", + "pos": [ + 763.8764476800897, + 1153.5080067913477 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 157, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 698 + }, + { + "name": "alpha", + "type": "MASK", + "link": 697 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 721 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 671, + "type": "JoinImageWithAlpha", + "pos": [ + 2043.8764476800854, + 1123.5080067913477 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 701 + }, + { + "name": "alpha", + "type": "MASK", + "link": 703 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 717 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 673, + "type": "InvertMask", + "pos": [ + 2043.8764476800854, + 1213.5080067913482 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 158, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 702 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 703 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 773.8764476800901, + 2033.5080067913455 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 160, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 2053.8764476800857, + 2003.5080067913455 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 165, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 2053.8764476800857, + 2093.508006791343 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 161, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 679, + "type": "SaveImage", + "pos": [ + -242.94889990003193, + 1038.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 714 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 680, + "type": "SaveImage", + "pos": [ + 1074.0511000999668, + 1050.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 162, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 721 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 681, + "type": "SaveImage", + "pos": [ + 2369.0511000999672, + 1041.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 166, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 717 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 2379.0511000999672, + 1934.087638226154 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 167, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 1065.8764112730887, + 1942.3969131837475 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 164, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -236.9488999000324, + 1942.087638226154 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 686, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -8653, + 306 + ], + "size": { + "0": 418.1999816894531, + "1": 454 + }, + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 729 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 727 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 728 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 722 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "Off", + "controlnet_loras\\control-lora-depth-rank128.safetensors", + 1, + 0, + 1, + "Off", + "XL\\OpenPoseXL2.safetensors", + 1, + 0, + 1, + "Off", + "controlnet_loras\\control-lora-canny-rank128.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 687, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -8220, + 130 + ], + "size": { + "0": 330, + "1": 98 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 723 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 724 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 722 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 759 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 760 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 688, + "type": "DWPreprocessor", + "pos": [ + -9040, + 420 + ], + "size": { + "0": 315, + "1": 198 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 755 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 727 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "POSE_KEYPOINT", + "type": "POSE_KEYPOINT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DWPreprocessor" + }, + "widgets_values": [ + "enable", + "enable", + "enable", + 1024, + "yolox_l.onnx", + "dw-ll_ucoco_384_bs5.torchscript.pt" + ] + }, + { + "id": 689, + "type": "CannyEdgePreprocessor", + "pos": [ + -9040, + 650 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 756 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 728 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 690, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -9040, + 330 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 754 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 729 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 691, + "type": "LoadImage", + "pos": [ + -9433, + -4 + ], + "size": { + "0": 315, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 732 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00000-485042714.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 692, + "type": "ImageResize+", + "pos": [ + -9436, + 450 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 732, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 775, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 776, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 754, + 755, + 756 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 697, + "type": "Reroute", + "pos": [ + -9326.109554090366, + -269.8882225471106 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 738 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 739 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 698, + "type": "Reroute", + "pos": [ + -8089.394568929491, + -267.90631506719456 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 739 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 740 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 699, + "type": "Reroute", + "pos": [ + -6005.636874623557, + -261.765520050581 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 758 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 742 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 700, + "type": "Reroute", + "pos": [ + -9327, + -240 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 743 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 744, + 745, + 746 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 701, + "type": "Reroute", + "pos": [ + -8088, + -240 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 746 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 747 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 702, + "type": "Reroute", + "pos": [ + -9327, + -207 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 753 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 749 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 703, + "type": "Reroute", + "pos": [ + -8087, + -208 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 749 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 750, + 751 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 704, + "type": "Reroute", + "pos": [ + -6006, + -213 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 751 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 752 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 705, + "type": "Reroute", + "pos": [ + -7401, + -264 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 757 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 758 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 706, + "type": "Reroute", + "pos": [ + -7562.3635744005, + -168.34771285508882 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 759 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 761 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 707, + "type": "Reroute", + "pos": [ + -7561, + -140 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 760 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 763 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 708, + "type": "Reroute", + "pos": [ + -5696, + -163 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 761 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 764 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 709, + "type": "Reroute", + "pos": [ + -5696, + -131 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 763 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 765 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 710, + "type": "Reroute", + "pos": [ + -9531, + 839 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 773, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 775, + 777 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 711, + "type": "Reroute", + "pos": [ + -9531, + 873 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 774, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 776, + 778 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 712, + "type": "Reroute", + "pos": [ + -7564, + 837 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 777, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 779, + 781 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 713, + "type": "Reroute", + "pos": [ + -7564, + 871 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 778, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 780, + 782 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 714, + "type": "Reroute", + "pos": [ + -9530, + 911 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 784, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 785 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 715, + "type": "Reroute", + "pos": [ + -7564, + 906 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 785, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 786 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 716, + "type": "Reroute", + "pos": [ + -5687, + 814 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 786, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 787 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 717, + "type": "Reroute", + "pos": [ + -7754, + 1430 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 893 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 791, + 792 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 718, + "type": "Reroute", + "pos": [ + -5872, + 1425 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 792 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 793, + 794 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 719, + "type": "Reroute", + "pos": [ + -3737.9412560147775, + 1431.8695287966038 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 794 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 795 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 720, + "type": "Reroute", + "pos": [ + -7687, + 2825 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 892 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 797 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 721, + "type": "Reroute", + "pos": [ + -5999, + 2834 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 797 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 798, + 799, + 800 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 722, + "type": "Reroute", + "pos": [ + -2525, + 2844 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 800 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 801, + 802 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 723, + "type": "Reroute", + "pos": [ + -7521, + 1407 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 806 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 807 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 724, + "type": "Reroute", + "pos": [ + -5693, + 1396 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 807 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 808, + 809, + 822 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 725, + "type": "Reroute", + "pos": [ + -8107, + 1482 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 812, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 813, + 814, + 815 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 726, + "type": "Reroute", + "pos": [ + -8105, + 1511 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 816, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 817, + 818, + 819 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 727, + "type": "Reroute", + "pos": [ + -3432, + 1398 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 822 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 823, + 824 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 728, + "type": "Reroute", + "pos": [ + -7754, + 1463 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 889 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 827 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 729, + "type": "Reroute", + "pos": [ + -5870, + 1454 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 827 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 829 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 730, + "type": "Reroute", + "pos": [ + -3736, + 1459 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 829 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 731, + "type": "Reroute", + "pos": [ + -5870, + 1483 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 834 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 835, + 836 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 732, + "type": "Reroute", + "pos": [ + -3734, + 1483 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 836 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 837 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 733, + "type": "Reroute", + "pos": [ + -7521, + 1373 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 838 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 839 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 734, + "type": "Reroute", + "pos": [ + -5693, + 1363 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 839 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 840, + 841 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 735, + "type": "Reroute", + "pos": [ + -3433, + 1370 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 841 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 842 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 736, + "type": "Reroute", + "pos": [ + -7687, + 2798 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 890 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 850 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 737, + "type": "Reroute", + "pos": [ + -5611, + 2859 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 851 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 852, + 853 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 738, + "type": "Reroute", + "pos": [ + -2525, + 2872 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 853 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 854 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 739, + "type": "Reroute", + "pos": [ + -7688, + 2771 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 887 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 856 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 740, + "type": "Reroute", + "pos": [ + -5613, + 2809 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 856 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 857, + 858, + 859 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 741, + "type": "Reroute", + "pos": [ + -2524, + 2817 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 859 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 860, + 861 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 742, + "type": "Reroute", + "pos": [ + -7687, + 2853 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 863, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 865, + 877 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 743, + "type": "Reroute", + "pos": [ + -7687, + 2877 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 864, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 866, + 878 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 744, + "type": "Reroute", + "pos": [ + -5607, + 2896 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 883 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 869, + 884 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 745, + "type": "Reroute", + "pos": [ + -2522, + 2906 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 869 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 870 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 746, + "type": "Reroute", + "pos": [ + -7686, + 2742 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 871 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 872 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 747, + "type": "Reroute", + "pos": [ + -5611, + 2779 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 872 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 873, + 875 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 748, + "type": "Reroute", + "pos": [ + -2524, + 2790 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 875 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 876 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 749, + "type": "ImageResize+", + "pos": [ + -6236, + 3440 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 66, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 879, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 882 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 750, + "type": "Reroute", + "pos": [ + -8649.657717505186, + 2268.0459143496396 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 885 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 886, + 887 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9200, + 2173 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 885 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 751, + "type": "Reroute", + "pos": [ + -8650.657717505186, + 2298.0459143496396 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 888 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 889, + 890 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9193, + 2298 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 825, + 888 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -9201, + 2447 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 891 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 752, + "type": "Reroute", + "pos": [ + -8650.681274454375, + 2327.588685459131 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 891 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 892, + 893 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -9202, + 2556 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 838, + 871 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 867049610233719, + "fixed" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9877, + 950 + ], + "size": { + "0": 676.2472534179688, + "1": 684.8507080078125 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Cnet-Lines-v10\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\ntxt/img2img bridge SDXL to FLUX \nSDXL lora stack loader\nSDXL Control Net Stack: Depth, Pose, Canny\nSingle or Double Action Operation\ntxt2img + img2img SDXL switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X (23GB)\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 561, + 465, + 0, + 522, + 0, + "SIGMAS" + ], + [ + 562, + 522, + 1, + 280, + 3, + "SIGMAS" + ], + [ + 570, + 526, + 0, + 527, + 0, + "IMAGE" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 603, + 557, + 0, + 560, + 0, + "LATENT" + ], + [ + 604, + 562, + 0, + 560, + 1, + "LATENT" + ], + [ + 606, + 563, + 0, + 562, + 0, + "IMAGE" + ], + [ + 608, + 564, + 0, + 563, + 0, + "IMAGE" + ], + [ + 612, + 568, + 0, + 569, + 0, + "FLOAT" + ], + [ + 613, + 570, + 0, + 569, + 1, + "FLOAT" + ], + [ + 614, + 560, + 2, + 569, + 3, + "INT" + ], + [ + 627, + 574, + 0, + 582, + 0, + "LATENT" + ], + [ + 630, + 582, + 0, + 586, + 0, + "IMAGE" + ], + [ + 634, + 593, + 0, + 590, + 2, + "LORA_STACK" + ], + [ + 650, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 692, + 278, + 0, + 665, + 0, + "*" + ], + [ + 693, + 665, + 0, + 663, + 0, + "IMAGE" + ], + [ + 697, + 663, + 1, + 669, + 1, + "MASK" + ], + [ + 698, + 663, + 0, + 669, + 0, + "IMAGE" + ], + [ + 701, + 663, + 0, + 671, + 0, + "IMAGE" + ], + [ + 702, + 663, + 1, + 673, + 0, + "MASK" + ], + [ + 703, + 673, + 0, + 671, + 1, + "MASK" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 714, + 663, + 0, + 679, + 0, + "IMAGE" + ], + [ + 717, + 671, + 0, + 681, + 0, + "IMAGE" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 721, + 669, + 0, + 680, + 0, + "IMAGE" + ], + [ + 722, + 686, + 0, + 687, + 2, + "CONTROL_NET_STACK" + ], + [ + 723, + 542, + 0, + 687, + 0, + "CONDITIONING" + ], + [ + 724, + 579, + 0, + 687, + 1, + "CONDITIONING" + ], + [ + 727, + 688, + 0, + 686, + 1, + "IMAGE" + ], + [ + 728, + 689, + 0, + 686, + 2, + "IMAGE" + ], + [ + 729, + 690, + 0, + 686, + 0, + "IMAGE" + ], + [ + 732, + 691, + 0, + 692, + 0, + "IMAGE" + ], + [ + 738, + 537, + 0, + 697, + 0, + "*" + ], + [ + 739, + 697, + 0, + 698, + 0, + "*" + ], + [ + 740, + 698, + 0, + 590, + 0, + "MODEL" + ], + [ + 742, + 699, + 0, + 574, + 0, + "MODEL" + ], + [ + 743, + 537, + 1, + 700, + 0, + "*" + ], + [ + 744, + 700, + 0, + 542, + 0, + "CLIP" + ], + [ + 745, + 700, + 0, + 579, + 0, + "CLIP" + ], + [ + 746, + 700, + 0, + 701, + 0, + "*" + ], + [ + 747, + 701, + 0, + 590, + 1, + "CLIP" + ], + [ + 749, + 702, + 0, + 703, + 0, + "*" + ], + [ + 750, + 703, + 0, + 562, + 1, + "VAE" + ], + [ + 751, + 703, + 0, + 704, + 0, + "*" + ], + [ + 752, + 704, + 0, + 582, + 1, + "VAE" + ], + [ + 753, + 541, + 0, + 702, + 0, + "*" + ], + [ + 754, + 692, + 0, + 690, + 0, + "IMAGE" + ], + [ + 755, + 692, + 0, + 688, + 0, + "IMAGE" + ], + [ + 756, + 692, + 0, + 689, + 0, + "IMAGE" + ], + [ + 757, + 590, + 0, + 705, + 0, + "*" + ], + [ + 758, + 705, + 0, + 699, + 0, + "*" + ], + [ + 759, + 687, + 0, + 706, + 0, + "*" + ], + [ + 760, + 687, + 1, + 707, + 0, + "*" + ], + [ + 761, + 706, + 0, + 708, + 0, + "*" + ], + [ + 763, + 707, + 0, + 709, + 0, + "*" + ], + [ + 764, + 708, + 0, + 574, + 1, + "CONDITIONING" + ], + [ + 765, + 709, + 0, + 574, + 2, + "CONDITIONING" + ], + [ + 766, + 569, + 0, + 574, + 5, + "FLOAT" + ], + [ + 767, + 604, + 1, + 579, + 2, + "STRING" + ], + [ + 768, + 604, + 0, + 579, + 1, + "STRING" + ], + [ + 769, + 604, + 0, + 542, + 1, + "STRING" + ], + [ + 770, + 604, + 0, + 542, + 2, + "STRING" + ], + [ + 773, + 559, + 0, + 710, + 0, + "*" + ], + [ + 774, + 559, + 1, + 711, + 0, + "*" + ], + [ + 775, + 710, + 0, + 692, + 1, + "INT" + ], + [ + 776, + 711, + 0, + 692, + 2, + "INT" + ], + [ + 777, + 710, + 0, + 712, + 0, + "*" + ], + [ + 778, + 711, + 0, + 713, + 0, + "*" + ], + [ + 779, + 712, + 0, + 563, + 1, + "INT" + ], + [ + 780, + 713, + 0, + 563, + 2, + "INT" + ], + [ + 781, + 712, + 0, + 557, + 0, + "INT" + ], + [ + 782, + 713, + 0, + 557, + 1, + "INT" + ], + [ + 783, + 560, + 0, + 574, + 3, + "LATENT" + ], + [ + 784, + 584, + 0, + 714, + 0, + "*" + ], + [ + 785, + 714, + 0, + 715, + 0, + "*" + ], + [ + 786, + 715, + 0, + 716, + 0, + "*" + ], + [ + 787, + 716, + 0, + 574, + 4, + "INT" + ], + [ + 788, + 604, + 0, + 601, + 0, + "STRING" + ], + [ + 789, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 791, + 717, + 0, + 165, + 1, + "VAE" + ], + [ + 792, + 717, + 0, + 718, + 0, + "*" + ], + [ + 793, + 718, + 0, + 193, + 1, + "VAE" + ], + [ + 794, + 718, + 0, + 719, + 0, + "*" + ], + [ + 795, + 719, + 0, + 278, + 1, + "VAE" + ], + [ + 797, + 720, + 0, + 721, + 0, + "*" + ], + [ + 798, + 721, + 0, + 121, + 1, + "VAE" + ], + [ + 799, + 721, + 0, + 123, + 1, + "VAE" + ], + [ + 800, + 721, + 0, + 722, + 0, + "*" + ], + [ + 801, + 722, + 0, + 139, + 1, + "VAE" + ], + [ + 802, + 722, + 0, + 140, + 1, + "VAE" + ], + [ + 806, + 206, + 0, + 723, + 0, + "*" + ], + [ + 807, + 723, + 0, + 724, + 0, + "*" + ], + [ + 808, + 724, + 0, + 198, + 0, + "MODEL" + ], + [ + 809, + 724, + 0, + 197, + 0, + "MODEL" + ], + [ + 812, + 559, + 0, + 725, + 0, + "*" + ], + [ + 813, + 725, + 0, + 206, + 1, + "INT" + ], + [ + 814, + 725, + 0, + 158, + 0, + "INT" + ], + [ + 815, + 725, + 0, + 166, + 1, + "INT" + ], + [ + 816, + 559, + 1, + 726, + 0, + "*" + ], + [ + 817, + 726, + 0, + 206, + 2, + "INT" + ], + [ + 818, + 726, + 0, + 158, + 1, + "INT" + ], + [ + 819, + 726, + 0, + 166, + 2, + "INT" + ], + [ + 822, + 724, + 0, + 727, + 0, + "*" + ], + [ + 823, + 727, + 0, + 283, + 0, + "MODEL" + ], + [ + 824, + 727, + 0, + 465, + 0, + "MODEL" + ], + [ + 825, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 827, + 728, + 0, + 729, + 0, + "*" + ], + [ + 829, + 729, + 0, + 730, + 0, + "*" + ], + [ + 831, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 832, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 833, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 834, + 163, + 0, + 731, + 0, + "*" + ], + [ + 835, + 731, + 0, + 195, + 4, + "LATENT" + ], + [ + 836, + 731, + 0, + 732, + 0, + "*" + ], + [ + 837, + 732, + 0, + 280, + 4, + "LATENT" + ], + [ + 838, + 25, + 0, + 733, + 0, + "*" + ], + [ + 839, + 733, + 0, + 734, + 0, + "*" + ], + [ + 840, + 734, + 0, + 195, + 0, + "NOISE" + ], + [ + 841, + 734, + 0, + 735, + 0, + "*" + ], + [ + 842, + 735, + 0, + 280, + 0, + "NOISE" + ], + [ + 843, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 844, + 535, + 0, + 465, + 1, + "FLOAT" + ], + [ + 845, + 193, + 0, + 530, + 0, + "IMAGE" + ], + [ + 846, + 278, + 0, + 530, + 1, + "IMAGE" + ], + [ + 847, + 278, + 0, + 526, + 1, + "IMAGE" + ], + [ + 848, + 193, + 0, + 526, + 0, + "IMAGE" + ], + [ + 850, + 736, + 0, + 495, + 0, + "CLIP" + ], + [ + 851, + 495, + 0, + 737, + 0, + "*" + ], + [ + 852, + 737, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 853, + 737, + 0, + 738, + 0, + "*" + ], + [ + 854, + 738, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 856, + 739, + 0, + 740, + 0, + "*" + ], + [ + 857, + 740, + 0, + 114, + 0, + "MODEL" + ], + [ + 858, + 740, + 0, + 113, + 0, + "MODEL" + ], + [ + 859, + 740, + 0, + 741, + 0, + "*" + ], + [ + 860, + 741, + 0, + 134, + 0, + "MODEL" + ], + [ + 861, + 741, + 0, + 133, + 0, + "MODEL" + ], + [ + 862, + 99, + 0, + 139, + 0, + "IMAGE" + ], + [ + 863, + 559, + 0, + 742, + 0, + "*" + ], + [ + 864, + 559, + 1, + 743, + 0, + "*" + ], + [ + 865, + 742, + 0, + 64, + 1, + "INT" + ], + [ + 866, + 743, + 0, + 64, + 2, + "INT" + ], + [ + 869, + 744, + 0, + 745, + 0, + "*" + ], + [ + 870, + 745, + 0, + 129, + 1, + "IMAGE" + ], + [ + 871, + 25, + 0, + 746, + 0, + "*" + ], + [ + 872, + 746, + 0, + 747, + 0, + "*" + ], + [ + 873, + 747, + 0, + 111, + 0, + "NOISE" + ], + [ + 874, + 51, + 0, + 121, + 0, + "IMAGE" + ], + [ + 875, + 747, + 0, + 748, + 0, + "*" + ], + [ + 876, + 748, + 0, + 131, + 0, + "NOISE" + ], + [ + 877, + 742, + 0, + 749, + 1, + "INT" + ], + [ + 878, + 743, + 0, + 749, + 2, + "INT" + ], + [ + 879, + 51, + 0, + 749, + 0, + "IMAGE" + ], + [ + 882, + 749, + 0, + 107, + 0, + "IMAGE" + ], + [ + 883, + 64, + 0, + 744, + 0, + "*" + ], + [ + 884, + 744, + 0, + 107, + 1, + "IMAGE" + ], + [ + 885, + 88, + 0, + 750, + 0, + "*" + ], + [ + 886, + 750, + 0, + 206, + 0, + "MODEL" + ], + [ + 887, + 750, + 0, + 739, + 0, + "*" + ], + [ + 888, + 11, + 0, + 751, + 0, + "*" + ], + [ + 889, + 751, + 0, + 728, + 0, + "*" + ], + [ + 890, + 751, + 0, + 736, + 0, + "*" + ], + [ + 891, + 10, + 0, + 752, + 0, + "*" + ], + [ + 892, + 752, + 0, + 720, + 0, + "*" + ], + [ + 893, + 752, + 0, + 717, + 0, + "*" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Low Sigma Shift Sampler", + "bounding": [ + -3433, + 1588, + 2112, + 1174 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5710, + 1578, + 2121, + 1154 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -7542, + 4043, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7548, + 1577, + 1767, + 891 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL latent - txt2img - img2img", + "bounding": [ + -7588, + -102, + 1793, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL - conditioning", + "bounding": [ + -9540, + -107, + 1908, + 911 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8951, + 1560, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL Base Sampler", + "bounding": [ + -5706, + -95, + 1684, + 888 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -11251, + 964, + 1948, + 534 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + -776, + 917, + 4054, + 1856 + ], + "color": "#88A", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.8140274938684017, + "offset": [ + 10041.770854378392, + -684.2826159925461 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Scene Creator and Editor/Foda-Scene-Creator-LINES-v24.json b/Components/_draft/Foda-Flux-v18/Scene Creator and Editor/Foda-Scene-Creator-LINES-v24.json new file mode 100644 index 0000000..2ef5242 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Scene Creator and Editor/Foda-Scene-Creator-LINES-v24.json @@ -0,0 +1,19866 @@ +{ + "last_node_id": 1973, + "last_link_id": 2587, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2482, + 2531 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Scene-Creator-v24\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v9\n\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2481, + 2527 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -8440, + 2402 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2561, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -8080.706047750681, + 2410.371192142726 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1478 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -8666.332275390625, + 2590.6661376953125 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 2558, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2562, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -8996.332275390625, + 2493.6661376953125 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Foda-v1.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -8090.706047750681, + 2530.371192142726 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -6945, + 1896 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 243, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 2519 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2289, + 2419, + 2421 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -6680.706047750682, + 1840.766383771218 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 249, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2289 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1489, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -7330.706047750682, + 1880.766383771218 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 235, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1707, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1478, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -7330.706047750682, + 2020.766383771218 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -7330.706047750682, + 2120.7663837712166 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2144, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -7650.706047750682, + 1900.766383771218 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2497, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1479, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -7320.706047750682, + 2260.7663837712166 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -9000.706047750684, + 2140.7663837712166 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2496 + }, + { + "name": "width", + "type": "INT", + "link": 2557, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2144, + 2497 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8160.706047750684, + 1850.766383771218 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00009155273438 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2512 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1474, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1475, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1479 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -8084.706047750681, + 2071.766383771217 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9016.706047750684, + 1862.766383771218 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1473 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "anime style detailed photo establishing shot of a cyberpunk alley way, futuristic city with in another world, magnificent lights rays, sharp lines, shops along walls and garbage on floors", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -7670.706047750682, + 2480.7663837712166 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1477 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -8081.706047750681, + 2192.7663837712166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 2547 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 2548 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8233, + "1": 1028, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 413.09688988709513, + 418 + ], + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8600.706047750684, + 1860.766383771218 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1473, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1474, + 1475, + 1476 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8598.706047750684, + 2068.7663837712175 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1476, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork anime style detailed photo establishing shot of a cyberpunk alley way, futuristic city with in another world, magnificent lights rays, sharp lines, shops along walls and garbage on floors . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -5505, + 3421 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 333, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2297 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2386 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -5091.102458383121, + 3245.221722455663 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 338, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2387 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720, + 2375 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1978 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -4751.102458383121, + 3245.221722455663 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 340, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1780, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -8410.706047750684, + 2590.371192142726 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 165, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 2520 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2480, + 2523 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -7316, + 2386 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7691, + 1063 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -7797, + 1116 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "FodaThumbs" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7542, + 1062 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1902, + 2453 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "FodaThumbs", + "/scene/flux", + "" + ] + }, + { + "id": 1213, + "type": "PrimitiveNode", + "pos": [ + -6918, + 2045 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1487 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/background/flux" + ] + }, + { + "id": 1214, + "type": "CR Text Concatenate", + "pos": [ + -6919, + 2143 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2454, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1487, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/background/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8417, + 3684 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2568, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2569, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8068.413307883524, + 3716.5711392489834 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 197, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8648.413307883522, + 3896.571139248985 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 162, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2286 + }, + { + "name": "width", + "type": "INT", + "link": 2567, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2566, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "pad", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -8988.413307883522, + 3796.5711392489834 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2285 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\text/flux_00138_.png [output]", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8078.413307883524, + 3836.571139248984 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 18, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6928, + 3187 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 248, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 2517 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 2362, + 2363 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6606.078302556818, + 3235.600652521351 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 255, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7318.413307883524, + 3186.5711392489843 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 242, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7318.413307883524, + 3326.5711392489843 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7318.413307883524, + 3426.5711392489834 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 224, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2500, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7638.413307883524, + 3206.5711392489843 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 180, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2499, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7308.413307883524, + 3566.5711392489834 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 20, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8988.413307883522, + 3446.5711392489834 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 161, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2498 + }, + { + "name": "width", + "type": "INT", + "link": 2563, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2564, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2499, + 2500 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8148.413307883524, + 3156.5711392489843 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2511 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8068.413307883524, + 3376.5711392489834 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -8988.413307883522, + 3156.5711392489843 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 22, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "a bald man is looking at the camera, we see his waist and body, wearing bright coloured hoodie, looking at the camera, he is very surprised", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7658.413307883524, + 3786.5711392489834 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 212, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8068.413307883524, + 3496.571139248984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.65 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8588.413307883522, + 3166.5711392489843 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 125, + "mode": 4, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8588.413307883522, + 3376.5711392489834 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork a bald man is looking at the camera, we see his waist and body, wearing bright coloured hoodie, looking at the camera, he is very surprised . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8398.413307883522, + 3896.571139248985 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 181, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 2518 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7318.413307883524, + 3686.571139248984 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 234, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6908.413307883524, + 3336.571139248984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6906, + 3445 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 184, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2456, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7631.413307883524, + 3376.5711392489834 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1529 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 178248900458073, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1279, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2430, + 5050 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 348, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2292 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1850 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1852 + }, + { + "name": "color", + "type": "STRING", + "link": 2235, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1774, + 2447 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1287, + "type": "EmptyLatentImage", + "pos": [ + -8372, + 5214 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 179, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2574, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2575, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1569 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1288, + "type": "LatentSwitch", + "pos": [ + -8015.983532635029, + 5232.694334547079 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 211, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1569 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1570 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1582 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1596 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1289, + "type": "ImageResize+", + "pos": [ + -8605.983532635028, + 5412.694334547079 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 178, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2241 + }, + { + "name": "width", + "type": "INT", + "link": 2572, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2573, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1599 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1290, + "type": "LoadImage", + "pos": [ + -8953, + 5311 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 26, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\subject/flux_00097_.png [output]", + "image" + ] + }, + { + "id": 1291, + "type": "Note", + "pos": [ + -8025.983532635029, + 5352.694334547079 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 27, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1293, + "type": "VAEDecode", + "pos": [ + -6875.983532635027, + 4702.694334547079 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 254, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1574 + }, + { + "name": "vae", + "type": "VAE", + "link": 2516 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1576, + 2377 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1294, + "type": "SaveImage", + "pos": [ + -6615.983532635027, + 4662.694334547079 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 261, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1576 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1577, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1295, + "type": "SamplerCustomAdvanced", + "pos": [ + -7265.983532635026, + 4702.694334547079 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 247, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1709, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1579, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1580, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1581, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1582, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1574 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1296, + "type": "KSamplerSelect", + "pos": [ + -7265.983532635026, + 4842.694334547079 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1580 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1297, + "type": "BasicScheduler", + "pos": [ + -7265.983532635026, + 4942.694334547079 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 233, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2505, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1584, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1601 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1298, + "type": "BasicGuider", + "pos": [ + -7585.983532635027, + 4722.694334547079 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 195, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2504, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1586, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1579 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1302, + "type": "Note", + "pos": [ + -7255.983532635026, + 5082.694334547078 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 29, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1303, + "type": "ModelSamplingFlux", + "pos": [ + -8935.772717184273, + 4962.746241041403 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 177, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2503 + }, + { + "name": "width", + "type": "INT", + "link": 2570, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2571, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2504, + 2505 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1307, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8095.983532635028, + 4672.694334547079 + ], + "size": { + "0": 354.3183898925781, + "1": 100 + }, + "flags": {}, + "order": 172, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2510 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1592, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1593, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1586 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1308, + "type": "Primitive float [Crystools]", + "pos": [ + -8015.983532635029, + 4892.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1594 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1309, + "type": "DF_Text_Box", + "pos": [ + -8950.772717184273, + 4681.746241041404 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1597 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "looking at the camera, the red haired man is laughing", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1312, + "type": "ImpactSwitch", + "pos": [ + -7605.983532635027, + 5302.694334547079 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 223, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1594 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1595 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1596, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1584 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1313, + "type": "Primitive float [Crystools]", + "pos": [ + -8015.983532635029, + 5012.694334547078 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1595 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.75 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1316, + "type": "SDXLPromptStyler", + "pos": [ + -8535.772717184273, + 4682.746241041404 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1597, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1592, + 1593, + 1598 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1317, + "type": "ShowText|pysssss", + "pos": [ + -8535.983532635028, + 4892.694334547079 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 148, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1598, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "anime artwork shocked surprise anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light . anime style, key visual, vibrant, studio anime, highly detailed" + ], + "anime artwork looking at the camera, the red haired man is laughing . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1318, + "type": "VAEEncode", + "pos": [ + -8345.983532635028, + 5412.694334547079 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 196, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1599 + }, + { + "name": "vae", + "type": "VAE", + "link": 2515 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1319, + "type": "SplitSigmas", + "pos": [ + -7265.983532635026, + 5202.694334547079 + ], + "size": { + "0": 321.2437744140625, + "1": 78 + }, + "flags": {}, + "order": 241, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1601 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1581 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1320, + "type": "PrimitiveNode", + "pos": [ + -6855.7727171842735, + 4852.746241041404 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1603 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/subject/flux" + ] + }, + { + "id": 1321, + "type": "CR Text Concatenate", + "pos": [ + -6855, + 4958 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 200, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2458, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1603, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1577 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/subject/flux", + "" + ] + }, + { + "id": 1324, + "type": "Reroute", + "pos": [ + -5628, + 4684 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 269, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2378 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1874, + 2379 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1325, + "type": "InspyrenetRembg", + "pos": [ + -5209, + 4818 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 339, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2212 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1613, + 2371 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2372 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1331, + "type": "SaveImage", + "pos": [ + -4781.189063979097, + 4817.606003960328 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 343, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1613 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1777, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/subject" + ] + }, + { + "id": 1336, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2547.6857739103943, + 3316.6496694959183 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 346, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2424 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1899 + }, + { + "name": "color", + "type": "STRING", + "link": 2236, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1795, + 2292 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1393, + "type": "RandomNoise", + "pos": [ + -7647, + 2037 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1707 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 602165856924188, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1395, + "type": "RandomNoise", + "pos": [ + -7585.7727171842735, + 4842.746241041404 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1709 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 647494800942349, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10761, + "1": 4998, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1500.1953125, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 36, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1401, + "type": "Label (rgthree)", + "pos": { + "0": -10456, + "1": 2301, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1233.59375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 37, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SCENE GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1402, + "type": "Label (rgthree)", + "pos": { + "0": -10698, + "1": 3573, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1289.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 38, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1405, + "type": "Label (rgthree)", + "pos": { + "0": -5093.1025390625, + "1": 3085.2216796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 39, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1406, + "type": "Label (rgthree)", + "pos": { + "0": -3417, + "1": 3030, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 40, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1409, + "type": "Note", + "pos": [ + -6517, + 1215 + ], + "size": [ + 251.7524780098147, + 86.67692045446415 + ], + "flags": {}, + "order": 41, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "COLOR PRESET [ T-FLIP ]\n#ffbf30 Yellow\n#30ffbf Green\n#bf30ff Purple\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1442, + "type": "PrimitiveNode", + "pos": [ + -3427, + 3651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1758 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1443, + "type": "CR Text Concatenate", + "pos": [ + -3425, + 3699 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 219, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2473, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1758, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1798 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1450, + "type": "SaveImage", + "pos": [ + -2188, + 3317 + ], + "size": [ + 699.0168446252401, + 588.2888952781964 + ], + "flags": {}, + "order": 347, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1795 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1798, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1462, + "type": "SaveImage", + "pos": [ + -2090, + 4920 + ], + "size": [ + 688.0980324420516, + 565.1938421329087 + ], + "flags": { + "collapsed": false + }, + "order": 349, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1774 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1903, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1464, + "type": "PrimitiveNode", + "pos": [ + -5194, + 5494 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1776 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/subject" + ] + }, + { + "id": 1465, + "type": "CR Text Concatenate", + "pos": [ + -5187, + 5592 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 217, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2468, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1776, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1777 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/subject", + "" + ] + }, + { + "id": 1467, + "type": "PrimitiveNode", + "pos": [ + -5051.102458383121, + 3955.221722455663 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1779 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1468, + "type": "CR Text Concatenate", + "pos": [ + -5036, + 4062 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 203, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2470, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1779, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1780 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1480, + "type": "Label (rgthree)", + "pos": { + "0": -217, + "1": 4718, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1228.02734375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 45, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1481, + "type": "LoadImage", + "pos": [ + -7314, + 2519 + ], + "size": { + "0": 344.4037170410156, + "1": 326.8418273925781 + }, + "flags": { + "collapsed": false + }, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00693_.png", + "image" + ] + }, + { + "id": 1492, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2810, + 5240 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 345, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2372 + }, + { + "name": "x", + "type": "INT", + "link": 1905, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1907, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2282, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1852 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1493, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2810, + 4950 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 344, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2371 + }, + { + "name": "x", + "type": "INT", + "link": 1904, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1906, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2281, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1850 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1511, + "type": "ImageScaleBy", + "pos": [ + -5684, + 4757 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 278, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2213 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2.5 + ] + }, + { + "id": 1512, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2937.6880034590754, + 3556.942075310145 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 342, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1978 + }, + { + "name": "x", + "type": "INT", + "link": 1910, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1912, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2288, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1513, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2937.6880034590754, + 3266.9420753101444 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 341, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2375 + }, + { + "name": "x", + "type": "INT", + "link": 1908, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1911, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2287, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1514, + "type": "PrimitiveNode", + "pos": [ + -3140, + 5440 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1894 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1515, + "type": "CR Text Concatenate", + "pos": [ + -3148, + 5402 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 230, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2475, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1894, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1903 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine/subject", + "" + ] + }, + { + "id": 1519, + "type": "ShowText|pysssss", + "pos": [ + -7338, + 1065 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1902, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "./foda/FodaThumbs" + ] + }, + { + "id": 1520, + "type": "PrimitiveNode", + "pos": [ + -3150, + 5010 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 48, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1906, + 1907 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ] + }, + { + "id": 1521, + "type": "PrimitiveNode", + "pos": [ + -3150, + 4890 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 49, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1904, + 1905 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -900, + "fixed" + ] + }, + { + "id": 1522, + "type": "PrimitiveNode", + "pos": [ + -3176.6880034590754, + 3288.9420753101444 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 50, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1908, + 1910 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 900, + "fixed" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -3174.6880034590754, + 3409.9420753101444 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 51, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1911, + 1912 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ] + }, + { + "id": 1525, + "type": "InspyrenetRembg", + "pos": [ + -5197.366943294996, + 6361.263194160623 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 288, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1980 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1915, + 1975 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1976 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1526, + "type": "SaveImage", + "pos": [ + -4797.247949432767, + 6270.904585358652 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 298, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1916, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1527, + "type": "EmptyLatentImage", + "pos": [ + -8340, + 6731 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 194, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2580, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2581, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1919 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1528, + "type": "LatentSwitch", + "pos": [ + -8000, + 6730 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 222, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1919 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1920 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1932 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1946 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1529, + "type": "ImageResize+", + "pos": [ + -8580, + 6910 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 193, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1921 + }, + { + "name": "width", + "type": "INT", + "link": 2578, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2579, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1949 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1530, + "type": "LoadImage", + "pos": [ + -8920, + 6810 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1921 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\text/flux_00089_.png [output]", + "image" + ] + }, + { + "id": 1531, + "type": "Note", + "pos": [ + -8010, + 6850 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 53, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1533, + "type": "VAEDecode", + "pos": [ + -6860, + 6200 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 260, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1924 + }, + { + "name": "vae", + "type": "VAE", + "link": 2514 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1926, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1534, + "type": "SaveImage", + "pos": [ + -6590, + 6191 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 267, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1926 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1927, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1535, + "type": "SamplerCustomAdvanced", + "pos": [ + -7250, + 6200 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 253, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1928, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1929, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1930, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1931, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1932, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1536, + "type": "KSamplerSelect", + "pos": [ + -7250, + 6340 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 54, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1930 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1537, + "type": "BasicScheduler", + "pos": [ + -7250, + 6440 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 240, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2137, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1934, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1538, + "type": "BasicGuider", + "pos": [ + -7570, + 6220 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 209, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2138, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1936, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1929 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1541, + "type": "Note", + "pos": [ + -7240, + 6580 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 55, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "ModelSamplingFlux", + "pos": [ + -8920, + 6460 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 192, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2506 + }, + { + "name": "width", + "type": "INT", + "link": 2576, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2577, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2137, + 2138 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1546, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8080, + 6170 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 188, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2509 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1942, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1943, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1936 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1547, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 6390 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 56, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "DF_Text_Box", + "pos": [ + -8920, + 6170 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 57, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1947 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"FLUX\", clean vector block caps, white background", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1551, + "type": "ImpactSwitch", + "pos": [ + -7590, + 6800 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 232, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1944 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1945 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1946, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1934 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1552, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 6510 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 58, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1945 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1555, + "type": "SDXLPromptStyler", + "pos": [ + -8520, + 6180 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1947, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1942, + 1943, + 1948 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1556, + "type": "ShowText|pysssss", + "pos": [ + -8520, + 6390 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1948, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"FLUX\", clean vector block caps, white background" + ] + }, + { + "id": 1557, + "type": "VAEEncode", + "pos": [ + -8330, + 6910 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 210, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1949 + }, + { + "name": "vae", + "type": "VAE", + "link": 2513 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1920 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1558, + "type": "SplitSigmas", + "pos": [ + -7250, + 6700 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 246, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1951 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1931 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1559, + "type": "PrimitiveNode", + "pos": [ + -6840, + 6350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 59, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1953 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1560, + "type": "CR Text Concatenate", + "pos": [ + -6842, + 6451 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 215, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2462, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1953, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1927 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1562, + "type": "RandomNoise", + "pos": [ + -7570, + 6390 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 60, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1928 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 785857290721132, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1566, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2194.7534644106604, + 6424.156393422819 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 351, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2446 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1958 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2063 + }, + { + "name": "color", + "type": "STRING", + "link": 2279, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1963, + 2425 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#1d393d" + ] + }, + { + "id": 1571, + "type": "Label (rgthree)", + "pos": { + "0": -4865, + "1": 6078, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1072.607421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 61, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1572, + "type": "PrimitiveNode", + "pos": [ + -3494.7534644106604, + 6778.156393422819 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 62, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1962 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1573, + "type": "CR Text Concatenate", + "pos": [ + -3487, + 6895 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 238, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2477, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1962, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1575, + "type": "SaveImage", + "pos": [ + -1834.7534644106581, + 6424.156393422819 + ], + "size": [ + 903.9549601416966, + 615.3781721388241 + ], + "flags": {}, + "order": 352, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1963 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1964, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1576, + "type": "PrimitiveNode", + "pos": [ + -5147.247949432767, + 6720.904585358652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 63, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1966 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1577, + "type": "CR Text Concatenate", + "pos": [ + -5145, + 6820 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 228, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2467, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1966, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1579, + "type": "ImageInvert", + "pos": [ + -5170.366943294996, + 6137.263194160623 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 268, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1997 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1987 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1580, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3044.7534644106604, + 6664.156393422819 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 300, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1976 + }, + { + "name": "x", + "type": "INT", + "link": 1969, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1970, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1981, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2066, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2062, + 2444 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1581, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3044.7534644106604, + 6374.156393422819 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 299, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1975 + }, + { + "name": "x", + "type": "INT", + "link": 1972, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1973, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1982, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2067, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1958, + 2443 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1582, + "type": "PrimitiveNode", + "pos": [ + -3284.7534644106604, + 6394.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 64, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1969, + 1972 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -400, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1583, + "type": "PrimitiveNode", + "pos": [ + -3274.7534644106604, + 6514.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 65, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1970, + 1973 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -100, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1585, + "type": "ImageScaleBy", + "pos": [ + -5194.247949432767, + 6220.904585358652 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 277, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1987 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 3 + ] + }, + { + "id": 1586, + "type": "PrimitiveNode", + "pos": [ + -3270.7534644106604, + 6634.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 66, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1981, + 1982 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.55, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1590, + "type": "InspyrenetRembg", + "pos": [ + -5179.998853582167, + 7690 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 297, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1999, + 2054 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2050 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1591, + "type": "SaveImage", + "pos": [ + -4779.998853582167, + 7620 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 306, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2000, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1592, + "type": "EmptyLatentImage", + "pos": [ + -8376, + 8042 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 207, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2584, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2585, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2003 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1593, + "type": "LatentSwitch", + "pos": [ + -8000, + 8050 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 231, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 2003 + }, + { + "name": "input2", + "type": "LATENT", + "link": 2004 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2016 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2030 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1594, + "type": "ImageResize+", + "pos": [ + -8580, + 8230 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 208, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2005 + }, + { + "name": "width", + "type": "INT", + "link": 2586, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2587, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2033 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1595, + "type": "LoadImage", + "pos": [ + -8920, + 8130 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 67, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2005 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00004_ (1).png", + "image" + ] + }, + { + "id": 1596, + "type": "Note", + "pos": [ + -8010, + 8170 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 68, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1598, + "type": "VAEDecode", + "pos": [ + -6860, + 7520 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 266, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2008 + }, + { + "name": "vae", + "type": "VAE", + "link": 2521 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2010, + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1599, + "type": "SaveImage", + "pos": [ + -6590, + 7510 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 275, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2010 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2011, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1600, + "type": "SamplerCustomAdvanced", + "pos": [ + -7250, + 7520 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 259, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2012, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2013, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2014, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2015, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2016, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2008 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1601, + "type": "KSamplerSelect", + "pos": [ + -7250, + 7660 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 69, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2014 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1602, + "type": "BasicScheduler", + "pos": [ + -7250, + 7760 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 245, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2136, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2018, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2035 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1603, + "type": "BasicGuider", + "pos": [ + -7570, + 7540 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 220, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2135, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2020, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2013 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1606, + "type": "Note", + "pos": [ + -7240, + 7900 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 70, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1607, + "type": "ModelSamplingFlux", + "pos": [ + -8920, + 7780 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 206, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2507 + }, + { + "name": "width", + "type": "INT", + "link": 2582, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2583, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2135, + 2136 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1611, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8080, + 7490 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 205, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2508 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2026, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2027, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2020 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1612, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 7710 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 71, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2028 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1613, + "type": "DF_Text_Box", + "pos": [ + -8927, + 7474 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 72, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"WORKFLOWS\"\n\nclean vector block caps\n\nwhite background", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1616, + "type": "ImpactSwitch", + "pos": [ + -7590, + 8120 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 239, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2028 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2029 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2030, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1617, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 7830 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 73, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1620, + "type": "SDXLPromptStyler", + "pos": [ + -8520, + 7500 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 129, + "mode": 4, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 2031, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 2026, + 2027, + 2032 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1621, + "type": "ShowText|pysssss", + "pos": [ + -8520, + 7710 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 150, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2032, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"WORKFLOWS\"\n\nclean vector block caps\n\nwhite background" + ] + }, + { + "id": 1622, + "type": "VAEEncode", + "pos": [ + -8330, + 8230 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 221, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2033 + }, + { + "name": "vae", + "type": "VAE", + "link": 2522 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1623, + "type": "SplitSigmas", + "pos": [ + -7250, + 8020 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 252, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2035 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2015 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1624, + "type": "PrimitiveNode", + "pos": [ + -6840, + 7670 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 74, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2037 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1625, + "type": "CR Text Concatenate", + "pos": [ + -6843, + 7771 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 226, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2461, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2037, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1627, + "type": "RandomNoise", + "pos": [ + -7570, + 7710 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 75, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2012 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 241902653355529, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1629, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2172.176329564854, + 7726.928260203648 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 355, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2433 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2040 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2061 + }, + { + "name": "color", + "type": "STRING", + "link": 2440, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2045 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1632, + "type": "PrimitiveNode", + "pos": [ + -3502.176329564854, + 8126.928260203648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 76, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2044 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1633, + "type": "CR Text Concatenate", + "pos": [ + -3492, + 8247 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 244, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2479, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2044, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2046 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1635, + "type": "SaveImage", + "pos": [ + -1812.1763295648536, + 7726.928260203648 + ], + "size": [ + 892.687440250684, + 641.4454233088991 + ], + "flags": {}, + "order": 356, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2045 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2046, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1636, + "type": "PrimitiveNode", + "pos": [ + -5129.998853582167, + 8070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 77, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2048 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1637, + "type": "CR Text Concatenate", + "pos": [ + -5123, + 8173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 236, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2466, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2048, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2000 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1639, + "type": "ImageInvert", + "pos": [ + -5169.998853582167, + 7500 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 276, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2049 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2058 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1640, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3052.176329564854, + 8016.928260203648 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 308, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2050 + }, + { + "name": "x", + "type": "INT", + "link": 2051, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2052, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2053, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2060, + 2429 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1641, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3052.176329564854, + 7726.928260203648 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 307, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2054 + }, + { + "name": "x", + "type": "INT", + "link": 2055, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2056, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2057, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2040, + 2428 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1642, + "type": "PrimitiveNode", + "pos": [ + -3292.176329564854, + 7746.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 78, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2051, + 2055 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 500, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1643, + "type": "PrimitiveNode", + "pos": [ + -3282.176329564854, + 7866.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 79, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2052, + 2056 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 590, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1644, + "type": "ImageScaleBy", + "pos": [ + -5179.998853582167, + 7570 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 287, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2058 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2 + ] + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -3282.176329564854, + 7986.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 80, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2053, + 2057 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1646, + "type": "GrowMask", + "pos": [ + -2162.176329564854, + 7946.928260203648 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 316, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2060 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2061 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1649, + "type": "GrowMask", + "pos": [ + -2194.7534644106604, + 6644.156393422819 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 309, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2062 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2063 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1650, + "type": "PrimitiveNode", + "pos": [ + -3270.7534644106604, + 6759.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 81, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2066, + 2067 + ], + "slot_index": 0, + "widget": { + "name": "rotate" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1712, + "type": "Label (rgthree)", + "pos": { + "0": -10429, + "1": 6520, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 82, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1713, + "type": "Label (rgthree)", + "pos": { + "0": -10429, + "1": 7874, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1222.4609375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 83, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TEXT GEN 2:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1717, + "type": "RandomNoise", + "pos": [ + 1321.6696799958552, + 4877.4291454706645 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 84, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2383 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878824, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1719, + "type": "ImageResize+", + "pos": [ + 1571.6696799958552, + 5487.4291454706645 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 311, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2206, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2148, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2149, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2194 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1720, + "type": "LoadImage", + "pos": [ + 971.6696799958554, + 5357.4291454706645 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 85, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1723, + "type": "Reroute", + "pos": [ + 1361.6696799958552, + 5487.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 289, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2151 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2205, + 2206 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1725, + "type": "SaveImage", + "pos": [ + 3961.6696799958554, + 4857.4291454706645 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 336, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2152 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1726, + "type": "ImageColorMatch+", + "pos": [ + 3481.6696799958554, + 5217.4291454706645 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 334, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2153, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2154 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2152, + 2214 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1727, + "type": "SamplerCustomAdvanced", + "pos": [ + 2781.6696799958554, + 5107.4291454706645 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 329, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2383, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2156, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2157, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2158, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2159, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2165 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1728, + "type": "KSamplerSelect", + "pos": [ + 2781.6696799958554, + 5277.4291454706645 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 86, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1729, + "type": "BasicScheduler", + "pos": [ + 2781.6696799958554, + 5377.4291454706645 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 320, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2381, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2192 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1730, + "type": "BasicGuider", + "pos": [ + 2521.6696799958554, + 5157.4291454706645 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 319, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2380, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2382, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2156 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1734, + "type": "VAEEncodeTiled", + "pos": [ + 2221.6696799958554, + 5197.4291454706645 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 325, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2163 + }, + { + "name": "vae", + "type": "VAE", + "link": 2545 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1735, + "type": "VAEDecodeTiled", + "pos": [ + 3161.6696799958554, + 5167.4291454706645 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 332, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2165 + }, + { + "name": "vae", + "type": "VAE", + "link": 2546 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2153 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1750, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1561.6696799958552, + 4907.4291454706645 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 173, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2544 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2382 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1755, + "type": "AspectSizeV2", + "pos": [ + 231.6696799958554, + 5047.4291454706645 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 87, + "mode": 4, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1757, + "type": "ModelSamplingFlux", + "pos": [ + 1001.6696799958554, + 4867.4291454706645 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 312, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2543 + }, + { + "name": "width", + "type": "INT", + "link": 2187, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2188, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2380, + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1760, + "type": "ImageScaleBy", + "pos": [ + 2001.6696799958552, + 4947.4291454706645 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 321, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2190 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2163 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1762, + "type": "SplitSigmas", + "pos": [ + 2781.6696799958554, + 5517.4291454706645 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 324, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2192 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2158 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1764, + "type": "Reroute", + "pos": [ + 3291.6696799958554, + 5627.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 318, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2194 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2154 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1766, + "type": "ImageResize+", + "pos": [ + 1571.6696799958552, + 5257.4291454706645 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 313, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2205, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2197, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2198, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2190 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1767, + "type": "Reroute", + "pos": [ + 871.6696799958554, + 5047.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 302, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2199, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2148, + 2187, + 2197 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1768, + "type": "Reroute", + "pos": [ + 871.6696799958554, + 5067.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 301, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2200, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2149, + 2188, + 2198 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1769, + "type": "ImpactImageInfo", + "pos": [ + 611.6696799958554, + 5037.4291454706645 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 290, + "mode": 4, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2207 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2200 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2199 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1771, + "type": "Note", + "pos": [ + 1661.6696799958552, + 4767.4291454706645 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 88, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1772, + "type": "Reroute", + "pos": [ + 491.66967999585535, + 5287.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 279, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2379 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2151, + 2207 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1777, + "type": "easy imageSwitch", + "pos": [ + -5692, + 4902 + ], + "size": [ + 243.60000610351562, + 78 + ], + "flags": {}, + "order": 337, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2213 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2214 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2450, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2212 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1782, + "type": "PrimitiveNode", + "pos": [ + -3169.6880034590754, + 3537.942075310144 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 89, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2287, + 2288 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ] + }, + { + "id": 1786, + "type": "ImpactSwitch", + "pos": [ + -6037, + 1227 + ], + "size": [ + 210, + 122 + ], + "flags": { + "collapsed": true + }, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2226 + }, + { + "name": "input2", + "type": "STRING", + "link": 2227 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2452, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2232 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2230 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 1787, + "type": "String-🔬", + "pos": [ + -6513, + 1350 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 90, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2227, + 2228 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#d7e76f", + true + ] + }, + { + "id": 1788, + "type": "String-🔬", + "pos": [ + -6520, + 1107 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 91, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2226, + 2229 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#6fd7e7", + true + ] + }, + { + "id": 1789, + "type": "ImpactSwitch", + "pos": [ + -6036, + 1261 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2228 + }, + { + "name": "input2", + "type": "STRING", + "link": 2229 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2230, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2231, + 2235, + 2236, + 2279, + 2440 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1790, + "type": "ShowText|pysssss", + "pos": [ + -5764.180229718501, + 1313.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2231, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#d7e76f" + ], + "#d7e76f" + ] + }, + { + "id": 1791, + "type": "ShowText|pysssss", + "pos": [ + -5749.180229718501, + 1128.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2232, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#6fd7e7" + ], + "#6fd7e7" + ] + }, + { + "id": 1794, + "type": "Reroute", + "pos": [ + -3499, + 5919 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 229, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2476, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2477 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1795, + "type": "Reroute", + "pos": [ + -3521, + 7299 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 237, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2478, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2479 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1797, + "type": "ImageFlip+", + "pos": [ + -8603.772717184273, + 5309.746241041404 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 126, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2280 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2241 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1809, + "type": "PrimitiveNode", + "pos": [ + -3150, + 5140 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 92, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2281, + 2282 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ] + }, + { + "id": 1810, + "type": "ImageScaleBy", + "pos": [ + -5586, + 3188 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 256, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2362 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2296 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1811, + "type": "ImageFlip+", + "pos": [ + -8647.078302556816, + 3785.60065252135 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 124, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2285 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2286 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1813, + "type": "easy imageSwitch", + "pos": [ + -5605, + 3324 + ], + "size": [ + 243.60000610351562, + 78 + ], + "flags": {}, + "order": 331, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2296 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2360 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2449, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2297 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1814, + "type": "Label (rgthree)", + "pos": { + "0": -243.2364044189453, + "1": 3171.1650390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1122.509765625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 93, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1815, + "type": "RandomNoise", + "pos": [ + 1247.816241786487, + 3334.7425502968304 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 94, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2385 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1817, + "type": "ImageResize+", + "pos": [ + 1497.816241786487, + 3954.7425502968304 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 280, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2367, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2300, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2301, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2345 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1818, + "type": "LoadImage", + "pos": [ + 947.8162417864869, + 3784.7425502968304 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 95, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1823, + "type": "SaveImage", + "pos": [ + 3867.816241786487, + 3314.7425502968304 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 330, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2304 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1824, + "type": "ImageColorMatch+", + "pos": [ + 3417.816241786487, + 3424.7425502968304 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 326, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2305, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2306 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2304, + 2360 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1825, + "type": "SamplerCustomAdvanced", + "pos": [ + 2707.816241786487, + 3574.7425502968304 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 314, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2385, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2308, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2309, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2310, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2311, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2317 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1826, + "type": "KSamplerSelect", + "pos": [ + 2707.816241786487, + 3734.7425502968304 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 96, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2309 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1827, + "type": "BasicScheduler", + "pos": [ + 2707.816241786487, + 3834.7425502968304 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 293, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2365, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2343 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1828, + "type": "BasicGuider", + "pos": [ + 2447.816241786487, + 3614.7425502968304 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 292, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2364, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2384, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2308 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1832, + "type": "VAEEncodeTiled", + "pos": [ + 2147.816241786487, + 3654.7425502968304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 304, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2315 + }, + { + "name": "vae", + "type": "VAE", + "link": 2539 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2311 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1833, + "type": "VAEDecodeTiled", + "pos": [ + 3087.816241786487, + 3624.7425502968304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 322, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2317 + }, + { + "name": "vae", + "type": "VAE", + "link": 2540 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2305 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1847, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1487.816241786487, + 3364.7425502968304 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2542 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2384 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1852, + "type": "AspectSizeV2", + "pos": [ + 157.81624178648687, + 3504.7425502968304 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 97, + "mode": 4, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1854, + "type": "ModelSamplingFlux", + "pos": [ + 927.8162417864869, + 3324.7425502968304 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 281, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2541 + }, + { + "name": "width", + "type": "INT", + "link": 2339, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2340, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2364, + 2365 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1857, + "type": "ImageScaleBy", + "pos": [ + 2057.816241786487, + 3454.7425502968304 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 294, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2342 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2315 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1859, + "type": "SplitSigmas", + "pos": [ + 2707.816241786487, + 3974.7425502968304 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 303, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2343 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2310 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1861, + "type": "Reroute", + "pos": [ + 3217.816241786487, + 4084.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 291, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2345 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2306 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1863, + "type": "ImageResize+", + "pos": [ + 1497.816241786487, + 3724.7425502968304 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 282, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2366, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2348, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2349, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2342 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1864, + "type": "Reroute", + "pos": [ + 797.8162417864869, + 3504.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 271, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2359, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2300, + 2339, + 2348 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1865, + "type": "Reroute", + "pos": [ + 787.8162417864869, + 3534.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 270, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2351, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2301, + 2340, + 2349 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1866, + "type": "ImpactImageInfo", + "pos": [ + 537.8162417864869, + 3494.7425502968304 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 263, + "mode": 4, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2358 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2351 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2359 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1868, + "type": "Note", + "pos": [ + 1587.816241786487, + 3224.7425502968304 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 98, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1869, + "type": "Reroute", + "pos": [ + 417.8162417864869, + 3754.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 257, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2363 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2358, + 2366, + 2367 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1872, + "type": "ImageFlip+", + "pos": [ + -5690, + 4602 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 262, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2377 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2378 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1873, + "type": "ImageFlip+", + "pos": [ + -5583, + 3510 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 335, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2386 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2387 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1874, + "type": "Label (rgthree)", + "pos": { + "0": -223, + "1": 1785, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1322.55859375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 99, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "SCENE SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1875, + "type": "RandomNoise", + "pos": [ + 1306.853616778442, + 1953.7614788281844 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 100, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2394 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1876, + "type": "ImageResize+", + "pos": [ + 1556.853616778442, + 2563.7614788281853 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 272, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2388, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2389, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2390, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2412 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1877, + "type": "LoadImage", + "pos": [ + 1086.853616778442, + 2443.7614788281853 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 101, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1879, + "type": "SaveImage", + "pos": [ + 3916.8536167784428, + 1963.7614788281844 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 327, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2391 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1880, + "type": "ImageColorMatch+", + "pos": [ + 3476.8536167784428, + 2043.7614788281844 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 323, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2392, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2393 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2391, + 2423 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1881, + "type": "SamplerCustomAdvanced", + "pos": [ + 2766.8536167784428, + 2183.7614788281844 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 305, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2394, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2395, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2396, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2397, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2398, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2404 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1882, + "type": "KSamplerSelect", + "pos": [ + 2766.8536167784428, + 2343.761478828185 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 102, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2396 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1883, + "type": "BasicScheduler", + "pos": [ + 2766.8536167784428, + 2443.7614788281853 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 284, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2399, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2411 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1884, + "type": "BasicGuider", + "pos": [ + 2506.8536167784428, + 2223.7614788281844 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 285, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2400, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2401, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2395 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1885, + "type": "VAEEncodeTiled", + "pos": [ + 2206.8536167784428, + 2263.761478828185 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 296, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2402 + }, + { + "name": "vae", + "type": "VAE", + "link": 2537 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2398 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1886, + "type": "VAEDecodeTiled", + "pos": [ + 3146.8536167784428, + 2233.7614788281844 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 315, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2404 + }, + { + "name": "vae", + "type": "VAE", + "link": 2538 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2392 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1888, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1546.853616778442, + 1983.7614788281844 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 133, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2536 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2401 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1889, + "type": "AspectSizeV2", + "pos": [ + 216.85361677844227, + 2113.761478828184 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 103, + "mode": 4, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1890, + "type": "ModelSamplingFlux", + "pos": [ + 987, + 1944 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 273, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2535 + }, + { + "name": "width", + "type": "INT", + "link": 2408, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2409, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2399, + 2400 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1892, + "type": "ImageScaleBy", + "pos": [ + 2116.8536167784428, + 2063.761478828184 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 286, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2410 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2402 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1893, + "type": "SplitSigmas", + "pos": [ + 2766.8536167784428, + 2593.7614788281853 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 295, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2411 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2397 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1894, + "type": "Reroute", + "pos": [ + 3276.8536167784428, + 2693.7614788281853 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 283, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2412 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2393 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1895, + "type": "ImageResize+", + "pos": [ + 1556.853616778442, + 2333.761478828185 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 274, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2413, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2414, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2415, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2410 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1896, + "type": "Reroute", + "pos": [ + 856.8536167784423, + 2123.761478828184 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 265, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2416, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2389, + 2408, + 2414 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1897, + "type": "Reroute", + "pos": [ + 846.8536167784423, + 2153.7614788281844 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 264, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2417, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2390, + 2409, + 2415 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1898, + "type": "ImpactImageInfo", + "pos": [ + 596.8536167784423, + 2113.761478828184 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 258, + "mode": 4, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2418 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2417 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2416 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1899, + "type": "Note", + "pos": [ + 1646.853616778442, + 1833.7614788281844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 104, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1900, + "type": "Reroute", + "pos": [ + 476.85361677844236, + 2363.761478828185 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 251, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2421 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2388, + 2413, + 2418 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1901, + "type": "ImageScaleBy", + "pos": [ + -5739, + 1893 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 250, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2419 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2422 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1902, + "type": "easy imageSwitch", + "pos": [ + -5748, + 2026 + ], + "size": [ + 243.60000610351562, + 78 + ], + "flags": {}, + "order": 328, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2422 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2423 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2448, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2424 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1903, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2585.176329564854, + 7723.928260203648 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 354, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2432 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2428 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2430 + }, + { + "name": "color", + "type": "STRING", + "link": 2431, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2433 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1904, + "type": "Reroute", + "pos": [ + -2686.176329564854, + 7647.928260203648 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 353, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2425 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1905, + "type": "GrowMask", + "pos": [ + -2582.176329564854, + 7956.928260203648 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 317, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2429 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1906, + "type": "PrimitiveNode", + "pos": [ + -2502.176329564854, + 8096.928260203648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 105, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2431 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1909, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2614.7534644106604, + 6404.156393422819 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 350, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2447 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2443 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2441 + }, + { + "name": "color", + "type": "STRING", + "link": 2442, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2446 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1910, + "type": "GrowMask", + "pos": [ + -2614.7534644106604, + 6644.156393422819 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 310, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2444 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2441 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1911, + "type": "PrimitiveNode", + "pos": [ + -2534.7534644106604, + 6784.156393422819 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 106, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2442 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1912, + "type": "PrimitiveNode", + "pos": [ + -7788, + 1255 + ], + "size": [ + 312.8283901321047, + 97.70708759706486 + ], + "flags": {}, + "order": 107, + "mode": 0, + "outputs": [ + { + "name": "BOOLEAN", + "type": "BOOLEAN", + "links": [ + 2448, + 2449, + 2450 + ], + "slot_index": 0, + "widget": { + "name": "boolean" + } + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + false + ], + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1913, + "type": "Label (rgthree)", + "pos": { + "0": -5101, + "1": 4661, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1300.537109375, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 108, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1914, + "type": "Label (rgthree)", + "pos": { + "0": -3180, + "1": 4690, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1020.80078125, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 109, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1915, + "type": "Label (rgthree)", + "pos": { + "0": -3495, + "1": 6120, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1020.80078125, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 110, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1916, + "type": "Label (rgthree)", + "pos": { + "0": -3478, + "1": 7449, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1020.80078125, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 111, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1917, + "type": "Label (rgthree)", + "pos": { + "0": -4865, + "1": 7432, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1072.607421875, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 112, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1919, + "type": "PrimitiveNode", + "pos": [ + -6077, + 1107 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 113, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2452 + ], + "slot_index": 0, + "widget": { + "name": "select" + } + } + ], + "title": "CHOOSE 1 or 2", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 2, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1920, + "type": "Reroute", + "pos": [ + -7079, + 1646 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2453, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2454, + 2455 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1921, + "type": "Reroute", + "pos": [ + -7060, + 2930 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2455, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2456, + 2457, + 2469 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1922, + "type": "Reroute", + "pos": [ + -7015, + 4472 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2457, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2458, + 2459, + 2463 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1923, + "type": "Reroute", + "pos": [ + -7010.056549490951, + 5896.658482199375 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2459, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2460, + 2462, + 2464 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1924, + "type": "Reroute", + "pos": [ + -7020.81864647313, + 7254.313512669809 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 214, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2460, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2461, + 2465 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1925, + "type": "Reroute", + "pos": [ + -5193, + 7289 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2465, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2466, + 2478 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1926, + "type": "Reroute", + "pos": [ + -5221, + 5919 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2464, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2467, + 2476 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1927, + "type": "Reroute", + "pos": [ + -5207, + 4476 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2463, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2468, + 2474 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1928, + "type": "Reroute", + "pos": [ + -5130.782044375359, + 2933.1519825164387 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2469, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2470, + 2471 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1929, + "type": "Reroute", + "pos": [ + -3363.065813261525, + 2951.5847822129426 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 204, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2471, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2473 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1930, + "type": "Reroute", + "pos": [ + -3391, + 4482 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2474, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2475 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1931, + "type": "Reroute", + "pos": [ + -9310, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2481 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2485, + 2496 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1932, + "type": "Reroute", + "pos": [ + -9310, + 1760 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2482 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2484, + 2512 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1933, + "type": "Reroute", + "pos": [ + -9310, + 1790 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2480 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2486, + 2519, + 2520 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1934, + "type": "Reroute", + "pos": [ + -9306.944763789697, + 2953.280490148197 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2485 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2487, + 2498 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1935, + "type": "Reroute", + "pos": [ + -9306.806035076175, + 2981.0560338296264 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2484 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2488, + 2511 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1936, + "type": "Reroute", + "pos": [ + -9310.944763789697, + 3009.280490148197 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2486 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2489, + 2517, + 2518 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1937, + "type": "Reroute", + "pos": [ + -9252.874197436922, + 4567.676485883071 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2487 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2490, + 2503 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1938, + "type": "Reroute", + "pos": [ + -9252.7354687234, + 4595.452029564501 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2488 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2491, + 2510 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1939, + "type": "Reroute", + "pos": [ + -9256.874197436922, + 4623.676485883071 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2489 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2492, + 2515, + 2516 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1940, + "type": "Reroute", + "pos": [ + -9279.90948061331, + 6043.033844539996 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2490 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2493, + 2506 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1941, + "type": "Reroute", + "pos": [ + -9279.770751899789, + 6070.809388221425 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2491 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2494, + 2509 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1942, + "type": "Reroute", + "pos": [ + -9283.90948061331, + 6099.033844539996 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2492 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2495, + 2513, + 2514 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1943, + "type": "Reroute", + "pos": [ + -9229.701047057988, + 7379.352124126203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2493 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1944, + "type": "Reroute", + "pos": [ + -9229.562318344466, + 7407.127667807633 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2494 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2508 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1945, + "type": "Reroute", + "pos": [ + -9233.701047057988, + 7435.352124126203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2495 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2521, + 2522 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1946, + "type": "Reroute", + "pos": [ + -359, + 1522 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2527 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2528, + 2535 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1947, + "type": "Reroute", + "pos": [ + -358.9031232965825, + 1562.0669933582176 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2531 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2532, + 2536 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1948, + "type": "Reroute", + "pos": [ + -359, + 1598 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2523 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2524, + 2537, + 2538 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1955, + "type": "Reroute", + "pos": [ + -407, + 2992 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2528 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2529, + 2541 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1956, + "type": "Reroute", + "pos": [ + -407.2767076558689, + 3032.252840734856 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2532 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2533, + 2542 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1957, + "type": "Reroute", + "pos": [ + -407.2767076558689, + 3052.252840734856 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2524 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2525, + 2539, + 2540 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1958, + "type": "Reroute", + "pos": [ + -387, + 4251 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2529 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2543 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1959, + "type": "Reroute", + "pos": [ + -352, + 4284 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2533 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2544 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1960, + "type": "Reroute", + "pos": [ + -380, + 4300 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2525 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2545, + 2546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1964, + "type": "Reroute", + "pos": [ + -9790, + 1860 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2547, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2549, + 2557, + 2558, + 2559 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1965, + "type": "Reroute", + "pos": [ + -9790, + 1890 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2548, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2553, + 2560, + 2561, + 2562 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1966, + "type": "Reroute", + "pos": [ + -9850, + 3100 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2549, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2550, + 2563, + 2567, + 2568 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1967, + "type": "Reroute", + "pos": [ + -9850, + 3130 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2553, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2554, + 2564, + 2566, + 2569 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1968, + "type": "Reroute", + "pos": [ + -9930, + 4680 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2550, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2551, + 2570, + 2572, + 2574 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1969, + "type": "Reroute", + "pos": [ + -9930, + 4710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2554, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2555, + 2571, + 2573, + 2575 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1970, + "type": "Reroute", + "pos": [ + -9840, + 6300 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 175, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2551, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2552, + 2576, + 2578, + 2580 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1971, + "type": "Reroute", + "pos": [ + -9840, + 6330 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2555, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2556, + 2577, + 2579, + 2581 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1972, + "type": "Reroute", + "pos": [ + -9610, + 7690 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2552, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2582, + 2584, + 2586 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1973, + "type": "Reroute", + "pos": [ + -9610, + 7720 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2556, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2583, + 2585, + 2587 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + } + ], + "links": [ + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1473, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 1474, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 1475, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 1476, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 1477, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1478, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1479, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1487, + 1213, + 0, + 1214, + 1, + "STRING" + ], + [ + 1489, + 1214, + 0, + 194, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1569, + 1287, + 0, + 1288, + 0, + "LATENT" + ], + [ + 1570, + 1318, + 0, + 1288, + 1, + "LATENT" + ], + [ + 1574, + 1295, + 0, + 1293, + 0, + "LATENT" + ], + [ + 1576, + 1293, + 0, + 1294, + 0, + "IMAGE" + ], + [ + 1577, + 1321, + 0, + 1294, + 1, + "STRING" + ], + [ + 1579, + 1298, + 0, + 1295, + 1, + "GUIDER" + ], + [ + 1580, + 1296, + 0, + 1295, + 2, + "SAMPLER" + ], + [ + 1581, + 1319, + 1, + 1295, + 3, + "SIGMAS" + ], + [ + 1582, + 1288, + 0, + 1295, + 4, + "LATENT" + ], + [ + 1584, + 1312, + 0, + 1297, + 1, + "FLOAT" + ], + [ + 1586, + 1307, + 0, + 1298, + 1, + "CONDITIONING" + ], + [ + 1592, + 1316, + 0, + 1307, + 1, + "STRING" + ], + [ + 1593, + 1316, + 0, + 1307, + 2, + "STRING" + ], + [ + 1594, + 1308, + 0, + 1312, + 0, + "FLOAT" + ], + [ + 1595, + 1313, + 0, + 1312, + 1, + "FLOAT" + ], + [ + 1596, + 1288, + 2, + 1312, + 3, + "INT" + ], + [ + 1597, + 1309, + 0, + 1316, + 0, + "STRING" + ], + [ + 1598, + 1316, + 0, + 1317, + 0, + "STRING" + ], + [ + 1599, + 1289, + 0, + 1318, + 0, + "IMAGE" + ], + [ + 1601, + 1297, + 0, + 1319, + 0, + "SIGMAS" + ], + [ + 1603, + 1320, + 0, + 1321, + 1, + "STRING" + ], + [ + 1613, + 1325, + 0, + 1331, + 0, + "IMAGE" + ], + [ + 1707, + 1393, + 0, + 195, + 0, + "NOISE" + ], + [ + 1709, + 1395, + 0, + 1295, + 0, + "NOISE" + ], + [ + 1758, + 1442, + 0, + 1443, + 1, + "STRING" + ], + [ + 1774, + 1279, + 0, + 1462, + 0, + "IMAGE" + ], + [ + 1776, + 1464, + 0, + 1465, + 1, + "STRING" + ], + [ + 1777, + 1465, + 0, + 1331, + 1, + "STRING" + ], + [ + 1779, + 1467, + 0, + 1468, + 1, + "STRING" + ], + [ + 1780, + 1468, + 0, + 684, + 1, + "STRING" + ], + [ + 1795, + 1336, + 0, + 1450, + 0, + "IMAGE" + ], + [ + 1798, + 1443, + 0, + 1450, + 1, + "STRING" + ], + [ + 1850, + 1493, + 0, + 1279, + 1, + "IMAGE" + ], + [ + 1852, + 1492, + 0, + 1279, + 2, + "MASK" + ], + [ + 1874, + 1324, + 0, + 1511, + 0, + "IMAGE" + ], + [ + 1894, + 1514, + 0, + 1515, + 1, + "STRING" + ], + [ + 1897, + 1513, + 0, + 1336, + 1, + "IMAGE" + ], + [ + 1899, + 1512, + 0, + 1336, + 2, + "MASK" + ], + [ + 1902, + 1212, + 0, + 1519, + 0, + "STRING" + ], + [ + 1903, + 1515, + 0, + 1462, + 1, + "STRING" + ], + [ + 1904, + 1521, + 0, + 1493, + 1, + "INT" + ], + [ + 1905, + 1521, + 0, + 1492, + 1, + "INT" + ], + [ + 1906, + 1520, + 0, + 1493, + 2, + "INT" + ], + [ + 1907, + 1520, + 0, + 1492, + 2, + "INT" + ], + [ + 1908, + 1522, + 0, + 1513, + 1, + "INT" + ], + [ + 1910, + 1522, + 0, + 1512, + 1, + "INT" + ], + [ + 1911, + 1523, + 0, + 1513, + 2, + "INT" + ], + [ + 1912, + 1523, + 0, + 1512, + 2, + "INT" + ], + [ + 1915, + 1525, + 0, + 1526, + 0, + "IMAGE" + ], + [ + 1916, + 1577, + 0, + 1526, + 1, + "STRING" + ], + [ + 1919, + 1527, + 0, + 1528, + 0, + "LATENT" + ], + [ + 1920, + 1557, + 0, + 1528, + 1, + "LATENT" + ], + [ + 1921, + 1530, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 1924, + 1535, + 0, + 1533, + 0, + "LATENT" + ], + [ + 1926, + 1533, + 0, + 1534, + 0, + "IMAGE" + ], + [ + 1927, + 1560, + 0, + 1534, + 1, + "STRING" + ], + [ + 1928, + 1562, + 0, + 1535, + 0, + "NOISE" + ], + [ + 1929, + 1538, + 0, + 1535, + 1, + "GUIDER" + ], + [ + 1930, + 1536, + 0, + 1535, + 2, + "SAMPLER" + ], + [ + 1931, + 1558, + 1, + 1535, + 3, + "SIGMAS" + ], + [ + 1932, + 1528, + 0, + 1535, + 4, + "LATENT" + ], + [ + 1934, + 1551, + 0, + 1537, + 1, + "FLOAT" + ], + [ + 1936, + 1546, + 0, + 1538, + 1, + "CONDITIONING" + ], + [ + 1942, + 1555, + 0, + 1546, + 1, + "STRING" + ], + [ + 1943, + 1555, + 0, + 1546, + 2, + "STRING" + ], + [ + 1944, + 1547, + 0, + 1551, + 0, + "FLOAT" + ], + [ + 1945, + 1552, + 0, + 1551, + 1, + "FLOAT" + ], + [ + 1946, + 1528, + 2, + 1551, + 3, + "INT" + ], + [ + 1947, + 1548, + 0, + 1555, + 0, + "STRING" + ], + [ + 1948, + 1555, + 0, + 1556, + 0, + "STRING" + ], + [ + 1949, + 1529, + 0, + 1557, + 0, + "IMAGE" + ], + [ + 1951, + 1537, + 0, + 1558, + 0, + "SIGMAS" + ], + [ + 1953, + 1559, + 0, + 1560, + 1, + "STRING" + ], + [ + 1958, + 1581, + 0, + 1566, + 1, + "IMAGE" + ], + [ + 1962, + 1572, + 0, + 1573, + 1, + "STRING" + ], + [ + 1963, + 1566, + 0, + 1575, + 0, + "IMAGE" + ], + [ + 1964, + 1573, + 0, + 1575, + 1, + "STRING" + ], + [ + 1966, + 1576, + 0, + 1577, + 1, + "STRING" + ], + [ + 1969, + 1582, + 0, + 1580, + 1, + "INT" + ], + [ + 1970, + 1583, + 0, + 1580, + 2, + "INT" + ], + [ + 1972, + 1582, + 0, + 1581, + 1, + "INT" + ], + [ + 1973, + 1583, + 0, + 1581, + 2, + "INT" + ], + [ + 1975, + 1525, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 1976, + 1525, + 1, + 1580, + 0, + "MASK" + ], + [ + 1978, + 666, + 1, + 1512, + 0, + "MASK" + ], + [ + 1980, + 1585, + 0, + 1525, + 0, + "IMAGE" + ], + [ + 1981, + 1586, + 0, + 1580, + 3, + "FLOAT" + ], + [ + 1982, + 1586, + 0, + 1581, + 3, + "FLOAT" + ], + [ + 1987, + 1579, + 0, + 1585, + 0, + "IMAGE" + ], + [ + 1997, + 1533, + 0, + 1579, + 0, + "IMAGE" + ], + [ + 1998, + 1644, + 0, + 1590, + 0, + "IMAGE" + ], + [ + 1999, + 1590, + 0, + 1591, + 0, + "IMAGE" + ], + [ + 2000, + 1637, + 0, + 1591, + 1, + "STRING" + ], + [ + 2003, + 1592, + 0, + 1593, + 0, + "LATENT" + ], + [ + 2004, + 1622, + 0, + 1593, + 1, + "LATENT" + ], + [ + 2005, + 1595, + 0, + 1594, + 0, + "IMAGE" + ], + [ + 2008, + 1600, + 0, + 1598, + 0, + "LATENT" + ], + [ + 2010, + 1598, + 0, + 1599, + 0, + "IMAGE" + ], + [ + 2011, + 1625, + 0, + 1599, + 1, + "STRING" + ], + [ + 2012, + 1627, + 0, + 1600, + 0, + "NOISE" + ], + [ + 2013, + 1603, + 0, + 1600, + 1, + "GUIDER" + ], + [ + 2014, + 1601, + 0, + 1600, + 2, + "SAMPLER" + ], + [ + 2015, + 1623, + 1, + 1600, + 3, + "SIGMAS" + ], + [ + 2016, + 1593, + 0, + 1600, + 4, + "LATENT" + ], + [ + 2018, + 1616, + 0, + 1602, + 1, + "FLOAT" + ], + [ + 2020, + 1611, + 0, + 1603, + 1, + "CONDITIONING" + ], + [ + 2026, + 1620, + 0, + 1611, + 1, + "STRING" + ], + [ + 2027, + 1620, + 0, + 1611, + 2, + "STRING" + ], + [ + 2028, + 1612, + 0, + 1616, + 0, + "FLOAT" + ], + [ + 2029, + 1617, + 0, + 1616, + 1, + "FLOAT" + ], + [ + 2030, + 1593, + 2, + 1616, + 3, + "INT" + ], + [ + 2031, + 1613, + 0, + 1620, + 0, + "STRING" + ], + [ + 2032, + 1620, + 0, + 1621, + 0, + "STRING" + ], + [ + 2033, + 1594, + 0, + 1622, + 0, + "IMAGE" + ], + [ + 2035, + 1602, + 0, + 1623, + 0, + "SIGMAS" + ], + [ + 2037, + 1624, + 0, + 1625, + 1, + "STRING" + ], + [ + 2040, + 1641, + 0, + 1629, + 1, + "IMAGE" + ], + [ + 2044, + 1632, + 0, + 1633, + 1, + "STRING" + ], + [ + 2045, + 1629, + 0, + 1635, + 0, + "IMAGE" + ], + [ + 2046, + 1633, + 0, + 1635, + 1, + "STRING" + ], + [ + 2048, + 1636, + 0, + 1637, + 1, + "STRING" + ], + [ + 2049, + 1598, + 0, + 1639, + 0, + "IMAGE" + ], + [ + 2050, + 1590, + 1, + 1640, + 0, + "MASK" + ], + [ + 2051, + 1642, + 0, + 1640, + 1, + "INT" + ], + [ + 2052, + 1643, + 0, + 1640, + 2, + "INT" + ], + [ + 2053, + 1645, + 0, + 1640, + 3, + "FLOAT" + ], + [ + 2054, + 1590, + 0, + 1641, + 0, + "IMAGE" + ], + [ + 2055, + 1642, + 0, + 1641, + 1, + "INT" + ], + [ + 2056, + 1643, + 0, + 1641, + 2, + "INT" + ], + [ + 2057, + 1645, + 0, + 1641, + 3, + "FLOAT" + ], + [ + 2058, + 1639, + 0, + 1644, + 0, + "IMAGE" + ], + [ + 2060, + 1640, + 0, + 1646, + 0, + "MASK" + ], + [ + 2061, + 1646, + 0, + 1629, + 2, + "MASK" + ], + [ + 2062, + 1580, + 0, + 1649, + 0, + "MASK" + ], + [ + 2063, + 1649, + 0, + 1566, + 2, + "MASK" + ], + [ + 2066, + 1650, + 0, + 1580, + 4, + "FLOAT" + ], + [ + 2067, + 1650, + 0, + 1581, + 4, + "FLOAT" + ], + [ + 2135, + 1607, + 0, + 1603, + 0, + "MODEL" + ], + [ + 2136, + 1607, + 0, + 1602, + 0, + "MODEL" + ], + [ + 2137, + 1542, + 0, + 1537, + 0, + "MODEL" + ], + [ + 2138, + 1542, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2144, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 2148, + 1767, + 0, + 1719, + 1, + "INT" + ], + [ + 2149, + 1768, + 0, + 1719, + 2, + "INT" + ], + [ + 2151, + 1772, + 0, + 1723, + 0, + "*" + ], + [ + 2152, + 1726, + 0, + 1725, + 0, + "IMAGE" + ], + [ + 2153, + 1735, + 0, + 1726, + 0, + "IMAGE" + ], + [ + 2154, + 1764, + 0, + 1726, + 1, + "IMAGE" + ], + [ + 2156, + 1730, + 0, + 1727, + 1, + "GUIDER" + ], + [ + 2157, + 1728, + 0, + 1727, + 2, + "SAMPLER" + ], + [ + 2158, + 1762, + 1, + 1727, + 3, + "SIGMAS" + ], + [ + 2159, + 1734, + 0, + 1727, + 4, + "LATENT" + ], + [ + 2163, + 1760, + 0, + 1734, + 0, + "IMAGE" + ], + [ + 2165, + 1727, + 0, + 1735, + 0, + "LATENT" + ], + [ + 2187, + 1767, + 0, + 1757, + 1, + "INT" + ], + [ + 2188, + 1768, + 0, + 1757, + 2, + "INT" + ], + [ + 2190, + 1766, + 0, + 1760, + 0, + "IMAGE" + ], + [ + 2192, + 1729, + 0, + 1762, + 0, + "SIGMAS" + ], + [ + 2194, + 1719, + 0, + 1764, + 0, + "*" + ], + [ + 2197, + 1767, + 0, + 1766, + 1, + "INT" + ], + [ + 2198, + 1768, + 0, + 1766, + 2, + "INT" + ], + [ + 2199, + 1769, + 2, + 1767, + 0, + "*" + ], + [ + 2200, + 1769, + 1, + 1768, + 0, + "*" + ], + [ + 2205, + 1723, + 0, + 1766, + 0, + "IMAGE" + ], + [ + 2206, + 1723, + 0, + 1719, + 0, + "IMAGE" + ], + [ + 2207, + 1772, + 0, + 1769, + 0, + "IMAGE" + ], + [ + 2212, + 1777, + 0, + 1325, + 0, + "IMAGE" + ], + [ + 2213, + 1511, + 0, + 1777, + 0, + "IMAGE" + ], + [ + 2214, + 1726, + 0, + 1777, + 1, + "IMAGE" + ], + [ + 2226, + 1788, + 0, + 1786, + 0, + "STRING" + ], + [ + 2227, + 1787, + 0, + 1786, + 1, + "STRING" + ], + [ + 2228, + 1787, + 0, + 1789, + 0, + "STRING" + ], + [ + 2229, + 1788, + 0, + 1789, + 1, + "STRING" + ], + [ + 2230, + 1786, + 2, + 1789, + 3, + "INT" + ], + [ + 2231, + 1789, + 0, + 1790, + 0, + "STRING" + ], + [ + 2232, + 1786, + 0, + 1791, + 0, + "STRING" + ], + [ + 2235, + 1789, + 0, + 1279, + 3, + "STRING" + ], + [ + 2236, + 1789, + 0, + 1336, + 3, + "STRING" + ], + [ + 2241, + 1797, + 0, + 1289, + 0, + "IMAGE" + ], + [ + 2279, + 1789, + 0, + 1566, + 3, + "STRING" + ], + [ + 2280, + 1290, + 0, + 1797, + 0, + "IMAGE" + ], + [ + 2281, + 1809, + 0, + 1493, + 3, + "FLOAT" + ], + [ + 2282, + 1809, + 0, + 1492, + 3, + "FLOAT" + ], + [ + 2285, + 1219, + 0, + 1811, + 0, + "IMAGE" + ], + [ + 2286, + 1811, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 2287, + 1782, + 0, + 1513, + 3, + "FLOAT" + ], + [ + 2288, + 1782, + 0, + 1512, + 3, + "FLOAT" + ], + [ + 2289, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 2292, + 1336, + 0, + 1279, + 0, + "IMAGE" + ], + [ + 2296, + 1810, + 0, + 1813, + 0, + "IMAGE" + ], + [ + 2297, + 1813, + 0, + 665, + 0, + "*" + ], + [ + 2300, + 1864, + 0, + 1817, + 1, + "INT" + ], + [ + 2301, + 1865, + 0, + 1817, + 2, + "INT" + ], + [ + 2304, + 1824, + 0, + 1823, + 0, + "IMAGE" + ], + [ + 2305, + 1833, + 0, + 1824, + 0, + "IMAGE" + ], + [ + 2306, + 1861, + 0, + 1824, + 1, + "IMAGE" + ], + [ + 2308, + 1828, + 0, + 1825, + 1, + "GUIDER" + ], + [ + 2309, + 1826, + 0, + 1825, + 2, + "SAMPLER" + ], + [ + 2310, + 1859, + 1, + 1825, + 3, + "SIGMAS" + ], + [ + 2311, + 1832, + 0, + 1825, + 4, + "LATENT" + ], + [ + 2315, + 1857, + 0, + 1832, + 0, + "IMAGE" + ], + [ + 2317, + 1825, + 0, + 1833, + 0, + "LATENT" + ], + [ + 2339, + 1864, + 0, + 1854, + 1, + "INT" + ], + [ + 2340, + 1865, + 0, + 1854, + 2, + "INT" + ], + [ + 2342, + 1863, + 0, + 1857, + 0, + "IMAGE" + ], + [ + 2343, + 1827, + 0, + 1859, + 0, + "SIGMAS" + ], + [ + 2345, + 1817, + 0, + 1861, + 0, + "*" + ], + [ + 2348, + 1864, + 0, + 1863, + 1, + "INT" + ], + [ + 2349, + 1865, + 0, + 1863, + 2, + "INT" + ], + [ + 2351, + 1866, + 1, + 1865, + 0, + "*" + ], + [ + 2358, + 1869, + 0, + 1866, + 0, + "IMAGE" + ], + [ + 2359, + 1866, + 2, + 1864, + 0, + "*" + ], + [ + 2360, + 1824, + 0, + 1813, + 1, + "IMAGE" + ], + [ + 2362, + 1222, + 0, + 1810, + 0, + "IMAGE" + ], + [ + 2363, + 1222, + 0, + 1869, + 0, + "*" + ], + [ + 2364, + 1854, + 0, + 1828, + 0, + "MODEL" + ], + [ + 2365, + 1854, + 0, + 1827, + 0, + "MODEL" + ], + [ + 2366, + 1869, + 0, + 1863, + 0, + "IMAGE" + ], + [ + 2367, + 1869, + 0, + 1817, + 0, + "IMAGE" + ], + [ + 2371, + 1325, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 2372, + 1325, + 1, + 1492, + 0, + "MASK" + ], + [ + 2375, + 666, + 0, + 1513, + 0, + "IMAGE" + ], + [ + 2377, + 1293, + 0, + 1872, + 0, + "IMAGE" + ], + [ + 2378, + 1872, + 0, + 1324, + 0, + "*" + ], + [ + 2379, + 1324, + 0, + 1772, + 0, + "*" + ], + [ + 2380, + 1757, + 0, + 1730, + 0, + "MODEL" + ], + [ + 2381, + 1757, + 0, + 1729, + 0, + "MODEL" + ], + [ + 2382, + 1750, + 0, + 1730, + 1, + "CONDITIONING" + ], + [ + 2383, + 1717, + 0, + 1727, + 0, + "NOISE" + ], + [ + 2384, + 1847, + 0, + 1828, + 1, + "CONDITIONING" + ], + [ + 2385, + 1815, + 0, + 1825, + 0, + "NOISE" + ], + [ + 2386, + 665, + 0, + 1873, + 0, + "IMAGE" + ], + [ + 2387, + 1873, + 0, + 666, + 0, + "IMAGE" + ], + [ + 2388, + 1900, + 0, + 1876, + 0, + "IMAGE" + ], + [ + 2389, + 1896, + 0, + 1876, + 1, + "INT" + ], + [ + 2390, + 1897, + 0, + 1876, + 2, + "INT" + ], + [ + 2391, + 1880, + 0, + 1879, + 0, + "IMAGE" + ], + [ + 2392, + 1886, + 0, + 1880, + 0, + "IMAGE" + ], + [ + 2393, + 1894, + 0, + 1880, + 1, + "IMAGE" + ], + [ + 2394, + 1875, + 0, + 1881, + 0, + "NOISE" + ], + [ + 2395, + 1884, + 0, + 1881, + 1, + "GUIDER" + ], + [ + 2396, + 1882, + 0, + 1881, + 2, + "SAMPLER" + ], + [ + 2397, + 1893, + 1, + 1881, + 3, + "SIGMAS" + ], + [ + 2398, + 1885, + 0, + 1881, + 4, + "LATENT" + ], + [ + 2399, + 1890, + 0, + 1883, + 0, + "MODEL" + ], + [ + 2400, + 1890, + 0, + 1884, + 0, + "MODEL" + ], + [ + 2401, + 1888, + 0, + 1884, + 1, + "CONDITIONING" + ], + [ + 2402, + 1892, + 0, + 1885, + 0, + "IMAGE" + ], + [ + 2404, + 1881, + 0, + 1886, + 0, + "LATENT" + ], + [ + 2408, + 1896, + 0, + 1890, + 1, + "INT" + ], + [ + 2409, + 1897, + 0, + 1890, + 2, + "INT" + ], + [ + 2410, + 1895, + 0, + 1892, + 0, + "IMAGE" + ], + [ + 2411, + 1883, + 0, + 1893, + 0, + "SIGMAS" + ], + [ + 2412, + 1876, + 0, + 1894, + 0, + "*" + ], + [ + 2413, + 1900, + 0, + 1895, + 0, + "IMAGE" + ], + [ + 2414, + 1896, + 0, + 1895, + 1, + "INT" + ], + [ + 2415, + 1897, + 0, + 1895, + 2, + "INT" + ], + [ + 2416, + 1898, + 2, + 1896, + 0, + "*" + ], + [ + 2417, + 1898, + 1, + 1897, + 0, + "*" + ], + [ + 2418, + 1900, + 0, + 1898, + 0, + "IMAGE" + ], + [ + 2419, + 193, + 0, + 1901, + 0, + "IMAGE" + ], + [ + 2421, + 193, + 0, + 1900, + 0, + "*" + ], + [ + 2422, + 1901, + 0, + 1902, + 0, + "IMAGE" + ], + [ + 2423, + 1880, + 0, + 1902, + 1, + "IMAGE" + ], + [ + 2424, + 1902, + 0, + 1336, + 0, + "IMAGE" + ], + [ + 2425, + 1566, + 0, + 1904, + 0, + "*" + ], + [ + 2428, + 1641, + 0, + 1903, + 1, + "IMAGE" + ], + [ + 2429, + 1640, + 0, + 1905, + 0, + "MASK" + ], + [ + 2430, + 1905, + 0, + 1903, + 2, + "MASK" + ], + [ + 2431, + 1906, + 0, + 1903, + 3, + "STRING" + ], + [ + 2432, + 1904, + 0, + 1903, + 0, + "IMAGE" + ], + [ + 2433, + 1903, + 0, + 1629, + 0, + "IMAGE" + ], + [ + 2440, + 1789, + 0, + 1629, + 3, + "STRING" + ], + [ + 2441, + 1910, + 0, + 1909, + 2, + "MASK" + ], + [ + 2442, + 1911, + 0, + 1909, + 3, + "STRING" + ], + [ + 2443, + 1581, + 0, + 1909, + 1, + "IMAGE" + ], + [ + 2444, + 1580, + 0, + 1910, + 0, + "MASK" + ], + [ + 2446, + 1909, + 0, + 1566, + 0, + "IMAGE" + ], + [ + 2447, + 1279, + 0, + 1909, + 0, + "IMAGE" + ], + [ + 2448, + 1912, + 0, + 1902, + 2, + "BOOLEAN" + ], + [ + 2449, + 1912, + 0, + 1813, + 2, + "BOOLEAN" + ], + [ + 2450, + 1912, + 0, + 1777, + 2, + "BOOLEAN" + ], + [ + 2452, + 1919, + 0, + 1786, + 3, + "INT" + ], + [ + 2453, + 1212, + 0, + 1920, + 0, + "*" + ], + [ + 2454, + 1920, + 0, + 1214, + 0, + "STRING" + ], + [ + 2455, + 1920, + 0, + 1921, + 0, + "*" + ], + [ + 2456, + 1921, + 0, + 1250, + 0, + "STRING" + ], + [ + 2457, + 1921, + 0, + 1922, + 0, + "*" + ], + [ + 2458, + 1922, + 0, + 1321, + 0, + "STRING" + ], + [ + 2459, + 1922, + 0, + 1923, + 0, + "*" + ], + [ + 2460, + 1923, + 0, + 1924, + 0, + "*" + ], + [ + 2461, + 1924, + 0, + 1625, + 0, + "STRING" + ], + [ + 2462, + 1923, + 0, + 1560, + 0, + "STRING" + ], + [ + 2463, + 1922, + 0, + 1927, + 0, + "*" + ], + [ + 2464, + 1923, + 0, + 1926, + 0, + "*" + ], + [ + 2465, + 1924, + 0, + 1925, + 0, + "*" + ], + [ + 2466, + 1925, + 0, + 1637, + 0, + "STRING" + ], + [ + 2467, + 1926, + 0, + 1577, + 0, + "STRING" + ], + [ + 2468, + 1927, + 0, + 1465, + 0, + "STRING" + ], + [ + 2469, + 1921, + 0, + 1928, + 0, + "*" + ], + [ + 2470, + 1928, + 0, + 1468, + 0, + "STRING" + ], + [ + 2471, + 1928, + 0, + 1929, + 0, + "*" + ], + [ + 2473, + 1929, + 0, + 1443, + 0, + "STRING" + ], + [ + 2474, + 1927, + 0, + 1930, + 0, + "*" + ], + [ + 2475, + 1930, + 0, + 1515, + 0, + "STRING" + ], + [ + 2476, + 1926, + 0, + 1794, + 0, + "*" + ], + [ + 2477, + 1794, + 0, + 1573, + 0, + "STRING" + ], + [ + 2478, + 1925, + 0, + 1795, + 0, + "*" + ], + [ + 2479, + 1795, + 0, + 1633, + 0, + "STRING" + ], + [ + 2480, + 1102, + 0, + 1933, + 0, + "*" + ], + [ + 2481, + 88, + 0, + 1931, + 0, + "*" + ], + [ + 2482, + 11, + 0, + 1932, + 0, + "*" + ], + [ + 2484, + 1932, + 0, + 1935, + 0, + "*" + ], + [ + 2485, + 1931, + 0, + 1934, + 0, + "*" + ], + [ + 2486, + 1933, + 0, + 1936, + 0, + "*" + ], + [ + 2487, + 1934, + 0, + 1937, + 0, + "*" + ], + [ + 2488, + 1935, + 0, + 1938, + 0, + "*" + ], + [ + 2489, + 1936, + 0, + 1939, + 0, + "*" + ], + [ + 2490, + 1937, + 0, + 1940, + 0, + "*" + ], + [ + 2491, + 1938, + 0, + 1941, + 0, + "*" + ], + [ + 2492, + 1939, + 0, + 1942, + 0, + "*" + ], + [ + 2493, + 1940, + 0, + 1943, + 0, + "*" + ], + [ + 2494, + 1941, + 0, + 1944, + 0, + "*" + ], + [ + 2495, + 1942, + 0, + 1945, + 0, + "*" + ], + [ + 2496, + 1931, + 0, + 206, + 0, + "MODEL" + ], + [ + 2497, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 2498, + 1934, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2499, + 1232, + 0, + 1227, + 0, + "MODEL" + ], + [ + 2500, + 1232, + 0, + 1226, + 0, + "MODEL" + ], + [ + 2503, + 1937, + 0, + 1303, + 0, + "MODEL" + ], + [ + 2504, + 1303, + 0, + 1298, + 0, + "MODEL" + ], + [ + 2505, + 1303, + 0, + 1297, + 0, + "MODEL" + ], + [ + 2506, + 1940, + 0, + 1542, + 0, + "MODEL" + ], + [ + 2507, + 1943, + 0, + 1607, + 0, + "MODEL" + ], + [ + 2508, + 1944, + 0, + 1611, + 0, + "CLIP" + ], + [ + 2509, + 1941, + 0, + 1546, + 0, + "CLIP" + ], + [ + 2510, + 1938, + 0, + 1307, + 0, + "CLIP" + ], + [ + 2511, + 1935, + 0, + 1236, + 0, + "CLIP" + ], + [ + 2512, + 1932, + 0, + 448, + 0, + "CLIP" + ], + [ + 2513, + 1942, + 0, + 1557, + 1, + "VAE" + ], + [ + 2514, + 1942, + 0, + 1533, + 1, + "VAE" + ], + [ + 2515, + 1939, + 0, + 1318, + 1, + "VAE" + ], + [ + 2516, + 1939, + 0, + 1293, + 1, + "VAE" + ], + [ + 2517, + 1936, + 0, + 1222, + 1, + "VAE" + ], + [ + 2518, + 1936, + 0, + 1247, + 1, + "VAE" + ], + [ + 2519, + 1933, + 0, + 193, + 1, + "VAE" + ], + [ + 2520, + 1933, + 0, + 1001, + 1, + "VAE" + ], + [ + 2521, + 1945, + 0, + 1598, + 1, + "VAE" + ], + [ + 2522, + 1945, + 0, + 1622, + 1, + "VAE" + ], + [ + 2523, + 1102, + 0, + 1948, + 0, + "*" + ], + [ + 2524, + 1948, + 0, + 1957, + 0, + "*" + ], + [ + 2525, + 1957, + 0, + 1960, + 0, + "*" + ], + [ + 2527, + 88, + 0, + 1946, + 0, + "*" + ], + [ + 2528, + 1946, + 0, + 1955, + 0, + "*" + ], + [ + 2529, + 1955, + 0, + 1958, + 0, + "*" + ], + [ + 2531, + 11, + 0, + 1947, + 0, + "*" + ], + [ + 2532, + 1947, + 0, + 1956, + 0, + "*" + ], + [ + 2533, + 1956, + 0, + 1959, + 0, + "*" + ], + [ + 2535, + 1946, + 0, + 1890, + 0, + "MODEL" + ], + [ + 2536, + 1947, + 0, + 1888, + 0, + "CLIP" + ], + [ + 2537, + 1948, + 0, + 1885, + 1, + "VAE" + ], + [ + 2538, + 1948, + 0, + 1886, + 1, + "VAE" + ], + [ + 2539, + 1957, + 0, + 1832, + 1, + "VAE" + ], + [ + 2540, + 1957, + 0, + 1833, + 1, + "VAE" + ], + [ + 2541, + 1955, + 0, + 1854, + 0, + "MODEL" + ], + [ + 2542, + 1956, + 0, + 1847, + 0, + "CLIP" + ], + [ + 2543, + 1958, + 0, + 1757, + 0, + "MODEL" + ], + [ + 2544, + 1959, + 0, + 1750, + 0, + "CLIP" + ], + [ + 2545, + 1960, + 0, + 1734, + 1, + "VAE" + ], + [ + 2546, + 1960, + 0, + 1735, + 1, + "VAE" + ], + [ + 2547, + 559, + 0, + 1964, + 0, + "*" + ], + [ + 2548, + 559, + 1, + 1965, + 0, + "*" + ], + [ + 2549, + 1964, + 0, + 1966, + 0, + "*" + ], + [ + 2550, + 1966, + 0, + 1968, + 0, + "*" + ], + [ + 2551, + 1968, + 0, + 1970, + 0, + "*" + ], + [ + 2552, + 1970, + 0, + 1972, + 0, + "*" + ], + [ + 2553, + 1965, + 0, + 1967, + 0, + "*" + ], + [ + 2554, + 1967, + 0, + 1969, + 0, + "*" + ], + [ + 2555, + 1969, + 0, + 1971, + 0, + "*" + ], + [ + 2556, + 1971, + 0, + 1973, + 0, + "*" + ], + [ + 2557, + 1964, + 0, + 206, + 1, + "INT" + ], + [ + 2558, + 1964, + 0, + 166, + 1, + "INT" + ], + [ + 2559, + 1964, + 0, + 158, + 0, + "INT" + ], + [ + 2560, + 1965, + 0, + 206, + 2, + "INT" + ], + [ + 2561, + 1965, + 0, + 158, + 1, + "INT" + ], + [ + 2562, + 1965, + 0, + 166, + 2, + "INT" + ], + [ + 2563, + 1966, + 0, + 1232, + 1, + "INT" + ], + [ + 2564, + 1967, + 0, + 1232, + 2, + "INT" + ], + [ + 2566, + 1967, + 0, + 1218, + 2, + "INT" + ], + [ + 2567, + 1966, + 0, + 1218, + 1, + "INT" + ], + [ + 2568, + 1966, + 0, + 1216, + 0, + "INT" + ], + [ + 2569, + 1967, + 0, + 1216, + 1, + "INT" + ], + [ + 2570, + 1968, + 0, + 1303, + 1, + "INT" + ], + [ + 2571, + 1969, + 0, + 1303, + 2, + "INT" + ], + [ + 2572, + 1968, + 0, + 1289, + 1, + "INT" + ], + [ + 2573, + 1969, + 0, + 1289, + 2, + "INT" + ], + [ + 2574, + 1968, + 0, + 1287, + 0, + "INT" + ], + [ + 2575, + 1969, + 0, + 1287, + 1, + "INT" + ], + [ + 2576, + 1970, + 0, + 1542, + 1, + "INT" + ], + [ + 2577, + 1971, + 0, + 1542, + 2, + "INT" + ], + [ + 2578, + 1970, + 0, + 1529, + 1, + "INT" + ], + [ + 2579, + 1971, + 0, + 1529, + 2, + "INT" + ], + [ + 2580, + 1970, + 0, + 1527, + 0, + "INT" + ], + [ + 2581, + 1971, + 0, + 1527, + 1, + "INT" + ], + [ + 2582, + 1972, + 0, + 1607, + 1, + "INT" + ], + [ + 2583, + 1973, + 0, + 1607, + 2, + "INT" + ], + [ + 2584, + 1972, + 0, + 1592, + 0, + "INT" + ], + [ + 2585, + 1973, + 0, + 1592, + 1, + "INT" + ], + [ + 2586, + 1972, + 0, + 1594, + 1, + "INT" + ], + [ + 2587, + 1973, + 0, + 1594, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "SCENE | GENERATION", + "bounding": [ + -9108, + 1705, + 3303, + 1166 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "REMBG | BG SUBJECT", + "bounding": [ + -5140, + 3037, + 1357, + 1083 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BACKGROUND SUBJECT | GENERATION", + "bounding": [ + -9066, + 2982, + 3270, + 1194 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "FOREGROUND SUBJECT | GENERATION", + "bounding": [ + -9036, + 4548, + 3303, + 1196 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + FG SUBJECT", + "bounding": [ + -3421, + 4659, + 2069, + 1007 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | FG SUBJECT", + "bounding": [ + -5254, + 4629, + 1481, + 997 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + BG SUBJECT", + "bounding": [ + -3443, + 3064, + 2110, + 932 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GEN 1", + "bounding": [ + -9056, + 6007, + 3290, + 1103 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | TEXT 1", + "bounding": [ + -5234, + 6008, + 1500, + 1113 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + TEXT 1", + "bounding": [ + -3534, + 6055, + 2728, + 1047 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GEN 2", + "bounding": [ + -9053, + 7343, + 3306, + 1179 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | TEXT 2", + "bounding": [ + -5221, + 7360, + 1473, + 1102 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + TEXT 2", + "bounding": [ + -3525, + 7395, + 2736, + 1092 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -250, + 4684, + 5467, + 1009 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BG Subject upscale", + "bounding": [ + -274, + 3123, + 5474, + 1024 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Scene Flux upscale", + "bounding": [ + -264, + 1738, + 5463, + 1042 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.7449402268886445, + "offset": [ + 9520.695054780434, + -816.956821658031 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Scene Creator and Editor/Foda-Scene-Editor-v30.json b/Components/_draft/Foda-Flux-v18/Scene Creator and Editor/Foda-Scene-Editor-v30.json new file mode 100644 index 0000000..b3c75d1 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Scene Creator and Editor/Foda-Scene-Editor-v30.json @@ -0,0 +1,13963 @@ +{ + "last_node_id": 1975, + "last_link_id": 2602, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2482, + 2531 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Scene-Editor-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v12\n\nImage Input version, no initial generation modes\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2481, + 2527 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7794, + 1869 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 2558, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2562, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2589, + 2590, + 2601 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -9022, + 1836 + ], + "size": { + "0": 1048.749755859375, + "1": 978.4876098632812 + }, + "flags": { + "collapsed": false + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage2_00003_.png", + "image" + ] + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -7421, + 1871 + ], + "size": { + "0": 946.54052734375, + "1": 733.9163208007812 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2589 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1489, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 2547 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 2548 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8233, + "1": 1028, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 413.0968933105469, + "1": 442 + }, + "flags": {}, + "order": 5, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -6270, + 3476 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 234, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2297 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2591 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -5091.102458383121, + 3245.221722455663 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 237, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2591 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720, + 2375 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1978 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -4751.102458383121, + 3245.221722455663 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 239, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1780, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2480, + 2523 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7691, + 1063 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -7797, + 1116 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "scene-editor-01" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7542, + 1062 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1902, + 2453 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "scene-editor-01", + "/scene/flux", + "" + ] + }, + { + "id": 1213, + "type": "PrimitiveNode", + "pos": [ + -7780, + 2170 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1487 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/background/flux" + ] + }, + { + "id": 1214, + "type": "CR Text Concatenate", + "pos": [ + -7780, + 2270 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2454, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1487, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/background/flux", + "" + ] + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -7760, + 3300 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2286 + }, + { + "name": "width", + "type": "INT", + "link": 2567, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2566, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2592, + 2593, + 2602 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -8988, + 3143 + ], + "size": { + "0": 1023.4092407226562, + "1": 917.2740478515625 + }, + "flags": { + "collapsed": false + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2285 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00146_.png", + "image" + ] + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -7392, + 3176 + ], + "size": { + "0": 927.81005859375, + "1": 729.1429443359375 + }, + "flags": {}, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2592 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -7740, + 3620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -7740, + 3730 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2456, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1279, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2430, + 5050 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 247, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2292 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1850 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1852 + }, + { + "name": "color", + "type": "STRING", + "link": 2235, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1774, + 2447 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1289, + "type": "ImageResize+", + "pos": [ + -7750, + 4840 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2241 + }, + { + "name": "width", + "type": "INT", + "link": 2572, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2573, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2594, + 2595 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1290, + "type": "LoadImage", + "pos": [ + -8961, + 4691 + ], + "size": { + "0": 994.4205322265625, + "1": 965.3853149414062 + }, + "flags": { + "collapsed": false + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00144_.png", + "image" + ] + }, + { + "id": 1294, + "type": "SaveImage", + "pos": [ + -7367, + 4731 + ], + "size": { + "0": 921.3519287109375, + "1": 776.690673828125 + }, + "flags": {}, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2594 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1577, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1320, + "type": "PrimitiveNode", + "pos": [ + -7740, + 5200 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1603 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/subject/flux" + ] + }, + { + "id": 1321, + "type": "CR Text Concatenate", + "pos": [ + -7740, + 5310 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2458, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1603, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1577 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/subject/flux", + "" + ] + }, + { + "id": 1324, + "type": "Reroute", + "pos": [ + -6310, + 4820 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2595 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1874, + 2379 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1325, + "type": "InspyrenetRembg", + "pos": [ + -5209, + 4818 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 238, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2212 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1613, + 2371 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2372 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1331, + "type": "SaveImage", + "pos": [ + -4781.189063979097, + 4817.606003960328 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 242, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1613 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1777, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/subject" + ] + }, + { + "id": 1336, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2547.6857739103943, + 3316.6496694959183 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 245, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2424 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1899 + }, + { + "name": "color", + "type": "STRING", + "link": 2236, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1795, + 2292 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10678, + "1": 4810, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1500.1953125, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 15, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1401, + "type": "Label (rgthree)", + "pos": { + "0": -10448, + "1": 1970, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1233.59375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 16, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SCENE GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1402, + "type": "Label (rgthree)", + "pos": { + "0": -10487, + "1": 3212, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1289.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1405, + "type": "Label (rgthree)", + "pos": { + "0": -5093.1025390625, + "1": 3085.2216796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1406, + "type": "Label (rgthree)", + "pos": { + "0": -3417, + "1": 3030, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1409, + "type": "Note", + "pos": [ + -6517, + 1215 + ], + "size": { + "0": 251.75247192382812, + "1": 86.67691802978516 + }, + "flags": {}, + "order": 20, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "COLOR PRESET [ T-FLIP ]\n#ffbf30 Yellow\n#30ffbf Green\n#bf30ff Purple\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1442, + "type": "PrimitiveNode", + "pos": [ + -3427, + 3651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1758 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1443, + "type": "CR Text Concatenate", + "pos": [ + -3425, + 3699 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2473, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1758, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1798 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1450, + "type": "SaveImage", + "pos": [ + -2188, + 3317 + ], + "size": { + "0": 699.016845703125, + "1": 588.2888793945312 + }, + "flags": {}, + "order": 246, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1795 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1798, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1462, + "type": "SaveImage", + "pos": [ + -2090, + 4920 + ], + "size": { + "0": 688.0980224609375, + "1": 565.19384765625 + }, + "flags": { + "collapsed": false + }, + "order": 248, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1774 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1903, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1464, + "type": "PrimitiveNode", + "pos": [ + -5194, + 5494 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1776 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/subject" + ] + }, + { + "id": 1465, + "type": "CR Text Concatenate", + "pos": [ + -5187, + 5592 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2468, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1776, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1777 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/subject", + "" + ] + }, + { + "id": 1467, + "type": "PrimitiveNode", + "pos": [ + -5051.102458383121, + 3955.221722455663 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1779 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1468, + "type": "CR Text Concatenate", + "pos": [ + -5036, + 4062 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 163, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2470, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1779, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1780 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1480, + "type": "Label (rgthree)", + "pos": { + "0": -215.333251953125, + "1": 4723.6669921875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1228.02734375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 24, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1492, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2810, + 5240 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 244, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2372 + }, + { + "name": "x", + "type": "INT", + "link": 1905, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1907, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2282, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1852 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 700, + 400, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1493, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2810, + 4950 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 243, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2371 + }, + { + "name": "x", + "type": "INT", + "link": 1904, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1906, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2281, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1850 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 700, + 400, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1511, + "type": "ImageScaleBy", + "pos": [ + -6360, + 4890 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2213 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2.5 + ] + }, + { + "id": 1512, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2937.6880034590754, + 3556.942075310145 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 241, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1978 + }, + { + "name": "x", + "type": "INT", + "link": 1910, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1912, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2288, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -400, + 200, + "None", + 1.3, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1513, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2937.6880034590754, + 3266.9420753101444 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 240, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2375 + }, + { + "name": "x", + "type": "INT", + "link": 1908, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1911, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2287, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -400, + 200, + "None", + 1.3, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1514, + "type": "PrimitiveNode", + "pos": [ + -3140, + 5440 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1894 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1515, + "type": "CR Text Concatenate", + "pos": [ + -3148, + 5402 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2475, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1894, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1903 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine/subject", + "" + ] + }, + { + "id": 1519, + "type": "ShowText|pysssss", + "pos": [ + -7338, + 1065 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1902, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "./foda/scene-editor-01" + ] + }, + { + "id": 1520, + "type": "PrimitiveNode", + "pos": [ + -3150, + 5010 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1906, + 1907 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 400, + "fixed" + ] + }, + { + "id": 1521, + "type": "PrimitiveNode", + "pos": [ + -3150, + 4890 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1904, + 1905 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 700, + "fixed" + ] + }, + { + "id": 1522, + "type": "PrimitiveNode", + "pos": [ + -3177, + 3289 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1908, + 1910 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -400, + "fixed" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -3174.6880034590754, + 3409.9420753101444 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1911, + 1912 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 200, + "fixed" + ] + }, + { + "id": 1525, + "type": "InspyrenetRembg", + "pos": [ + -5197.366943294996, + 6361.263194160623 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1980 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1915, + 1975 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1976 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1526, + "type": "SaveImage", + "pos": [ + -4797.247949432767, + 6270.904585358652 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 206, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1916, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1529, + "type": "ImageResize+", + "pos": [ + -7768, + 6284 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 153, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2598 + }, + { + "name": "width", + "type": "INT", + "link": 2578, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2579, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2599 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1530, + "type": "LoadImage", + "pos": [ + -8954, + 6128 + ], + "size": { + "0": 976.8140869140625, + "1": 912.3789672851562 + }, + "flags": { + "collapsed": false + }, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2597 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\text/flux_00089_.png [output]", + "image" + ] + }, + { + "id": 1534, + "type": "SaveImage", + "pos": [ + -7452, + 6168 + ], + "size": { + "0": 990.3489990234375, + "1": 739.43310546875 + }, + "flags": {}, + "order": 191, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2599 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1927, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1559, + "type": "PrimitiveNode", + "pos": [ + -7770, + 6570 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1953 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1560, + "type": "CR Text Concatenate", + "pos": [ + -7770, + 6670 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 175, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2462, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1953, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1927 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1566, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2194.7534644106604, + 6424.156393422819 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 250, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2446 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1958 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2063 + }, + { + "name": "color", + "type": "STRING", + "link": 2279, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1963, + 2425 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#1d393d" + ] + }, + { + "id": 1571, + "type": "Label (rgthree)", + "pos": { + "0": -4865, + "1": 6078, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1072.607421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 32, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1572, + "type": "PrimitiveNode", + "pos": [ + -3494.7534644106604, + 6778.156393422819 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1962 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1573, + "type": "CR Text Concatenate", + "pos": [ + -3487, + 6895 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 207, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2477, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1962, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1575, + "type": "SaveImage", + "pos": [ + -1834.7534644106581, + 6424.156393422819 + ], + "size": { + "0": 903.9549560546875, + "1": 615.378173828125 + }, + "flags": {}, + "order": 251, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1963 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1964, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1576, + "type": "PrimitiveNode", + "pos": [ + -5147.247949432767, + 6720.904585358652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1966 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1577, + "type": "CR Text Concatenate", + "pos": [ + -5145, + 6820 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 192, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2467, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1966, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1579, + "type": "ImageInvert", + "pos": [ + -5170.366943294996, + 6137.263194160623 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1987 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1580, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3044.7534644106604, + 6664.156393422819 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1976 + }, + { + "name": "x", + "type": "INT", + "link": 1969, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1970, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1981, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2066, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2062, + 2444 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1581, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3044.7534644106604, + 6374.156393422819 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 126, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1975 + }, + { + "name": "x", + "type": "INT", + "link": 1972, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1973, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1982, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2067, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1958, + 2443 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1582, + "type": "PrimitiveNode", + "pos": [ + -3284.7534644106604, + 6394.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 36, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1969, + 1972 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -400, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1583, + "type": "PrimitiveNode", + "pos": [ + -3274.7534644106604, + 6514.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 37, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1970, + 1973 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -100, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1585, + "type": "ImageScaleBy", + "pos": [ + -5194.247949432767, + 6220.904585358652 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 93, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1987 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 3 + ] + }, + { + "id": 1586, + "type": "PrimitiveNode", + "pos": [ + -3270.7534644106604, + 6634.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 38, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1981, + 1982 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.55, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1590, + "type": "InspyrenetRembg", + "pos": [ + -5179.998853582167, + 7690 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1999, + 2054 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2050 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1591, + "type": "SaveImage", + "pos": [ + -4779.998853582167, + 7620 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 214, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2000, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1594, + "type": "ImageResize+", + "pos": [ + -7769, + 7493 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 165, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2005 + }, + { + "name": "width", + "type": "INT", + "link": 2586, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2587, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1595, + "type": "LoadImage", + "pos": [ + -8973, + 7452 + ], + "size": { + "0": 1003.7554931640625, + "1": 1031.2994384765625 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2005 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00004_ (1).png", + "image" + ] + }, + { + "id": 1599, + "type": "SaveImage", + "pos": [ + -7431, + 7505 + ], + "size": { + "0": 980.5625, + "1": 646.49853515625 + }, + "flags": {}, + "order": 203, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": null + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2011, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1624, + "type": "PrimitiveNode", + "pos": [ + -7760, + 7790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2037 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1625, + "type": "CR Text Concatenate", + "pos": [ + -7760, + 7890 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 189, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2461, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2037, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1629, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2172.176329564854, + 7726.928260203648 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 254, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2433 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2040 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2061 + }, + { + "name": "color", + "type": "STRING", + "link": 2440, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2045 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1632, + "type": "PrimitiveNode", + "pos": [ + -3502.176329564854, + 8126.928260203648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 41, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2044 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1633, + "type": "CR Text Concatenate", + "pos": [ + -3492, + 8247 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 215, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2479, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2044, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2046 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1635, + "type": "SaveImage", + "pos": [ + -1812.1763295648536, + 7726.928260203648 + ], + "size": { + "0": 892.6874389648438, + "1": 641.4454345703125 + }, + "flags": {}, + "order": 255, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2045 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2046, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1636, + "type": "PrimitiveNode", + "pos": [ + -5129.998853582167, + 8070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2048 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1637, + "type": "CR Text Concatenate", + "pos": [ + -5123, + 8173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 204, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2466, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2048, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2000 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1639, + "type": "ImageInvert", + "pos": [ + -5169.998853582167, + 7500 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2058 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1640, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3052.176329564854, + 8016.928260203648 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 129, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2050 + }, + { + "name": "x", + "type": "INT", + "link": 2051, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2052, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2053, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2060, + 2429 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1641, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3052.176329564854, + 7726.928260203648 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2054 + }, + { + "name": "x", + "type": "INT", + "link": 2055, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2056, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2057, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2040, + 2428 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1642, + "type": "PrimitiveNode", + "pos": [ + -3292.176329564854, + 7746.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2051, + 2055 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 500, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1643, + "type": "PrimitiveNode", + "pos": [ + -3282.176329564854, + 7866.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 45, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2052, + 2056 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 590, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1644, + "type": "ImageScaleBy", + "pos": [ + -5179.998853582167, + 7570 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 94, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2058 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2 + ] + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -3282.176329564854, + 7986.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 46, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2053, + 2057 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1646, + "type": "GrowMask", + "pos": [ + -2162.176329564854, + 7946.928260203648 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2060 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2061 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1649, + "type": "GrowMask", + "pos": [ + -2194.7534644106604, + 6644.156393422819 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 145, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2062 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2063 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1650, + "type": "PrimitiveNode", + "pos": [ + -3270.7534644106604, + 6759.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2066, + 2067 + ], + "slot_index": 0, + "widget": { + "name": "rotate" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1712, + "type": "Label (rgthree)", + "pos": { + "0": -10218, + "1": 6415, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 48, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1713, + "type": "Label (rgthree)", + "pos": { + "0": -10384, + "1": 7791, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1222.4609375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 49, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TEXT GEN 2:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1717, + "type": "RandomNoise", + "pos": [ + 1323.3364280427302, + 4883.095954552696 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2383 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878824, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1719, + "type": "ImageResize+", + "pos": [ + 1573.3364280427302, + 5493.095954552696 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 208, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2206, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2148, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2149, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2194 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1720, + "type": "LoadImage", + "pos": [ + 973.3364280427304, + 5363.095954552696 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1723, + "type": "Reroute", + "pos": [ + 1363.3364280427302, + 5493.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2151 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2205, + 2206 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1725, + "type": "SaveImage", + "pos": [ + 3963.3364280427304, + 4863.095954552696 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 235, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2152 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1726, + "type": "ImageColorMatch+", + "pos": [ + 3483.3364280427304, + 5223.095954552696 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 233, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2153, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2154 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2152, + 2214 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1727, + "type": "SamplerCustomAdvanced", + "pos": [ + 2783.3364280427304, + 5113.095954552696 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 226, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2383, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2156, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2157, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2158, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2159, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2165 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1728, + "type": "KSamplerSelect", + "pos": [ + 2783.3364280427304, + 5283.095954552696 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1729, + "type": "BasicScheduler", + "pos": [ + 2783.3364280427304, + 5383.095954552696 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2381, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2192 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1730, + "type": "BasicGuider", + "pos": [ + 2523.3364280427304, + 5163.095954552696 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 217, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2380, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2382, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2156 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1734, + "type": "VAEEncodeTiled", + "pos": [ + 2223.3364280427304, + 5203.095954552696 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 223, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2163 + }, + { + "name": "vae", + "type": "VAE", + "link": 2545 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1735, + "type": "VAEDecodeTiled", + "pos": [ + 3163.3364280427304, + 5173.095954552696 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 230, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2165 + }, + { + "name": "vae", + "type": "VAE", + "link": 2546 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2153 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1750, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1563.3364280427302, + 4913.095954552696 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2544 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2382 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1755, + "type": "AspectSizeV2", + "pos": [ + 233.3364280427304, + 5053.095954552696 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1757, + "type": "ModelSamplingFlux", + "pos": [ + 1003.3364280427304, + 4873.095954552696 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 209, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2543 + }, + { + "name": "width", + "type": "INT", + "link": 2187, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2188, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2380, + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1760, + "type": "ImageScaleBy", + "pos": [ + 2003.3364280427302, + 4953.095954552696 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 219, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2190 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2163 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1762, + "type": "SplitSigmas", + "pos": [ + 2783.3364280427304, + 5523.095954552696 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 222, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2192 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2158 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1764, + "type": "Reroute", + "pos": [ + 3293.3364280427304, + 5633.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2194 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2154 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1766, + "type": "ImageResize+", + "pos": [ + 1573.3364280427302, + 5263.095954552696 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 210, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2205, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2197, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2198, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2190 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1767, + "type": "Reroute", + "pos": [ + 873.3364280427304, + 5053.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2199, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2148, + 2187, + 2197 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1768, + "type": "Reroute", + "pos": [ + 873.3364280427304, + 5073.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2200, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2149, + 2188, + 2198 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1769, + "type": "ImpactImageInfo", + "pos": [ + 613.3364280427304, + 5043.095954552696 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2207 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2200 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2199 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1771, + "type": "Note", + "pos": [ + 1663.3364280427302, + 4773.095954552696 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 54, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1772, + "type": "Reroute", + "pos": [ + 493.33642804273035, + 5293.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2379 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2151, + 2207 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1777, + "type": "easy imageSwitch", + "pos": [ + -6370, + 5030 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 236, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2213 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2214 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2450, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2212 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1782, + "type": "PrimitiveNode", + "pos": [ + -3169.6880034590754, + 3537.942075310144 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2287, + 2288 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1.3, + "fixed" + ] + }, + { + "id": 1786, + "type": "ImpactSwitch", + "pos": [ + -6037, + 1227 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2226 + }, + { + "name": "input2", + "type": "STRING", + "link": 2227 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2452, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2232 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2230 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 1787, + "type": "String-🔬", + "pos": [ + -6513, + 1350 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2227, + 2228 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#d7e76f", + true + ] + }, + { + "id": 1788, + "type": "String-🔬", + "pos": [ + -6520, + 1107 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2226, + 2229 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#6fd7e7", + true + ] + }, + { + "id": 1789, + "type": "ImpactSwitch", + "pos": [ + -6036, + 1261 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2228 + }, + { + "name": "input2", + "type": "STRING", + "link": 2229 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2230, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2231, + 2235, + 2236, + 2279, + 2440 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1790, + "type": "ShowText|pysssss", + "pos": [ + -5764.180229718501, + 1313.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2231, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#d7e76f" + ], + "#6fd7e7" + ] + }, + { + "id": 1791, + "type": "ShowText|pysssss", + "pos": [ + -5749.180229718501, + 1128.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2232, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#6fd7e7" + ], + "#d7e76f" + ] + }, + { + "id": 1794, + "type": "Reroute", + "pos": [ + -3499, + 5919 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 193, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2476, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2477 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1795, + "type": "Reroute", + "pos": [ + -3521, + 7299 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2478, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2479 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1797, + "type": "ImageFlip+", + "pos": [ + -7750, + 4740 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2280 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2241 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1809, + "type": "PrimitiveNode", + "pos": [ + -3150, + 5140 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2281, + 2282 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.8, + "fixed" + ] + }, + { + "id": 1810, + "type": "ImageScaleBy", + "pos": [ + -6350, + 3180 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2593 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2296 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1811, + "type": "ImageFlip+", + "pos": [ + -7759, + 3177 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 90, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2285 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2286 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1813, + "type": "easy imageSwitch", + "pos": [ + -6359, + 3340 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 232, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2296 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2360 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2449, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2297 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1814, + "type": "Label (rgthree)", + "pos": { + "0": -243.2364044189453, + "1": 3171.1650390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1122.509765625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 59, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1815, + "type": "RandomNoise", + "pos": [ + 1247.816241786487, + 3334.7425502968304 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2385 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1817, + "type": "ImageResize+", + "pos": [ + 1497.816241786487, + 3954.7425502968304 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2367, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2300, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2301, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2345 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1818, + "type": "LoadImage", + "pos": [ + 947.8162417864869, + 3784.7425502968304 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1823, + "type": "SaveImage", + "pos": [ + 3867.816241786487, + 3314.7425502968304 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 231, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2304 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1824, + "type": "ImageColorMatch+", + "pos": [ + 3417.816241786487, + 3424.7425502968304 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2305, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2306 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2304, + 2360 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1825, + "type": "SamplerCustomAdvanced", + "pos": [ + 2707.816241786487, + 3574.7425502968304 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 220, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2385, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2308, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2309, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2310, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2311, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2317 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1826, + "type": "KSamplerSelect", + "pos": [ + 2707.816241786487, + 3734.7425502968304 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2309 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1827, + "type": "BasicScheduler", + "pos": [ + 2707.816241786487, + 3834.7425502968304 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2365, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2343 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1828, + "type": "BasicGuider", + "pos": [ + 2447.816241786487, + 3614.7425502968304 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2364, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2384, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2308 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1832, + "type": "VAEEncodeTiled", + "pos": [ + 2147.816241786487, + 3654.7425502968304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 212, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2315 + }, + { + "name": "vae", + "type": "VAE", + "link": 2539 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2311 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1833, + "type": "VAEDecodeTiled", + "pos": [ + 3087.816241786487, + 3624.7425502968304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 224, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2317 + }, + { + "name": "vae", + "type": "VAE", + "link": 2540 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2305 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1847, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1487.816241786487, + 3364.7425502968304 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2542 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2384 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1852, + "type": "AspectSizeV2", + "pos": [ + 157.81624178648687, + 3504.7425502968304 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 63, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1854, + "type": "ModelSamplingFlux", + "pos": [ + 927.8162417864869, + 3324.7425502968304 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2541 + }, + { + "name": "width", + "type": "INT", + "link": 2339, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2340, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2364, + 2365 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1857, + "type": "ImageScaleBy", + "pos": [ + 2057.816241786487, + 3454.7425502968304 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2342 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2315 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1859, + "type": "SplitSigmas", + "pos": [ + 2707.816241786487, + 3974.7425502968304 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 211, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2343 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2310 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1861, + "type": "Reroute", + "pos": [ + 3217.816241786487, + 4084.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2345 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2306 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1863, + "type": "ImageResize+", + "pos": [ + 1497.816241786487, + 3724.7425502968304 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2366, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2348, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2349, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2342 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1864, + "type": "Reroute", + "pos": [ + 797.8162417864869, + 3504.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2359, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2300, + 2339, + 2348 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1865, + "type": "Reroute", + "pos": [ + 787.8162417864869, + 3534.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2351, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2301, + 2340, + 2349 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1866, + "type": "ImpactImageInfo", + "pos": [ + 537.8162417864869, + 3494.7425502968304 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2358 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2351 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2359 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1868, + "type": "Note", + "pos": [ + 1587.816241786487, + 3224.7425502968304 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 64, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1869, + "type": "Reroute", + "pos": [ + 417.8162417864869, + 3754.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2602 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2358, + 2366, + 2367 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1874, + "type": "Label (rgthree)", + "pos": { + "0": -223, + "1": 1785, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1322.55859375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 65, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SCENE SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1875, + "type": "RandomNoise", + "pos": [ + 1306.853616778442, + 1953.7614788281844 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 66, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2394 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1876, + "type": "ImageResize+", + "pos": [ + 1556.853616778442, + 2563.7614788281853 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2388, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2389, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2390, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2412 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1877, + "type": "LoadImage", + "pos": [ + 1086.853616778442, + 2443.7614788281853 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 67, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1879, + "type": "SaveImage", + "pos": [ + 3916.8536167784428, + 1963.7614788281844 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 228, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2391 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1880, + "type": "ImageColorMatch+", + "pos": [ + 3476.8536167784428, + 2043.7614788281844 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2392, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2393 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2391, + 2423 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1881, + "type": "SamplerCustomAdvanced", + "pos": [ + 2766.8536167784428, + 2183.7614788281844 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2394, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2395, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2396, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2397, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2398, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2404 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1882, + "type": "KSamplerSelect", + "pos": [ + 2766.8536167784428, + 2343.761478828185 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 68, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2396 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1883, + "type": "BasicScheduler", + "pos": [ + 2766.8536167784428, + 2443.7614788281853 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2399, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2411 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1884, + "type": "BasicGuider", + "pos": [ + 2506.8536167784428, + 2223.7614788281844 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2400, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2401, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2395 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1885, + "type": "VAEEncodeTiled", + "pos": [ + 2206.8536167784428, + 2263.761478828185 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2402 + }, + { + "name": "vae", + "type": "VAE", + "link": 2537 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2398 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1886, + "type": "VAEDecodeTiled", + "pos": [ + 3146.8536167784428, + 2233.7614788281844 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 221, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2404 + }, + { + "name": "vae", + "type": "VAE", + "link": 2538 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2392 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1888, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1546.853616778442, + 1983.7614788281844 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2536 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2401 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1889, + "type": "AspectSizeV2", + "pos": [ + 216.85361677844227, + 2113.761478828184 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 69, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1890, + "type": "ModelSamplingFlux", + "pos": [ + 987, + 1944 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2535 + }, + { + "name": "width", + "type": "INT", + "link": 2408, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2409, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2399, + 2400 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1892, + "type": "ImageScaleBy", + "pos": [ + 2116.8536167784428, + 2063.761478828184 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2410 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2402 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1893, + "type": "SplitSigmas", + "pos": [ + 2766.8536167784428, + 2593.7614788281853 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2411 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2397 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1894, + "type": "Reroute", + "pos": [ + 3276.8536167784428, + 2693.7614788281853 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2412 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2393 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1895, + "type": "ImageResize+", + "pos": [ + 1556.853616778442, + 2333.761478828185 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 172, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2413, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2414, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2415, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2410 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1896, + "type": "Reroute", + "pos": [ + 856.8536167784423, + 2123.761478828184 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2416, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2389, + 2408, + 2414 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1897, + "type": "Reroute", + "pos": [ + 846.8536167784423, + 2153.7614788281844 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2417, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2390, + 2409, + 2415 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1898, + "type": "ImpactImageInfo", + "pos": [ + 596.8536167784423, + 2113.761478828184 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2418 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2417 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2416 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1899, + "type": "Note", + "pos": [ + 1646.853616778442, + 1833.7614788281844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 70, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1900, + "type": "Reroute", + "pos": [ + 476.85361677844236, + 2363.761478828185 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2601 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2388, + 2413, + 2418 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1901, + "type": "ImageScaleBy", + "pos": [ + -6360, + 1880 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2590 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2422 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1902, + "type": "easy imageSwitch", + "pos": [ + -6360, + 2020 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 229, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2422 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2423 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2448, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2424 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1903, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2585.176329564854, + 7723.928260203648 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 253, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2432 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2428 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2430 + }, + { + "name": "color", + "type": "STRING", + "link": 2431, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2433 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1904, + "type": "Reroute", + "pos": [ + -2686.176329564854, + 7647.928260203648 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 252, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2425 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1905, + "type": "GrowMask", + "pos": [ + -2582.176329564854, + 7956.928260203648 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 148, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2429 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1906, + "type": "PrimitiveNode", + "pos": [ + -2502.176329564854, + 8096.928260203648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 71, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2431 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1909, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2614.7534644106604, + 6404.156393422819 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 249, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2447 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2443 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2441 + }, + { + "name": "color", + "type": "STRING", + "link": 2442, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2446 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1910, + "type": "GrowMask", + "pos": [ + -2614.7534644106604, + 6644.156393422819 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2444 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2441 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1911, + "type": "PrimitiveNode", + "pos": [ + -2534.7534644106604, + 6784.156393422819 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 72, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2442 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1912, + "type": "PrimitiveNode", + "pos": [ + -7788, + 1255 + ], + "size": { + "0": 243.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 73, + "mode": 0, + "outputs": [ + { + "name": "BOOLEAN", + "type": "BOOLEAN", + "links": [ + 2448, + 2449, + 2450 + ], + "slot_index": 0, + "widget": { + "name": "boolean" + } + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + false + ], + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1913, + "type": "Label (rgthree)", + "pos": { + "0": -5101, + "1": 4661, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 74, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1914, + "type": "Label (rgthree)", + "pos": { + "0": -3180, + "1": 4690, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 75, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1915, + "type": "Label (rgthree)", + "pos": { + "0": -3495, + "1": 6120, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 76, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1916, + "type": "Label (rgthree)", + "pos": { + "0": -3478, + "1": 7449, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 77, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1917, + "type": "Label (rgthree)", + "pos": { + "0": -4865, + "1": 7432, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1072.607421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 78, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1919, + "type": "PrimitiveNode", + "pos": [ + -6077, + 1107 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 79, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2452 + ], + "slot_index": 0, + "widget": { + "name": "select" + } + } + ], + "title": "CHOOSE 1 or 2", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 2, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1920, + "type": "Reroute", + "pos": [ + -7694, + 1643 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2453, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2454, + 2455 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1921, + "type": "Reroute", + "pos": [ + -7695, + 2918 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2455, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2456, + 2457, + 2469 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1922, + "type": "Reroute", + "pos": [ + -7729, + 4476 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2457, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2458, + 2459, + 2463 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1923, + "type": "Reroute", + "pos": [ + -7010.056549490951, + 5896.658482199375 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2459, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2460, + 2462, + 2464 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1924, + "type": "Reroute", + "pos": [ + -7020.81864647313, + 7254.313512669809 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2460, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2461, + 2465 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1925, + "type": "Reroute", + "pos": [ + -5193, + 7289 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2465, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2466, + 2478 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1926, + "type": "Reroute", + "pos": [ + -5221, + 5919 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2464, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2467, + 2476 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1927, + "type": "Reroute", + "pos": [ + -5207, + 4476 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2463, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2468, + 2474 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1928, + "type": "Reroute", + "pos": [ + -5130.782044375359, + 2933.1519825164387 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2469, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2470, + 2471 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1929, + "type": "Reroute", + "pos": [ + -3363.065813261525, + 2951.5847822129426 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2471, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2473 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1930, + "type": "Reroute", + "pos": [ + -3391, + 4482 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2474, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2475 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1931, + "type": "Reroute", + "pos": [ + -9310, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2481 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2485 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1932, + "type": "Reroute", + "pos": [ + -9310, + 1760 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2482 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2484 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1933, + "type": "Reroute", + "pos": [ + -9310, + 1790 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2480 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2486 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1934, + "type": "Reroute", + "pos": [ + -9306.944763789697, + 2953.280490148197 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2485 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2487 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1935, + "type": "Reroute", + "pos": [ + -9306.806035076175, + 2981.0560338296264 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2484 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2488 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1936, + "type": "Reroute", + "pos": [ + -9310.944763789697, + 3009.280490148197 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2486 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2489 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1937, + "type": "Reroute", + "pos": [ + -9252.874197436922, + 4567.676485883071 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2487 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2490 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1938, + "type": "Reroute", + "pos": [ + -9252.7354687234, + 4595.452029564501 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2488 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1939, + "type": "Reroute", + "pos": [ + -9256.874197436922, + 4623.676485883071 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2489 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2492 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1940, + "type": "Reroute", + "pos": [ + -9279.90948061331, + 6043.033844539996 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2490 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2493 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1941, + "type": "Reroute", + "pos": [ + -9279.770751899789, + 6070.809388221425 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2491 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2494 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1942, + "type": "Reroute", + "pos": [ + -9283.90948061331, + 6099.033844539996 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2492 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2495 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1943, + "type": "Reroute", + "pos": [ + -9229.701047057988, + 7379.352124126203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2493 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1944, + "type": "Reroute", + "pos": [ + -9229.562318344466, + 7407.127667807633 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2494 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1945, + "type": "Reroute", + "pos": [ + -9233.701047057988, + 7435.352124126203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2495 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1946, + "type": "Reroute", + "pos": [ + -359, + 1522 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2527 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2528, + 2535 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1947, + "type": "Reroute", + "pos": [ + -358.9031232965825, + 1562.0669933582176 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2531 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2532, + 2536 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1948, + "type": "Reroute", + "pos": [ + -359, + 1598 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2523 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2524, + 2537, + 2538 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1955, + "type": "Reroute", + "pos": [ + -407, + 2992 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2528 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2529, + 2541 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1956, + "type": "Reroute", + "pos": [ + -407.2767076558689, + 3032.252840734856 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2532 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2533, + 2542 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1957, + "type": "Reroute", + "pos": [ + -407.2767076558689, + 3052.252840734856 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2524 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2525, + 2539, + 2540 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1958, + "type": "Reroute", + "pos": [ + -387, + 4251 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2529 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2543 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1959, + "type": "Reroute", + "pos": [ + -352, + 4284 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2533 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2544 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1960, + "type": "Reroute", + "pos": [ + -380, + 4300 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2525 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2545, + 2546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1964, + "type": "Reroute", + "pos": [ + -9790, + 1860 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2547, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2549, + 2558 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1965, + "type": "Reroute", + "pos": [ + -9790, + 1890 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2548, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2553, + 2562 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1966, + "type": "Reroute", + "pos": [ + -9850, + 3100 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2549, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2550, + 2567 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1967, + "type": "Reroute", + "pos": [ + -9850, + 3130 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2553, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2554, + 2566 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1968, + "type": "Reroute", + "pos": [ + -9930, + 4680 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2550, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2551, + 2572 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1969, + "type": "Reroute", + "pos": [ + -9930, + 4710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2554, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2555, + 2573 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1970, + "type": "Reroute", + "pos": [ + -9840, + 6300 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2551, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2552, + 2578 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1971, + "type": "Reroute", + "pos": [ + -9840, + 6330 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2555, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2556, + 2579 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1972, + "type": "Reroute", + "pos": [ + -9610, + 7690 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2552, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2586 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1973, + "type": "Reroute", + "pos": [ + -9610, + 7720 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2556, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2587 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1974, + "type": "ImageFlip+", + "pos": [ + -7769, + 6172 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 92, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2597 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2598 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1975, + "type": "Label (rgthree)", + "pos": { + "0": -11339, + "1": 686, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 2107.71484375, + 200 + ], + "flags": { + "allow_interaction": true + }, + "order": 80, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FODA SCENE EDITOR", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + } + ], + "links": [ + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1487, + 1213, + 0, + 1214, + 1, + "STRING" + ], + [ + 1489, + 1214, + 0, + 194, + 1, + "STRING" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1577, + 1321, + 0, + 1294, + 1, + "STRING" + ], + [ + 1603, + 1320, + 0, + 1321, + 1, + "STRING" + ], + [ + 1613, + 1325, + 0, + 1331, + 0, + "IMAGE" + ], + [ + 1758, + 1442, + 0, + 1443, + 1, + "STRING" + ], + [ + 1774, + 1279, + 0, + 1462, + 0, + "IMAGE" + ], + [ + 1776, + 1464, + 0, + 1465, + 1, + "STRING" + ], + [ + 1777, + 1465, + 0, + 1331, + 1, + "STRING" + ], + [ + 1779, + 1467, + 0, + 1468, + 1, + "STRING" + ], + [ + 1780, + 1468, + 0, + 684, + 1, + "STRING" + ], + [ + 1795, + 1336, + 0, + 1450, + 0, + "IMAGE" + ], + [ + 1798, + 1443, + 0, + 1450, + 1, + "STRING" + ], + [ + 1850, + 1493, + 0, + 1279, + 1, + "IMAGE" + ], + [ + 1852, + 1492, + 0, + 1279, + 2, + "MASK" + ], + [ + 1874, + 1324, + 0, + 1511, + 0, + "IMAGE" + ], + [ + 1894, + 1514, + 0, + 1515, + 1, + "STRING" + ], + [ + 1897, + 1513, + 0, + 1336, + 1, + "IMAGE" + ], + [ + 1899, + 1512, + 0, + 1336, + 2, + "MASK" + ], + [ + 1902, + 1212, + 0, + 1519, + 0, + "STRING" + ], + [ + 1903, + 1515, + 0, + 1462, + 1, + "STRING" + ], + [ + 1904, + 1521, + 0, + 1493, + 1, + "INT" + ], + [ + 1905, + 1521, + 0, + 1492, + 1, + "INT" + ], + [ + 1906, + 1520, + 0, + 1493, + 2, + "INT" + ], + [ + 1907, + 1520, + 0, + 1492, + 2, + "INT" + ], + [ + 1908, + 1522, + 0, + 1513, + 1, + "INT" + ], + [ + 1910, + 1522, + 0, + 1512, + 1, + "INT" + ], + [ + 1911, + 1523, + 0, + 1513, + 2, + "INT" + ], + [ + 1912, + 1523, + 0, + 1512, + 2, + "INT" + ], + [ + 1915, + 1525, + 0, + 1526, + 0, + "IMAGE" + ], + [ + 1916, + 1577, + 0, + 1526, + 1, + "STRING" + ], + [ + 1927, + 1560, + 0, + 1534, + 1, + "STRING" + ], + [ + 1953, + 1559, + 0, + 1560, + 1, + "STRING" + ], + [ + 1958, + 1581, + 0, + 1566, + 1, + "IMAGE" + ], + [ + 1962, + 1572, + 0, + 1573, + 1, + "STRING" + ], + [ + 1963, + 1566, + 0, + 1575, + 0, + "IMAGE" + ], + [ + 1964, + 1573, + 0, + 1575, + 1, + "STRING" + ], + [ + 1966, + 1576, + 0, + 1577, + 1, + "STRING" + ], + [ + 1969, + 1582, + 0, + 1580, + 1, + "INT" + ], + [ + 1970, + 1583, + 0, + 1580, + 2, + "INT" + ], + [ + 1972, + 1582, + 0, + 1581, + 1, + "INT" + ], + [ + 1973, + 1583, + 0, + 1581, + 2, + "INT" + ], + [ + 1975, + 1525, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 1976, + 1525, + 1, + 1580, + 0, + "MASK" + ], + [ + 1978, + 666, + 1, + 1512, + 0, + "MASK" + ], + [ + 1980, + 1585, + 0, + 1525, + 0, + "IMAGE" + ], + [ + 1981, + 1586, + 0, + 1580, + 3, + "FLOAT" + ], + [ + 1982, + 1586, + 0, + 1581, + 3, + "FLOAT" + ], + [ + 1987, + 1579, + 0, + 1585, + 0, + "IMAGE" + ], + [ + 1998, + 1644, + 0, + 1590, + 0, + "IMAGE" + ], + [ + 1999, + 1590, + 0, + 1591, + 0, + "IMAGE" + ], + [ + 2000, + 1637, + 0, + 1591, + 1, + "STRING" + ], + [ + 2005, + 1595, + 0, + 1594, + 0, + "IMAGE" + ], + [ + 2011, + 1625, + 0, + 1599, + 1, + "STRING" + ], + [ + 2037, + 1624, + 0, + 1625, + 1, + "STRING" + ], + [ + 2040, + 1641, + 0, + 1629, + 1, + "IMAGE" + ], + [ + 2044, + 1632, + 0, + 1633, + 1, + "STRING" + ], + [ + 2045, + 1629, + 0, + 1635, + 0, + "IMAGE" + ], + [ + 2046, + 1633, + 0, + 1635, + 1, + "STRING" + ], + [ + 2048, + 1636, + 0, + 1637, + 1, + "STRING" + ], + [ + 2050, + 1590, + 1, + 1640, + 0, + "MASK" + ], + [ + 2051, + 1642, + 0, + 1640, + 1, + "INT" + ], + [ + 2052, + 1643, + 0, + 1640, + 2, + "INT" + ], + [ + 2053, + 1645, + 0, + 1640, + 3, + "FLOAT" + ], + [ + 2054, + 1590, + 0, + 1641, + 0, + "IMAGE" + ], + [ + 2055, + 1642, + 0, + 1641, + 1, + "INT" + ], + [ + 2056, + 1643, + 0, + 1641, + 2, + "INT" + ], + [ + 2057, + 1645, + 0, + 1641, + 3, + "FLOAT" + ], + [ + 2058, + 1639, + 0, + 1644, + 0, + "IMAGE" + ], + [ + 2060, + 1640, + 0, + 1646, + 0, + "MASK" + ], + [ + 2061, + 1646, + 0, + 1629, + 2, + "MASK" + ], + [ + 2062, + 1580, + 0, + 1649, + 0, + "MASK" + ], + [ + 2063, + 1649, + 0, + 1566, + 2, + "MASK" + ], + [ + 2066, + 1650, + 0, + 1580, + 4, + "FLOAT" + ], + [ + 2067, + 1650, + 0, + 1581, + 4, + "FLOAT" + ], + [ + 2148, + 1767, + 0, + 1719, + 1, + "INT" + ], + [ + 2149, + 1768, + 0, + 1719, + 2, + "INT" + ], + [ + 2151, + 1772, + 0, + 1723, + 0, + "*" + ], + [ + 2152, + 1726, + 0, + 1725, + 0, + "IMAGE" + ], + [ + 2153, + 1735, + 0, + 1726, + 0, + "IMAGE" + ], + [ + 2154, + 1764, + 0, + 1726, + 1, + "IMAGE" + ], + [ + 2156, + 1730, + 0, + 1727, + 1, + "GUIDER" + ], + [ + 2157, + 1728, + 0, + 1727, + 2, + "SAMPLER" + ], + [ + 2158, + 1762, + 1, + 1727, + 3, + "SIGMAS" + ], + [ + 2159, + 1734, + 0, + 1727, + 4, + "LATENT" + ], + [ + 2163, + 1760, + 0, + 1734, + 0, + "IMAGE" + ], + [ + 2165, + 1727, + 0, + 1735, + 0, + "LATENT" + ], + [ + 2187, + 1767, + 0, + 1757, + 1, + "INT" + ], + [ + 2188, + 1768, + 0, + 1757, + 2, + "INT" + ], + [ + 2190, + 1766, + 0, + 1760, + 0, + "IMAGE" + ], + [ + 2192, + 1729, + 0, + 1762, + 0, + "SIGMAS" + ], + [ + 2194, + 1719, + 0, + 1764, + 0, + "*" + ], + [ + 2197, + 1767, + 0, + 1766, + 1, + "INT" + ], + [ + 2198, + 1768, + 0, + 1766, + 2, + "INT" + ], + [ + 2199, + 1769, + 2, + 1767, + 0, + "*" + ], + [ + 2200, + 1769, + 1, + 1768, + 0, + "*" + ], + [ + 2205, + 1723, + 0, + 1766, + 0, + "IMAGE" + ], + [ + 2206, + 1723, + 0, + 1719, + 0, + "IMAGE" + ], + [ + 2207, + 1772, + 0, + 1769, + 0, + "IMAGE" + ], + [ + 2212, + 1777, + 0, + 1325, + 0, + "IMAGE" + ], + [ + 2213, + 1511, + 0, + 1777, + 0, + "IMAGE" + ], + [ + 2214, + 1726, + 0, + 1777, + 1, + "IMAGE" + ], + [ + 2226, + 1788, + 0, + 1786, + 0, + "STRING" + ], + [ + 2227, + 1787, + 0, + 1786, + 1, + "STRING" + ], + [ + 2228, + 1787, + 0, + 1789, + 0, + "STRING" + ], + [ + 2229, + 1788, + 0, + 1789, + 1, + "STRING" + ], + [ + 2230, + 1786, + 2, + 1789, + 3, + "INT" + ], + [ + 2231, + 1789, + 0, + 1790, + 0, + "STRING" + ], + [ + 2232, + 1786, + 0, + 1791, + 0, + "STRING" + ], + [ + 2235, + 1789, + 0, + 1279, + 3, + "STRING" + ], + [ + 2236, + 1789, + 0, + 1336, + 3, + "STRING" + ], + [ + 2241, + 1797, + 0, + 1289, + 0, + "IMAGE" + ], + [ + 2279, + 1789, + 0, + 1566, + 3, + "STRING" + ], + [ + 2280, + 1290, + 0, + 1797, + 0, + "IMAGE" + ], + [ + 2281, + 1809, + 0, + 1493, + 3, + "FLOAT" + ], + [ + 2282, + 1809, + 0, + 1492, + 3, + "FLOAT" + ], + [ + 2285, + 1219, + 0, + 1811, + 0, + "IMAGE" + ], + [ + 2286, + 1811, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 2287, + 1782, + 0, + 1513, + 3, + "FLOAT" + ], + [ + 2288, + 1782, + 0, + 1512, + 3, + "FLOAT" + ], + [ + 2292, + 1336, + 0, + 1279, + 0, + "IMAGE" + ], + [ + 2296, + 1810, + 0, + 1813, + 0, + "IMAGE" + ], + [ + 2297, + 1813, + 0, + 665, + 0, + "*" + ], + [ + 2300, + 1864, + 0, + 1817, + 1, + "INT" + ], + [ + 2301, + 1865, + 0, + 1817, + 2, + "INT" + ], + [ + 2304, + 1824, + 0, + 1823, + 0, + "IMAGE" + ], + [ + 2305, + 1833, + 0, + 1824, + 0, + "IMAGE" + ], + [ + 2306, + 1861, + 0, + 1824, + 1, + "IMAGE" + ], + [ + 2308, + 1828, + 0, + 1825, + 1, + "GUIDER" + ], + [ + 2309, + 1826, + 0, + 1825, + 2, + "SAMPLER" + ], + [ + 2310, + 1859, + 1, + 1825, + 3, + "SIGMAS" + ], + [ + 2311, + 1832, + 0, + 1825, + 4, + "LATENT" + ], + [ + 2315, + 1857, + 0, + 1832, + 0, + "IMAGE" + ], + [ + 2317, + 1825, + 0, + 1833, + 0, + "LATENT" + ], + [ + 2339, + 1864, + 0, + 1854, + 1, + "INT" + ], + [ + 2340, + 1865, + 0, + 1854, + 2, + "INT" + ], + [ + 2342, + 1863, + 0, + 1857, + 0, + "IMAGE" + ], + [ + 2343, + 1827, + 0, + 1859, + 0, + "SIGMAS" + ], + [ + 2345, + 1817, + 0, + 1861, + 0, + "*" + ], + [ + 2348, + 1864, + 0, + 1863, + 1, + "INT" + ], + [ + 2349, + 1865, + 0, + 1863, + 2, + "INT" + ], + [ + 2351, + 1866, + 1, + 1865, + 0, + "*" + ], + [ + 2358, + 1869, + 0, + 1866, + 0, + "IMAGE" + ], + [ + 2359, + 1866, + 2, + 1864, + 0, + "*" + ], + [ + 2360, + 1824, + 0, + 1813, + 1, + "IMAGE" + ], + [ + 2364, + 1854, + 0, + 1828, + 0, + "MODEL" + ], + [ + 2365, + 1854, + 0, + 1827, + 0, + "MODEL" + ], + [ + 2366, + 1869, + 0, + 1863, + 0, + "IMAGE" + ], + [ + 2367, + 1869, + 0, + 1817, + 0, + "IMAGE" + ], + [ + 2371, + 1325, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 2372, + 1325, + 1, + 1492, + 0, + "MASK" + ], + [ + 2375, + 666, + 0, + 1513, + 0, + "IMAGE" + ], + [ + 2379, + 1324, + 0, + 1772, + 0, + "*" + ], + [ + 2380, + 1757, + 0, + 1730, + 0, + "MODEL" + ], + [ + 2381, + 1757, + 0, + 1729, + 0, + "MODEL" + ], + [ + 2382, + 1750, + 0, + 1730, + 1, + "CONDITIONING" + ], + [ + 2383, + 1717, + 0, + 1727, + 0, + "NOISE" + ], + [ + 2384, + 1847, + 0, + 1828, + 1, + "CONDITIONING" + ], + [ + 2385, + 1815, + 0, + 1825, + 0, + "NOISE" + ], + [ + 2388, + 1900, + 0, + 1876, + 0, + "IMAGE" + ], + [ + 2389, + 1896, + 0, + 1876, + 1, + "INT" + ], + [ + 2390, + 1897, + 0, + 1876, + 2, + "INT" + ], + [ + 2391, + 1880, + 0, + 1879, + 0, + "IMAGE" + ], + [ + 2392, + 1886, + 0, + 1880, + 0, + "IMAGE" + ], + [ + 2393, + 1894, + 0, + 1880, + 1, + "IMAGE" + ], + [ + 2394, + 1875, + 0, + 1881, + 0, + "NOISE" + ], + [ + 2395, + 1884, + 0, + 1881, + 1, + "GUIDER" + ], + [ + 2396, + 1882, + 0, + 1881, + 2, + "SAMPLER" + ], + [ + 2397, + 1893, + 1, + 1881, + 3, + "SIGMAS" + ], + [ + 2398, + 1885, + 0, + 1881, + 4, + "LATENT" + ], + [ + 2399, + 1890, + 0, + 1883, + 0, + "MODEL" + ], + [ + 2400, + 1890, + 0, + 1884, + 0, + "MODEL" + ], + [ + 2401, + 1888, + 0, + 1884, + 1, + "CONDITIONING" + ], + [ + 2402, + 1892, + 0, + 1885, + 0, + "IMAGE" + ], + [ + 2404, + 1881, + 0, + 1886, + 0, + "LATENT" + ], + [ + 2408, + 1896, + 0, + 1890, + 1, + "INT" + ], + [ + 2409, + 1897, + 0, + 1890, + 2, + "INT" + ], + [ + 2410, + 1895, + 0, + 1892, + 0, + "IMAGE" + ], + [ + 2411, + 1883, + 0, + 1893, + 0, + "SIGMAS" + ], + [ + 2412, + 1876, + 0, + 1894, + 0, + "*" + ], + [ + 2413, + 1900, + 0, + 1895, + 0, + "IMAGE" + ], + [ + 2414, + 1896, + 0, + 1895, + 1, + "INT" + ], + [ + 2415, + 1897, + 0, + 1895, + 2, + "INT" + ], + [ + 2416, + 1898, + 2, + 1896, + 0, + "*" + ], + [ + 2417, + 1898, + 1, + 1897, + 0, + "*" + ], + [ + 2418, + 1900, + 0, + 1898, + 0, + "IMAGE" + ], + [ + 2422, + 1901, + 0, + 1902, + 0, + "IMAGE" + ], + [ + 2423, + 1880, + 0, + 1902, + 1, + "IMAGE" + ], + [ + 2424, + 1902, + 0, + 1336, + 0, + "IMAGE" + ], + [ + 2425, + 1566, + 0, + 1904, + 0, + "*" + ], + [ + 2428, + 1641, + 0, + 1903, + 1, + "IMAGE" + ], + [ + 2429, + 1640, + 0, + 1905, + 0, + "MASK" + ], + [ + 2430, + 1905, + 0, + 1903, + 2, + "MASK" + ], + [ + 2431, + 1906, + 0, + 1903, + 3, + "STRING" + ], + [ + 2432, + 1904, + 0, + 1903, + 0, + "IMAGE" + ], + [ + 2433, + 1903, + 0, + 1629, + 0, + "IMAGE" + ], + [ + 2440, + 1789, + 0, + 1629, + 3, + "STRING" + ], + [ + 2441, + 1910, + 0, + 1909, + 2, + "MASK" + ], + [ + 2442, + 1911, + 0, + 1909, + 3, + "STRING" + ], + [ + 2443, + 1581, + 0, + 1909, + 1, + "IMAGE" + ], + [ + 2444, + 1580, + 0, + 1910, + 0, + "MASK" + ], + [ + 2446, + 1909, + 0, + 1566, + 0, + "IMAGE" + ], + [ + 2447, + 1279, + 0, + 1909, + 0, + "IMAGE" + ], + [ + 2448, + 1912, + 0, + 1902, + 2, + "BOOLEAN" + ], + [ + 2449, + 1912, + 0, + 1813, + 2, + "BOOLEAN" + ], + [ + 2450, + 1912, + 0, + 1777, + 2, + "BOOLEAN" + ], + [ + 2452, + 1919, + 0, + 1786, + 3, + "INT" + ], + [ + 2453, + 1212, + 0, + 1920, + 0, + "*" + ], + [ + 2454, + 1920, + 0, + 1214, + 0, + "STRING" + ], + [ + 2455, + 1920, + 0, + 1921, + 0, + "*" + ], + [ + 2456, + 1921, + 0, + 1250, + 0, + "STRING" + ], + [ + 2457, + 1921, + 0, + 1922, + 0, + "*" + ], + [ + 2458, + 1922, + 0, + 1321, + 0, + "STRING" + ], + [ + 2459, + 1922, + 0, + 1923, + 0, + "*" + ], + [ + 2460, + 1923, + 0, + 1924, + 0, + "*" + ], + [ + 2461, + 1924, + 0, + 1625, + 0, + "STRING" + ], + [ + 2462, + 1923, + 0, + 1560, + 0, + "STRING" + ], + [ + 2463, + 1922, + 0, + 1927, + 0, + "*" + ], + [ + 2464, + 1923, + 0, + 1926, + 0, + "*" + ], + [ + 2465, + 1924, + 0, + 1925, + 0, + "*" + ], + [ + 2466, + 1925, + 0, + 1637, + 0, + "STRING" + ], + [ + 2467, + 1926, + 0, + 1577, + 0, + "STRING" + ], + [ + 2468, + 1927, + 0, + 1465, + 0, + "STRING" + ], + [ + 2469, + 1921, + 0, + 1928, + 0, + "*" + ], + [ + 2470, + 1928, + 0, + 1468, + 0, + "STRING" + ], + [ + 2471, + 1928, + 0, + 1929, + 0, + "*" + ], + [ + 2473, + 1929, + 0, + 1443, + 0, + "STRING" + ], + [ + 2474, + 1927, + 0, + 1930, + 0, + "*" + ], + [ + 2475, + 1930, + 0, + 1515, + 0, + "STRING" + ], + [ + 2476, + 1926, + 0, + 1794, + 0, + "*" + ], + [ + 2477, + 1794, + 0, + 1573, + 0, + "STRING" + ], + [ + 2478, + 1925, + 0, + 1795, + 0, + "*" + ], + [ + 2479, + 1795, + 0, + 1633, + 0, + "STRING" + ], + [ + 2480, + 1102, + 0, + 1933, + 0, + "*" + ], + [ + 2481, + 88, + 0, + 1931, + 0, + "*" + ], + [ + 2482, + 11, + 0, + 1932, + 0, + "*" + ], + [ + 2484, + 1932, + 0, + 1935, + 0, + "*" + ], + [ + 2485, + 1931, + 0, + 1934, + 0, + "*" + ], + [ + 2486, + 1933, + 0, + 1936, + 0, + "*" + ], + [ + 2487, + 1934, + 0, + 1937, + 0, + "*" + ], + [ + 2488, + 1935, + 0, + 1938, + 0, + "*" + ], + [ + 2489, + 1936, + 0, + 1939, + 0, + "*" + ], + [ + 2490, + 1937, + 0, + 1940, + 0, + "*" + ], + [ + 2491, + 1938, + 0, + 1941, + 0, + "*" + ], + [ + 2492, + 1939, + 0, + 1942, + 0, + "*" + ], + [ + 2493, + 1940, + 0, + 1943, + 0, + "*" + ], + [ + 2494, + 1941, + 0, + 1944, + 0, + "*" + ], + [ + 2495, + 1942, + 0, + 1945, + 0, + "*" + ], + [ + 2523, + 1102, + 0, + 1948, + 0, + "*" + ], + [ + 2524, + 1948, + 0, + 1957, + 0, + "*" + ], + [ + 2525, + 1957, + 0, + 1960, + 0, + "*" + ], + [ + 2527, + 88, + 0, + 1946, + 0, + "*" + ], + [ + 2528, + 1946, + 0, + 1955, + 0, + "*" + ], + [ + 2529, + 1955, + 0, + 1958, + 0, + "*" + ], + [ + 2531, + 11, + 0, + 1947, + 0, + "*" + ], + [ + 2532, + 1947, + 0, + 1956, + 0, + "*" + ], + [ + 2533, + 1956, + 0, + 1959, + 0, + "*" + ], + [ + 2535, + 1946, + 0, + 1890, + 0, + "MODEL" + ], + [ + 2536, + 1947, + 0, + 1888, + 0, + "CLIP" + ], + [ + 2537, + 1948, + 0, + 1885, + 1, + "VAE" + ], + [ + 2538, + 1948, + 0, + 1886, + 1, + "VAE" + ], + [ + 2539, + 1957, + 0, + 1832, + 1, + "VAE" + ], + [ + 2540, + 1957, + 0, + 1833, + 1, + "VAE" + ], + [ + 2541, + 1955, + 0, + 1854, + 0, + "MODEL" + ], + [ + 2542, + 1956, + 0, + 1847, + 0, + "CLIP" + ], + [ + 2543, + 1958, + 0, + 1757, + 0, + "MODEL" + ], + [ + 2544, + 1959, + 0, + 1750, + 0, + "CLIP" + ], + [ + 2545, + 1960, + 0, + 1734, + 1, + "VAE" + ], + [ + 2546, + 1960, + 0, + 1735, + 1, + "VAE" + ], + [ + 2547, + 559, + 0, + 1964, + 0, + "*" + ], + [ + 2548, + 559, + 1, + 1965, + 0, + "*" + ], + [ + 2549, + 1964, + 0, + 1966, + 0, + "*" + ], + [ + 2550, + 1966, + 0, + 1968, + 0, + "*" + ], + [ + 2551, + 1968, + 0, + 1970, + 0, + "*" + ], + [ + 2552, + 1970, + 0, + 1972, + 0, + "*" + ], + [ + 2553, + 1965, + 0, + 1967, + 0, + "*" + ], + [ + 2554, + 1967, + 0, + 1969, + 0, + "*" + ], + [ + 2555, + 1969, + 0, + 1971, + 0, + "*" + ], + [ + 2556, + 1971, + 0, + 1973, + 0, + "*" + ], + [ + 2558, + 1964, + 0, + 166, + 1, + "INT" + ], + [ + 2562, + 1965, + 0, + 166, + 2, + "INT" + ], + [ + 2566, + 1967, + 0, + 1218, + 2, + "INT" + ], + [ + 2567, + 1966, + 0, + 1218, + 1, + "INT" + ], + [ + 2572, + 1968, + 0, + 1289, + 1, + "INT" + ], + [ + 2573, + 1969, + 0, + 1289, + 2, + "INT" + ], + [ + 2578, + 1970, + 0, + 1529, + 1, + "INT" + ], + [ + 2579, + 1971, + 0, + 1529, + 2, + "INT" + ], + [ + 2586, + 1972, + 0, + 1594, + 1, + "INT" + ], + [ + 2587, + 1973, + 0, + 1594, + 2, + "INT" + ], + [ + 2589, + 166, + 0, + 194, + 0, + "IMAGE" + ], + [ + 2590, + 166, + 0, + 1901, + 0, + "IMAGE" + ], + [ + 2591, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 2592, + 1218, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 2593, + 1218, + 0, + 1810, + 0, + "IMAGE" + ], + [ + 2594, + 1289, + 0, + 1294, + 0, + "IMAGE" + ], + [ + 2595, + 1289, + 0, + 1324, + 0, + "*" + ], + [ + 2597, + 1530, + 0, + 1974, + 0, + "IMAGE" + ], + [ + 2598, + 1974, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 2599, + 1529, + 0, + 1534, + 0, + "IMAGE" + ], + [ + 2601, + 166, + 0, + 1900, + 0, + "*" + ], + [ + 2602, + 1218, + 0, + 1869, + 0, + "*" + ] + ], + "groups": [ + { + "title": "SCENE | GENERATION", + "bounding": [ + -9108, + 1705, + 3049, + 1147 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "REMBG | BG SUBJECT", + "bounding": [ + -5140, + 3037, + 1357, + 1083 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BACKGROUND SUBJECT | GENERATION", + "bounding": [ + -9066, + 2982, + 3019, + 1175 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "FOREGROUND SUBJECT | GENERATION", + "bounding": [ + -9036, + 4548, + 3018, + 1190 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + FG SUBJECT", + "bounding": [ + -3421, + 4659, + 2069, + 1007 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | FG SUBJECT", + "bounding": [ + -5254, + 4629, + 1481, + 997 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + BG SUBJECT", + "bounding": [ + -3443, + 3064, + 2110, + 932 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GEN 1", + "bounding": [ + -9056, + 6007, + 3048, + 1090 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | TEXT 1", + "bounding": [ + -5234, + 6008, + 1500, + 1113 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + TEXT 1", + "bounding": [ + -3534, + 6055, + 2728, + 1047 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GEN 2", + "bounding": [ + -9053, + 7343, + 3061, + 1215 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | TEXT 2", + "bounding": [ + -5221, + 7360, + 1473, + 1102 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + TEXT 2", + "bounding": [ + -3525, + 7395, + 2736, + 1092 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "MAIN SUBJECT | UPSCALE", + "bounding": [ + -248, + 4690, + 5467, + 1009 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BG Subject upscale", + "bounding": [ + -274, + 3123, + 5474, + 1024 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Scene Flux upscale", + "bounding": [ + -264, + 1738, + 5463, + 1042 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.555991731349225, + "offset": [ + 10040.731883354634, + -613.2015978770373 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Lora-COMPARE-lines-v30.json b/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Lora-COMPARE-lines-v30.json new file mode 100644 index 0000000..a1e6f2f --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Lora-COMPARE-lines-v30.json @@ -0,0 +1,10271 @@ +{ + "last_node_id": 1717, + "last_link_id": 2397, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9643, + 1941 + ], + "size": { + "0": 473.0478820800781, + "1": 236.35003662109375 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "use your lora trained captions as prompts to test\n\nAssassinKahb style a demonic looking skeleton holding a sword with red hair\n\nextreme close up anime kzk woman with long red hair and blue cosmic eyes\n\nanime kzk woman with red hair holding a rifle and wearing a green uniform, crouching down in a hallway with a building in the background\n\nanime kzk woman with red hair shooting directly at the camera, with red hair holding a gun in front of a white background\n\nanime kzk woman with red hair, sneaking inside a sci-fi megatower interior, holding a gun in a room with a red light coming from the ceiling\n\nclose up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup\n\n\n\nAn ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8970.609188172684, + 2043.9527165676045 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "A serene coastal landscape where towering cliffs have been intricately carved into the shape of an ancient Sphinx, reminiscent of Egyptian architecture. The Sphinx faces the ocean, its massive form casting a shadow on the calm, reflective waters below. The sky is clear and bright blue, adding to the surreal beauty of the scene, with the contrast between the warm tones of the carved stone and the cool, tranquil sea", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 2065, + 2068 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 2066, + 2069 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 3, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8206, + 1082 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare-NTTW-V1-x" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7959, + 1116 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2133, + 2144, + 2149, + 2154, + 2159, + 2185, + 2204, + 2265, + 2276, + 2313, + 2337, + 2385 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "compare-NTTW-V1-x", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8520.609188172684, + 2853.952716567604 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8121.609188172685, + 2827.952716567604 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1992 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8122.609188172685, + 2997.952716567604 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6160, + 2016 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1999 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 2260 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5890, + 2070 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2135, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6540, + 1975 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2219, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1993, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6540, + 2334 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2141, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2220, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6780, + 1995 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2140, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1981, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -8350.609188172684, + 2175.952716567604 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8577.609188172684, + 2160.952716567604 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2351 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7197, + 2284 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2236 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1988, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1989, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1981 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8351.609188172684, + 2495.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7837.609188172685, + 2732.952716567604 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507, + 2009, + 2029, + 2080, + 2101, + 2122, + 2305, + 2329, + 2374 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8357.609188172684, + 2627.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8970.609188172684, + 2425.952716567604 + ], + "size": { + "0": 304, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1521, + 1987 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8963.609188172684, + 2651.952716567604 + ], + "size": { + "0": 280.1095275878906, + "1": 223.4860076904297 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "close up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup" + ], + "A serene coastal landscape where towering cliffs have been intricately carved into the shape of an ancient Sphinx, reminiscent of Egyptian architecture. The Sphinx faces the ocean, its massive form casting a shadow on the calm, reflective waters below. The sky is clear and bright blue, adding to the surreal beauty of the scene, with the contrast between the warm tones of the carved stone and the cool, tranquil sea" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8522.609188172684, + 2983.952716567604 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2067 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6540, + 2215 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6115, + 2166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2134 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10325, + "1": 2192, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881, + 2004, + 2024, + 2074, + 2095, + 2116, + 2299, + 2323, + 2368 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 100464612679264, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -3323.3349609375, + 2460.7357157067754 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2210 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2211 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "E 6", + "E 7", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -3313.6098660574053, + 2040.9670635246384 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -3323.6098660574053, + 3270.967063524635 + ], + "size": { + "0": 478.6578369140625, + "1": 276.0000915527344 + }, + "flags": {}, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2212 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2213 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "E 8", + "E 9", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -3323.6098660574053, + 2840.9670635246357 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -2373.3349609375, + 1994.7357157067747 + ], + "size": { + "0": 972.8972778320312, + "1": 1542.4033203125 + }, + "flags": {}, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2267, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -2656, + 2841 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2281 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -2743, + 2351 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "FLUX SHIFT", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FFFFFF", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -8971, + 2953 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2065, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2066, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2067 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "455098249_899611818852437_5616901435628109530_n.jpg", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8580.609188172684, + 2057.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2350 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1535, + "type": "CR Model Input Switch", + "pos": [ + -8325.609188172684, + 2054.952716567604 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1977 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1978 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1537, + "type": "Reroute", + "pos": [ + -7836.609188172685, + 2422.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1987, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1988, + 1989, + 2013, + 2014, + 2033, + 2034, + 2084, + 2085, + 2105, + 2106, + 2126, + 2127, + 2310, + 2311, + 2334, + 2335, + 2379, + 2380 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1538, + "type": "Reroute", + "pos": [ + -7816.609188172685, + 2049.9527165676045 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2137, + 2147, + 2152, + 2157, + 2162, + 2188, + 2316, + 2340, + 2388, + 2389 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1539, + "type": "Reroute", + "pos": [ + -7823.609188172685, + 2827.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1992 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1993, + 2008, + 2028, + 2078, + 2099, + 2120, + 2303, + 2327, + 2372 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7816.609188172685, + 2079.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2396 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2138, + 2148, + 2153, + 2158, + 2163, + 2189, + 2317, + 2341, + 2390 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7815.609188172685, + 2110.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2397 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1999, + 2001, + 2021, + 2071, + 2092, + 2113, + 2296, + 2320, + 2365 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1542, + "type": "VAEDecode", + "pos": [ + -6153.038980688686, + 4129.319500816326 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2000 + }, + { + "name": "vae", + "type": "VAE", + "link": 2001 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2002, + 2262 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1543, + "type": "SaveImage", + "pos": [ + -5883.038980688686, + 4179.319500816326 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2002 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2204, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1544, + "type": "SamplerCustomAdvanced", + "pos": [ + -6533.038980688686, + 4089.319500816326 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2004, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2005, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2217, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2007, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2008, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2000 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1546, + "type": "BasicScheduler", + "pos": [ + -6533.038980688686, + 4449.319500816325 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2202, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2009, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2222, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2015 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1547, + "type": "BasicGuider", + "pos": [ + -6773.038980688686, + 4109.319500816326 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2201, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2011, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2005 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1548, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7191.552860539996, + 4403.067752116096 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2255 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2013, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2014, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2011 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1549, + "type": "SplitSigmas", + "pos": [ + -6533.038980688686, + 4329.319500816325 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2015 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2007 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1553, + "type": "VAEDecode", + "pos": [ + -6148, + 6381 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2020 + }, + { + "name": "vae", + "type": "VAE", + "link": 2021 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2022, + 2289 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1554, + "type": "SaveImage", + "pos": [ + -5901.512115402336, + 6448.429975530784 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2022 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2177, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1555, + "type": "SamplerCustomAdvanced", + "pos": [ + -6551.512115402336, + 6348.429975530784 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2024, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2025, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2214, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2027, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2028, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2020 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1557, + "type": "BasicScheduler", + "pos": [ + -6551.512115402336, + 6708.429975530784 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2176, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2029, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2224, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2035 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1558, + "type": "BasicGuider", + "pos": [ + -6791.512115402336, + 6368.429975530784 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2175, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2031, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1559, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7163, + 6672 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2256 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2033, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2034, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1560, + "type": "SplitSigmas", + "pos": [ + -6551.512115402336, + 6588.429975530784 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2035 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2027 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1575, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8204, + "1": 1209, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 326.03900146484375, + "1": 298 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1576, + "type": "Label (rgthree)", + "pos": { + "0": -10157, + "1": 2386, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 996.38671875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "COMPARE", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1578, + "type": "LoadAndResizeImage", + "pos": [ + -3798.6098660574053, + 2064.9670635246384 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2068, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2069, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 001.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1579, + "type": "VAEDecode", + "pos": [ + -6121.2047528305975, + 3102.4979271381007 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2070 + }, + { + "name": "vae", + "type": "VAE", + "link": 2071 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2072, + 2261 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1580, + "type": "SaveImage", + "pos": [ + -5851.2047528305975, + 3152.4979271381007 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2072 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2196, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1581, + "type": "SamplerCustomAdvanced", + "pos": [ + -6501.204752830597, + 3062.4979271381007 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2074, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2075, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2218, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2077, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2078, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2070 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1583, + "type": "BasicScheduler", + "pos": [ + -6501, + 3422 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2199, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2080, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2221, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2086 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1584, + "type": "BasicGuider", + "pos": [ + -6741.204752830597, + 3082.4979271381007 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2198, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2082, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2075 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1585, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7138, + 3391 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2254 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2084, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2085, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2082 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1586, + "type": "SplitSigmas", + "pos": [ + -6501.204752830597, + 3302.4979271381007 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2086 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2077 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1590, + "type": "VAEDecode", + "pos": [ + -6171.53823155842, + 5273.435418381279 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2091 + }, + { + "name": "vae", + "type": "VAE", + "link": 2092 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2093, + 2263 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1591, + "type": "SaveImage", + "pos": [ + -5901.53823155842, + 5263.435418381279 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2093 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2194, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1592, + "type": "SamplerCustomAdvanced", + "pos": [ + -6551.538231558421, + 5233.435418381279 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2095, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2096, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2216, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2098, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2099, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2091 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1594, + "type": "BasicScheduler", + "pos": [ + -6551.538231558421, + 5593.4354183812775 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2191, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2101, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2223, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2107 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1595, + "type": "BasicGuider", + "pos": [ + -6791.53823155842, + 5253.435418381279 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2190, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2103, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2096 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1596, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7160, + 5572 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2251 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2105, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2106, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2103 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1597, + "type": "SplitSigmas", + "pos": [ + -6551.538231558421, + 5473.435418381278 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2107 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2098 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1601, + "type": "VAEDecode", + "pos": [ + -6127, + 7449 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2112 + }, + { + "name": "vae", + "type": "VAE", + "link": 2113 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2114, + 2290 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1602, + "type": "SaveImage", + "pos": [ + -5874.164862383831, + 7497.402827680376 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2114 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2183, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1603, + "type": "SamplerCustomAdvanced", + "pos": [ + -6524.164862383832, + 7417.402827680376 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2116, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2117, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2118, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2119, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2120, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2112 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1604, + "type": "KSamplerSelect", + "pos": [ + -8121.609188172685, + 2360.952716567604 + ], + "size": { + "0": 210, + "1": 66.9239730834961 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2118, + 2214, + 2216, + 2217, + 2218, + 2219, + 2301, + 2325, + 2370 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1605, + "type": "BasicScheduler", + "pos": [ + -6524.164862383832, + 7777.402827680376 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2180, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2122, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2225, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2128 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1606, + "type": "BasicGuider", + "pos": [ + -6764.164862383832, + 7417.402827680376 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2179, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2124, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2117 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1607, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7166, + 7754 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2257 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2126, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2127, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2124 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1608, + "type": "SplitSigmas", + "pos": [ + -6524.164862383832, + 7657.402827680376 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2128 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2119 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1612, + "type": "lora_loader", + "pos": [ + -7453, + 1994 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2137 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2138 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2228, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2140, + 2141 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2236 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2136 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e6-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1613, + "type": "Text Concatenate", + "pos": [ + -6116, + 2112 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2133, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2136, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2134, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1615, + "type": "PrimitiveNode", + "pos": [ + -6070.2047528305975, + 3272.4979271381007 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2146 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1616, + "type": "Text Concatenate", + "pos": [ + -6071.2047528305975, + 3212.4979271381007 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2144, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2195, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2146, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2196 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1617, + "type": "lora_loader", + "pos": [ + -7387, + 3073 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2147 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2148 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2229, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2198, + 2199 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2254 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2195 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e7-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1618, + "type": "PrimitiveNode", + "pos": [ + -6129.538231558421, + 5435.435418381278 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2151 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1619, + "type": "Text Concatenate", + "pos": [ + -6123.538231558421, + 5389.435418381278 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2149, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2193, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2151, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2194 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1620, + "type": "lora_loader", + "pos": [ + -7412.53823155842, + 5252.435418381279 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2152 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2153 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2232, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2190, + 2191 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2251 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2193 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e9-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1621, + "type": "PrimitiveNode", + "pos": [ + -6099.164862383831, + 7597.402827680376 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2156 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1622, + "type": "Text Concatenate", + "pos": [ + -6106.164862383831, + 7557.402827680376 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2154, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2184, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2156, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2183 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1623, + "type": "lora_loader", + "pos": [ + -7415.164862383833, + 7430.402827680376 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2157 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2158 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2230, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2179, + 2180 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2257 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2184 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1624, + "type": "PrimitiveNode", + "pos": [ + -6124.512115402336, + 6538.429975530784 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2161 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1625, + "type": "Text Concatenate", + "pos": [ + -6132.512115402336, + 6492.429975530784 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2159, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2178, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2161, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2177 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1626, + "type": "lora_loader", + "pos": [ + -7418.512115402336, + 6351.429975530784 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2162 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2163 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2231, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2175, + 2176 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2256 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2178 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e10-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1630, + "type": "PrimitiveNode", + "pos": [ + -6121.038980688686, + 4278.319500816325 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2187 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1631, + "type": "Text Concatenate", + "pos": [ + -6112.038980688686, + 4229.319500816325 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2185, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2203, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2187, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1632, + "type": "lora_loader", + "pos": [ + -7438, + 4088 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2188 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2189 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2233, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2201, + 2202 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2255 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2203 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e8-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1635, + "type": "Reroute", + "pos": [ + -3440.492598135773, + 2460.854309816417 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2260 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2210 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1636, + "type": "Reroute", + "pos": [ + -3444.492598135773, + 2664.8543098164164 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2261 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2211 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1637, + "type": "Reroute", + "pos": [ + -3450.492598135773, + 3273.854309816415 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2262 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2212 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1638, + "type": "Reroute", + "pos": [ + -3446.492598135773, + 3488.854309816415 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2263 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2213 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1639, + "type": "PrimitiveNode", + "pos": [ + -8119.609188172685, + 2479.952716567604 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2220, + 2221, + 2222, + 2223, + 2224, + 2225, + 2306, + 2330, + 2375 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 12, + "fixed" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -8118.609188172685, + 2613.952716567604 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2228, + 2229, + 2230, + 2231, + 2232, + 2233, + 2318, + 2342 + ], + "slot_index": 0, + "widget": { + "name": "strength_model" + } + } + ], + "title": "Lora Strength", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.7000000000000001, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1654, + "type": "Note", + "pos": [ + -10140, + 1823 + ], + "size": { + "0": 482.0799255371094, + "1": 355.24700927734375 + }, + "flags": {}, + "order": 22, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "skyforge style (2), multiple girls, ladder, aircraft, airship, paradise style (22), overgrown, neofutur style (18), paradise style (10), junglecity (15)\n\ncity, paradise style (3), hyperfutur style (5), power lines, day, junglecity (9), 6+boys, fantasm style (2), neofutur style (11), no humans\n\n1girl, paradise style (7), building, rockhouse style (4), tower, paradise style (3), neofutur style (3), junglecity (9), neofutur style (31), ocean\n\n\ncranehouse style (3), scenery, sky, no humans, cloud, outdoors, day, ocean, crane (machine), blue sky, watercraft\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nparadise style (13), cloud, sky, scenery, no humans, day, outdoors, blue sky, cloudy sky, building, railing\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nancientrealm style (4), scenery, moon, sky, cloud, night, castle, city, outdoors, building, tower\n\nfantasm style (6), scenery, no humans, cloud, sky, fantasy, planet, building, city, tree, star (sky)\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1655, + "type": "PrimitiveNode", + "pos": [ + -2639.3349609375, + 2084.7357157067745 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2266 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1656, + "type": "Text Concatenate", + "pos": [ + -2634.3349609375, + 2041.735715706775 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2265, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2266, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2267 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1657, + "type": "CR Simple Image Compare", + "pos": [ + -3320, + 4090 + ], + "size": { + "0": 478.6578369140625, + "1": 276.0000915527344 + }, + "flags": {}, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2268 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2269 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2270, + 2282, + 2347 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "E 10", + "E 11", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1658, + "type": "PreviewImage", + "pos": [ + -3320, + 3660 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2270 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1659, + "type": "Reroute", + "pos": [ + -3450, + 4090 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2289 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2268 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1660, + "type": "Reroute", + "pos": [ + -3440, + 4310 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2290 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2269 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1661, + "type": "Save Image Grid (mtb)", + "pos": [ + -2390, + 3640 + ], + "size": { + "0": 982.0357666015625, + "1": 1605.613525390625 + }, + "flags": {}, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2346 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2275, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1662, + "type": "PrimitiveNode", + "pos": [ + -2660, + 3730 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2277 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1663, + "type": "Text Concatenate", + "pos": [ + -2650, + 3680 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2276, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2277, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2275 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1665, + "type": "Reroute", + "pos": [ + -2773, + 2946 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2280 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2281 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1666, + "type": "CR Simple Image Compare", + "pos": [ + -3330, + 4970 + ], + "size": { + "0": 478.6578369140625, + "1": 276.0000915527344 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2284 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2285 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2286, + 2348 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "E 12", + "E 13", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1667, + "type": "PreviewImage", + "pos": [ + -3330, + 4540 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2286 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1668, + "type": "Reroute", + "pos": [ + -3460, + 4970 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2343 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2284 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1669, + "type": "Reroute", + "pos": [ + -3470, + 5202 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2344 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2285 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1673, + "type": "VAEDecode", + "pos": [ + -6129, + 8490 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2295 + }, + { + "name": "vae", + "type": "VAE", + "link": 2296 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2297, + 2343 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1674, + "type": "SaveImage", + "pos": [ + -5872.018154909947, + 8564.145088155037 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2297 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2298, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1675, + "type": "SamplerCustomAdvanced", + "pos": [ + -6522.018154909945, + 8484.145088155037 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2299, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2300, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2301, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2302, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2303, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2295 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1676, + "type": "BasicScheduler", + "pos": [ + -6522.018154909945, + 8844.145088155037 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2304, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2305, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2306, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2312 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1677, + "type": "BasicGuider", + "pos": [ + -6762.018154909945, + 8484.145088155037 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2307, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2308, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2300 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1678, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7163.853292526113, + 8820.742260474663 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2309 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2310, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2311, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2308 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1679, + "type": "SplitSigmas", + "pos": [ + -6522.018154909945, + 8724.145088155037 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2312 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2302 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1680, + "type": "PrimitiveNode", + "pos": [ + -6097.018154909945, + 8664.145088155037 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2315 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1681, + "type": "Text Concatenate", + "pos": [ + -6104.018154909945, + 8624.145088155037 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2313, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2314, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2315, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2298 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1682, + "type": "lora_loader", + "pos": [ + -7413, + 8497 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2316 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2317 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2318, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2304, + 2307 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2309 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2314 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e12-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1683, + "type": "VAEDecode", + "pos": [ + -6110, + 9610 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2319 + }, + { + "name": "vae", + "type": "VAE", + "link": 2320 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2321, + 2344 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1684, + "type": "SaveImage", + "pos": [ + -5860, + 9660 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2321 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2322, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1685, + "type": "SamplerCustomAdvanced", + "pos": [ + -6510, + 9580 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2323, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2324, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2325, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2326, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2327, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2319 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1686, + "type": "BasicScheduler", + "pos": [ + -6510, + 9940 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2328, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2329, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2330, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2336 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1687, + "type": "BasicGuider", + "pos": [ + -6750, + 9580 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2331, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2332, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2324 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1688, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7150, + 9910 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2333 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2334, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2335, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2332 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1689, + "type": "SplitSigmas", + "pos": [ + -6510, + 9820 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2336 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2326 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1690, + "type": "PrimitiveNode", + "pos": [ + -6090, + 9760 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2339 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1691, + "type": "Text Concatenate", + "pos": [ + -6090, + 9720 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2337, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2338, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2339, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2322 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1692, + "type": "lora_loader", + "pos": [ + -7400, + 9590 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2340 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2341 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2342, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2328, + 2331 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2333 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2338 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1693, + "type": "ImpactMakeImageBatch", + "pos": [ + -2704, + 4546 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2347 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2348 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2346 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1694, + "type": "Reroute", + "pos": [ + -8764.609188172684, + 1954.9527165676045 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2395 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2350, + 2351 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1705, + "type": "VAEDecode", + "pos": [ + -6192.424392781431, + 55.960491518303016 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2364 + }, + { + "name": "vae", + "type": "VAE", + "link": 2365 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2366 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1706, + "type": "SaveImage", + "pos": [ + -5922.424392781431, + 105.96049151830302 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2366 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2367, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1707, + "type": "SamplerCustomAdvanced", + "pos": [ + -6572.424392781431, + 15.960491518303012 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2368, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2369, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2370, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2371, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2372, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2364 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1708, + "type": "BasicScheduler", + "pos": [ + -6572.424392781431, + 375.96049151830306 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2388, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2374, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2375, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1709, + "type": "BasicGuider", + "pos": [ + -6812.424392781431, + 35.960491518303016 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2389, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2377, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2369 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1710, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7232.424392781431, + 325.96049151830306 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2390 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2379, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2380, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2377 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1711, + "type": "SplitSigmas", + "pos": [ + -6572.424392781431, + 255.96049151830303 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2381 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2371 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1712, + "type": "PrimitiveNode", + "pos": [ + -6176, + 204 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2391 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1714, + "type": "Text Concatenate", + "pos": [ + -6168, + 153 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2385, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2391, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2367 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9772, + 1556 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": { + "collapsed": false + }, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9431, + 1540 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2392 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9431, + 1665 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2393 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9432, + 1824 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1890, + 2394 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1715, + "type": "Reroute", + "pos": [ + -8940, + 1670 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2392 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2395 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1716, + "type": "Reroute", + "pos": [ + -8940, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2393 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2396 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1717, + "type": "Reroute", + "pos": [ + -8940, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2394 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2397 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-COMPARE-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora intermediate compare \n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1977, + 1506, + 0, + 1535, + 0, + "MODEL" + ], + [ + 1978, + 1232, + 0, + 1535, + 1, + "MODEL" + ], + [ + 1981, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1987, + 1245, + 0, + 1537, + 0, + "*" + ], + [ + 1988, + 1537, + 0, + 1236, + 1, + "STRING" + ], + [ + 1989, + 1537, + 0, + 1236, + 2, + "STRING" + ], + [ + 1991, + 1535, + 0, + 1538, + 0, + "*" + ], + [ + 1992, + 1217, + 0, + 1539, + 0, + "*" + ], + [ + 1993, + 1539, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1999, + 1541, + 0, + 1222, + 1, + "VAE" + ], + [ + 2000, + 1544, + 0, + 1542, + 0, + "LATENT" + ], + [ + 2001, + 1541, + 0, + 1542, + 1, + "VAE" + ], + [ + 2002, + 1542, + 0, + 1543, + 0, + "IMAGE" + ], + [ + 2004, + 1484, + 0, + 1544, + 0, + "NOISE" + ], + [ + 2005, + 1547, + 0, + 1544, + 1, + "GUIDER" + ], + [ + 2007, + 1549, + 1, + 1544, + 3, + "SIGMAS" + ], + [ + 2008, + 1539, + 0, + 1544, + 4, + "LATENT" + ], + [ + 2009, + 1241, + 0, + 1546, + 1, + "FLOAT" + ], + [ + 2011, + 1548, + 0, + 1547, + 1, + "CONDITIONING" + ], + [ + 2013, + 1537, + 0, + 1548, + 1, + "STRING" + ], + [ + 2014, + 1537, + 0, + 1548, + 2, + "STRING" + ], + [ + 2015, + 1546, + 0, + 1549, + 0, + "SIGMAS" + ], + [ + 2020, + 1555, + 0, + 1553, + 0, + "LATENT" + ], + [ + 2021, + 1541, + 0, + 1553, + 1, + "VAE" + ], + [ + 2022, + 1553, + 0, + 1554, + 0, + "IMAGE" + ], + [ + 2024, + 1484, + 0, + 1555, + 0, + "NOISE" + ], + [ + 2025, + 1558, + 0, + 1555, + 1, + "GUIDER" + ], + [ + 2027, + 1560, + 1, + 1555, + 3, + "SIGMAS" + ], + [ + 2028, + 1539, + 0, + 1555, + 4, + "LATENT" + ], + [ + 2029, + 1241, + 0, + 1557, + 1, + "FLOAT" + ], + [ + 2031, + 1559, + 0, + 1558, + 1, + "CONDITIONING" + ], + [ + 2033, + 1537, + 0, + 1559, + 1, + "STRING" + ], + [ + 2034, + 1537, + 0, + 1559, + 2, + "STRING" + ], + [ + 2035, + 1557, + 0, + 1560, + 0, + "SIGMAS" + ], + [ + 2065, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 2066, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 2067, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 2068, + 559, + 0, + 1578, + 0, + "INT" + ], + [ + 2069, + 559, + 1, + 1578, + 1, + "INT" + ], + [ + 2070, + 1581, + 0, + 1579, + 0, + "LATENT" + ], + [ + 2071, + 1541, + 0, + 1579, + 1, + "VAE" + ], + [ + 2072, + 1579, + 0, + 1580, + 0, + "IMAGE" + ], + [ + 2074, + 1484, + 0, + 1581, + 0, + "NOISE" + ], + [ + 2075, + 1584, + 0, + 1581, + 1, + "GUIDER" + ], + [ + 2077, + 1586, + 1, + 1581, + 3, + "SIGMAS" + ], + [ + 2078, + 1539, + 0, + 1581, + 4, + "LATENT" + ], + [ + 2080, + 1241, + 0, + 1583, + 1, + "FLOAT" + ], + [ + 2082, + 1585, + 0, + 1584, + 1, + "CONDITIONING" + ], + [ + 2084, + 1537, + 0, + 1585, + 1, + "STRING" + ], + [ + 2085, + 1537, + 0, + 1585, + 2, + "STRING" + ], + [ + 2086, + 1583, + 0, + 1586, + 0, + "SIGMAS" + ], + [ + 2091, + 1592, + 0, + 1590, + 0, + "LATENT" + ], + [ + 2092, + 1541, + 0, + 1590, + 1, + "VAE" + ], + [ + 2093, + 1590, + 0, + 1591, + 0, + "IMAGE" + ], + [ + 2095, + 1484, + 0, + 1592, + 0, + "NOISE" + ], + [ + 2096, + 1595, + 0, + 1592, + 1, + "GUIDER" + ], + [ + 2098, + 1597, + 1, + 1592, + 3, + "SIGMAS" + ], + [ + 2099, + 1539, + 0, + 1592, + 4, + "LATENT" + ], + [ + 2101, + 1241, + 0, + 1594, + 1, + "FLOAT" + ], + [ + 2103, + 1596, + 0, + 1595, + 1, + "CONDITIONING" + ], + [ + 2105, + 1537, + 0, + 1596, + 1, + "STRING" + ], + [ + 2106, + 1537, + 0, + 1596, + 2, + "STRING" + ], + [ + 2107, + 1594, + 0, + 1597, + 0, + "SIGMAS" + ], + [ + 2112, + 1603, + 0, + 1601, + 0, + "LATENT" + ], + [ + 2113, + 1541, + 0, + 1601, + 1, + "VAE" + ], + [ + 2114, + 1601, + 0, + 1602, + 0, + "IMAGE" + ], + [ + 2116, + 1484, + 0, + 1603, + 0, + "NOISE" + ], + [ + 2117, + 1606, + 0, + 1603, + 1, + "GUIDER" + ], + [ + 2118, + 1604, + 0, + 1603, + 2, + "SAMPLER" + ], + [ + 2119, + 1608, + 1, + 1603, + 3, + "SIGMAS" + ], + [ + 2120, + 1539, + 0, + 1603, + 4, + "LATENT" + ], + [ + 2122, + 1241, + 0, + 1605, + 1, + "FLOAT" + ], + [ + 2124, + 1607, + 0, + 1606, + 1, + "CONDITIONING" + ], + [ + 2126, + 1537, + 0, + 1607, + 1, + "STRING" + ], + [ + 2127, + 1537, + 0, + 1607, + 2, + "STRING" + ], + [ + 2128, + 1605, + 0, + 1608, + 0, + "SIGMAS" + ], + [ + 2133, + 1212, + 0, + 1613, + 0, + "STRING" + ], + [ + 2134, + 1249, + 0, + 1613, + 2, + "STRING" + ], + [ + 2135, + 1613, + 0, + 1223, + 1, + "STRING" + ], + [ + 2136, + 1612, + 2, + 1613, + 1, + "STRING" + ], + [ + 2137, + 1538, + 0, + 1612, + 0, + "MODEL" + ], + [ + 2138, + 1540, + 0, + 1612, + 1, + "CLIP" + ], + [ + 2140, + 1612, + 0, + 1227, + 0, + "MODEL" + ], + [ + 2141, + 1612, + 0, + 1226, + 0, + "MODEL" + ], + [ + 2144, + 1212, + 0, + 1616, + 0, + "STRING" + ], + [ + 2146, + 1615, + 0, + 1616, + 2, + "STRING" + ], + [ + 2147, + 1538, + 0, + 1617, + 0, + "MODEL" + ], + [ + 2148, + 1540, + 0, + 1617, + 1, + "CLIP" + ], + [ + 2149, + 1212, + 0, + 1619, + 0, + "STRING" + ], + [ + 2151, + 1618, + 0, + 1619, + 2, + "STRING" + ], + [ + 2152, + 1538, + 0, + 1620, + 0, + "MODEL" + ], + [ + 2153, + 1540, + 0, + 1620, + 1, + "CLIP" + ], + [ + 2154, + 1212, + 0, + 1622, + 0, + "STRING" + ], + [ + 2156, + 1621, + 0, + 1622, + 2, + "STRING" + ], + [ + 2157, + 1538, + 0, + 1623, + 0, + "MODEL" + ], + [ + 2158, + 1540, + 0, + 1623, + 1, + "CLIP" + ], + [ + 2159, + 1212, + 0, + 1625, + 0, + "STRING" + ], + [ + 2161, + 1624, + 0, + 1625, + 2, + "STRING" + ], + [ + 2162, + 1538, + 0, + 1626, + 0, + "MODEL" + ], + [ + 2163, + 1540, + 0, + 1626, + 1, + "CLIP" + ], + [ + 2175, + 1626, + 0, + 1558, + 0, + "MODEL" + ], + [ + 2176, + 1626, + 0, + 1557, + 0, + "MODEL" + ], + [ + 2177, + 1625, + 0, + 1554, + 1, + "STRING" + ], + [ + 2178, + 1626, + 2, + 1625, + 1, + "STRING" + ], + [ + 2179, + 1623, + 0, + 1606, + 0, + "MODEL" + ], + [ + 2180, + 1623, + 0, + 1605, + 0, + "MODEL" + ], + [ + 2183, + 1622, + 0, + 1602, + 1, + "STRING" + ], + [ + 2184, + 1623, + 2, + 1622, + 1, + "STRING" + ], + [ + 2185, + 1212, + 0, + 1631, + 0, + "STRING" + ], + [ + 2187, + 1630, + 0, + 1631, + 2, + "STRING" + ], + [ + 2188, + 1538, + 0, + 1632, + 0, + "MODEL" + ], + [ + 2189, + 1540, + 0, + 1632, + 1, + "CLIP" + ], + [ + 2190, + 1620, + 0, + 1595, + 0, + "MODEL" + ], + [ + 2191, + 1620, + 0, + 1594, + 0, + "MODEL" + ], + [ + 2193, + 1620, + 2, + 1619, + 1, + "STRING" + ], + [ + 2194, + 1619, + 0, + 1591, + 1, + "STRING" + ], + [ + 2195, + 1617, + 2, + 1616, + 1, + "STRING" + ], + [ + 2196, + 1616, + 0, + 1580, + 1, + "STRING" + ], + [ + 2198, + 1617, + 0, + 1584, + 0, + "MODEL" + ], + [ + 2199, + 1617, + 0, + 1583, + 0, + "MODEL" + ], + [ + 2201, + 1632, + 0, + 1547, + 0, + "MODEL" + ], + [ + 2202, + 1632, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2203, + 1632, + 2, + 1631, + 1, + "STRING" + ], + [ + 2204, + 1212, + 0, + 1543, + 1, + "STRING" + ], + [ + 2210, + 1635, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 2211, + 1636, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 2212, + 1637, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 2213, + 1638, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 2214, + 1604, + 0, + 1555, + 2, + "SAMPLER" + ], + [ + 2216, + 1604, + 0, + 1592, + 2, + "SAMPLER" + ], + [ + 2217, + 1604, + 0, + 1544, + 2, + "SAMPLER" + ], + [ + 2218, + 1604, + 0, + 1581, + 2, + "SAMPLER" + ], + [ + 2219, + 1604, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 2220, + 1639, + 0, + 1226, + 2, + "INT" + ], + [ + 2221, + 1639, + 0, + 1583, + 2, + "INT" + ], + [ + 2222, + 1639, + 0, + 1546, + 2, + "INT" + ], + [ + 2223, + 1639, + 0, + 1594, + 2, + "INT" + ], + [ + 2224, + 1639, + 0, + 1557, + 2, + "INT" + ], + [ + 2225, + 1639, + 0, + 1605, + 2, + "INT" + ], + [ + 2228, + 1645, + 0, + 1612, + 2, + "FLOAT" + ], + [ + 2229, + 1645, + 0, + 1617, + 2, + "FLOAT" + ], + [ + 2230, + 1645, + 0, + 1623, + 2, + "FLOAT" + ], + [ + 2231, + 1645, + 0, + 1626, + 2, + "FLOAT" + ], + [ + 2232, + 1645, + 0, + 1620, + 2, + "FLOAT" + ], + [ + 2233, + 1645, + 0, + 1632, + 2, + "FLOAT" + ], + [ + 2236, + 1612, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2251, + 1620, + 1, + 1596, + 0, + "CLIP" + ], + [ + 2254, + 1617, + 1, + 1585, + 0, + "CLIP" + ], + [ + 2255, + 1632, + 1, + 1548, + 0, + "CLIP" + ], + [ + 2256, + 1626, + 1, + 1559, + 0, + "CLIP" + ], + [ + 2257, + 1623, + 1, + 1607, + 0, + "CLIP" + ], + [ + 2260, + 1222, + 0, + 1635, + 0, + "*" + ], + [ + 2261, + 1579, + 0, + 1636, + 0, + "*" + ], + [ + 2262, + 1542, + 0, + 1637, + 0, + "*" + ], + [ + 2263, + 1590, + 0, + 1638, + 0, + "*" + ], + [ + 2265, + 1212, + 0, + 1656, + 0, + "STRING" + ], + [ + 2266, + 1655, + 0, + 1656, + 1, + "STRING" + ], + [ + 2267, + 1656, + 0, + 1498, + 1, + "STRING" + ], + [ + 2268, + 1659, + 0, + 1657, + 0, + "IMAGE" + ], + [ + 2269, + 1660, + 0, + 1657, + 1, + "IMAGE" + ], + [ + 2270, + 1657, + 0, + 1658, + 0, + "IMAGE" + ], + [ + 2275, + 1663, + 0, + 1661, + 1, + "STRING" + ], + [ + 2276, + 1212, + 0, + 1663, + 0, + "STRING" + ], + [ + 2277, + 1662, + 0, + 1663, + 1, + "STRING" + ], + [ + 2280, + 1496, + 0, + 1665, + 0, + "*" + ], + [ + 2281, + 1665, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 2282, + 1657, + 0, + 1664, + 0, + "IMAGE" + ], + [ + 2284, + 1668, + 0, + 1666, + 0, + "IMAGE" + ], + [ + 2285, + 1669, + 0, + 1666, + 1, + "IMAGE" + ], + [ + 2286, + 1666, + 0, + 1667, + 0, + "IMAGE" + ], + [ + 2289, + 1553, + 0, + 1659, + 0, + "*" + ], + [ + 2290, + 1601, + 0, + 1660, + 0, + "*" + ], + [ + 2295, + 1675, + 0, + 1673, + 0, + "LATENT" + ], + [ + 2296, + 1541, + 0, + 1673, + 1, + "VAE" + ], + [ + 2297, + 1673, + 0, + 1674, + 0, + "IMAGE" + ], + [ + 2298, + 1681, + 0, + 1674, + 1, + "STRING" + ], + [ + 2299, + 1484, + 0, + 1675, + 0, + "NOISE" + ], + [ + 2300, + 1677, + 0, + 1675, + 1, + "GUIDER" + ], + [ + 2301, + 1604, + 0, + 1675, + 2, + "SAMPLER" + ], + [ + 2302, + 1679, + 1, + 1675, + 3, + "SIGMAS" + ], + [ + 2303, + 1539, + 0, + 1675, + 4, + "LATENT" + ], + [ + 2304, + 1682, + 0, + 1676, + 0, + "MODEL" + ], + [ + 2305, + 1241, + 0, + 1676, + 1, + "FLOAT" + ], + [ + 2306, + 1639, + 0, + 1676, + 2, + "INT" + ], + [ + 2307, + 1682, + 0, + 1677, + 0, + "MODEL" + ], + [ + 2308, + 1678, + 0, + 1677, + 1, + "CONDITIONING" + ], + [ + 2309, + 1682, + 1, + 1678, + 0, + "CLIP" + ], + [ + 2310, + 1537, + 0, + 1678, + 1, + "STRING" + ], + [ + 2311, + 1537, + 0, + 1678, + 2, + "STRING" + ], + [ + 2312, + 1676, + 0, + 1679, + 0, + "SIGMAS" + ], + [ + 2313, + 1212, + 0, + 1681, + 0, + "STRING" + ], + [ + 2314, + 1682, + 2, + 1681, + 1, + "STRING" + ], + [ + 2315, + 1680, + 0, + 1681, + 2, + "STRING" + ], + [ + 2316, + 1538, + 0, + 1682, + 0, + "MODEL" + ], + [ + 2317, + 1540, + 0, + 1682, + 1, + "CLIP" + ], + [ + 2318, + 1645, + 0, + 1682, + 2, + "FLOAT" + ], + [ + 2319, + 1685, + 0, + 1683, + 0, + "LATENT" + ], + [ + 2320, + 1541, + 0, + 1683, + 1, + "VAE" + ], + [ + 2321, + 1683, + 0, + 1684, + 0, + "IMAGE" + ], + [ + 2322, + 1691, + 0, + 1684, + 1, + "STRING" + ], + [ + 2323, + 1484, + 0, + 1685, + 0, + "NOISE" + ], + [ + 2324, + 1687, + 0, + 1685, + 1, + "GUIDER" + ], + [ + 2325, + 1604, + 0, + 1685, + 2, + "SAMPLER" + ], + [ + 2326, + 1689, + 1, + 1685, + 3, + "SIGMAS" + ], + [ + 2327, + 1539, + 0, + 1685, + 4, + "LATENT" + ], + [ + 2328, + 1692, + 0, + 1686, + 0, + "MODEL" + ], + [ + 2329, + 1241, + 0, + 1686, + 1, + "FLOAT" + ], + [ + 2330, + 1639, + 0, + 1686, + 2, + "INT" + ], + [ + 2331, + 1692, + 0, + 1687, + 0, + "MODEL" + ], + [ + 2332, + 1688, + 0, + 1687, + 1, + "CONDITIONING" + ], + [ + 2333, + 1692, + 1, + 1688, + 0, + "CLIP" + ], + [ + 2334, + 1537, + 0, + 1688, + 1, + "STRING" + ], + [ + 2335, + 1537, + 0, + 1688, + 2, + "STRING" + ], + [ + 2336, + 1686, + 0, + 1689, + 0, + "SIGMAS" + ], + [ + 2337, + 1212, + 0, + 1691, + 0, + "STRING" + ], + [ + 2338, + 1692, + 2, + 1691, + 1, + "STRING" + ], + [ + 2339, + 1690, + 0, + 1691, + 2, + "STRING" + ], + [ + 2340, + 1538, + 0, + 1692, + 0, + "MODEL" + ], + [ + 2341, + 1540, + 0, + 1692, + 1, + "CLIP" + ], + [ + 2342, + 1645, + 0, + 1692, + 2, + "FLOAT" + ], + [ + 2343, + 1673, + 0, + 1668, + 0, + "*" + ], + [ + 2344, + 1683, + 0, + 1669, + 0, + "*" + ], + [ + 2346, + 1693, + 0, + 1661, + 0, + "IMAGE" + ], + [ + 2347, + 1657, + 0, + 1693, + 0, + "IMAGE" + ], + [ + 2348, + 1666, + 0, + 1693, + 1, + "IMAGE" + ], + [ + 2350, + 1694, + 0, + 1506, + 0, + "MODEL" + ], + [ + 2351, + 1694, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2364, + 1707, + 0, + 1705, + 0, + "LATENT" + ], + [ + 2365, + 1541, + 0, + 1705, + 1, + "VAE" + ], + [ + 2366, + 1705, + 0, + 1706, + 0, + "IMAGE" + ], + [ + 2367, + 1714, + 0, + 1706, + 1, + "STRING" + ], + [ + 2368, + 1484, + 0, + 1707, + 0, + "NOISE" + ], + [ + 2369, + 1709, + 0, + 1707, + 1, + "GUIDER" + ], + [ + 2370, + 1604, + 0, + 1707, + 2, + "SAMPLER" + ], + [ + 2371, + 1711, + 1, + 1707, + 3, + "SIGMAS" + ], + [ + 2372, + 1539, + 0, + 1707, + 4, + "LATENT" + ], + [ + 2374, + 1241, + 0, + 1708, + 1, + "FLOAT" + ], + [ + 2375, + 1639, + 0, + 1708, + 2, + "INT" + ], + [ + 2377, + 1710, + 0, + 1709, + 1, + "CONDITIONING" + ], + [ + 2379, + 1537, + 0, + 1710, + 1, + "STRING" + ], + [ + 2380, + 1537, + 0, + 1710, + 2, + "STRING" + ], + [ + 2381, + 1708, + 0, + 1711, + 0, + "SIGMAS" + ], + [ + 2385, + 1212, + 0, + 1714, + 0, + "STRING" + ], + [ + 2388, + 1538, + 0, + 1708, + 0, + "MODEL" + ], + [ + 2389, + 1538, + 0, + 1709, + 0, + "MODEL" + ], + [ + 2390, + 1540, + 0, + 1710, + 0, + "CLIP" + ], + [ + 2391, + 1712, + 0, + 1714, + 1, + "STRING" + ], + [ + 2392, + 88, + 0, + 1715, + 0, + "*" + ], + [ + 2393, + 11, + 0, + 1716, + 0, + "*" + ], + [ + 2394, + 1102, + 0, + 1717, + 0, + "*" + ], + [ + 2395, + 1715, + 0, + 1694, + 0, + "*" + ], + [ + 2396, + 1716, + 0, + 1540, + 0, + "*" + ], + [ + 2397, + 1717, + 0, + 1541, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -8996, + 1947, + 1303, + 1608 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #1", + "bounding": [ + -7495, + 1869, + 2515, + 971 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #3", + "bounding": [ + -7488, + 3988, + 2524, + 933 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #5", + "bounding": [ + -7505, + 6235, + 2537, + 952 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Presentation Grids", + "bounding": [ + -3890, + 1878, + 2610, + 3578 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #2", + "bounding": [ + -7442, + 2970, + 2448, + 911 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #4", + "bounding": [ + -7480, + 5158, + 2478, + 935 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #6", + "bounding": [ + -7473, + 7340, + 2471, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #7", + "bounding": [ + -7447, + 8397, + 2460, + 944 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #8", + "bounding": [ + -7440, + 9492, + 2477, + 914 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Control | No Lora", + "bounding": [ + -7518, + -80, + 2470, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.1113776745353117, + "offset": [ + 9271.034472846764, + -964.795136431092 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Lora-Tester-lines-v30.json b/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Lora-Tester-lines-v30.json new file mode 100644 index 0000000..a481e71 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Lora-Tester-lines-v30.json @@ -0,0 +1,3724 @@ +{ + "last_node_id": 1741, + "last_link_id": 2438, + "nodes": [ + { + "id": 491, + "type": "Note", + "pos": [ + -9643, + 1941 + ], + "size": { + "0": 473.0478820800781, + "1": 236.35003662109375 + }, + "flags": {}, + "order": 0, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "use your lora trained captions as prompts to test\n\nAssassinKahb style a demonic looking skeleton holding a sword with red hair\n\nextreme close up anime kzk woman with long red hair and blue cosmic eyes\n\nanime kzk woman with red hair holding a rifle and wearing a green uniform, crouching down in a hallway with a building in the background\n\nanime kzk woman with red hair shooting directly at the camera, with red hair holding a gun in front of a white background\n\nanime kzk woman with red hair, sneaking inside a sci-fi megatower interior, holding a gun in a room with a red light coming from the ceiling\n\nclose up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup\n\nA serene coastal landscape where towering cliffs have been intricately carved into the shape of an ancient Sphinx, reminiscent of Egyptian architecture. The Sphinx faces the ocean, its massive form casting a shadow on the calm, reflective waters below. The sky is clear and bright blue, adding to the surreal beauty of the scene, with the contrast between the warm tones of the carved stone and the cool, tranquil sea\n\nAn ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky\n\n\n\nAn ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8970.609188172684, + 2043.9527165676045 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "An ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 2065 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 2066 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 3, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8206, + 1082 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare-NTTW-V1-x" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7959, + 1116 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2133, + 2385, + 2428 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "compare-NTTW-V1-x", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8520.609188172684, + 2853.952716567604 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8121.609188172685, + 2827.952716567604 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1992 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8122.609188172685, + 2997.952716567604 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6160, + 2105.433059622959 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1999 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 2395 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5890, + 2159.433059622959 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2135, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6540, + 2064.43305962296 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2219, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1993, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6540, + 2423.433059622959 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2141, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2220, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6780, + 2084.4330596229597 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2140, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1981, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -8350.609188172684, + 2175.952716567604 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8577.609188172684, + 2160.952716567604 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2351 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7197, + 2373.433059622959 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2236 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1988, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1989, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1981 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8351.609188172684, + 2495.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7837.609188172685, + 2732.952716567604 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507, + 2374 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8357.609188172684, + 2627.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8970.609188172684, + 2425.952716567604 + ], + "size": { + "0": 304, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1521, + 1987 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8963.609188172684, + 2651.952716567604 + ], + "size": { + "0": 280.1095275878906, + "1": 223.4860076904297 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "close up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup" + ], + "An ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8522.609188172684, + 2983.952716567604 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2067 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6540, + 2304.433059622959 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6115, + 2255.433059622959 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2134 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10325, + "1": 2192, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881, + 2368 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 816582108600558, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4091.4298096095276, + 2533.8829946459064 + ], + "size": { + "0": 493.4223327636719, + "1": 276.00006103515625 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2432 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2431 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2423 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "LORA ~ ON", + "LORA ~ OFF", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -8971, + 2953 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2065, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2066, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2067 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "455098249_899611818852437_5616901435628109530_n.jpg", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8580.609188172684, + 2057.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2350 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1535, + "type": "CR Model Input Switch", + "pos": [ + -8325.609188172684, + 2054.952716567604 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1977 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1978 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1537, + "type": "Reroute", + "pos": [ + -7836.609188172685, + 2422.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1987, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1988, + 1989, + 2379, + 2380 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1538, + "type": "Reroute", + "pos": [ + -7816.609188172685, + 2049.9527165676045 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2137, + 2388, + 2389 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1539, + "type": "Reroute", + "pos": [ + -7823.609188172685, + 2827.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1992 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1993, + 2372 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7816.609188172685, + 2079.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2438 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2138, + 2390 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7815.609188172685, + 2110.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2437 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1999, + 2365 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1575, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8204, + "1": 1209, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 326.03900146484375, + "1": 298 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1576, + "type": "Label (rgthree)", + "pos": { + "0": -9957, + "1": 2403, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 788.96484375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TESTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1604, + "type": "KSamplerSelect", + "pos": [ + -8121.609188172685, + 2360.952716567604 + ], + "size": { + "0": 210, + "1": 66.9239730834961 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2219, + 2370 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1612, + "type": "lora_loader", + "pos": [ + -7453, + 2083.4330596229597 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2137 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2138 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2228, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2140, + 2141 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2236 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2136 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\Thorra-Flux-lite-e11-12.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1613, + "type": "Text Concatenate", + "pos": [ + -6116, + 2201.433059622959 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2133, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2136, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2134, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1635, + "type": "Reroute", + "pos": [ + -4347, + 2593 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2394 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2431 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1636, + "type": "Reroute", + "pos": [ + -4348, + 2533 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2395 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1639, + "type": "PrimitiveNode", + "pos": [ + -8119.609188172685, + 2479.952716567604 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2220, + 2375 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 12, + "fixed" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -8118.609188172685, + 2613.952716567604 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2228 + ], + "slot_index": 0, + "widget": { + "name": "strength_model" + } + } + ], + "title": "Lora Strength", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.7000000000000001, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1654, + "type": "Note", + "pos": [ + -10140, + 1823 + ], + "size": { + "0": 482.0799255371094, + "1": 355.24700927734375 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "skyforge style (2), multiple girls, ladder, aircraft, airship, paradise style (22), overgrown, neofutur style (18), paradise style (10), junglecity (15)\n\ncity, paradise style (3), hyperfutur style (5), power lines, day, junglecity (9), 6+boys, fantasm style (2), neofutur style (11), no humans\n\n1girl, paradise style (7), building, rockhouse style (4), tower, paradise style (3), neofutur style (3), junglecity (9), neofutur style (31), ocean\n\n\ncranehouse style (3), scenery, sky, no humans, cloud, outdoors, day, ocean, crane (machine), blue sky, watercraft\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nparadise style (13), cloud, sky, scenery, no humans, day, outdoors, blue sky, cloudy sky, building, railing\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nancientrealm style (4), scenery, moon, sky, cloud, night, castle, city, outdoors, building, tower\n\nfantasm style (6), scenery, no humans, cloud, sky, fantasy, planet, building, city, tree, star (sky)\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1694, + "type": "Reroute", + "pos": [ + -8764.609188172684, + 1954.9527165676045 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2433 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2350, + 2351 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1705, + "type": "VAEDecode", + "pos": [ + -6118.404556670584, + 3210.5206925600637 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2364 + }, + { + "name": "vae", + "type": "VAE", + "link": 2365 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2366, + 2394 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1706, + "type": "SaveImage", + "pos": [ + -5848.404556670584, + 3260.5206925600637 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2366 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2367, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1707, + "type": "SamplerCustomAdvanced", + "pos": [ + -6498.404556670584, + 3170.5206925600637 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2368, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2369, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2370, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2371, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2372, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2364 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1708, + "type": "BasicScheduler", + "pos": [ + -6498.404556670584, + 3530.5206925600637 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2388, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2374, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2375, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1709, + "type": "BasicGuider", + "pos": [ + -6738.404556670584, + 3190.5206925600637 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2389, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2377, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2369 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1710, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7158.404556670584, + 3480.5206925600637 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2390 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2379, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2380, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2377 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1711, + "type": "SplitSigmas", + "pos": [ + -6498.404556670584, + 3410.5206925600637 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2381 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2371 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1712, + "type": "PrimitiveNode", + "pos": [ + -6102, + 3359 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2391 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1714, + "type": "Text Concatenate", + "pos": [ + -6093.980163889152, + 3307.5602010417606 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2385, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2391, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2367 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1726, + "type": "SaveImage", + "pos": [ + -3517, + 2168 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2423 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2430, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1736, + "type": "PrimitiveNode", + "pos": [ + -3894, + 2205 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2429 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1737, + "type": "Text Concatenate", + "pos": [ + -3916, + 2141 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2428, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2429, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1739, + "type": "Reroute", + "pos": [ + -8920, + 1670 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2434 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2433 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9435, + 1546 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2434 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9428, + 1669 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2435 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9435, + 1822 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1890, + 2436 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1741, + "type": "Reroute", + "pos": [ + -8920, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2436 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2437 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1740, + "type": "Reroute", + "pos": [ + -8920, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2435 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2438 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 23, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-Tester-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v16\n\ntxt2img + img2img FLUX1 switch\nLora intermediate compare \n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1977, + 1506, + 0, + 1535, + 0, + "MODEL" + ], + [ + 1978, + 1232, + 0, + 1535, + 1, + "MODEL" + ], + [ + 1981, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1987, + 1245, + 0, + 1537, + 0, + "*" + ], + [ + 1988, + 1537, + 0, + 1236, + 1, + "STRING" + ], + [ + 1989, + 1537, + 0, + 1236, + 2, + "STRING" + ], + [ + 1991, + 1535, + 0, + 1538, + 0, + "*" + ], + [ + 1992, + 1217, + 0, + 1539, + 0, + "*" + ], + [ + 1993, + 1539, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1999, + 1541, + 0, + 1222, + 1, + "VAE" + ], + [ + 2065, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 2066, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 2067, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 2133, + 1212, + 0, + 1613, + 0, + "STRING" + ], + [ + 2134, + 1249, + 0, + 1613, + 2, + "STRING" + ], + [ + 2135, + 1613, + 0, + 1223, + 1, + "STRING" + ], + [ + 2136, + 1612, + 2, + 1613, + 1, + "STRING" + ], + [ + 2137, + 1538, + 0, + 1612, + 0, + "MODEL" + ], + [ + 2138, + 1540, + 0, + 1612, + 1, + "CLIP" + ], + [ + 2140, + 1612, + 0, + 1227, + 0, + "MODEL" + ], + [ + 2141, + 1612, + 0, + 1226, + 0, + "MODEL" + ], + [ + 2219, + 1604, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 2220, + 1639, + 0, + 1226, + 2, + "INT" + ], + [ + 2228, + 1645, + 0, + 1612, + 2, + "FLOAT" + ], + [ + 2236, + 1612, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2350, + 1694, + 0, + 1506, + 0, + "MODEL" + ], + [ + 2351, + 1694, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2364, + 1707, + 0, + 1705, + 0, + "LATENT" + ], + [ + 2365, + 1541, + 0, + 1705, + 1, + "VAE" + ], + [ + 2366, + 1705, + 0, + 1706, + 0, + "IMAGE" + ], + [ + 2367, + 1714, + 0, + 1706, + 1, + "STRING" + ], + [ + 2368, + 1484, + 0, + 1707, + 0, + "NOISE" + ], + [ + 2369, + 1709, + 0, + 1707, + 1, + "GUIDER" + ], + [ + 2370, + 1604, + 0, + 1707, + 2, + "SAMPLER" + ], + [ + 2371, + 1711, + 1, + 1707, + 3, + "SIGMAS" + ], + [ + 2372, + 1539, + 0, + 1707, + 4, + "LATENT" + ], + [ + 2374, + 1241, + 0, + 1708, + 1, + "FLOAT" + ], + [ + 2375, + 1639, + 0, + 1708, + 2, + "INT" + ], + [ + 2377, + 1710, + 0, + 1709, + 1, + "CONDITIONING" + ], + [ + 2379, + 1537, + 0, + 1710, + 1, + "STRING" + ], + [ + 2380, + 1537, + 0, + 1710, + 2, + "STRING" + ], + [ + 2381, + 1708, + 0, + 1711, + 0, + "SIGMAS" + ], + [ + 2385, + 1212, + 0, + 1714, + 0, + "STRING" + ], + [ + 2388, + 1538, + 0, + 1708, + 0, + "MODEL" + ], + [ + 2389, + 1538, + 0, + 1709, + 0, + "MODEL" + ], + [ + 2390, + 1540, + 0, + 1710, + 0, + "CLIP" + ], + [ + 2391, + 1712, + 0, + 1714, + 1, + "STRING" + ], + [ + 2394, + 1705, + 0, + 1635, + 0, + "*" + ], + [ + 2395, + 1222, + 0, + 1636, + 0, + "*" + ], + [ + 2423, + 1494, + 0, + 1726, + 0, + "IMAGE" + ], + [ + 2428, + 1212, + 0, + 1737, + 0, + "STRING" + ], + [ + 2429, + 1736, + 0, + 1737, + 1, + "STRING" + ], + [ + 2430, + 1737, + 0, + 1726, + 1, + "STRING" + ], + [ + 2431, + 1635, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 2432, + 1636, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 2433, + 1739, + 0, + 1694, + 0, + "*" + ], + [ + 2434, + 88, + 0, + 1739, + 0, + "*" + ], + [ + 2435, + 11, + 0, + 1740, + 0, + "*" + ], + [ + 2436, + 1102, + 0, + 1741, + 0, + "*" + ], + [ + 2437, + 1741, + 0, + 1541, + 0, + "*" + ], + [ + 2438, + 1740, + 0, + 1540, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -8996, + 1947, + 1303, + 1608 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #1", + "bounding": [ + -7495, + 1958, + 2515, + 971 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Presentation Grids", + "bounding": [ + -4658, + 1951, + 2273, + 1027 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "Control | No Lora", + "bounding": [ + -7444, + 3075, + 2470, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.1113776745353117, + "offset": [ + 9271.034472846764, + -964.795136431092 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Zenkai-StackTester-lines-v42.json b/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Zenkai-StackTester-lines-v42.json new file mode 100644 index 0000000..fd8de19 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/Training Tools/Foda-Flux-Zenkai-StackTester-lines-v42.json @@ -0,0 +1,7540 @@ +{ + "last_node_id": 1849, + "last_link_id": 2647, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": { + "0": -7961.103515625, + "1": 1073.1365966796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": { + "0": -8122.609375, + "1": 2997.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": { + "0": -3923.829345703125, + "1": 3406.871826171875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2438, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2220, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": { + "0": -4163.8291015625, + "1": 3067.871826171875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2434, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1981, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": { + "0": -8350.609375, + "1": 2175.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 2, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": { + "0": -7837.609375, + "1": 2732.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507, + 2374, + 2499, + 2549 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": { + "0": -8522.609375, + "1": 2983.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2442 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": { + "0": -3923.829345703125, + "1": 3287.871826171875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10325, + "1": 2192, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 3, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1506, + "type": "ModelSamplingAuraFlow", + "pos": { + "0": -8580.609375, + "1": 2057.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2350 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1539, + "type": "Reroute", + "pos": { + "0": -7823.609375, + "1": 2827.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1992 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1993, + 2372, + 2497, + 2547 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": { + "0": -7815.609375, + "1": 2110.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1998 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1999, + 2365, + 2490, + 2540 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1613, + "type": "Text Concatenate", + "pos": { + "0": -3499.829345703125, + "1": 3184.871826171875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2133, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": null, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2134, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1654, + "type": "Note", + "pos": { + "0": -10140, + "1": 1823, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 482.0799255371094, + "1": 355.24700927734375 + }, + "flags": {}, + "order": 4, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "skyforge style (2), multiple girls, ladder, aircraft, airship, paradise style (22), overgrown, neofutur style (18), paradise style (10), junglecity (15)\n\ncity, paradise style (3), hyperfutur style (5), power lines, day, junglecity (9), 6+boys, fantasm style (2), neofutur style (11), no humans\n\n1girl, paradise style (7), building, rockhouse style (4), tower, paradise style (3), neofutur style (3), junglecity (9), neofutur style (31), ocean\n\n\ncranehouse style (3), scenery, sky, no humans, cloud, outdoors, day, ocean, crane (machine), blue sky, watercraft\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nparadise style (13), cloud, sky, scenery, no humans, day, outdoors, blue sky, cloudy sky, building, railing\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nancientrealm style (4), scenery, moon, sky, cloud, night, castle, city, outdoors, building, tower\n\nfantasm style (6), scenery, no humans, cloud, sky, fantasy, planet, building, city, tree, star (sky)\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1694, + "type": "Reroute", + "pos": { + "0": -8764.609375, + "1": 1954.9527587890625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2349 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2350, + 2351 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1706, + "type": "SaveImage", + "pos": { + "0": -5928.29541015625, + "1": 2045.4283447265625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2366 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2367, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1707, + "type": "SamplerCustomAdvanced", + "pos": { + "0": -6578.29541015625, + "1": 1955.4283447265625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2566, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2369, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2370, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2371, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2372, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2364 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1708, + "type": "BasicScheduler", + "pos": { + "0": -6578.29541015625, + "1": 2315.428466796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2604, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2374, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2375, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1709, + "type": "BasicGuider", + "pos": { + "0": -6818.29541015625, + "1": 1975.4283447265625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2603, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2377, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2369 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1711, + "type": "SplitSigmas", + "pos": { + "0": -6578.29541015625, + "1": 2195.428466796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2381 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2371 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1712, + "type": "PrimitiveNode", + "pos": { + "0": -6181.89111328125, + "1": 2143.90771484375, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2391 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1714, + "type": "Text Concatenate", + "pos": { + "0": -6173.87109375, + "1": 2092.4677734375, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2385, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2391, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2367 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1738, + "type": "Note", + "pos": { + "0": -10240, + "1": 2646, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 571.7393188476562, + "1": 396.8567199707031 + }, + "flags": {}, + "order": 6, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "Thorra Actions", + "properties": { + "text": "" + }, + "widgets_values": [ + "anime kzk woman with red hair, rushing past lasers and explosions holding a sword in her right hand and standing in the middle of a city with buildings in the background\n\nanime kzk woman with red hair, rushing past lasers and explosions crouches down on the ground in front of a cityscape, with red lights coming from behind her\n\nanime kzk woman with red hair, rushing past lasers and explosions in the middle of a sci - fi - themed scene with bright beams of light coming from behind her\n\nanime kzk woman with red hair, shooting a gun directly at the camera and glowing eyes on the other side of the gun in the other hand\n\nanime kzk woman with red hair, looking directly at the camera and a gun in her right hand with blood splatters all around her" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1576, + "type": "Label (rgthree)", + "pos": { + "0": -10648, + "1": 2388, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1496.484375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 7, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "STACK TESTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": { + "0": -4775.8291015625, + "1": 3540.438720703125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2435 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1988, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1989, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1981 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1739, + "type": "Note", + "pos": { + "0": -9647, + "1": 2647, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 571.7393188476562, + "1": 396.8567199707031 + }, + "flags": {}, + "order": 8, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "Thorra Scenes", + "properties": { + "text": "" + }, + "widgets_values": [ + "anime in the background active megacity, an image of a sci - fi environment with a lot of blue and orange lights\n\nanime in the background active megacity, a futuristic looking room with a large circular light in the middle of it\n\nanime in the background active megacity, an image of a sci - fi themed room in a sci - fi environment\n\nanime in the background active megacity, a futuristic looking room with blue lights and a large circular object in the center of the room\n\nanime in the background active megacity, the interior of a sci - fi themed fortress with a round window\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity with red and blue lights\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity with lots of lights on the walls\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity with neon lights on the walls\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi themed megacity with lots of machines\n\nanime in the background cyber fortress corridor, a hallway in a sci - fi megacity with orange stairs and railings\n\nanime in the background megacity airlock, a hallway in a sci - fi fortress\n\nanime in the background megacity airlock, a futuristic fortress interior with a large circular object in the middle of it\n\nanime in the background megacity airlock, the interior of a sci - fi themed fortress with red and blue lights\n\nanime in the background megacity airlock, the interior of a futuristic looking building with lots of red and orange doors\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1604, + "type": "KSamplerSelect", + "pos": { + "0": -8122, + "1": 2361, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 66.9239730834961 + }, + "flags": {}, + "order": 9, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2219, + 2370, + 2495, + 2545 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1750, + "type": "Reroute", + "pos": { + "0": -10284.400390625, + "1": 1584.6104736328125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2451, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2452 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": { + "0": -8352, + "1": 2496, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1537, + "type": "Reroute", + "pos": { + "0": -7837, + "1": 2425, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1987, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1988, + 1989, + 2379, + 2380, + 2504, + 2505, + 2554, + 2555 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1741, + "type": "CR Apply LoRA Stack", + "pos": { + "0": -4777.8291015625, + "1": 3036.438720703125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.01287841796875, + "1": 66 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2436 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2437 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2433 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2434 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2435 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": { + "0": -3923.829345703125, + "1": 3047.871826171875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2564, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2219, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1993, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1779, + "type": "SamplerCustomAdvanced", + "pos": { + "0": -3896.287353515625, + "1": 1962.9215087890625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2563, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2494, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2495, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2496, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2497, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2489 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1780, + "type": "BasicScheduler", + "pos": { + "0": -3896.287353515625, + "1": 2321.921630859375, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2498, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2499, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2500, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2506 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1781, + "type": "BasicGuider", + "pos": { + "0": -4136.28759765625, + "1": 1982.9215087890625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2501, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2502, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2494 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1782, + "type": "CLIPTextEncodeFlux", + "pos": { + "0": -4748.28759765625, + "1": 2455.488525390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2503 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2504, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2505, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1783, + "type": "SplitSigmas", + "pos": { + "0": -3896.287353515625, + "1": 2202.921630859375, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2506 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2496 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1785, + "type": "Text Concatenate", + "pos": { + "0": -3472.287353515625, + "1": 2099.921630859375, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2507, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": null, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2508, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2492 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1787, + "type": "CR Apply LoRA Stack", + "pos": { + "0": -4750.28759765625, + "1": 1951.488525390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.01287841796875, + "1": 66 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2509 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2510 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2511 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2501 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2503 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1806, + "type": "SaveImage", + "pos": { + "0": -5920, + "1": 3140, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2541 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2542, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1807, + "type": "SamplerCustomAdvanced", + "pos": { + "0": -6570, + "1": 3050, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2565, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2544, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2545, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2546, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2547, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2539 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1808, + "type": "BasicScheduler", + "pos": { + "0": -6570, + "1": 3400, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2548, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2549, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2550, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2556 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1809, + "type": "BasicGuider", + "pos": { + "0": -6810, + "1": 3070, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2551, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2552, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2544 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1810, + "type": "CLIPTextEncodeFlux", + "pos": { + "0": -7420, + "1": 3540, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2553 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2554, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2555, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2552 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1811, + "type": "SplitSigmas", + "pos": { + "0": -6570, + "1": 3290, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2556 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2546 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1812, + "type": "PrimitiveNode", + "pos": { + "0": -6140, + "1": 3240, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2558 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1813, + "type": "Text Concatenate", + "pos": { + "0": -6140, + "1": 3180, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2557, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": null, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2558, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2542 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1815, + "type": "CR Apply LoRA Stack", + "pos": { + "0": -7420, + "1": 3030, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.01287841796875, + "1": 66 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2559 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2560 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2561 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2551 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2553 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 88, + "type": "UNETLoader", + "pos": { + "0": -9767, + "1": 1081, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2349 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": { + "0": -9762, + "1": 1394, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1890, + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": { + "0": -3499, + "1": 3239, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2134 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1535, + "type": "CR Model Input Switch", + "pos": { + "0": -8325.609375, + "1": 2054.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1977 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1978 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2594 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": { + "0": -8577.609375, + "1": 2160.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2351 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1778, + "type": "SaveImage", + "pos": { + "0": -3254, + "1": 2000, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2491 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2492, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1223, + "type": "SaveImage", + "pos": { + "0": -3274, + "1": 3063, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2135, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1788, + "type": "RandomNoise", + "pos": { + "0": -8576, + "1": 1128, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2563, + 2564, + 2565, + 2566 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 52874383452249, + "randomize" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": { + "0": -8521, + "1": 2854, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": { + "0": -8586, + "1": 1319, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1743, + "type": "ImageResize+", + "pos": { + "0": -8594, + "1": 3145, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2439 + }, + { + "name": "width", + "type": "INT", + "link": 2444, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2445, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2442 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1745, + "type": "ImageSizeAdjusterV2", + "pos": { + "0": -8965, + "1": 3121, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 306 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2443 + } + ], + "outputs": [ + { + "name": "adjusted_width", + "type": "INT", + "links": [ + 2444 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "adjusted_height", + "type": "INT", + "links": [ + 2445 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "applied_scale", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "original_width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "original_height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageSizeAdjusterV2" + }, + "widgets_values": [ + "SDXL", + 64, + "up", + "none", + false, + 1, + 2048, + 2048 + ] + }, + { + "id": 1825, + "type": "easy showAnything", + "pos": { + "0": -10918, + "1": 2024, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 76.00006103515625 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "anything", + "type": "*", + "link": 2585 + } + ], + "outputs": [], + "properties": { + "Node name for S&R": "easy showAnything" + }, + "widgets_values": [ + "9B355099" + ] + }, + { + "id": 491, + "type": "Note", + "pos": { + "0": -9643, + "1": 1932, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 487.993408203125, + "1": 238.63739013671875 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "use your lora trained captions as prompts to test\n\nAssassinKahb style a demonic looking skeleton holding a sword with red hair\n\nextreme close up anime kzk woman with long red hair and blue cosmic eyes\n\nanime kzk woman with red hair holding a rifle and wearing a green uniform, crouching down in a hallway with a building in the background\n\nanime kzk woman with red hair shooting directly at the camera, with red hair holding a gun in front of a white background\n\nanime kzk woman with red hair, sneaking inside a sci-fi megatower interior, holding a gun in a room with a red light coming from the ceiling\n\nclose up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup\n\nA serene coastal landscape where towering cliffs have been intricately carved into the shape of an ancient Sphinx, reminiscent of Egyptian architecture. The Sphinx faces the ocean, its massive form casting a shadow on the calm, reflective waters below. The sky is clear and bright blue, adding to the surreal beauty of the scene, with the contrast between the warm tones of the carved stone and the cool, tranquil sea\n\nAn ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky\n\n\n\nAn ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky\n\nanime kzk woman with red hair, sneaking inside a sci-fi megatower interior, holding a gun in a room with a red light coming from the ceiling, in the background cyber fortress corridor, a hallway in a sci - fi themed megacity with lots of machines" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": { + "0": -9756, + "1": 1218, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2595 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1575, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8204, + "1": 1209, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 326.03900146484375, + "1": 298 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1710, + "type": "CLIPTextEncodeFlux", + "pos": { + "0": -7435, + "1": 2497, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2606 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2379, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2380, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2377 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1538, + "type": "Reroute", + "pos": { + "0": -7816.609375, + "1": 2049.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2594 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2436, + 2438, + 2498, + 2509, + 2548, + 2559, + 2602 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1540, + "type": "Reroute", + "pos": { + "0": -7816.609375, + "1": 2079.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2595 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2437, + 2510, + 2560, + 2605 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1829, + "type": "CR Apply LoRA Stack", + "pos": { + "0": -7421, + "1": 1965, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 306.01287841796875, + "1": 66 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2602 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2605 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2601 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2603, + 2604 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2606 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1834, + "type": "PrimitiveNode", + "pos": { + "0": -6310, + "1": 950, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2611 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1835, + "type": "Text Concatenate", + "pos": { + "0": -6330, + "1": 880, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2622, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2611, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2610 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1837, + "type": "Reroute", + "pos": { + "0": -4080, + "1": 1370, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2621 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2613 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1838, + "type": "Reroute", + "pos": { + "0": -4080, + "1": 1310, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2620 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2612 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1841, + "type": "Text Concatenate", + "pos": { + "0": -3650, + "1": 920, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2623, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2616, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2615 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1705, + "type": "VAEDecode", + "pos": { + "0": -6198, + "1": 1995, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2364 + }, + { + "name": "vae", + "type": "VAE", + "link": 2365 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2366, + 2632 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1777, + "type": "VAEDecode", + "pos": { + "0": -3516.287353515625, + "1": 2003.9215087890625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2489 + }, + { + "name": "vae", + "type": "VAE", + "link": 2490 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2491, + 2633 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1805, + "type": "VAEDecode", + "pos": { + "0": -6159, + "1": 3047, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2539 + }, + { + "name": "vae", + "type": "VAE", + "link": 2540 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2541, + 2620 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": { + "0": -3534, + "1": 3066, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1999 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 2621 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1833, + "type": "SaveImage", + "pos": { + "0": -5911, + "1": 859, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2609 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2610, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1839, + "type": "SaveImage", + "pos": { + "0": -3250, + "1": 913, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2614 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2615, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1842, + "type": "ImageConcatMulti", + "pos": { + "0": -2136, + "1": 1995, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 150 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 2624 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 2625 + } + ], + "outputs": [ + { + "name": "images", + "type": "IMAGE", + "links": [ + 2630 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": {}, + "widgets_values": [ + 2, + "down", + false, + null + ] + }, + { + "id": 1844, + "type": "PrimitiveNode", + "pos": { + "0": -1805, + "1": 2050, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 60 + }, + "flags": { + "collapsed": false + }, + "order": 21, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2629 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "concat" + ] + }, + { + "id": 1845, + "type": "Text Concatenate", + "pos": { + "0": -1790, + "1": 1990, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2628, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2629, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2627 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "concat", + "compare", + "" + ] + }, + { + "id": 1840, + "type": "PrimitiveNode", + "pos": { + "0": -3630, + "1": 990, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2616 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1784, + "type": "PrimitiveNode", + "pos": { + "0": -3471, + "1": 2154, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2508 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1828, + "type": "CR LoRA Stack", + "pos": { + "0": -7433, + "1": 2093, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2601 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\civit\\NTTW-V1-Flux-e7-10.safetensors", + 0.7000000000000001, + 1, + "Off", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Scenes-e9-10.safetensors", + 0.6, + 1 + ] + }, + { + "id": 1786, + "type": "CR LoRA Stack", + "pos": { + "0": -4754.28759765625, + "1": 2065.488525390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2511 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\civit\\NTTW-V2-kappa-e11-13.safetensors", + 0.7000000000000001, + 1, + "Off", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Scenes-e9-10.safetensors", + 0.6, + 1 + ] + }, + { + "id": 1814, + "type": "CR LoRA Stack", + "pos": { + "0": -7430, + "1": 3150, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2561 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\civit\\NTTW-V3-4-16-e9-10.safetensors", + 0.7000000000000001, + 1, + "Off", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Scenes-e9-10.safetensors", + 0.6, + 1 + ] + }, + { + "id": 1843, + "type": "SaveImage", + "pos": { + "0": -1569, + "1": 1994, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1760.093994140625, + "1": 1560.8575439453125 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2630 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2627, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": { + "0": -8206, + "1": 1082, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "NTTW-compare" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": { + "0": -7959, + "1": 1116, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2133, + 2385, + 2507, + 2557, + 2622, + 2623, + 2628 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "NTTW-compare", + "/scene/flux", + "" + ] + }, + { + "id": 1639, + "type": "PrimitiveNode", + "pos": { + "0": -8119.609375, + "1": 2479.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2220, + 2375, + 2500, + 2550 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 20, + "fixed" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1836, + "type": "CR Simple Image Compare", + "pos": { + "0": -3820, + "1": 1320, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 493.4223327636719, + "1": 276.00006103515625 + }, + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2612 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2613 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2614, + 2625 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "NTTW V3 - 4-16", + "NTTW V4 - 4-16 - lite\n", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1830, + "type": "CR Simple Image Compare", + "pos": { + "0": -6500, + "1": 1280, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 493.4223327636719, + "1": 276.00006103515625 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2607 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2608 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2609, + 2624 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "NTTW V2 - 2-16 ", + "NTTW V1 - 2-16 - lite\n", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1831, + "type": "Reroute", + "pos": { + "0": -6760, + "1": 1340, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2632 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2608 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1832, + "type": "Reroute", + "pos": { + "0": -6760, + "1": 1280, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2633 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2607 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1740, + "type": "CR LoRA Stack", + "pos": { + "0": -4781.8291015625, + "1": 3150.438720703125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2433 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\civit\\NTTW-V3-lite-e10-12.safetensors", + 0.7000000000000001, + 1, + "Off", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 0.6, + 1, + "Off", + "flux\\civit\\Thorra-Lite-V2-Scenes-e9-10.safetensors", + 0.6, + 1 + ] + }, + { + "id": 1752, + "type": "ShowText|pysssss", + "pos": { + "0": -10667, + "1": 1757, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 313.4051818847656, + "1": 161.6963653564453 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2456, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(depiction of Stable, surrounded by detailed Fen, wetland with alkaline water and diverse plant and animal life:0.9), (the scene is in the style of Columbia, A floating city built upon the clouds, filled with advanced technology and powerful political factions:0.5), 9B355099" + ], + "(depiction of Igloo, surrounded by detailed Coral reef, underwater ecosystem with diverse coral and fish species:0.9), (neofutur style (17), scenery, building, outdoors, cloud, sky, no humans, city, bird, day, tree:0.7), 9B355099" + ] + }, + { + "id": 1757, + "type": "Note", + "pos": { + "0": -11577.400390625, + "1": 1517.6104736328125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 262.5476379394531, + "1": 573.8054809570312 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "Using these example files with a recursive depth of 3 would allow for complex and varied prompt generation. For instance:\n\n\n> A $$color $$animal in a $$location\n\"A light red majestic lion in a dense forest\"\n\nBreakdown:\n$$color expanded to \"$$shade red\"\n$$shade expanded to \"light\"\n$$animal expanded to \"majestic $$predator\"\n$$predator expanded to \"lion\"\n$$location expanded to \"$$natural_setting\"\n\n\n> A $$color $$animal in a $$location\n\"Extremely bright blue cute puppy in a futuristic space station\"\n\nBreakdown:\n$$color expanded to \"$$shade blue\"\n$$shade expanded to \"$$intensity bright\"\n$$intensity expanded to \"extremely\"\n$$animal expanded to \"cute $$pet\"\n$$pet expanded to \"puppy\"\n$$location expanded to \"futuristic $$sci_fi_location\"\n$$sci_fi_location expanded to \"space station\"\n\n\n> $$character wearing $$clothing\n\"Wizard wearing subtly shimmering gold robes\"\n\nBreakdown:\n$$character expanded to \"Wizard\"\n$$clothing expanded to \"$$intensity shimmering gold robes\"\n$$intensity expanded to \"subtly\"\n\n\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1849, + "type": "ZenkaiWildcardV2", + "pos": { + "0": -11546, + "1": 1434, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.4527282714844, + "1": 204.63824462890625 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ZenkaiWildcardV2" + }, + "widgets_values": [ + " a {man|woman} in a $$location", + 1426755418, + "randomize", + "$$", + 5, + true + ] + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": { + "0": -8963.609375, + "1": 2651.95263671875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 280.1095275878906, + "1": 223.4860076904297 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(depiction of Stable, surrounded by detailed Fen, wetland with alkaline water and diverse plant and animal life:0.9), (the scene is in the style of Columbia, A floating city built upon the clouds, filled with advanced technology and powerful political factions:0.5), 9B355099" + ], + "cinematic photo (depiction of Igloo, surrounded by detailed Coral reef, underwater ecosystem with diverse coral and fish species:0.9), (neofutur style (17), scenery, building, outdoors, cloud, sky, no humans, city, bird, day, tree:0.7), 9B355099 . 35mm photograph, film, bokeh, professional, 4k, highly detailed" + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": { + "0": -8358, + "1": 2628, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.5700000000000001 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1742, + "type": "LoadImage", + "pos": { + "0": -9638, + "1": 3123, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 551.4111328125, + "1": 448.49920654296875 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2439, + 2443 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\NTTW-compare/compare_00568_.png [output]", + "image" + ] + }, + { + "id": 1756, + "type": "ZenkaiWildcardV2", + "pos": { + "0": -11283, + "1": 1508, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.4527282714844, + "1": 204.63824462890625 + }, + "flags": { + "collapsed": false + }, + "order": 34, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2642 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ZenkaiWildcardV2" + }, + "widgets_values": [ + "depiction of $$gabe_building, surrounded by detailed $$gabe_biome", + 2833644003, + "randomize", + "$$", + 5, + true + ] + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": { + "0": -8972, + "1": 2428, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 304, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 2452, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1521, + 1987 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "photographic", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": { + "0": -8121, + "1": 2828, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1992 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1759, + "type": "StringWeights", + "pos": { + "0": -10936, + "1": 1525, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 75.00006866455078 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2642, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2644 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "StringWeights" + }, + "widgets_values": [ + "", + 0.9, + true + ] + }, + { + "id": 1820, + "type": "StringWeights", + "pos": { + "0": -10941, + "1": 1670, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 210, + "1": 75.00006866455078 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2647, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2645 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "StringWeights" + }, + "widgets_values": [ + "", + 0.7000000000000001, + true + ] + }, + { + "id": 1824, + "type": "StringPainterV2", + "pos": { + "0": -11281, + "1": 2022, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 222 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2585, + 2646 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "used_seed", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "StringPainterV2" + }, + "widgets_values": [ + 2603962521, + "fixed", + "32", + "increment", + 1, + 0, + 4294967295 + ] + }, + { + "id": 1749, + "type": "Text Concatenate", + "pos": { + "0": -10674, + "1": 1527, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2644, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2645, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2646, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2451, + 2456 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + ", ", + "true", + "", + "", + "", + "" + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": { + "0": -11884, + "1": 1519, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "an {man|woman} standing in front, ", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1847, + "type": "ZenkaiWildcardV2", + "pos": { + "0": -11284, + "1": 1759, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 314.4527282714844, + "1": 204.63824462890625 + }, + "flags": { + "collapsed": false + }, + "order": 37, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ZenkaiWildcardV2" + }, + "widgets_values": [ + "cinematic scene in the style of $$gabe_world", + 368372688, + "randomize", + "$$", + 5, + true + ] + }, + { + "id": 1755, + "type": "ZenkaiPromptV2", + "pos": { + "0": -11281, + "1": 1799, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": false + }, + "order": 38, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2647 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ZenkaiPromptV2" + }, + "widgets_values": [ + "nttw-lite.txt", + 2373826144, + "randomize", + 1, + "", + "" + ] + }, + { + "id": 85, + "type": "Note", + "pos": { + "0": -9103.349609375, + "1": 972.6387939453125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [], + "outputs": [], + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Zenkai-StackTester-lines-v42\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v18\n\ntxt2img + img2img FLUX1 switch\nLora intermediate compare \n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1977, + 1506, + 0, + 1535, + 0, + "MODEL" + ], + [ + 1978, + 1232, + 0, + 1535, + 1, + "MODEL" + ], + [ + 1981, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1987, + 1245, + 0, + 1537, + 0, + "*" + ], + [ + 1988, + 1537, + 0, + 1236, + 1, + "STRING" + ], + [ + 1989, + 1537, + 0, + 1236, + 2, + "STRING" + ], + [ + 1992, + 1217, + 0, + 1539, + 0, + "*" + ], + [ + 1993, + 1539, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1998, + 1102, + 0, + 1541, + 0, + "*" + ], + [ + 1999, + 1541, + 0, + 1222, + 1, + "VAE" + ], + [ + 2133, + 1212, + 0, + 1613, + 0, + "STRING" + ], + [ + 2134, + 1249, + 0, + 1613, + 2, + "STRING" + ], + [ + 2135, + 1613, + 0, + 1223, + 1, + "STRING" + ], + [ + 2219, + 1604, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 2220, + 1639, + 0, + 1226, + 2, + "INT" + ], + [ + 2349, + 88, + 0, + 1694, + 0, + "*" + ], + [ + 2350, + 1694, + 0, + 1506, + 0, + "MODEL" + ], + [ + 2351, + 1694, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2364, + 1707, + 0, + 1705, + 0, + "LATENT" + ], + [ + 2365, + 1541, + 0, + 1705, + 1, + "VAE" + ], + [ + 2366, + 1705, + 0, + 1706, + 0, + "IMAGE" + ], + [ + 2367, + 1714, + 0, + 1706, + 1, + "STRING" + ], + [ + 2369, + 1709, + 0, + 1707, + 1, + "GUIDER" + ], + [ + 2370, + 1604, + 0, + 1707, + 2, + "SAMPLER" + ], + [ + 2371, + 1711, + 1, + 1707, + 3, + "SIGMAS" + ], + [ + 2372, + 1539, + 0, + 1707, + 4, + "LATENT" + ], + [ + 2374, + 1241, + 0, + 1708, + 1, + "FLOAT" + ], + [ + 2375, + 1639, + 0, + 1708, + 2, + "INT" + ], + [ + 2377, + 1710, + 0, + 1709, + 1, + "CONDITIONING" + ], + [ + 2379, + 1537, + 0, + 1710, + 1, + "STRING" + ], + [ + 2380, + 1537, + 0, + 1710, + 2, + "STRING" + ], + [ + 2381, + 1708, + 0, + 1711, + 0, + "SIGMAS" + ], + [ + 2385, + 1212, + 0, + 1714, + 0, + "STRING" + ], + [ + 2391, + 1712, + 0, + 1714, + 1, + "STRING" + ], + [ + 2433, + 1740, + 0, + 1741, + 2, + "LORA_STACK" + ], + [ + 2434, + 1741, + 0, + 1227, + 0, + "MODEL" + ], + [ + 2435, + 1741, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2436, + 1538, + 0, + 1741, + 0, + "MODEL" + ], + [ + 2437, + 1540, + 0, + 1741, + 1, + "CLIP" + ], + [ + 2438, + 1538, + 0, + 1226, + 0, + "MODEL" + ], + [ + 2439, + 1742, + 0, + 1743, + 0, + "IMAGE" + ], + [ + 2442, + 1743, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 2443, + 1742, + 0, + 1745, + 0, + "IMAGE" + ], + [ + 2444, + 1745, + 0, + 1743, + 1, + "INT" + ], + [ + 2445, + 1745, + 1, + 1743, + 2, + "INT" + ], + [ + 2451, + 1749, + 0, + 1750, + 0, + "*" + ], + [ + 2452, + 1750, + 0, + 1245, + 0, + "STRING" + ], + [ + 2456, + 1749, + 0, + 1752, + 0, + "STRING" + ], + [ + 2489, + 1779, + 0, + 1777, + 0, + "LATENT" + ], + [ + 2490, + 1541, + 0, + 1777, + 1, + "VAE" + ], + [ + 2491, + 1777, + 0, + 1778, + 0, + "IMAGE" + ], + [ + 2492, + 1785, + 0, + 1778, + 1, + "STRING" + ], + [ + 2494, + 1781, + 0, + 1779, + 1, + "GUIDER" + ], + [ + 2495, + 1604, + 0, + 1779, + 2, + "SAMPLER" + ], + [ + 2496, + 1783, + 1, + 1779, + 3, + "SIGMAS" + ], + [ + 2497, + 1539, + 0, + 1779, + 4, + "LATENT" + ], + [ + 2498, + 1538, + 0, + 1780, + 0, + "MODEL" + ], + [ + 2499, + 1241, + 0, + 1780, + 1, + "FLOAT" + ], + [ + 2500, + 1639, + 0, + 1780, + 2, + "INT" + ], + [ + 2501, + 1787, + 0, + 1781, + 0, + "MODEL" + ], + [ + 2502, + 1782, + 0, + 1781, + 1, + "CONDITIONING" + ], + [ + 2503, + 1787, + 1, + 1782, + 0, + "CLIP" + ], + [ + 2504, + 1537, + 0, + 1782, + 1, + "STRING" + ], + [ + 2505, + 1537, + 0, + 1782, + 2, + "STRING" + ], + [ + 2506, + 1780, + 0, + 1783, + 0, + "SIGMAS" + ], + [ + 2507, + 1212, + 0, + 1785, + 0, + "STRING" + ], + [ + 2508, + 1784, + 0, + 1785, + 2, + "STRING" + ], + [ + 2509, + 1538, + 0, + 1787, + 0, + "MODEL" + ], + [ + 2510, + 1540, + 0, + 1787, + 1, + "CLIP" + ], + [ + 2511, + 1786, + 0, + 1787, + 2, + "LORA_STACK" + ], + [ + 2539, + 1807, + 0, + 1805, + 0, + "LATENT" + ], + [ + 2540, + 1541, + 0, + 1805, + 1, + "VAE" + ], + [ + 2541, + 1805, + 0, + 1806, + 0, + "IMAGE" + ], + [ + 2542, + 1813, + 0, + 1806, + 1, + "STRING" + ], + [ + 2544, + 1809, + 0, + 1807, + 1, + "GUIDER" + ], + [ + 2545, + 1604, + 0, + 1807, + 2, + "SAMPLER" + ], + [ + 2546, + 1811, + 1, + 1807, + 3, + "SIGMAS" + ], + [ + 2547, + 1539, + 0, + 1807, + 4, + "LATENT" + ], + [ + 2548, + 1538, + 0, + 1808, + 0, + "MODEL" + ], + [ + 2549, + 1241, + 0, + 1808, + 1, + "FLOAT" + ], + [ + 2550, + 1639, + 0, + 1808, + 2, + "INT" + ], + [ + 2551, + 1815, + 0, + 1809, + 0, + "MODEL" + ], + [ + 2552, + 1810, + 0, + 1809, + 1, + "CONDITIONING" + ], + [ + 2553, + 1815, + 1, + 1810, + 0, + "CLIP" + ], + [ + 2554, + 1537, + 0, + 1810, + 1, + "STRING" + ], + [ + 2555, + 1537, + 0, + 1810, + 2, + "STRING" + ], + [ + 2556, + 1808, + 0, + 1811, + 0, + "SIGMAS" + ], + [ + 2557, + 1212, + 0, + 1813, + 0, + "STRING" + ], + [ + 2558, + 1812, + 0, + 1813, + 2, + "STRING" + ], + [ + 2559, + 1538, + 0, + 1815, + 0, + "MODEL" + ], + [ + 2560, + 1540, + 0, + 1815, + 1, + "CLIP" + ], + [ + 2561, + 1814, + 0, + 1815, + 2, + "LORA_STACK" + ], + [ + 2563, + 1788, + 0, + 1779, + 0, + "NOISE" + ], + [ + 2564, + 1788, + 0, + 1224, + 0, + "NOISE" + ], + [ + 2565, + 1788, + 0, + 1807, + 0, + "NOISE" + ], + [ + 2566, + 1788, + 0, + 1707, + 0, + "NOISE" + ], + [ + 2585, + 1824, + 0, + 1825, + 0, + "*" + ], + [ + 2594, + 1535, + 0, + 1538, + 0, + "*" + ], + [ + 2595, + 11, + 0, + 1540, + 0, + "*" + ], + [ + 2601, + 1828, + 0, + 1829, + 2, + "LORA_STACK" + ], + [ + 2602, + 1538, + 0, + 1829, + 0, + "MODEL" + ], + [ + 2603, + 1829, + 0, + 1709, + 0, + "MODEL" + ], + [ + 2604, + 1829, + 0, + 1708, + 0, + "MODEL" + ], + [ + 2605, + 1540, + 0, + 1829, + 1, + "CLIP" + ], + [ + 2606, + 1829, + 1, + 1710, + 0, + "CLIP" + ], + [ + 2607, + 1832, + 0, + 1830, + 0, + "IMAGE" + ], + [ + 2608, + 1831, + 0, + 1830, + 1, + "IMAGE" + ], + [ + 2609, + 1830, + 0, + 1833, + 0, + "IMAGE" + ], + [ + 2610, + 1835, + 0, + 1833, + 1, + "STRING" + ], + [ + 2611, + 1834, + 0, + 1835, + 1, + "STRING" + ], + [ + 2612, + 1838, + 0, + 1836, + 0, + "IMAGE" + ], + [ + 2613, + 1837, + 0, + 1836, + 1, + "IMAGE" + ], + [ + 2614, + 1836, + 0, + 1839, + 0, + "IMAGE" + ], + [ + 2615, + 1841, + 0, + 1839, + 1, + "STRING" + ], + [ + 2616, + 1840, + 0, + 1841, + 1, + "STRING" + ], + [ + 2620, + 1805, + 0, + 1838, + 0, + "*" + ], + [ + 2621, + 1222, + 0, + 1837, + 0, + "*" + ], + [ + 2622, + 1212, + 0, + 1835, + 0, + "STRING" + ], + [ + 2623, + 1212, + 0, + 1841, + 0, + "STRING" + ], + [ + 2624, + 1830, + 0, + 1842, + 0, + "IMAGE" + ], + [ + 2625, + 1836, + 0, + 1842, + 1, + "IMAGE" + ], + [ + 2627, + 1845, + 0, + 1843, + 1, + "STRING" + ], + [ + 2628, + 1212, + 0, + 1845, + 0, + "STRING" + ], + [ + 2629, + 1844, + 0, + 1845, + 1, + "STRING" + ], + [ + 2630, + 1842, + 0, + 1843, + 0, + "IMAGE" + ], + [ + 2632, + 1705, + 0, + 1831, + 0, + "*" + ], + [ + 2633, + 1777, + 0, + 1832, + 0, + "*" + ], + [ + 2642, + 1756, + 0, + 1759, + 0, + "STRING" + ], + [ + 2644, + 1759, + 0, + 1749, + 0, + "STRING" + ], + [ + 2645, + 1820, + 0, + 1749, + 1, + "STRING" + ], + [ + 2646, + 1824, + 0, + 1749, + 2, + "STRING" + ], + [ + 2647, + 1755, + 0, + 1820, + 0, + "STRING" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 2459, + 532 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -8996, + 1947, + 1303, + 1608 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #4", + "bounding": [ + -4879, + 2941, + 2515, + 971 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Loar #1", + "bounding": [ + -7524, + 1860, + 2470, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #3", + "bounding": [ + -7491, + 2928, + 2418, + 931 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #2", + "bounding": [ + -4899, + 1878, + 2494, + 896 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Zenkai-Prompt", + "bounding": [ + -11628, + 1398, + 1444, + 763 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "compare", + "bounding": [ + -6915, + 796, + 4507, + 842 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + }, + { + "title": "image concat", + "bounding": [ + -2163, + 1907, + 2370, + 1668 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.23579476910002148, + "offset": [ + 12636.720421424303, + 544.4785185283414 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-AutoShift-Lines-v38.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-AutoShift-Lines-v38.json new file mode 100644 index 0000000..f9ce9f9 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-AutoShift-Lines-v38.json @@ -0,0 +1,3149 @@ +{ + "last_node_id": 530, + "last_link_id": 639, + "nodes": [ + { + "id": 10, + "type": "VAELoader", + "pos": [ + -3010, + -560 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 616, + 617, + 618, + 619, + 620, + 621 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2990, + -340 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 604, + 605 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -3000, + -190 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 608, + 610, + 611 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 374359308328708, + "randomize" + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 219, + 603, + 627 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00569_.png", + "image" + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 603, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 636, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -602, + 1863 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 623, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 624, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 581, + 582 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 5, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-AutoShift-Lines-v38\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\nAll EasyUse Nodes removed\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\nauto-prompt enhancer\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n\nspecial no Easy Use version." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -3000, + -460 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 615 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 108, + 1310 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 631 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 632 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 634 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 582 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 634, + 636, + 637 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 42, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 610, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 595 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 32, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 572, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 31, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 571, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 577, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 632 + }, + { + "name": "vae", + "type": "VAE", + "link": 619 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 595 + }, + { + "name": "vae", + "type": "VAE", + "link": 618 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 85, + 2382 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 637 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 639 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833, + 2349 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 638 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1455, + 2399 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 54, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 581 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 638 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 611, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 574, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 573, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 578, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 51, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 639 + }, + { + "name": "vae", + "type": "VAE", + "link": 620 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 53, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 621 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -2868, + 292 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 623, + 625, + 628 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 624, + 626, + 629 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2071, + 102 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 622 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 616 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "blonde_1.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2081, + 340 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 717, + 91 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 617 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 614 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 608, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 622, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 331, + 233 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 568, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 612, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 567, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 575, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 529 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": { + "pinned": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 615 + }, + { + "name": "width", + "type": "INT", + "link": 625, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 626, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 567, + 568, + 571, + 572, + 573, + 574 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 2, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 100 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 605 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 535, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 544, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -466, + 406 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.45 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 16, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -588, + 1248 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 604 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 577, + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 505, + "type": "OneButtonPrompt", + "pos": [ + -1255, + 132 + ], + "size": { + "0": 315, + "1": 434 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "seed", + "type": "INT", + "link": 546, + "widget": { + "name": "seed" + } + }, + { + "name": "custom_subject", + "type": "STRING", + "link": 557, + "widget": { + "name": "custom_subject" + } + }, + { + "name": "prompt_prefix", + "type": "STRING", + "link": 558, + "widget": { + "name": "prompt_prefix" + } + } + ], + "outputs": [ + { + "name": "prompt", + "type": "STRING", + "links": [ + 551 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "prompt_g", + "type": "STRING", + "links": [ + 544 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "prompt_l", + "type": "STRING", + "links": [ + 535 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "OneButtonPrompt" + }, + "widgets_values": [ + 5, + "all", + "all", + 20, + "------ all", + "", + "", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + "all", + false, + "SDXL", + "none", + 867998245293409, + "randomize" + ] + }, + { + "id": 509, + "type": "PrimitiveNode", + "pos": [ + -1683, + 135 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 546 + ], + "slot_index": 0, + "widget": { + "name": "seed" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 867998245293409, + "fixed" + ] + }, + { + "id": 515, + "type": "ShowText|pysssss", + "pos": [ + -908, + 131 + ], + "size": { + "0": 321.7624816894531, + "1": 175.9002227783203 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 551, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur, superb Herbarium of a (scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k:1.3) , (deep red theme:0.7) , in focus, Suffering" + ] + }, + { + "id": 516, + "type": "DPMagicPrompt", + "pos": [ + -1683, + 268 + ], + "size": { + "0": 360.16033935546875, + "1": 216.4399871826172 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 556, + 557 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DPMagicPrompt" + }, + "widgets_values": [ + "scary concrete electronic jungle at night, psychedelic art, moebius style", + 16, + "fixed", + "No", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 517, + "type": "ShowText|pysssss", + "pos": [ + -1679, + 526 + ], + "size": { + "0": 351.6853942871094, + "1": 109.46977233886719 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 556, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k" + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -1683, + -19 + ], + "size": { + "0": 350.91888427734375, + "1": 108.04949951171875 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 558 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 529, + "type": "SaveImage", + "pos": [ + 1008, + 17 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 614 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 530, + "type": "ImageResize+", + "pos": [ + -604, + 1578 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 627, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 628, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 629, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 631 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 535, + 505, + 2, + 448, + 1, + "STRING" + ], + [ + 544, + 505, + 1, + 448, + 2, + "STRING" + ], + [ + 546, + 509, + 0, + 505, + 0, + "INT" + ], + [ + 551, + 505, + 0, + 515, + 0, + "STRING" + ], + [ + 556, + 516, + 0, + 517, + 0, + "STRING" + ], + [ + 557, + 516, + 0, + 505, + 1, + "STRING" + ], + [ + 558, + 518, + 0, + 505, + 2, + "STRING" + ], + [ + 567, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 568, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 571, + 206, + 0, + 114, + 0, + "MODEL" + ], + [ + 572, + 206, + 0, + 113, + 0, + "MODEL" + ], + [ + 573, + 206, + 0, + 134, + 0, + "MODEL" + ], + [ + 574, + 206, + 0, + 133, + 0, + "MODEL" + ], + [ + 575, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 577, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 578, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 581, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 582, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 595, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 603, + 51, + 0, + 58, + 0, + "IMAGE" + ], + [ + 604, + 11, + 0, + 495, + 0, + "CLIP" + ], + [ + 605, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 608, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 610, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 611, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 612, + 451, + 0, + 197, + 1, + "FLOAT" + ], + [ + 614, + 193, + 0, + 529, + 0, + "IMAGE" + ], + [ + 615, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 616, + 10, + 0, + 165, + 1, + "VAE" + ], + [ + 617, + 10, + 0, + 193, + 1, + "VAE" + ], + [ + 618, + 10, + 0, + 123, + 1, + "VAE" + ], + [ + 619, + 10, + 0, + 121, + 1, + "VAE" + ], + [ + 620, + 10, + 0, + 139, + 1, + "VAE" + ], + [ + 621, + 10, + 0, + 140, + 1, + "VAE" + ], + [ + 622, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 623, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 624, + 160, + 1, + 64, + 2, + "INT" + ], + [ + 625, + 160, + 0, + 206, + 1, + "INT" + ], + [ + 626, + 160, + 1, + 206, + 2, + "INT" + ], + [ + 627, + 51, + 0, + 530, + 0, + "IMAGE" + ], + [ + 628, + 160, + 0, + 530, + 1, + "INT" + ], + [ + 629, + 160, + 1, + 530, + 2, + "INT" + ], + [ + 631, + 530, + 0, + 99, + 0, + "IMAGE" + ], + [ + 632, + 99, + 0, + 121, + 0, + "IMAGE" + ], + [ + 634, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 636, + 107, + 0, + 58, + 1, + "IMAGE" + ], + [ + 637, + 107, + 0, + 125, + 0, + "IMAGE" + ], + [ + 638, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 639, + 125, + 0, + 139, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.5559917313492772, + "offset": [ + 2272.4226744750713, + 870.5418743843984 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Boosted-Upscaler-lines-V20.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Boosted-Upscaler-lines-V20.json new file mode 100644 index 0000000..ec25120 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Boosted-Upscaler-lines-V20.json @@ -0,0 +1,2705 @@ +{ + "last_node_id": 1247, + "last_link_id": 1564, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8050, + 1299 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1560 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7650, + 1540 + ], + "size": { + "0": 212.93296813964844, + "1": 166.71075439453125 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1562, + 1563 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 1022802713051445, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -10255, + 1386 + ], + "size": { + "0": 503.1882019042969, + "1": 489.2020263671875 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1549 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda_00152_.png", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7395, + 2155 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1499, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1507, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1486, + 1490 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -7951, + 2143 + ], + "size": { + "0": 259.93939208984375, + "1": 314 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9265, + 1374 + ], + "size": { + "0": 377.41162109375, + "1": 370.9514465332031 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Boosted-Upscaler-lines-V20\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v6\n\nNative Flux Upscaling 4X with BOOOST\nbatch directory seed mode\nColour correction module (LUTs)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -8739, + 1324 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1551 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -7608, + 2153 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1542 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5095.896855999315, + 1608.4193697863439 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5491, + 1647 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1489, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1488 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1484 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6187.896855999315, + 1775.4193697863432 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1562, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6190.810318034915, + 1937.309462801205 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6190.810318034915, + 2037.309462801205 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1553, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6451.1669379997375, + 1817.4950931526346 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1552, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1561, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -6751.1669379997375, + 1857.4950931526344 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1556 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -5807.166937999737, + 1826.4950931526346 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1557 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -5078.31235544581, + 2671.5730555966197 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1492 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -5468.312355445813, + 2711.5730555966197 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1491 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1492 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -6168.312355445807, + 2841.57305559662 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1563, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -6168.312355445807, + 3001.573055596621 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -6168.312355445807, + 3101.573055596621 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 28, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1555, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -6428.312355445805, + 2881.5730555966206 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 27, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1554, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1564, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -6728.312355445803, + 2921.5730555966197 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 1558 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -5788.3123554458125, + 2891.5730555966206 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 1559 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8738, + "1": 1512, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 322.2654113769531, + "1": 130 + }, + "flags": {}, + "order": 8, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7410, + 1570 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1560 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1561, + 1564 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -8332, + 3232 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 17, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -7897, + 2611 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": {}, + "order": 21, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -8631, + 2607 + ], + "size": { + "0": 615.3604125976562, + "1": 510.5350036621094 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8738, + 1706 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1496 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1500 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -9106, + 2578 + ], + "size": { + "0": 361.4196472167969, + "1": 259.5272216796875 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -8735, + 1165 + ], + "size": { + "0": 346.1183166503906, + "1": 98 + }, + "flags": {}, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -7970, + 1530 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1551 + }, + { + "name": "width", + "type": "INT", + "link": 1505, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1504, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1552, + 1553, + 1554, + 1555 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -8390, + 1329 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1556, + 1557, + 1558, + 1559 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -6840.273516483682, + 1656.0237329131007 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1495 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -6751.852267706611, + 2730.2350625686654 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 45, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1484 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6191.896855999315, + 2183.419369786343 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -6170, + 3257 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 31, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -5676, + 2286 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1486 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1488 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -5654.689993957492, + 3371.375651938156 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 39, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1490 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1210, + "type": "ImageResize+", + "pos": [ + -7400, + 1925 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1543, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1498, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1506, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1495 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1215, + "type": "Reroute", + "pos": [ + -8100, + 1710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1496, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1498, + 1499, + 1505 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1216, + "type": "Reroute", + "pos": [ + -8101, + 1733 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1500, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1504, + 1506, + 1507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1217, + "type": "ImpactImageInfo", + "pos": [ + -8352, + 1826 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 1544 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1241, + "type": "Note", + "pos": [ + -7308, + 1426 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Seed Generator", + "pos": [ + -10239, + 1999 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1540 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 3, + "increment" + ] + }, + { + "id": 1243, + "type": "VHS_LoadImagesPath", + "pos": [ + -9960, + 1980 + ], + "size": [ + 245.1999969482422, + 170 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "skip_first_images", + "type": "INT", + "link": 1540, + "widget": { + "name": "skip_first_images" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1548, + 1550 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_LoadImagesPath" + }, + "widgets_values": { + "directory": "D:\\MACHINES\\Comfyui-Mar24-portable\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\foda\\test\\base", + "image_load_cap": 1, + "skip_first_images": 0, + "select_every_nth": 1, + "choose folder to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 1, + "skip_first_images": 0, + "filename": "D:\\MACHINES\\Comfyui-Mar24-portable\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\foda\\test\\base", + "type": "path", + "format": "folder", + "select_every_nth": 1 + }, + "muted": false + } + } + }, + { + "id": 1244, + "type": "Reroute", + "pos": [ + -8482, + 1955 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1546 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1542, + 1543, + 1544 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "Reroute", + "pos": [ + -9131, + 1960 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1547 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1246, + "type": "Switch image [Crystools]", + "pos": [ + -9561, + 1959 + ], + "size": { + "0": 361.20001220703125, + "1": 78 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "IMAGE", + "link": 1549 + }, + { + "name": "on_false", + "type": "IMAGE", + "link": 1548 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1547 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = Single Mode | False = Directory Seed", + "properties": { + "Node name for S&R": "Switch image [Crystools]" + }, + "widgets_values": [ + true + ] + }, + { + "id": 1247, + "type": "PreviewImage", + "pos": [ + -9563, + 2125 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1550 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1484, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1486, + 64, + 0, + 1208, + 0, + "*" + ], + [ + 1488, + 1208, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1489, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 1490, + 64, + 0, + 1209, + 0, + "*" + ], + [ + 1491, + 1209, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1492, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1495, + 1210, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1496, + 559, + 0, + 1215, + 0, + "*" + ], + [ + 1498, + 1215, + 0, + 1210, + 1, + "INT" + ], + [ + 1499, + 1215, + 0, + 64, + 1, + "INT" + ], + [ + 1500, + 559, + 1, + 1216, + 0, + "*" + ], + [ + 1504, + 1216, + 0, + 1003, + 2, + "INT" + ], + [ + 1505, + 1215, + 0, + 1003, + 1, + "INT" + ], + [ + 1506, + 1216, + 0, + 1210, + 2, + "INT" + ], + [ + 1507, + 1216, + 0, + 64, + 2, + "INT" + ], + [ + 1540, + 1242, + 0, + 1243, + 1, + "INT" + ], + [ + 1542, + 1244, + 0, + 89, + 0, + "*" + ], + [ + 1543, + 1244, + 0, + 1210, + 0, + "IMAGE" + ], + [ + 1544, + 1244, + 0, + 1217, + 0, + "IMAGE" + ], + [ + 1546, + 1245, + 0, + 1244, + 0, + "*" + ], + [ + 1547, + 1246, + 0, + 1245, + 0, + "*" + ], + [ + 1548, + 1243, + 0, + 1246, + 1, + "IMAGE" + ], + [ + 1549, + 51, + 0, + 1246, + 0, + "IMAGE" + ], + [ + 1550, + 1243, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1551, + 88, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1552, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1553, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1554, + 1003, + 0, + 134, + 0, + "MODEL" + ], + [ + 1555, + 1003, + 0, + 133, + 0, + "MODEL" + ], + [ + 1556, + 1102, + 0, + 121, + 1, + "VAE" + ], + [ + 1557, + 1102, + 0, + 123, + 1, + "VAE" + ], + [ + 1558, + 1102, + 0, + 139, + 1, + "VAE" + ], + [ + 1559, + 1102, + 0, + 140, + 1, + "VAE" + ], + [ + 1560, + 11, + 0, + 495, + 0, + "CLIP" + ], + [ + 1561, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1562, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 1563, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 1564, + 495, + 0, + 134, + 1, + "CONDITIONING" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -6961, + 1448, + 3045, + 1007 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -6959, + 2496, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -8671, + 2523, + 1677, + 953 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -8659, + 1433, + 1661, + 1048 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + }, + { + "title": "Single / Batch Directory mode", + "bounding": [ + -10312, + 1262, + 1145, + 1169 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.762776844438562, + "offset": [ + 10519.705669986917, + -967.5084419147469 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Bridge-Kolors-Cnet-lines-v73.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Bridge-Kolors-Cnet-lines-v73.json new file mode 100644 index 0000000..26ae24c --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Bridge-Kolors-Cnet-lines-v73.json @@ -0,0 +1,12331 @@ +{ + "last_node_id": 1226, + "last_link_id": 1526, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -10350, + 2060 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1455, + 1458 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7463, + 1249 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1477, + 1502, + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 55354772899596, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -9277.646010291473, + 3155.8092627603896 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 1510 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03686_.png", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -8071, + 3743 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 138, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1517, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1519, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494, + 1505 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -8677.646010291473, + 3449.809262760391 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -8956, + 890 + ], + "size": [ + 644.0669820984131, + 546.1858029275263 + ], + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Kolors-lines-v73\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v6\n\ntxt/img2img bridge KOLORS to FLUX \nKolors Control Net Stack: Depth, Canny\nSingle or Double Action Operation\ntxt2img + img2img KOLORS switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -10345, + 1894 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1456, + 1457 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -8211, + 3737 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 63, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5605.719237149227, + 3118.156881704069 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 208, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -6000.7192371492265, + 3157.156881704069 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 201, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1494 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1495 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6697.7192371492265, + 3285.156881704069 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 186, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1502, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6700.632699184826, + 3447.0469747189304 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6700.632699184826, + 3547.0469747189304 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 157, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1497, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6960.9893191496485, + 3327.23260507036 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1496, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1500, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -7260.9893191496485, + 3367.23260507036 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 175, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1465 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -6316.989319149648, + 3336.23260507036 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 194, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1466 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -2425.952302220027, + 3137.0281628128896 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 231, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1507 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -2815.952302220032, + 3177.0281628128896 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 228, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1506, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1505 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -3515.9523022200256, + 3307.02816281289 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 220, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1503, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -3515.9523022200256, + 3467.028162812891 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -3515.9523022200256, + 3567.028162812891 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1499, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -3775.952302220023, + 3347.0281628128905 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 158, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1498, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1501, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -4075.952302220022, + 3387.0281628128896 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 215, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 1468 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -3135.952302220031, + 3357.0281628128905 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 224, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 1469 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1506 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6772, + 1772 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1483, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1487, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6474.932781821737, + 1741.489018074107 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 155, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194, + 1476 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6434.932781821737, + 1851.4890180741065 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 171, + "mode": 4, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -6990.458874126071, + 2179.1858013259407 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1481 + }, + { + "name": "width", + "type": "INT", + "link": 1484, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1486, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7317, + 2177 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1481 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6484.932781821737, + 1861.4890180741068 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 9, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4871, + 1802 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 207, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 1472 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4604.187236106894, + 1767.4349180310865 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 214, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5261.002901054403, + 1802.373504041003 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 200, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1477, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1476, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5261.002901054403, + 1942.3735040410031 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5261.187236106895, + 2042.4349180310867 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 185, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1479, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1475, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5581.187236106896, + 1822.4349180310865 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 151, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1478, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1480, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5251.002901054403, + 2182.3735040410033 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 11, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7926.257582133108, + 1777.5512807721645 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 110, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1474 + }, + { + "name": "width", + "type": "INT", + "link": 1492, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1493, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1478, + 1479 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8447.257582133094, + 1720.5512807721645 + ], + "size": { + "0": 305.3254699707031, + "1": 100 + }, + "flags": {}, + "order": 130, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1473 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1489, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1490, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1480 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6212.458874126071, + 1691.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -8264, + 859 + ], + "size": [ + 384.6887048082426, + 60.63846453807378 + ], + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -6320, + "1": 1080, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 226 + }, + "flags": {}, + "order": 14, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8075, + 3049 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1461 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1500, + 1501 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8262, + 962 + ], + "size": [ + 527.1443475792585, + 170.28930036300676 + ], + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(text\"JOHNSON\":1), female focus, diffuse light, ", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + 372.9875797024488, + 3012.316341995075 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 67, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + 371.9875797024488, + 3182.3163419950747 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 103, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -433.01242029754576, + 3139.3163419950747 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5945, + 1811 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 172, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1475 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6203.458874126071, + 1809.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -7834, + 1180 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1033, + 1482 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1034, + 1485 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -6730, + "1": 1100, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 336.8163146972656, + "1": 202 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -898.8415634642462, + 3023.2370345104064 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 20, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8268, + 1181 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 976, + 1488 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 977 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8835, + 1798 + ], + "size": { + "0": 320, + "1": 160 + }, + "flags": {}, + "order": 131, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1491, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , EndGate style an image of a sci - fi landscape with the sun in the middle of it" + ], + "(text\"JOHNSON\":1), female focus, diffuse light, , EndGate style an image of a sci - fi landscape with the sun in the middle of it" + ] + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -435, + 2428 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 139, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1523 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 979.9264710492112, + 1990.2039574816824 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 162, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 2259.9264710492084, + 1960.2039574816827 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 177, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 2259.9264710492084, + 2050.2039574816836 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 2579.9264710492057, + 1890.203957481682 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 187, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 1269.9264710492105, + 1900.203957481682 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 176, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -18, + 1925 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 161, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 738, + "type": "KSampler", + "pos": [ + -5165, + -1099 + ], + "size": { + "0": 315, + "1": 475 + }, + "flags": {}, + "order": 212, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 967, + "slot_index": 0, + "label": "模型" + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 988, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 989, + "slot_index": 2, + "label": "负面条件" + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1026, + "slot_index": 3, + "label": "Latent" + }, + { + "name": "seed", + "type": "INT", + "link": 1057, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1045, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 800 + ], + "slot_index": 0, + "shape": 3, + "label": "Latent" + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 1005237524116490, + "fixed", + 25, + 4.54, + "euler", + "ddim_uniform", + 1 + ] + }, + { + "id": 740, + "type": "VAEDecode", + "pos": [ + -4786, + -1108 + ], + "size": { + "0": 220, + "1": 50 + }, + "flags": {}, + "order": 217, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 800, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1004, + "slot_index": 1, + "label": "VAE" + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 910 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 741, + "type": "MZ_KolorsControlNetLoader", + "pos": [ + -9980, + -1000 + ], + "size": { + "0": 285.6000061035156, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 816, + 1050 + ], + "slot_index": 0, + "shape": 3, + "label": "CONTROL_NET" + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsControlNetLoader" + }, + "widgets_values": [ + "kolors\\Kolors_controlnet_depth.safetensors" + ] + }, + { + "id": 742, + "type": "ControlNetApplyAdvanced", + "pos": [ + -7300.748005305806, + 147.78304599593335 + ], + "size": { + "0": 339.614990234375, + "1": 166 + }, + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1029, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1031, + "slot_index": 1, + "label": "负面条件" + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1051, + "slot_index": 2, + "label": "ControlNet" + }, + { + "name": "image", + "type": "IMAGE", + "link": 805, + "slot_index": 3, + "label": "图像" + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 824 + ], + "slot_index": 0, + "shape": 3, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 826 + ], + "slot_index": 1, + "shape": 3, + "label": "负面条件" + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.7000000000000001, + 0, + 0.9 + ] + }, + { + "id": 744, + "type": "MZ_ChatGLM3_Advance_V2", + "pos": [ + -8647, + -1197 + ], + "size": { + "0": 400, + "1": 240 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "link": 964, + "slot_index": 0, + "label": "chatglm3_model" + }, + { + "name": "text", + "type": "STRING", + "link": 978, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 982 + ], + "slot_index": 0, + "shape": 3, + "label": "CONDITIONING" + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3_Advance_V2" + }, + "widgets_values": [ + "", + 1024, + 1024, + 0, + 0, + 1024, + 1024, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 745, + "type": "MZ_ChatGLM3_V2", + "pos": [ + -8642.255428747001, + -889.0620522038239 + ], + "size": { + "0": 391.6485595703125, + "1": 54 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "link": 963, + "slot_index": 0, + "label": "chatglm3_model" + }, + { + "name": "text", + "type": "STRING", + "link": 979, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 983 + ], + "slot_index": 0, + "shape": 3, + "label": "CONDITIONING" + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3_V2" + }, + "widgets_values": [ + "Wrong limbs, wrong anatomy", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 746, + "type": "MZ_ChatGLM3Loader", + "pos": [ + -9630, + -850 + ], + "size": { + "0": 284.8618469238281, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "links": [ + 814, + 962 + ], + "slot_index": 0, + "shape": 3, + "label": "chatglm3_model" + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3Loader" + }, + "widgets_values": [ + "checkpoints\\chatglm3-8bit.safetensors" + ] + }, + { + "id": 747, + "type": "VAELoader", + "pos": [ + -9980, + -1140 + ], + "size": { + "0": 282.26361083984375, + "1": 61.20377731323242 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 813, + 1000 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 748, + "type": "MZ_KolorsUNETLoaderV2", + "pos": [ + -9630, + -1300 + ], + "size": { + "0": 373.7890319824219, + "1": 58 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "model", + "type": "MODEL", + "links": [ + 959, + 1062 + ], + "slot_index": 0, + "shape": 3, + "label": "model" + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsUNETLoaderV2" + }, + "widgets_values": [ + "Kolors\\diffusion_pytorch_model.fp16.safetensors" + ] + }, + { + "id": 749, + "type": "IPAdapterModelLoader", + "pos": [ + -9630, + -1140 + ], + "size": { + "0": 282.26361083984375, + "1": 58 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "IPADAPTER", + "type": "IPADAPTER", + "links": [ + 810, + 1013 + ], + "slot_index": 0, + "shape": 3, + "label": "IPAdapter" + } + ], + "properties": { + "Node name for S&R": "IPAdapterModelLoader" + }, + "widgets_values": [ + "kolors\\ip_adapter_plus_general.bin" + ] + }, + { + "id": 750, + "type": "easy setNode", + "pos": [ + -9630, + -1190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "IPADAPTER", + "type": "IPADAPTER", + "link": 810 + } + ], + "title": "Set_IPAdapter_kolors", + "properties": { + "previousName": "IPAdapter_kolors" + }, + "widgets_values": [ + "IPAdapter_kolors" + ], + "color": "#223" + }, + { + "id": 751, + "type": "CLIPVisionLoader", + "pos": [ + -9630, + -1000 + ], + "size": { + "0": 278.2551574707031, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "CLIP_VISION", + "type": "CLIP_VISION", + "links": [ + 811, + 1009 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPVisionLoader" + }, + "widgets_values": [ + "kolors\\pytorch_model.bin" + ] + }, + { + "id": 752, + "type": "easy setNode", + "pos": [ + -9630, + -1040 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "CLIP_VISION", + "type": "CLIP_VISION", + "link": 811 + } + ], + "title": "Set_CLIP_VISION_kolors", + "properties": { + "previousName": "CLIP_VISION_kolors" + }, + "widgets_values": [ + "CLIP_VISION_kolors" + ], + "color": "#223" + }, + { + "id": 754, + "type": "easy setNode", + "pos": [ + -9970, + -1180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 813 + } + ], + "title": "Set_vae_kolors", + "properties": { + "previousName": "vae_kolors" + }, + "widgets_values": [ + "vae_kolors" + ], + "color": "#223" + }, + { + "id": 755, + "type": "easy setNode", + "pos": [ + -9624, + -885 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "CHATGLM3MODEL", + "type": "CHATGLM3MODEL", + "link": 814 + } + ], + "title": "Set_chatglm3", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "chatglm3" + ], + "color": "#223" + }, + { + "id": 759, + "type": "easy setNode", + "pos": [ + -9990, + -1030 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "link": 816 + } + ], + "title": "Set_controlnet_depth_kolors", + "properties": { + "previousName": "controlnet_depth_kolors" + }, + "widgets_values": [ + "controlnet_depth_kolors" + ], + "color": "#223" + }, + { + "id": 767, + "type": "MZ_KolorsControlNetLoader", + "pos": [ + -9980, + -850 + ], + "size": { + "0": 285.6000061035156, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 818, + 1053 + ], + "slot_index": 0, + "shape": 3, + "label": "CONTROL_NET" + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsControlNetLoader" + }, + "widgets_values": [ + "kolors\\Kolors_controlnet_canny.safetensors" + ] + }, + { + "id": 768, + "type": "LoadImage", + "pos": [ + -7951, + 262 + ], + "size": { + "0": 315, + "1": 315 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 769, + "type": "easy setNode", + "pos": [ + -9989, + -889 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "link": 818 + } + ], + "title": "Set_controlnet_canny_kolors", + "properties": { + "previousName": "controlnet_canny_kolors" + }, + "widgets_values": [ + "controlnet_canny_kolors" + ], + "color": "#223" + }, + { + "id": 771, + "type": "ControlNetApplyAdvanced", + "pos": [ + -6931, + 147 + ], + "size": { + "0": 339.614990234375, + "1": 166 + }, + "flags": {}, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1030, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1032, + "slot_index": 1, + "label": "负面条件" + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1054, + "slot_index": 2, + "label": "ControlNet" + }, + { + "name": "image", + "type": "IMAGE", + "link": 823, + "slot_index": 3, + "label": "图像" + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 825 + ], + "slot_index": 0, + "shape": 3, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 827 + ], + "slot_index": 1, + "shape": 3, + "label": "负面条件" + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.7000000000000001, + 0, + 0.9 + ] + }, + { + "id": 774, + "type": "ConditioningCombine", + "pos": [ + -6480.748005305823, + 7.7830459959333425 + ], + "size": { + "0": 246.88563537597656, + "1": 46 + }, + "flags": {}, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "conditioning_1", + "type": "CONDITIONING", + "link": 824 + }, + { + "name": "conditioning_2", + "type": "CONDITIONING", + "link": 825 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1094 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ConditioningCombine" + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 775, + "type": "ConditioningCombine", + "pos": [ + -6480.748005305823, + 147.78304599593335 + ], + "size": { + "0": 244.09779357910156, + "1": 46 + }, + "flags": {}, + "order": 192, + "mode": 0, + "inputs": [ + { + "name": "conditioning_1", + "type": "CONDITIONING", + "link": 826 + }, + { + "name": "conditioning_2", + "type": "CONDITIONING", + "link": 827 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1093 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ConditioningCombine" + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 786, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7300.748005305806, + -22.216954004066658 + ], + "size": { + "0": 210, + "1": 58.666709899902344 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 957 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 805, + 840 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 788, + "type": "ImageResize+", + "pos": [ + -7564.7480053058025, + -20.216954004066658 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1453 + }, + { + "name": "width", + "type": "INT", + "link": 1035, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1036, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 957, + 958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 1024, + 1024, + "lanczos", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 789, + "type": "PreviewImage", + "pos": [ + -7290.748005305806, + 372.78304599593343 + ], + "size": { + "0": 321.5598449707031, + "1": 246 + }, + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 840 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 790, + "type": "PreviewImage", + "pos": [ + -6918.74800530581, + 372.78304599593343 + ], + "size": { + "0": 321.5598449707031, + "1": 246 + }, + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 841 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 791, + "type": "CannyEdgePreprocessor", + "pos": [ + -6940.748005305809, + -42.21695400406671 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 958 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 823, + 841 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 792, + "type": "PerturbedAttentionGuidance", + "pos": [ + -3607, + -1129 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 974 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 975 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "PerturbedAttentionGuidance" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 793, + "type": "VAEDecode", + "pos": [ + -3227, + -983 + ], + "size": { + "0": 140, + "1": 46 + }, + "flags": {}, + "order": 222, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 943, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1006, + "slot_index": 1, + "label": "VAE" + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 846, + 1073, + 1447 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 794, + "type": "SaveImage", + "pos": [ + -3030.8655169451163, + -1131.1731230410303 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 846 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 803, + "type": "VAEDecode", + "pos": [ + -1176.6204031059494, + -967.2148696910011 + ], + "size": { + "0": 140, + "1": 46 + }, + "flags": {}, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 951, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1008, + "slot_index": 1, + "label": "VAE" + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 856 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 804, + "type": "SaveImage", + "pos": [ + -960.8655169451174, + -1117.0177537292934 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 230, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 856 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 814, + "type": "easy seed", + "pos": [ + -7463, + 1069 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 1055 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "KOLORS seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 822292494148137, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 823, + "type": "LoadImage", + "pos": [ + -3931.050920437936, + 383.2101663179092 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 874, + 876 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 827, + "type": "MZ_IPAdapterAdvancedKolors", + "pos": [ + -3191.0509204379346, + 213.21016631790795 + ], + "size": { + "0": 315, + "1": 278 + }, + "flags": {}, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1153 + }, + { + "name": "ipadapter", + "type": "IPADAPTER", + "link": 1019 + }, + { + "name": "image", + "type": "IMAGE", + "link": 871 + }, + { + "name": "image_negative", + "type": "IMAGE", + "link": 872 + }, + { + "name": "attn_mask", + "type": "MASK", + "link": null + }, + { + "name": "clip_vision", + "type": "CLIP_VISION", + "link": 1018 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MZ_IPAdapterAdvancedKolors" + }, + "widgets_values": [ + 0.6, + "linear", + "add", + 0, + 1, + "V only" + ] + }, + { + "id": 828, + "type": "IPAdapterNoise", + "pos": [ + -3451.050920437934, + 303.2101663179086 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "image_optional", + "type": "IMAGE", + "link": 874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 872, + 875 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "IPAdapterNoise" + }, + "widgets_values": [ + "shuffle", + 0.5, + 0 + ] + }, + { + "id": 829, + "type": "PreviewImage", + "pos": [ + -3441.050920437934, + 453.21016631790917 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 875 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 830, + "type": "ImpactMakeImageBatch", + "pos": [ + -3641.050920437934, + 253.21016631790835 + ], + "size": { + "0": 140, + "1": 106 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 876 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 877 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 878 + }, + { + "name": "image4", + "type": "IMAGE", + "link": 879 + }, + { + "name": "image5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 871 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 831, + "type": "CR Model Input Switch", + "pos": [ + -8119, + -1198 + ], + "size": { + "0": 252, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 981 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1520 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 980 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "title": "KOLORS IPA Toggle 1=off, 2= on", + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 835, + "type": "MZ_KolorsCheckpointLoaderSimple", + "pos": [ + -10030, + -1330 + ], + "size": { + "0": 336, + "1": 78 + }, + "flags": {}, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsCheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 858, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7150, + "1": 1050, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 369.41680908203125, + "1": 250 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null, + "slot_index": 0 + } + ], + "title": "KOLORS mode toggles", + "properties": { + "matchColors": "red", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 861, + "type": "LoadImage", + "pos": [ + -4171.050920437936, + 383.2101663179092 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 33, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 879 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 862, + "type": "LoadImage", + "pos": [ + -4171.050920437936, + 3.210166317908409 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 878 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 863, + "type": "LoadImage", + "pos": [ + -3931.050920437936, + 3.210166317908409 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 877 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 864, + "type": "LoadImage", + "pos": [ + -5411.050920437934, + 323.21016631790866 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 904, + 906 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 868, + "type": "MZ_IPAdapterAdvancedKolors", + "pos": [ + -4671.050920437936, + -6.789833682091598 + ], + "size": { + "0": 315, + "1": 278 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1017 + }, + { + "name": "ipadapter", + "type": "IPADAPTER", + "link": 1015 + }, + { + "name": "image", + "type": "IMAGE", + "link": 901 + }, + { + "name": "image_negative", + "type": "IMAGE", + "link": 902 + }, + { + "name": "attn_mask", + "type": "MASK", + "link": null + }, + { + "name": "clip_vision", + "type": "CLIP_VISION", + "link": 1011 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MZ_IPAdapterAdvancedKolors" + }, + "widgets_values": [ + 0.5, + "strong style transfer", + "average", + 0, + 1, + "V only" + ] + }, + { + "id": 869, + "type": "IPAdapterNoise", + "pos": [ + -4931.050920437936, + 163.21016631790818 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "image_optional", + "type": "IMAGE", + "link": 904 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 902, + 905 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "IPAdapterNoise" + }, + "widgets_values": [ + "shuffle", + 0.5, + 0 + ] + }, + { + "id": 870, + "type": "PreviewImage", + "pos": [ + -4931.050920437936, + 313.2101663179087 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 905 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 871, + "type": "ImpactMakeImageBatch", + "pos": [ + -5121.050920437937, + 33.21016631790839 + ], + "size": { + "0": 140, + "1": 106 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 906 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 907 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 908 + }, + { + "name": "image4", + "type": "IMAGE", + "link": 909 + }, + { + "name": "image5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 901 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 872, + "type": "LoadImage", + "pos": [ + -5661, + 323 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 909 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 873, + "type": "LoadImage", + "pos": [ + -5671.050920437936, + -56.789833682091206 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 908 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 874, + "type": "LoadImage", + "pos": [ + -5401.050920437934, + -56.789833682091206 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 907 + ], + "slot_index": 0, + "shape": 3, + "label": "图像" + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 875, + "type": "SaveImage", + "pos": [ + -4494.522224497905, + -1098.5794043330443 + ], + "size": { + "0": 555.7569580078125, + "1": 639.0599365234375 + }, + "flags": {}, + "order": 221, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 910 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 880, + "type": "EmptyLatentImage", + "pos": [ + -6934, + -1212 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1041, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1042, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 919 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 882, + "type": "LatentSwitch", + "pos": [ + -6633, + -1214 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 919 + }, + { + "name": "input2", + "type": "LATENT", + "link": 920 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1021 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 930 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 884, + "type": "VAEEncode", + "pos": [ + -6933.812106810017, + -776.79601666957 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 922 + }, + { + "name": "vae", + "type": "VAE", + "link": 1002 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 920 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 885, + "type": "ImageResize+", + "pos": [ + -7163.812106810017, + -766.79601666957 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1452 + }, + { + "name": "width", + "type": "INT", + "link": 1039, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1040, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 922 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 886, + "type": "LoadImage", + "pos": [ + -7566, + -782 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 887, + "type": "Note", + "pos": [ + -6638, + -988 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": { + "collapsed": false + }, + "order": 41, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 890, + "type": "Primitive float [Crystools]", + "pos": [ + -6370, + -1223 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 928 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 891, + "type": "ImpactSwitch", + "pos": [ + -6114, + -1137 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 928 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 929 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 930, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1045, + 1046, + 1047 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 892, + "type": "Primitive float [Crystools]", + "pos": [ + -6366, + -1088 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 929 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.5 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 900, + "type": "KSampler", + "pos": [ + -3599.8655169451163, + -985.1731230410298 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 975 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 995 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 994 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1025 + }, + { + "name": "seed", + "type": "INT", + "link": 1060, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1046, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 943 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 580597954256824, + "randomize", + 20, + 3.5, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 901, + "type": "PerturbedAttentionGuidance", + "pos": [ + -1541, + -1126.8446306882631 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 210, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 973 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 972 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "PerturbedAttentionGuidance" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 908, + "type": "KSampler", + "pos": [ + -1530.8655169451172, + -967.0177537292932 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 223, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 972 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 997 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 999 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1024 + }, + { + "name": "seed", + "type": "INT", + "link": 1061, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1047, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 951 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 655115000418044, + "randomize", + 20, + 0.3, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 909, + "type": "Note", + "pos": [ + -7862, + -1191 + ], + "size": [ + 210, + 58 + ], + "flags": {}, + "order": 44, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "IP adapter Toggle\n2 = ON" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 912, + "type": "Reroute", + "pos": [ + -8836, + -1403 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 959 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 981 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 913, + "type": "Reroute", + "pos": [ + -8825, + -1265 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 962 + } + ], + "outputs": [ + { + "name": "", + "type": "CHATGLM3MODEL", + "links": [ + 963, + 964 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 914, + "type": "Reroute", + "pos": [ + -7593, + -1400 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 980 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 966 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 915, + "type": "Reroute", + "pos": [ + -5725.577130860394, + -1399.6947569221063 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 966 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 967, + 968 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 916, + "type": "Reroute", + "pos": [ + -3666.301059877698, + -1387.0033106614019 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 968 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 970, + 974 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 917, + "type": "Reroute", + "pos": [ + -1651, + -1381 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 970 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 973 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 918, + "type": "Reroute", + "pos": [ + -8825, + -1226 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 976, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 978 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 919, + "type": "Reroute", + "pos": [ + -8825, + -1191 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 977, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 979 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 920, + "type": "Reroute", + "pos": [ + -8090, + -810 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 982 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1027 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 921, + "type": "Reroute", + "pos": [ + -8090, + -780 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 983 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1028 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 922, + "type": "Reroute", + "pos": [ + -5940, + -1470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1085 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 988, + 990 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 923, + "type": "Reroute", + "pos": [ + -5940, + -1440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 206, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1086 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 989, + 991 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 924, + "type": "Reroute", + "pos": [ + -3930, + -1470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 211, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 990 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 995, + 996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 925, + "type": "Reroute", + "pos": [ + -3930, + -1440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 991 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 994, + 998 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 926, + "type": "Reroute", + "pos": [ + -1923.8143571200526, + -1453.092585812985 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 996 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 997 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 927, + "type": "Reroute", + "pos": [ + -1924, + -1423 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 219, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 998 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 999 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 928, + "type": "Reroute", + "pos": [ + -9490, + -1510 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1000 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 929, + "type": "Reroute", + "pos": [ + -7593, + -1499 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1001 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1002, + 1003 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 930, + "type": "Reroute", + "pos": [ + -5729, + -1492 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1003 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1004, + 1005 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 931, + "type": "Reroute", + "pos": [ + -3675, + -1489 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 165, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1005 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1006, + 1007 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 932, + "type": "Reroute", + "pos": [ + -1656, + -1471 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1007 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 933, + "type": "Reroute", + "pos": [ + -8600, + 807 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1009 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP_VISION", + "links": [ + 1010 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 934, + "type": "Reroute", + "pos": [ + -5663, + 812 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1010 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP_VISION", + "links": [ + 1011, + 1018 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 935, + "type": "Reroute", + "pos": [ + -8595, + 781 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1013 + } + ], + "outputs": [ + { + "name": "", + "type": "IPADAPTER", + "links": [ + 1014 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 936, + "type": "Reroute", + "pos": [ + -5661, + 793 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1014 + } + ], + "outputs": [ + { + "name": "", + "type": "IPADAPTER", + "links": [ + 1015, + 1019 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 937, + "type": "Reroute", + "pos": [ + -5703, + -329 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1063 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1017, + 1153 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 938, + "type": "Reroute", + "pos": [ + -5938, + -1520 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1021 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1022, + 1026 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 939, + "type": "Reroute", + "pos": [ + -3929, + -1508 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1022 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1023, + 1025 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 940, + "type": "Reroute", + "pos": [ + -1927, + -1491 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1023 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1024 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 941, + "type": "Reroute", + "pos": [ + -7970, + -220 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1027 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1029, + 1030, + 1091 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 942, + "type": "Reroute", + "pos": [ + -7970, + -180 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1028 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1031, + 1032, + 1092 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 943, + "type": "Reroute", + "pos": [ + -7612, + -384 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1033, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1035, + 1039, + 1041 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 944, + "type": "Reroute", + "pos": [ + -7609, + -346 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1034, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1036, + 1040, + 1042 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 947, + "type": "Reroute", + "pos": [ + -5715.544662287389, + -1329.9123771227898 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": null + } + ], + "outputs": [ + { + "name": "", + "type": "*", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 948, + "type": "Reroute", + "pos": [ + -7945.261623358604, + -13.40486797048515 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1050 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 949, + "type": "Reroute", + "pos": [ + -7940.938191823278, + 23.022188059047025 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1053, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1054 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 950, + "type": "Reroute", + "pos": [ + -7612, + -277 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1055, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1056 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 951, + "type": "Reroute", + "pos": [ + -5701, + -299 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1056, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1057, + 1059 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 952, + "type": "Reroute", + "pos": [ + -3666.1655090720187, + -295.25954263073436 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1059, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1060, + 1061 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 953, + "type": "Reroute", + "pos": [ + -8183, + -330 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1062 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1063 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 962, + "type": "Switch conditioning [Crystools]", + "pos": [ + -6112, + 7 + ], + "size": { + "0": 210, + "1": 74 + }, + "flags": {}, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "CONDITIONING", + "link": 1094 + }, + { + "name": "on_false", + "type": "CONDITIONING", + "link": 1091 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 1079, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "links": [ + 1085 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Switch conditioning [Crystools]" + }, + "widgets_values": [ + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 963, + "type": "PrimitiveNode", + "pos": [ + -8073, + -1073 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "BOOLEAN", + "type": "BOOLEAN", + "links": [ + 1079, + 1080 + ], + "slot_index": 0, + "widget": { + "name": "boolean" + } + } + ], + "title": "Cnet Toggle", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + true + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 964, + "type": "Switch conditioning [Crystools]", + "pos": [ + -6107, + 148 + ], + "size": { + "0": 210, + "1": 74 + }, + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "CONDITIONING", + "link": 1093 + }, + { + "name": "on_false", + "type": "CONDITIONING", + "link": 1092 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 1080, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "links": [ + 1086 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Switch conditioning [Crystools]" + }, + "widgets_values": [ + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -10720, + 2070 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -6760.458874126071, + 2181.1858013259407 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 135, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1470 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -8531, + 3144 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 136, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1460 + }, + { + "name": "width", + "type": "INT", + "link": 1514, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1515, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1496, + 1497, + 1498, + 1499 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1042, + "type": "CheckpointLoaderSimple", + "pos": [ + 774.9356239480333, + 580.1009901917615 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 48, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1234 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1235 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 1043, + "type": "CLIPTextEncode", + "pos": [ + 1384.9356239480333, + 580.1009901917615 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 121, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1215 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1239 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "man waving hands", + true + ] + }, + { + "id": 1044, + "type": "CLIPTextEncode", + "pos": [ + 1394.9356239480333, + 830.100990191762 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 122, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1216 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1241 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1045, + "type": "EmptyLatentImage", + "pos": [ + 774.9356239480333, + 940.1009901917627 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 49, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1238 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1046, + "type": "VAELoader", + "pos": [ + 774.9356239480333, + 720.100990191761 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 50, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1236 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 1047, + "type": "MeshGraphormer-DepthMapPreprocessor", + "pos": [ + 2654.935623948034, + 690.1009901917612 + ], + "size": { + "0": 315, + "1": 222 + }, + "flags": {}, + "order": 96, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1217 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1218, + 1228 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "INPAINTING_MASK", + "type": "MASK", + "links": [ + 1219, + 1230 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MeshGraphormer-DepthMapPreprocessor" + }, + "widgets_values": [ + 30, + 512, + "tight_bboxes", + 20, + 88, + 0.6, + 0.6 + ] + }, + { + "id": 1048, + "type": "PreviewImage", + "pos": [ + 3394.9356239480344, + 540.1009901917612 + ], + "size": { + "0": 210, + "1": 250 + }, + "flags": {}, + "order": 126, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1218 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1049, + "type": "MaskToImage", + "pos": [ + 3124.935623948035, + 840.100990191762 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1219 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1220 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MaskToImage" + } + }, + { + "id": 1050, + "type": "PreviewImage", + "pos": [ + 3394.9356239480344, + 830.100990191762 + ], + "size": { + "0": 210, + "1": 250 + }, + "flags": {}, + "order": 148, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1220 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1051, + "type": "KSampler", + "pos": [ + 3754.935623948035, + 440.10099019176124 + ], + "size": { + "0": 320, + "1": 470 + }, + "flags": {}, + "order": 190, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1221 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 1222 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1223 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1224, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 623806098509399, + "randomize", + 30, + 8, + "dpmpp_2m", + "karras", + 1 + ] + }, + { + "id": 1052, + "type": "ControlNetApplyAdvanced", + "pos": [ + 3054.935623948035, + 630.1009901917614 + ], + "size": { + "0": 315, + "1": 166 + }, + "flags": {}, + "order": 182, + "mode": 4, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1225 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1226 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1227, + "slot_index": 2 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1228 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1222 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 1223 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.8, + 0, + 0.8 + ] + }, + { + "id": 1053, + "type": "ControlNetLoader", + "pos": [ + 774.9356239480333, + 830.100990191762 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 51, + "mode": 4, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 1237 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ControlNetLoader" + }, + "widgets_values": [ + "controlnet_loras\\control-lora-depth-rank128.safetensors" + ] + }, + { + "id": 1054, + "type": "SetLatentNoiseMask", + "pos": [ + 3384.9356239480344, + 1140.1009901917603 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1229 + }, + { + "name": "mask", + "type": "MASK", + "link": 1230 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1224 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SetLatentNoiseMask" + } + }, + { + "id": 1055, + "type": "VAEDecode", + "pos": [ + 4124.935623948036, + 440.10099019176124 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 197, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1231 + }, + { + "name": "vae", + "type": "VAE", + "link": 1232 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1233 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1056, + "type": "SaveImage", + "pos": [ + 4374.935623948038, + 440.10099019176124 + ], + "size": { + "0": 636.1807250976562, + "1": 624.227294921875 + }, + "flags": {}, + "order": 204, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1233 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1057, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 210.10099019176087 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 91, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1234 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1243 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1058, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 240.100990191761 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 92, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1235 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1215, + 1216 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1059, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 270.1009901917611 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 94, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1236 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1244, + 1247 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1060, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 300.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 95, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1237 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1245 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1061, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 350.10099019176107 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 93, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1238 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1062, + "type": "Reroute", + "pos": [ + 1934.935623948037, + 450.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 145, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1239 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1240 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1063, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 450.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 167, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1240 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1225 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1064, + "type": "Reroute", + "pos": [ + 1924.935623948037, + 470.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1241 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1242 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1065, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 480.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 168, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1242 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1226 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1066, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 220.10099019176127 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 120, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1243 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1221 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1067, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 270.1009901917611 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 123, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1244 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1232 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1068, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 310.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1245 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1227 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1069, + "type": "Note", + "pos": [ + 684.9356239480337, + 210.10099019176087 + ], + "size": { + "0": 440.21527099609375, + "1": 260.7341003417969 + }, + "flags": {}, + "order": 52, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "SDXL-Hands-Correction-v4\n\ngenerated an image, then fixed the hand.\npre-release workflow.\n\nimage input\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj " + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1070, + "type": "LoadImage", + "pos": [ + 1934.935623948037, + 690.1009901917612 + ], + "size": { + "0": 315, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 53, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1217, + 1246 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03724_.png", + "image" + ] + }, + { + "id": 1071, + "type": "VAEEncode", + "pos": [ + 2664.935623948034, + 960.1009901917627 + ], + "size": { + "0": 304.1658020019531, + "1": 46 + }, + "flags": {}, + "order": 124, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1246 + }, + { + "name": "vae", + "type": "VAE", + "link": 1247 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1229 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -10730, + 1910 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1454, + 1459 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -7350.095897633593, + 3165.761244830826 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 160, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1511 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -4099.492214480829, + 3195.6901697849353 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 209, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1495 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6701.7192371492265, + 3693.156881704069 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 173, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -3517.590853532938, + 3722.875278493084 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 174, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -5261, + 2301 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 193, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1194, + "type": "ReActorFaceSwap", + "pos": [ + -1926.7589321652003, + 110.8486344314835 + ], + "size": { + "0": 229.14871215820312, + "1": 358 + }, + "flags": {}, + "order": 226, + "mode": 4, + "inputs": [ + { + "name": "input_image", + "type": "IMAGE", + "link": 1447 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": null + }, + { + "name": "face_model", + "type": "FACE_MODEL", + "link": 1439, + "slot_index": 2 + }, + { + "name": "face_boost", + "type": "FACE_BOOST", + "link": 1440, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1441, + 1442 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceSwap" + }, + "widgets_values": [ + true, + "inswapper_128.onnx", + "retinaface_resnet50", + "GFPGANv1.4.pth", + 1, + 0.5, + "no", + "no", + "0", + "0", + 1 + ] + }, + { + "id": 1195, + "type": "ReActorRestoreFace", + "pos": [ + -1626.7589321652001, + 110.8486344314835 + ], + "size": { + "0": 210, + "1": 130 + }, + "flags": {}, + "order": 229, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1441 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1443 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorRestoreFace" + }, + "widgets_values": [ + "retinaface_resnet50", + "codeformer.pth", + 1, + 0.5 + ] + }, + { + "id": 1196, + "type": "ReActorLoadFaceModel", + "pos": [ + -2296.7589321652017, + 80.8486344314835 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 55, + "mode": 4, + "outputs": [ + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": [ + 1439 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorLoadFaceModel" + }, + "widgets_values": [ + "ducreuxV1.safetensors" + ] + }, + { + "id": 1197, + "type": "ReActorMaskHelper", + "pos": [ + -1366.7589321652001, + 40.84863443148351 + ], + "size": { + "0": 330, + "1": 454 + }, + "flags": {}, + "order": 232, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1442 + }, + { + "name": "swapped_image", + "type": "IMAGE", + "link": 1443 + }, + { + "name": "mask_optional", + "type": "MASK", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1446 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "MASK_PREVIEW", + "type": "IMAGE", + "links": [ + 1445 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "SWAPPED_FACE", + "type": "IMAGE", + "links": [ + 1444 + ], + "slot_index": 3, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorMaskHelper" + }, + "widgets_values": [ + "bbox/face_yolov8m.pt", + 0.5, + 10, + 3, + 10, + "sam_vit_b_01ec64.pth", + 0, + 0.93, + 0, + 0.7, + "False", + "dilate", + 0, + 9, + 1 + ] + }, + { + "id": 1198, + "type": "Note", + "pos": [ + -1666.7589321652001, + 280.84863443148345 + ], + "size": { + "0": 288.1455993652344, + "1": 201.9717254638672 + }, + "flags": {}, + "order": 56, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "If you don't have the \"face_yolov8m.pt\" Ultralytics model - you can download it from the Assets and put it into the \n\"ComfyUI\\models\\ultralytics\\bbox\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth\n\n\nAs well as \"sam_vit_b_01ec64.pth\" model - download (if you don't have it) and put it into the \"ComfyUI\\models\\sams\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1199, + "type": "ReActorFaceBoost", + "pos": [ + -2296.7589321652017, + 180.8486344314835 + ], + "size": { + "0": 304.136962890625, + "1": 178 + }, + "flags": {}, + "order": 57, + "mode": 4, + "outputs": [ + { + "name": "FACE_BOOST", + "type": "FACE_BOOST", + "links": [ + 1440 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceBoost" + }, + "widgets_values": [ + false, + "codeformer.pth", + "Bicubic", + 1, + 0.5, + false + ] + }, + { + "id": 1200, + "type": "PreviewImage", + "pos": [ + -1016.7589321652001, + 300.84863443148345 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 235, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1444 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1201, + "type": "PreviewImage", + "pos": [ + -1013, + 5 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 234, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1445 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1202, + "type": "SaveImage", + "pos": [ + -776.7589321652007, + 40.84863443148351 + ], + "size": { + "0": 862.9873046875, + "1": 618.7188720703125 + }, + "flags": {}, + "order": 233, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1446 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./koda/swap/koda1" + ] + }, + { + "id": 1206, + "type": "LoadImage", + "pos": [ + -9160, + -341 + ], + "size": { + "0": 838.656005859375, + "1": 919.0036010742188 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1452, + 1453 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "MegaDemons (17).png", + "image" + ] + }, + { + "id": 1207, + "type": "Reroute", + "pos": [ + -8280, + 1460 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1456 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1474 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -8280, + 1490 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1455 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1473 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -8280, + 1520 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1454 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1470, + 1472 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1210, + "type": "Reroute", + "pos": [ + -7710, + 2770 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1457 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1460 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1211, + "type": "Reroute", + "pos": [ + -7710, + 2800 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1458 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1461 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1212, + "type": "Reroute", + "pos": [ + -7710, + 2830 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1459 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1464 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1213, + "type": "Reroute", + "pos": [ + -3869, + 2909 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1467 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1468, + 1469 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1214, + "type": "Reroute", + "pos": [ + -7055, + 2904 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1464 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1465, + 1466, + 1467 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1216, + "type": "Reroute", + "pos": [ + -8759.257582133094, + 1675.5512807721645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 101, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1488, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1489, + 1490, + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1217, + "type": "Reroute", + "pos": [ + -8090, + 1490 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1482, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1483, + 1484, + 1492, + 1512, + 1524 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1218, + "type": "Reroute", + "pos": [ + -8090, + 1520 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1485, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1486, + 1487, + 1493, + 1513, + 1525 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1221, + "type": "ImageResize+", + "pos": [ + -8064, + 3466 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 137, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1510, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1516, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1518, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1511 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1222, + "type": "Reroute", + "pos": [ + -8521.322835460775, + 2861.0236207807698 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1512, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1514, + 1516, + 1517 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1223, + "type": "Reroute", + "pos": [ + -8521.322835460775, + 2891.0236207807698 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1513, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1515, + 1518, + 1519 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1224, + "type": "Note", + "pos": [ + -7860, + -1074 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 59, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Control Net Toggle\nTRUE = ON" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1225, + "type": "LoadImage", + "pos": [ + -432, + 1752 + ], + "size": [ + 315, + 314.00011825561523 + ], + "flags": {}, + "order": 60, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1521 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00000-485042714.png", + "image" + ] + }, + { + "id": 1226, + "type": "ImageResize+", + "pos": [ + -431, + 2144 + ], + "size": [ + 315, + 218 + ], + "flags": {}, + "order": 112, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1521 + }, + { + "name": "width", + "type": "INT", + "link": 1524, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1525, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1523 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 800, + 738, + 0, + 740, + 0, + "LATENT" + ], + [ + 805, + 786, + 0, + 742, + 3, + "IMAGE" + ], + [ + 810, + 749, + 0, + 750, + 0, + "*" + ], + [ + 811, + 751, + 0, + 752, + 0, + "*" + ], + [ + 813, + 747, + 0, + 754, + 0, + "*" + ], + [ + 814, + 746, + 0, + 755, + 0, + "*" + ], + [ + 816, + 741, + 0, + 759, + 0, + "*" + ], + [ + 818, + 767, + 0, + 769, + 0, + "*" + ], + [ + 823, + 791, + 0, + 771, + 3, + "IMAGE" + ], + [ + 824, + 742, + 0, + 774, + 0, + "CONDITIONING" + ], + [ + 825, + 771, + 0, + 774, + 1, + "CONDITIONING" + ], + [ + 826, + 742, + 1, + 775, + 0, + "CONDITIONING" + ], + [ + 827, + 771, + 1, + 775, + 1, + "CONDITIONING" + ], + [ + 840, + 786, + 0, + 789, + 0, + "IMAGE" + ], + [ + 841, + 791, + 0, + 790, + 0, + "IMAGE" + ], + [ + 846, + 793, + 0, + 794, + 0, + "IMAGE" + ], + [ + 856, + 803, + 0, + 804, + 0, + "IMAGE" + ], + [ + 871, + 830, + 0, + 827, + 2, + "IMAGE" + ], + [ + 872, + 828, + 0, + 827, + 3, + "IMAGE" + ], + [ + 874, + 823, + 0, + 828, + 0, + "IMAGE" + ], + [ + 875, + 828, + 0, + 829, + 0, + "IMAGE" + ], + [ + 876, + 823, + 0, + 830, + 0, + "IMAGE" + ], + [ + 877, + 863, + 0, + 830, + 1, + "IMAGE" + ], + [ + 878, + 862, + 0, + 830, + 2, + "IMAGE" + ], + [ + 879, + 861, + 0, + 830, + 3, + "IMAGE" + ], + [ + 901, + 871, + 0, + 868, + 2, + "IMAGE" + ], + [ + 902, + 869, + 0, + 868, + 3, + "IMAGE" + ], + [ + 904, + 864, + 0, + 869, + 0, + "IMAGE" + ], + [ + 905, + 869, + 0, + 870, + 0, + "IMAGE" + ], + [ + 906, + 864, + 0, + 871, + 0, + "IMAGE" + ], + [ + 907, + 874, + 0, + 871, + 1, + "IMAGE" + ], + [ + 908, + 873, + 0, + 871, + 2, + "IMAGE" + ], + [ + 909, + 872, + 0, + 871, + 3, + "IMAGE" + ], + [ + 910, + 740, + 0, + 875, + 0, + "IMAGE" + ], + [ + 919, + 880, + 0, + 882, + 0, + "LATENT" + ], + [ + 920, + 884, + 0, + 882, + 1, + "LATENT" + ], + [ + 922, + 885, + 0, + 884, + 0, + "IMAGE" + ], + [ + 928, + 890, + 0, + 891, + 0, + "FLOAT" + ], + [ + 929, + 892, + 0, + 891, + 1, + "FLOAT" + ], + [ + 930, + 882, + 2, + 891, + 3, + "INT" + ], + [ + 943, + 900, + 0, + 793, + 0, + "LATENT" + ], + [ + 951, + 908, + 0, + 803, + 0, + "LATENT" + ], + [ + 957, + 788, + 0, + 786, + 0, + "IMAGE" + ], + [ + 958, + 788, + 0, + 791, + 0, + "IMAGE" + ], + [ + 959, + 748, + 0, + 912, + 0, + "*" + ], + [ + 962, + 746, + 0, + 913, + 0, + "*" + ], + [ + 963, + 913, + 0, + 745, + 0, + "CHATGLM3MODEL" + ], + [ + 964, + 913, + 0, + 744, + 0, + "CHATGLM3MODEL" + ], + [ + 966, + 914, + 0, + 915, + 0, + "*" + ], + [ + 967, + 915, + 0, + 738, + 0, + "MODEL" + ], + [ + 968, + 915, + 0, + 916, + 0, + "*" + ], + [ + 970, + 916, + 0, + 917, + 0, + "*" + ], + [ + 972, + 901, + 0, + 908, + 0, + "MODEL" + ], + [ + 973, + 917, + 0, + 901, + 0, + "MODEL" + ], + [ + 974, + 916, + 0, + 792, + 0, + "MODEL" + ], + [ + 975, + 792, + 0, + 900, + 0, + "MODEL" + ], + [ + 976, + 604, + 0, + 918, + 0, + "*" + ], + [ + 977, + 604, + 1, + 919, + 0, + "*" + ], + [ + 978, + 918, + 0, + 744, + 1, + "STRING" + ], + [ + 979, + 919, + 0, + 745, + 1, + "STRING" + ], + [ + 980, + 831, + 0, + 914, + 0, + "*" + ], + [ + 981, + 912, + 0, + 831, + 0, + "MODEL" + ], + [ + 982, + 744, + 0, + 920, + 0, + "*" + ], + [ + 983, + 745, + 0, + 921, + 0, + "*" + ], + [ + 988, + 922, + 0, + 738, + 1, + "CONDITIONING" + ], + [ + 989, + 923, + 0, + 738, + 2, + "CONDITIONING" + ], + [ + 990, + 922, + 0, + 924, + 0, + "*" + ], + [ + 991, + 923, + 0, + 925, + 0, + "*" + ], + [ + 994, + 925, + 0, + 900, + 2, + "CONDITIONING" + ], + [ + 995, + 924, + 0, + 900, + 1, + "CONDITIONING" + ], + [ + 996, + 924, + 0, + 926, + 0, + "*" + ], + [ + 997, + 926, + 0, + 908, + 1, + "CONDITIONING" + ], + [ + 998, + 925, + 0, + 927, + 0, + "*" + ], + [ + 999, + 927, + 0, + 908, + 2, + "CONDITIONING" + ], + [ + 1000, + 747, + 0, + 928, + 0, + "*" + ], + [ + 1001, + 928, + 0, + 929, + 0, + "*" + ], + [ + 1002, + 929, + 0, + 884, + 1, + "VAE" + ], + [ + 1003, + 929, + 0, + 930, + 0, + "*" + ], + [ + 1004, + 930, + 0, + 740, + 1, + "VAE" + ], + [ + 1005, + 930, + 0, + 931, + 0, + "*" + ], + [ + 1006, + 931, + 0, + 793, + 1, + "VAE" + ], + [ + 1007, + 931, + 0, + 932, + 0, + "*" + ], + [ + 1008, + 932, + 0, + 803, + 1, + "VAE" + ], + [ + 1009, + 751, + 0, + 933, + 0, + "*" + ], + [ + 1010, + 933, + 0, + 934, + 0, + "*" + ], + [ + 1011, + 934, + 0, + 868, + 5, + "CLIP_VISION" + ], + [ + 1013, + 749, + 0, + 935, + 0, + "*" + ], + [ + 1014, + 935, + 0, + 936, + 0, + "*" + ], + [ + 1015, + 936, + 0, + 868, + 1, + "IPADAPTER" + ], + [ + 1017, + 937, + 0, + 868, + 0, + "MODEL" + ], + [ + 1018, + 934, + 0, + 827, + 5, + "CLIP_VISION" + ], + [ + 1019, + 936, + 0, + 827, + 1, + "IPADAPTER" + ], + [ + 1021, + 882, + 0, + 938, + 0, + "*" + ], + [ + 1022, + 938, + 0, + 939, + 0, + "*" + ], + [ + 1023, + 939, + 0, + 940, + 0, + "*" + ], + [ + 1024, + 940, + 0, + 908, + 3, + "LATENT" + ], + [ + 1025, + 939, + 0, + 900, + 3, + "LATENT" + ], + [ + 1026, + 938, + 0, + 738, + 3, + "LATENT" + ], + [ + 1027, + 920, + 0, + 941, + 0, + "*" + ], + [ + 1028, + 921, + 0, + 942, + 0, + "*" + ], + [ + 1029, + 941, + 0, + 742, + 0, + "CONDITIONING" + ], + [ + 1030, + 941, + 0, + 771, + 0, + "CONDITIONING" + ], + [ + 1031, + 942, + 0, + 742, + 1, + "CONDITIONING" + ], + [ + 1032, + 942, + 0, + 771, + 1, + "CONDITIONING" + ], + [ + 1033, + 559, + 0, + 943, + 0, + "*" + ], + [ + 1034, + 559, + 1, + 944, + 0, + "*" + ], + [ + 1035, + 943, + 0, + 788, + 1, + "INT" + ], + [ + 1036, + 944, + 0, + 788, + 2, + "INT" + ], + [ + 1039, + 943, + 0, + 885, + 1, + "INT" + ], + [ + 1040, + 944, + 0, + 885, + 2, + "INT" + ], + [ + 1041, + 943, + 0, + 880, + 0, + "INT" + ], + [ + 1042, + 944, + 0, + 880, + 1, + "INT" + ], + [ + 1045, + 891, + 0, + 738, + 5, + "FLOAT" + ], + [ + 1046, + 891, + 0, + 900, + 5, + "FLOAT" + ], + [ + 1047, + 891, + 0, + 908, + 5, + "FLOAT" + ], + [ + 1050, + 741, + 0, + 948, + 0, + "*" + ], + [ + 1051, + 948, + 0, + 742, + 2, + "CONTROL_NET" + ], + [ + 1053, + 767, + 0, + 949, + 0, + "*" + ], + [ + 1054, + 949, + 0, + 771, + 2, + "CONTROL_NET" + ], + [ + 1055, + 814, + 0, + 950, + 0, + "*" + ], + [ + 1056, + 950, + 0, + 951, + 0, + "*" + ], + [ + 1057, + 951, + 0, + 738, + 4, + "INT" + ], + [ + 1059, + 951, + 0, + 952, + 0, + "*" + ], + [ + 1060, + 952, + 0, + 900, + 4, + "INT" + ], + [ + 1061, + 952, + 0, + 908, + 4, + "INT" + ], + [ + 1062, + 748, + 0, + 953, + 0, + "*" + ], + [ + 1063, + 953, + 0, + 937, + 0, + "*" + ], + [ + 1073, + 793, + 0, + 957, + 0, + "IMAGE" + ], + [ + 1079, + 963, + 0, + 962, + 2, + "BOOLEAN" + ], + [ + 1080, + 963, + 0, + 964, + 2, + "BOOLEAN" + ], + [ + 1085, + 962, + 0, + 922, + 0, + "*" + ], + [ + 1086, + 964, + 0, + 923, + 0, + "*" + ], + [ + 1091, + 941, + 0, + 962, + 1, + "CONDITIONING" + ], + [ + 1092, + 942, + 0, + 964, + 1, + "CONDITIONING" + ], + [ + 1093, + 775, + 0, + 964, + 0, + "CONDITIONING" + ], + [ + 1094, + 774, + 0, + 962, + 0, + "CONDITIONING" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1153, + 937, + 0, + 827, + 0, + "MODEL" + ], + [ + 1215, + 1058, + 0, + 1043, + 0, + "CLIP" + ], + [ + 1216, + 1058, + 0, + 1044, + 0, + "CLIP" + ], + [ + 1217, + 1070, + 0, + 1047, + 0, + "IMAGE" + ], + [ + 1218, + 1047, + 0, + 1048, + 0, + "IMAGE" + ], + [ + 1219, + 1047, + 1, + 1049, + 0, + "MASK" + ], + [ + 1220, + 1049, + 0, + 1050, + 0, + "IMAGE" + ], + [ + 1221, + 1066, + 0, + 1051, + 0, + "MODEL" + ], + [ + 1222, + 1052, + 0, + 1051, + 1, + "CONDITIONING" + ], + [ + 1223, + 1052, + 1, + 1051, + 2, + "CONDITIONING" + ], + [ + 1224, + 1054, + 0, + 1051, + 3, + "LATENT" + ], + [ + 1225, + 1063, + 0, + 1052, + 0, + "CONDITIONING" + ], + [ + 1226, + 1065, + 0, + 1052, + 1, + "CONDITIONING" + ], + [ + 1227, + 1068, + 0, + 1052, + 2, + "CONTROL_NET" + ], + [ + 1228, + 1047, + 0, + 1052, + 3, + "IMAGE" + ], + [ + 1229, + 1071, + 0, + 1054, + 0, + "LATENT" + ], + [ + 1230, + 1047, + 1, + 1054, + 1, + "MASK" + ], + [ + 1231, + 1051, + 0, + 1055, + 0, + "LATENT" + ], + [ + 1232, + 1067, + 0, + 1055, + 1, + "VAE" + ], + [ + 1233, + 1055, + 0, + 1056, + 0, + "IMAGE" + ], + [ + 1234, + 1042, + 0, + 1057, + 0, + "*" + ], + [ + 1235, + 1042, + 1, + 1058, + 0, + "*" + ], + [ + 1236, + 1046, + 0, + 1059, + 0, + "*" + ], + [ + 1237, + 1053, + 0, + 1060, + 0, + "*" + ], + [ + 1238, + 1045, + 0, + 1061, + 0, + "*" + ], + [ + 1239, + 1043, + 0, + 1062, + 0, + "*" + ], + [ + 1240, + 1062, + 0, + 1063, + 0, + "*" + ], + [ + 1241, + 1044, + 0, + 1064, + 0, + "*" + ], + [ + 1242, + 1064, + 0, + 1065, + 0, + "*" + ], + [ + 1243, + 1057, + 0, + 1066, + 0, + "*" + ], + [ + 1244, + 1059, + 0, + 1067, + 0, + "*" + ], + [ + 1245, + 1060, + 0, + 1068, + 0, + "*" + ], + [ + 1246, + 1070, + 0, + 1071, + 0, + "IMAGE" + ], + [ + 1247, + 1059, + 0, + 1071, + 1, + "VAE" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1439, + 1196, + 0, + 1194, + 2, + "FACE_MODEL" + ], + [ + 1440, + 1199, + 0, + 1194, + 3, + "FACE_BOOST" + ], + [ + 1441, + 1194, + 0, + 1195, + 0, + "IMAGE" + ], + [ + 1442, + 1194, + 0, + 1197, + 0, + "IMAGE" + ], + [ + 1443, + 1195, + 0, + 1197, + 1, + "IMAGE" + ], + [ + 1444, + 1197, + 3, + 1200, + 0, + "IMAGE" + ], + [ + 1445, + 1197, + 2, + 1201, + 0, + "IMAGE" + ], + [ + 1446, + 1197, + 0, + 1202, + 0, + "IMAGE" + ], + [ + 1447, + 793, + 0, + 1194, + 0, + "IMAGE" + ], + [ + 1452, + 1206, + 0, + 885, + 0, + "IMAGE" + ], + [ + 1453, + 1206, + 0, + 788, + 0, + "IMAGE" + ], + [ + 1454, + 1102, + 0, + 1209, + 0, + "*" + ], + [ + 1455, + 11, + 0, + 1208, + 0, + "*" + ], + [ + 1456, + 88, + 0, + 1207, + 0, + "*" + ], + [ + 1457, + 88, + 0, + 1210, + 0, + "*" + ], + [ + 1458, + 11, + 0, + 1211, + 0, + "*" + ], + [ + 1459, + 1102, + 0, + 1212, + 0, + "*" + ], + [ + 1460, + 1210, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1461, + 1211, + 0, + 495, + 0, + "CLIP" + ], + [ + 1464, + 1212, + 0, + 1214, + 0, + "*" + ], + [ + 1465, + 1214, + 0, + 121, + 1, + "VAE" + ], + [ + 1466, + 1214, + 0, + 123, + 1, + "VAE" + ], + [ + 1467, + 1214, + 0, + 1213, + 0, + "*" + ], + [ + 1468, + 1213, + 0, + 139, + 1, + "VAE" + ], + [ + 1469, + 1213, + 0, + 140, + 1, + "VAE" + ], + [ + 1470, + 1209, + 0, + 1001, + 1, + "VAE" + ], + [ + 1472, + 1209, + 0, + 193, + 1, + "VAE" + ], + [ + 1473, + 1208, + 0, + 448, + 0, + "CLIP" + ], + [ + 1474, + 1207, + 0, + 206, + 0, + "MODEL" + ], + [ + 1475, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1476, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1477, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 1478, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 1479, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 1480, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1481, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1482, + 559, + 0, + 1217, + 0, + "*" + ], + [ + 1483, + 1217, + 0, + 158, + 0, + "INT" + ], + [ + 1484, + 1217, + 0, + 166, + 1, + "INT" + ], + [ + 1485, + 559, + 1, + 1218, + 0, + "*" + ], + [ + 1486, + 1218, + 0, + 166, + 2, + "INT" + ], + [ + 1487, + 1218, + 0, + 158, + 1, + "INT" + ], + [ + 1488, + 604, + 0, + 1216, + 0, + "*" + ], + [ + 1489, + 1216, + 0, + 448, + 1, + "STRING" + ], + [ + 1490, + 1216, + 0, + 448, + 2, + "STRING" + ], + [ + 1491, + 1216, + 0, + 605, + 0, + "STRING" + ], + [ + 1492, + 1217, + 0, + 206, + 1, + "INT" + ], + [ + 1493, + 1218, + 0, + 206, + 2, + "INT" + ], + [ + 1494, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1495, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1496, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1497, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1498, + 1003, + 0, + 134, + 0, + "MODEL" + ], + [ + 1499, + 1003, + 0, + 133, + 0, + "MODEL" + ], + [ + 1500, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1501, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 1502, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 1503, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 1505, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1506, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 1507, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1510, + 51, + 0, + 1221, + 0, + "IMAGE" + ], + [ + 1511, + 1221, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1512, + 1217, + 0, + 1222, + 0, + "*" + ], + [ + 1513, + 1218, + 0, + 1223, + 0, + "*" + ], + [ + 1514, + 1222, + 0, + 1003, + 1, + "INT" + ], + [ + 1515, + 1223, + 0, + 1003, + 2, + "INT" + ], + [ + 1516, + 1222, + 0, + 1221, + 1, + "INT" + ], + [ + 1517, + 1222, + 0, + 64, + 1, + "INT" + ], + [ + 1518, + 1223, + 0, + 1221, + 2, + "INT" + ], + [ + 1519, + 1223, + 0, + 64, + 2, + "INT" + ], + [ + 1520, + 827, + 0, + 831, + 1, + "MODEL" + ], + [ + 1521, + 1225, + 0, + 1226, + 0, + "IMAGE" + ], + [ + 1523, + 1226, + 0, + 666, + 0, + "IMAGE" + ], + [ + 1524, + 1217, + 0, + 1226, + 1, + "INT" + ], + [ + 1525, + 1218, + 0, + 1226, + 2, + "INT" + ], + [ + 1526, + 518, + 0, + 604, + 0, + "STRING" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -7471, + 2958, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -4307, + 2962, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5634, + 1628, + 2079, + 1225 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -518, + 2934, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7507, + 1614, + 1770, + 1184 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -9364, + 2946, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8890, + 1588, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + -485, + 1667, + 4058, + 1089 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS (2) IPadapter", + "bounding": [ + -5744, + -245, + 2983, + 1027 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Basic", + "bounding": [ + -5745, + -1279, + 1911, + 889 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Sampler Garden", + "bounding": [ + -3713, + -1263, + 1854, + 935 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Cnet Config", + "bounding": [ + -7991, + -134, + 2141, + 807 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS conditioning", + "bounding": [ + -8851, + -1322, + 1175, + 595 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS latents", + "bounding": [ + -7618, + -1309, + 1760, + 900 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "hands fix SDXL", + "bounding": [ + 555, + -126, + 4640, + 1521 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Sampler Garden 2", + "bounding": [ + -1659, + -1252, + 1840, + 909 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Face model swap", + "bounding": [ + -2391, + -130, + 2569, + 908 + ], + "color": "#A88", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.19487171000000403, + "offset": [ + 10307.684302182386, + 984.6680518446228 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Bridge-SDXL-Cnet-Lines-v9.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Bridge-SDXL-Cnet-Lines-v9.json new file mode 100644 index 0000000..a128615 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Bridge-SDXL-Cnet-Lines-v9.json @@ -0,0 +1,8762 @@ +{ + "last_node_id": 749, + "last_link_id": 884, + "nodes": [ + { + "id": 10, + "type": "VAELoader", + "pos": [ + -8480, + 2200 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 790, + 796 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8830, + 2350 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 825, + 849 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -8830, + 2170 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 838, + 871 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 867049610233719, + "fixed" + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 874, + 879 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\SDXL/ALT1_00010_.png [output]", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6244, + 3740 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 73, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 865, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 866, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9877, + 950 + ], + "size": [ + 676.2472501145639, + 684.8506890196427 + ], + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Cnet-Lines-v9\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\ntxt/img2img bridge SDXL to FLUX \nSDXL lora stack loader\nSDXL Control Net Stack: Depth, Pose, Canny\nSingle or Double Action Operation\ntxt2img + img2img SDXL switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X (23GB)\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -8487, + 2359 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 805, + 855 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -4230.270082000421, + 3346.075723366291 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 119, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 862 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3836.9134620355962, + 3133.890093014862 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4231.913462035597, + 3172.890093014862 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 882, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 884 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929.270082000423, + 3303.075723366291 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 873, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 82, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 858, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 97, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 857, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 852, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 77, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 874 + }, + { + "name": "vae", + "type": "VAE", + "link": 798 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 120, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 799 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + -1068.361448687094, + 3377.1528843198066 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 148, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 153 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 152, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 142, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 870 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 134, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 876, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 861, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 860, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 854, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 129, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 862 + }, + { + "name": "vae", + "type": "VAE", + "link": 801 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 138, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 802 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6807, + 1735 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 814, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 818, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6796.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6516.473907695666, + 1704.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194, + 834 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6476.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -6806.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 791 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7036.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 789 + }, + { + "name": "width", + "type": "INT", + "link": 815, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 819, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7347, + 2135 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 789 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "base_00052_.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6526.473907695666, + 1824.303216748167 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4947.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 793 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 845, + 848 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4657.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5337.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 840, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 835, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5337.815664947508, + 1892.9385860099167 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5337.815664947508, + 1992.9385860099167 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 809, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 843, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5657.815664947508, + 1772.9385860099164 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 808, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 828, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5327.815664947508, + 2132.9385860099164 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7987, + 1750 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 805 + }, + { + "name": "width", + "type": "INT", + "link": 813, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 817, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 806 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 0.45, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + -2642.616443959622, + 1754.0291774549971 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 795 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 692, + 846, + 847 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + -2353, + 1664 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + -3032.616443959621, + 1754.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 842, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 562, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 837, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + -3032.616443959621, + 1894.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + -3352.616443959619, + 1774.0291774549971 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 823, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 830, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 290, + "type": "Note", + "pos": [ + -3022.616443959621, + 2134.0291774549955 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8503, + 1730 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 825 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 831, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 832, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 826 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6216.473907695667, + 1654.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + -3032.616443959621, + 1994.0291774549971 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 824, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 844, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 561 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10286, + 949 + ], + "size": [ + 334.5461214850693, + 58 + ], + "flags": {}, + "order": 16, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -11190, + "1": 1048, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 178 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 54, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 850 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 851 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -10300, + 1039 + ], + "size": { + "0": 365.17755126953125, + "1": 197.7924041748047 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 650 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 522, + "type": "SplitSigmas", + "pos": [ + -3029.5049045032333, + 2251.741119240196 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 561 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 562 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 526, + "type": "ImageEnhanceDifference+", + "pos": [ + -3395.504904503232, + 2658.741119240196 + ], + "size": { + "0": 242.7758331298828, + "1": 78 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 848 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 847 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageEnhanceDifference+" + }, + "widgets_values": [ + 0.5 + ] + }, + { + "id": 527, + "type": "PreviewImage", + "pos": [ + -3044, + 2686 + ], + "size": { + "0": 1352.2564697265625, + "1": 1021.6309204101562 + }, + "flags": { + "collapsed": true + }, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 570 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 530, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -3040, + "1": 2583, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1268.8807373046875, + "1": 988.3410034179688 + }, + "flags": { + "collapsed": true + }, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 845, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 846, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vkziz_00005_.png&type=temp&subfolder=&rand=0.18880777086439626" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vkziz_00006_.png&type=temp&subfolder=&rand=0.9377382862851376" + } + ] + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -6650.7826575806885, + 4121.362064249411 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 41, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -6651.7826575806885, + 4291.362064249411 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 61, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -7456.782657580682, + 4248.362064249411 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00082_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5986, + 1774 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 843, + 844 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6206.473907695667, + 1754.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 537, + "type": "CheckpointLoaderSimple", + "pos": [ + -9954, + -271 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 738 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 743 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 541, + "type": "VAELoader", + "pos": [ + -9952, + -139 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 753 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 542, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8476, + 144 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 744 + }, + { + "name": "text_g", + "type": "STRING", + "link": 769, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 770, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 723 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "", + true, + true + ] + }, + { + "id": 557, + "type": "EmptyLatentImage", + "pos": [ + -6802, + 34 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 781, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 782, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 603 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -10756, + 1061 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 773, + 812, + 863 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 774, + 816, + 864 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 560, + "type": "LatentSwitch", + "pos": [ + -6509, + 2 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 603 + }, + { + "name": "input2", + "type": "LATENT", + "link": 604 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 783 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 614 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 562, + "type": "VAEEncode", + "pos": [ + -6809.275299524032, + 461.6543827526889 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 606 + }, + { + "name": "vae", + "type": "VAE", + "link": 750 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 604 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 563, + "type": "ImageResize+", + "pos": [ + -7090, + 460 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 608 + }, + { + "name": "width", + "type": "INT", + "link": 779, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 780, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 606 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 564, + "type": "LoadImage", + "pos": [ + -7410, + 460 + ], + "size": { + "0": 247.5770263671875, + "1": 314 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 608 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_02503_.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 565, + "type": "Note", + "pos": [ + -6509.275299524032, + 191.6543827526878 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 25, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 568, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + -18.345617247312358 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 569, + "type": "ImpactSwitch", + "pos": [ + -5987, + 72 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 612 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 613 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 614, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 766 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 570, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + 81.65438275268774 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 613 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 574, + "type": "KSampler", + "pos": [ + -5543, + 187 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 742 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 764 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 765 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 783 + }, + { + "name": "seed", + "type": "INT", + "link": 787, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 766, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 627 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 880771783959066, + "randomize", + 20, + 8, + "euler", + "simple", + 1 + ] + }, + { + "id": 579, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8477, + 180 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 745 + }, + { + "name": "text_g", + "type": "STRING", + "link": 768, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 767, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 724 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "", + true, + true + ] + }, + { + "id": 582, + "type": "VAEDecode", + "pos": [ + -5170, + 190 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 627 + }, + { + "name": "vae", + "type": "VAE", + "link": 752 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 630 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 584, + "type": "easy seed", + "pos": [ + -10700, + 1300 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 784 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "SDXL Gen Seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 72608093073838, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 586, + "type": "SaveImage", + "pos": [ + -4903, + 72 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 630 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/base" + ] + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -11188, + "1": 1271, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 355.1565246582031, + "1": 202 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "SDXL / FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -7922.611800747382, + 4132.282756764742 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 30, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 590, + "type": "CR Apply LoRA Stack", + "pos": [ + -7870, + 610 + ], + "size": { + "0": 215.18667602539062, + "1": 66 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 740 + }, + { + "name": "clip", + "type": "CLIP", + "link": 747 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 634, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 757 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 593, + "type": "CR LoRA Stack", + "pos": [ + -8211, + 420 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 634 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "civit\\Thorra_SDXL_public_r1.safetensors", + 0.7000000000000001, + 1, + "On", + "kzkAnimeThorra-XL_C3Lier-LR3E3.safetensors", + 0.6, + 1, + "On", + "trrz_ThoraXL-000001.safetensors", + 0.3, + 1 + ] + }, + { + "id": 601, + "type": "ShowText|pysssss", + "pos": [ + -8593, + -47 + ], + "size": { + "0": 334.60601806640625, + "1": 141.8167724609375 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 788, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -10299, + 1286 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 650, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 768, + 769, + 770, + 788, + 831, + 832, + 833 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 767 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + "text, watermark, nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8629, + 1794 + ], + "size": { + "0": 317.6929626464844, + "1": 160.85986328125 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 833, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 663, + "type": "BRIAAI Matting", + "pos": [ + -646.1235523199091, + 1143.5080067913477 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "video_frames", + "type": "IMAGE", + "link": 693 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 698, + 701, + 714 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 697, + 702 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BRIAAI Matting" + }, + "widgets_values": [ + "v1.4", + true, + "white", + 4 + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -756.1032653157338, + 1177.4470234974137 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 145, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 692 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 693, + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -636.1235523199091, + 2013.5080067913455 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 150, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 669, + "type": "JoinImageWithAlpha", + "pos": [ + 763.8764476800897, + 1153.5080067913477 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 698 + }, + { + "name": "alpha", + "type": "MASK", + "link": 697 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 721 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 671, + "type": "JoinImageWithAlpha", + "pos": [ + 2043.8764476800854, + 1123.5080067913477 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 160, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 701 + }, + { + "name": "alpha", + "type": "MASK", + "link": 703 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 717 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 673, + "type": "InvertMask", + "pos": [ + 2043.8764476800854, + 1213.5080067913482 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 155, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 702 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 703 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 773.8764476800901, + 2033.5080067913455 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 157, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 2053.8764476800857, + 2003.5080067913455 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 162, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 2053.8764476800857, + 2093.508006791343 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 158, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 679, + "type": "SaveImage", + "pos": [ + -242.94889990003193, + 1038.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 153, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 714 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 680, + "type": "SaveImage", + "pos": [ + 1074.0511000999668, + 1050.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 721 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 681, + "type": "SaveImage", + "pos": [ + 2369.0511000999672, + 1041.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 717 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 2379.0511000999672, + 1934.087638226154 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 164, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 1065.8764112730887, + 1942.3969131837475 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 161, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -236.9488999000324, + 1942.087638226154 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 686, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -8653, + 306 + ], + "size": { + "0": 418.1999816894531, + "1": 454 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 729 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 727 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 728 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 722 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "Off", + "controlnet_loras\\control-lora-depth-rank128.safetensors", + 1, + 0, + 1, + "Off", + "XL\\OpenPoseXL2.safetensors", + 1, + 0, + 1, + "Off", + "controlnet_loras\\control-lora-canny-rank128.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 687, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -8220, + 130 + ], + "size": { + "0": 330, + "1": 98 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 723 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 724 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 722 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 759 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 760 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 688, + "type": "DWPreprocessor", + "pos": [ + -9040, + 420 + ], + "size": { + "0": 315, + "1": 198 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 755 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 727 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "POSE_KEYPOINT", + "type": "POSE_KEYPOINT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DWPreprocessor" + }, + "widgets_values": [ + "enable", + "enable", + "enable", + 1024, + "yolox_l.onnx", + "dw-ll_ucoco_384_bs5.torchscript.pt" + ] + }, + { + "id": 689, + "type": "CannyEdgePreprocessor", + "pos": [ + -9040, + 650 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 756 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 728 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 690, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -9040, + 330 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 754 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 729 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 691, + "type": "LoadImage", + "pos": [ + -9433, + -4 + ], + "size": { + "0": 315, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 732 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00000-485042714.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 692, + "type": "ImageResize+", + "pos": [ + -9436, + 450 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 732, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 775, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 776, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 754, + 755, + 756 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 697, + "type": "Reroute", + "pos": [ + -9326.109554090366, + -269.8882225471106 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 738 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 739 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 698, + "type": "Reroute", + "pos": [ + -8089.394568929491, + -267.90631506719456 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 739 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 740 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 699, + "type": "Reroute", + "pos": [ + -6005.636874623557, + -261.765520050581 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 758 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 742 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 700, + "type": "Reroute", + "pos": [ + -9327, + -240 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 743 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 744, + 745, + 746 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 701, + "type": "Reroute", + "pos": [ + -8088, + -240 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 746 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 747 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 702, + "type": "Reroute", + "pos": [ + -9327, + -207 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 753 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 749 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 703, + "type": "Reroute", + "pos": [ + -8087, + -208 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 749 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 750, + 751 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 704, + "type": "Reroute", + "pos": [ + -6006, + -213 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 751 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 752 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 705, + "type": "Reroute", + "pos": [ + -7401, + -264 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 757 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 758 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 706, + "type": "Reroute", + "pos": [ + -7562.3635744005, + -168.34771285508882 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 759 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 761 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 707, + "type": "Reroute", + "pos": [ + -7561, + -140 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 760 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 763 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 708, + "type": "Reroute", + "pos": [ + -5696, + -163 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 761 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 764 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 709, + "type": "Reroute", + "pos": [ + -5696, + -131 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 763 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 765 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 710, + "type": "Reroute", + "pos": [ + -9531, + 839 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 773, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 775, + 777 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 711, + "type": "Reroute", + "pos": [ + -9531, + 873 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 774, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 776, + 778 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 712, + "type": "Reroute", + "pos": [ + -7564, + 837 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 777, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 779, + 781 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 713, + "type": "Reroute", + "pos": [ + -7564, + 871 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 778, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 780, + 782 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 714, + "type": "Reroute", + "pos": [ + -9530, + 911 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 784, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 785 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 715, + "type": "Reroute", + "pos": [ + -7564, + 906 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 785, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 786 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 716, + "type": "Reroute", + "pos": [ + -5687, + 814 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 786, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 787 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 717, + "type": "Reroute", + "pos": [ + -7754, + 1430 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 790 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 791, + 792 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 718, + "type": "Reroute", + "pos": [ + -5872, + 1425 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 792 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 793, + 794 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 719, + "type": "Reroute", + "pos": [ + -3737.9412560147775, + 1431.8695287966038 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 794 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 795 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 720, + "type": "Reroute", + "pos": [ + -7687, + 2825 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 796 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 797 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 721, + "type": "Reroute", + "pos": [ + -5999, + 2834 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 797 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 798, + 799, + 800 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 722, + "type": "Reroute", + "pos": [ + -2525, + 2844 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 800 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 801, + 802 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 723, + "type": "Reroute", + "pos": [ + -7521, + 1407 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 806 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 807 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 724, + "type": "Reroute", + "pos": [ + -5693, + 1396 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 807 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 808, + 809, + 822 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 725, + "type": "Reroute", + "pos": [ + -8107, + 1482 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 812, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 813, + 814, + 815 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 726, + "type": "Reroute", + "pos": [ + -8105, + 1511 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 816, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 817, + 818, + 819 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 727, + "type": "Reroute", + "pos": [ + -3432, + 1398 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 822 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 823, + 824 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 728, + "type": "Reroute", + "pos": [ + -7754, + 1463 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 826 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 827 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 729, + "type": "Reroute", + "pos": [ + -5870, + 1454 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 827 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 828, + 829 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 730, + "type": "Reroute", + "pos": [ + -3736, + 1459 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 829 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 830 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 731, + "type": "Reroute", + "pos": [ + -5870, + 1483 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 834 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 835, + 836 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 732, + "type": "Reroute", + "pos": [ + -3734, + 1483 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 836 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 837 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 733, + "type": "Reroute", + "pos": [ + -7521, + 1373 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 838 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 839 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 734, + "type": "Reroute", + "pos": [ + -5693, + 1363 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 839 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 840, + 841 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 735, + "type": "Reroute", + "pos": [ + -3433, + 1370 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 841 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 842 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 736, + "type": "Reroute", + "pos": [ + -7687, + 2798 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 849 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 850 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 737, + "type": "Reroute", + "pos": [ + -5611, + 2859 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 851 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 852, + 853 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 738, + "type": "Reroute", + "pos": [ + -2525, + 2872 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 853 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 854 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 739, + "type": "Reroute", + "pos": [ + -7688, + 2771 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 855 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 856 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 740, + "type": "Reroute", + "pos": [ + -5613, + 2809 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 856 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 857, + 858, + 859 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 741, + "type": "Reroute", + "pos": [ + -2524, + 2817 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 859 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 860, + 861 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 742, + "type": "Reroute", + "pos": [ + -7687, + 2853 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 863, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 865, + 877 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 743, + "type": "Reroute", + "pos": [ + -7687, + 2877 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 864, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 866, + 878 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 744, + "type": "Reroute", + "pos": [ + -5607, + 2896 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 883 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 869, + 884 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 745, + "type": "Reroute", + "pos": [ + -2522, + 2906 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 869 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 870 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 746, + "type": "Reroute", + "pos": [ + -7686, + 2742 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 871 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 872 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 747, + "type": "Reroute", + "pos": [ + -5611, + 2779 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 872 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 873, + 875 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 748, + "type": "Reroute", + "pos": [ + -2524, + 2790 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 875 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 876 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 749, + "type": "ImageResize+", + "pos": [ + -6236, + 3440 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 74, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 879, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 882 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 561, + 465, + 0, + 522, + 0, + "SIGMAS" + ], + [ + 562, + 522, + 1, + 280, + 3, + "SIGMAS" + ], + [ + 570, + 526, + 0, + 527, + 0, + "IMAGE" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 603, + 557, + 0, + 560, + 0, + "LATENT" + ], + [ + 604, + 562, + 0, + 560, + 1, + "LATENT" + ], + [ + 606, + 563, + 0, + 562, + 0, + "IMAGE" + ], + [ + 608, + 564, + 0, + 563, + 0, + "IMAGE" + ], + [ + 612, + 568, + 0, + 569, + 0, + "FLOAT" + ], + [ + 613, + 570, + 0, + 569, + 1, + "FLOAT" + ], + [ + 614, + 560, + 2, + 569, + 3, + "INT" + ], + [ + 627, + 574, + 0, + 582, + 0, + "LATENT" + ], + [ + 630, + 582, + 0, + 586, + 0, + "IMAGE" + ], + [ + 634, + 593, + 0, + 590, + 2, + "LORA_STACK" + ], + [ + 650, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 692, + 278, + 0, + 665, + 0, + "*" + ], + [ + 693, + 665, + 0, + 663, + 0, + "IMAGE" + ], + [ + 697, + 663, + 1, + 669, + 1, + "MASK" + ], + [ + 698, + 663, + 0, + 669, + 0, + "IMAGE" + ], + [ + 701, + 663, + 0, + 671, + 0, + "IMAGE" + ], + [ + 702, + 663, + 1, + 673, + 0, + "MASK" + ], + [ + 703, + 673, + 0, + 671, + 1, + "MASK" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 714, + 663, + 0, + 679, + 0, + "IMAGE" + ], + [ + 717, + 671, + 0, + 681, + 0, + "IMAGE" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 721, + 669, + 0, + 680, + 0, + "IMAGE" + ], + [ + 722, + 686, + 0, + 687, + 2, + "CONTROL_NET_STACK" + ], + [ + 723, + 542, + 0, + 687, + 0, + "CONDITIONING" + ], + [ + 724, + 579, + 0, + 687, + 1, + "CONDITIONING" + ], + [ + 727, + 688, + 0, + 686, + 1, + "IMAGE" + ], + [ + 728, + 689, + 0, + 686, + 2, + "IMAGE" + ], + [ + 729, + 690, + 0, + 686, + 0, + "IMAGE" + ], + [ + 732, + 691, + 0, + 692, + 0, + "IMAGE" + ], + [ + 738, + 537, + 0, + 697, + 0, + "*" + ], + [ + 739, + 697, + 0, + 698, + 0, + "*" + ], + [ + 740, + 698, + 0, + 590, + 0, + "MODEL" + ], + [ + 742, + 699, + 0, + 574, + 0, + "MODEL" + ], + [ + 743, + 537, + 1, + 700, + 0, + "*" + ], + [ + 744, + 700, + 0, + 542, + 0, + "CLIP" + ], + [ + 745, + 700, + 0, + 579, + 0, + "CLIP" + ], + [ + 746, + 700, + 0, + 701, + 0, + "*" + ], + [ + 747, + 701, + 0, + 590, + 1, + "CLIP" + ], + [ + 749, + 702, + 0, + 703, + 0, + "*" + ], + [ + 750, + 703, + 0, + 562, + 1, + "VAE" + ], + [ + 751, + 703, + 0, + 704, + 0, + "*" + ], + [ + 752, + 704, + 0, + 582, + 1, + "VAE" + ], + [ + 753, + 541, + 0, + 702, + 0, + "*" + ], + [ + 754, + 692, + 0, + 690, + 0, + "IMAGE" + ], + [ + 755, + 692, + 0, + 688, + 0, + "IMAGE" + ], + [ + 756, + 692, + 0, + 689, + 0, + "IMAGE" + ], + [ + 757, + 590, + 0, + 705, + 0, + "*" + ], + [ + 758, + 705, + 0, + 699, + 0, + "*" + ], + [ + 759, + 687, + 0, + 706, + 0, + "*" + ], + [ + 760, + 687, + 1, + 707, + 0, + "*" + ], + [ + 761, + 706, + 0, + 708, + 0, + "*" + ], + [ + 763, + 707, + 0, + 709, + 0, + "*" + ], + [ + 764, + 708, + 0, + 574, + 1, + "CONDITIONING" + ], + [ + 765, + 709, + 0, + 574, + 2, + "CONDITIONING" + ], + [ + 766, + 569, + 0, + 574, + 5, + "FLOAT" + ], + [ + 767, + 604, + 1, + 579, + 2, + "STRING" + ], + [ + 768, + 604, + 0, + 579, + 1, + "STRING" + ], + [ + 769, + 604, + 0, + 542, + 1, + "STRING" + ], + [ + 770, + 604, + 0, + 542, + 2, + "STRING" + ], + [ + 773, + 559, + 0, + 710, + 0, + "*" + ], + [ + 774, + 559, + 1, + 711, + 0, + "*" + ], + [ + 775, + 710, + 0, + 692, + 1, + "INT" + ], + [ + 776, + 711, + 0, + 692, + 2, + "INT" + ], + [ + 777, + 710, + 0, + 712, + 0, + "*" + ], + [ + 778, + 711, + 0, + 713, + 0, + "*" + ], + [ + 779, + 712, + 0, + 563, + 1, + "INT" + ], + [ + 780, + 713, + 0, + 563, + 2, + "INT" + ], + [ + 781, + 712, + 0, + 557, + 0, + "INT" + ], + [ + 782, + 713, + 0, + 557, + 1, + "INT" + ], + [ + 783, + 560, + 0, + 574, + 3, + "LATENT" + ], + [ + 784, + 584, + 0, + 714, + 0, + "*" + ], + [ + 785, + 714, + 0, + 715, + 0, + "*" + ], + [ + 786, + 715, + 0, + 716, + 0, + "*" + ], + [ + 787, + 716, + 0, + 574, + 4, + "INT" + ], + [ + 788, + 604, + 0, + 601, + 0, + "STRING" + ], + [ + 789, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 790, + 10, + 0, + 717, + 0, + "*" + ], + [ + 791, + 717, + 0, + 165, + 1, + "VAE" + ], + [ + 792, + 717, + 0, + 718, + 0, + "*" + ], + [ + 793, + 718, + 0, + 193, + 1, + "VAE" + ], + [ + 794, + 718, + 0, + 719, + 0, + "*" + ], + [ + 795, + 719, + 0, + 278, + 1, + "VAE" + ], + [ + 796, + 10, + 0, + 720, + 0, + "*" + ], + [ + 797, + 720, + 0, + 721, + 0, + "*" + ], + [ + 798, + 721, + 0, + 121, + 1, + "VAE" + ], + [ + 799, + 721, + 0, + 123, + 1, + "VAE" + ], + [ + 800, + 721, + 0, + 722, + 0, + "*" + ], + [ + 801, + 722, + 0, + 139, + 1, + "VAE" + ], + [ + 802, + 722, + 0, + 140, + 1, + "VAE" + ], + [ + 805, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 806, + 206, + 0, + 723, + 0, + "*" + ], + [ + 807, + 723, + 0, + 724, + 0, + "*" + ], + [ + 808, + 724, + 0, + 198, + 0, + "MODEL" + ], + [ + 809, + 724, + 0, + 197, + 0, + "MODEL" + ], + [ + 812, + 559, + 0, + 725, + 0, + "*" + ], + [ + 813, + 725, + 0, + 206, + 1, + "INT" + ], + [ + 814, + 725, + 0, + 158, + 0, + "INT" + ], + [ + 815, + 725, + 0, + 166, + 1, + "INT" + ], + [ + 816, + 559, + 1, + 726, + 0, + "*" + ], + [ + 817, + 726, + 0, + 206, + 2, + "INT" + ], + [ + 818, + 726, + 0, + 158, + 1, + "INT" + ], + [ + 819, + 726, + 0, + 166, + 2, + "INT" + ], + [ + 822, + 724, + 0, + 727, + 0, + "*" + ], + [ + 823, + 727, + 0, + 283, + 0, + "MODEL" + ], + [ + 824, + 727, + 0, + 465, + 0, + "MODEL" + ], + [ + 825, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 826, + 448, + 0, + 728, + 0, + "*" + ], + [ + 827, + 728, + 0, + 729, + 0, + "*" + ], + [ + 828, + 729, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 829, + 729, + 0, + 730, + 0, + "*" + ], + [ + 830, + 730, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 831, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 832, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 833, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 834, + 163, + 0, + 731, + 0, + "*" + ], + [ + 835, + 731, + 0, + 195, + 4, + "LATENT" + ], + [ + 836, + 731, + 0, + 732, + 0, + "*" + ], + [ + 837, + 732, + 0, + 280, + 4, + "LATENT" + ], + [ + 838, + 25, + 0, + 733, + 0, + "*" + ], + [ + 839, + 733, + 0, + 734, + 0, + "*" + ], + [ + 840, + 734, + 0, + 195, + 0, + "NOISE" + ], + [ + 841, + 734, + 0, + 735, + 0, + "*" + ], + [ + 842, + 735, + 0, + 280, + 0, + "NOISE" + ], + [ + 843, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 844, + 535, + 0, + 465, + 1, + "FLOAT" + ], + [ + 845, + 193, + 0, + 530, + 0, + "IMAGE" + ], + [ + 846, + 278, + 0, + 530, + 1, + "IMAGE" + ], + [ + 847, + 278, + 0, + 526, + 1, + "IMAGE" + ], + [ + 848, + 193, + 0, + 526, + 0, + "IMAGE" + ], + [ + 849, + 11, + 0, + 736, + 0, + "*" + ], + [ + 850, + 736, + 0, + 495, + 0, + "CLIP" + ], + [ + 851, + 495, + 0, + 737, + 0, + "*" + ], + [ + 852, + 737, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 853, + 737, + 0, + 738, + 0, + "*" + ], + [ + 854, + 738, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 855, + 88, + 0, + 739, + 0, + "*" + ], + [ + 856, + 739, + 0, + 740, + 0, + "*" + ], + [ + 857, + 740, + 0, + 114, + 0, + "MODEL" + ], + [ + 858, + 740, + 0, + 113, + 0, + "MODEL" + ], + [ + 859, + 740, + 0, + 741, + 0, + "*" + ], + [ + 860, + 741, + 0, + 134, + 0, + "MODEL" + ], + [ + 861, + 741, + 0, + 133, + 0, + "MODEL" + ], + [ + 862, + 99, + 0, + 139, + 0, + "IMAGE" + ], + [ + 863, + 559, + 0, + 742, + 0, + "*" + ], + [ + 864, + 559, + 1, + 743, + 0, + "*" + ], + [ + 865, + 742, + 0, + 64, + 1, + "INT" + ], + [ + 866, + 743, + 0, + 64, + 2, + "INT" + ], + [ + 869, + 744, + 0, + 745, + 0, + "*" + ], + [ + 870, + 745, + 0, + 129, + 1, + "IMAGE" + ], + [ + 871, + 25, + 0, + 746, + 0, + "*" + ], + [ + 872, + 746, + 0, + 747, + 0, + "*" + ], + [ + 873, + 747, + 0, + 111, + 0, + "NOISE" + ], + [ + 874, + 51, + 0, + 121, + 0, + "IMAGE" + ], + [ + 875, + 747, + 0, + 748, + 0, + "*" + ], + [ + 876, + 748, + 0, + 131, + 0, + "NOISE" + ], + [ + 877, + 742, + 0, + 749, + 1, + "INT" + ], + [ + 878, + 743, + 0, + 749, + 2, + "INT" + ], + [ + 879, + 51, + 0, + 749, + 0, + "IMAGE" + ], + [ + 882, + 749, + 0, + 107, + 0, + "IMAGE" + ], + [ + 883, + 64, + 0, + 744, + 0, + "*" + ], + [ + 884, + 744, + 0, + 107, + 1, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Low Sigma Shift Sampler", + "bounding": [ + -3433, + 1588, + 2112, + 1174 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5710, + 1578, + 2121, + 1154 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -7542, + 4043, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7548, + 1577, + 1767, + 891 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL latent - txt2img - img2img", + "bounding": [ + -7588, + -102, + 1793, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL - conditioning", + "bounding": [ + -9540, + -107, + 1908, + 911 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8951, + 1560, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL Base Sampler", + "bounding": [ + -5706, + -95, + 1684, + 888 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -11251, + 964, + 1948, + 534 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + -776, + 917, + 4054, + 1856 + ], + "color": "#88A", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.41772481694156716, + "offset": [ + 11562.297361052375, + -282.8894042415534 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Flux-Lora-lines-v18.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Flux-Lora-lines-v18.json new file mode 100644 index 0000000..8af570a --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Flux-Lora-lines-v18.json @@ -0,0 +1,2183 @@ +{ + "last_node_id": 1487, + "last_link_id": 1890, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-lines-v18\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v8\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1875 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9088, + 2027 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1890 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8473, + 2598 + ], + "size": [ + 210, + 78 + ], + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8140, + 2570 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8740, + 2610 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1494 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9060, + 2610 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8150, + 2690 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6440, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6170, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6830, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6830, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6830, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7150, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6820, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8150, + 1960 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1875 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7442, + 2007 + ], + "size": { + "0": 210, + "1": 100 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7170, + 2640 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8720, + 2020 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8720, + 2230 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8470, + 2650 + ], + "size": [ + 209.2035168597631, + 46 + ], + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6830, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6167, + 1911 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6166, + 1944 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10345, + "1": 2183, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7791, + 2058 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7787, + 1960 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7489, + 2182 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1494, + 1219, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1875, + 88, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.9194342495776002, + "offset": [ + 9410.551280864092, + -894.3933836128945 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Flux-basic-v11.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Flux-basic-v11.json new file mode 100644 index 0000000..f756607 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Flux-basic-v11.json @@ -0,0 +1,3365 @@ +{ + "last_node_id": 193, + "last_link_id": 273, + "nodes": [ + { + "id": 6, + "type": "CLIPTextEncode", + "pos": [ + -640, + 50 + ], + "size": { + "0": 322.886962890625, + "1": 273.7496643066406 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 244 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 242, + 243 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 8, + "type": "VAEDecode", + "pos": [ + 685.8434616186851, + 65.8085542143254 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 24 + }, + { + "name": "vae", + "type": "VAE", + "link": 246 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 9 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 9, + "type": "SaveImage", + "pos": [ + 976.8434616186851, + -37.1914457856746 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 9 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -1938, + -485 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 246, + 247, + 265, + 270, + 271, + 272, + 273 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2325.6893776118836, + -328.79325625692184 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 244, + 245 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 13, + "type": "SamplerCustomAdvanced", + "pos": [ + 296, + 66 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 239, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 30, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 93, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 94, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 240, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 24 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 16, + "type": "KSamplerSelect", + "pos": [ + 295.8434616186852, + 205.80855421432548 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 93 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 17, + "type": "BasicScheduler", + "pos": [ + 295.8434616186852, + 305.8085542143252 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 255, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 262, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 94 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 22, + "type": "BasicGuider", + "pos": [ + -14.156538381314924, + 85.80855421432537 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 254, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 242, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 30 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -1925.6893776118836, + -318.79325625692184 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 228, + 237, + 238, + 239 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 461832669188035, + "randomize" + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -1460, + 1990 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1870, + 1340 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 219, + 220 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00014_.png", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -630, + 1660 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 267, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 269, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 229, + 230 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1232, + 1641 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -834, + "1": -455, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 252, + "1": 178 + }, + "flags": {}, + "order": 6, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1484, + -697 + ], + "size": { + "0": 585.7186889648438, + "1": 645.9927368164062 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-basic-v11\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v9\n\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -2328.6893776118836, + -494.79325625692184 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 248, + 249 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -760, + 1660 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -26, + 1357 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 36, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 223 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 224 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1787.4548607515487, + 1299.1769833187411 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 222 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1392.4548607515487, + 1338.1769833187411 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 45, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 229 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 222, + 233 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 695.0982407867241, + 1468.3626136701698 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 40, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 228, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 692.4548607515471, + 1628.1769833187418 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 692.4548607515471, + 1728.1769833187411 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 257, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 432.0982407867241, + 1508.3626136701698 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 34, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 256, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 227, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 132.09824078672497, + 1548.3626136701698 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 38, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 224 + }, + { + "name": "vae", + "type": "VAE", + "link": 270 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1076.0982407867252, + 1517.3626136701698 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 271 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 3179, + 1406 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 233 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 232 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 4981.029865125313, + 1330.6812345162268 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 231 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 4591.029865125312, + 1370.6812345162268 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 230 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 3891.029865125316, + 1500.6812345162266 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 237, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 3891.029865125316, + 1660.681234516227 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 3891.029865125316, + 1760.681234516227 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 29, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 236, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 3631.029865125317, + 1540.6812345162268 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 30, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 235, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 234, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 3331.029865125317, + 1580.6812345162268 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 232 + }, + { + "name": "vae", + "type": "VAE", + "link": 273 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 4271.029865125313, + 1550.6812345162268 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 272 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -1670, + 130 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -2245, + 144 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 250, + 251, + 266, + 267 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 252, + 253, + 268, + 269 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -1206, + 134 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 240, + 241 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 263 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -1680, + 410 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 265 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -1910, + 410 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2140, + 410 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "ComfyUI_00020_.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -1213, + 259 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 170, + "type": "Note", + "pos": [ + 305, + 444 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 171, + "type": "VAEDecode", + "pos": [ + 2920, + 60 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 207 + }, + { + "name": "vae", + "type": "VAE", + "link": 247 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 209 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 172, + "type": "SaveImage", + "pos": [ + 3210, + -40 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 209 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 173, + "type": "SamplerCustomAdvanced", + "pos": [ + 2531, + 58 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 238, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 211, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 212, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 213, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 241, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 207 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 174, + "type": "KSamplerSelect", + "pos": [ + 2530, + 200 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 212 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m" + ] + }, + { + "id": 175, + "type": "BasicScheduler", + "pos": [ + 2530, + 300 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 259, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 264, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 213 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "karras", + 4, + 0.75 + ] + }, + { + "id": 176, + "type": "BasicGuider", + "pos": [ + 2220, + 80 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 258, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 243, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 211 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 183, + "type": "Note", + "pos": [ + 2540, + 440 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 16, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 185, + "type": "ImageResize+", + "pos": [ + -633, + 1411 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 220, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 266, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 268, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 223 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 186, + "type": "ModelSamplingFlux", + "pos": [ + -629, + 1230 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": null + }, + { + "name": "width", + "type": "INT", + "link": null, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": null, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 235, + 236 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ] + }, + { + "id": 187, + "type": "CLIPTextEncode", + "pos": [ + -1244, + 1232 + ], + "size": { + "0": 322.886962890625, + "1": 273.7496643066406 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 245 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 227, + 234 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 189, + "type": "ModelSamplingFlux", + "pos": [ + -618, + 584 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 248 + }, + { + "name": "width", + "type": "INT", + "link": 250, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 252, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 254, + 255, + 258, + 259 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 0.75, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 190, + "type": "ModelSamplingFlux", + "pos": [ + -606, + 1927 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 249 + }, + { + "name": "width", + "type": "INT", + "link": 251, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 253, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 256, + 257 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 191, + "type": "Primitive float [Crystools]", + "pos": [ + -869, + 545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 260 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.9 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 192, + "type": "ImpactSwitch", + "pos": [ + -306, + 448 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 260 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 261 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 263, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 262, + 264 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 193, + "type": "Primitive float [Crystools]", + "pos": [ + -867, + 664 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 261 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.5 + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 9, + 8, + 0, + 9, + 0, + "IMAGE" + ], + [ + 24, + 13, + 0, + 8, + 0, + "LATENT" + ], + [ + 30, + 22, + 0, + 13, + 1, + "GUIDER" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 93, + 16, + 0, + 13, + 2, + "SAMPLER" + ], + [ + 94, + 17, + 0, + 13, + 3, + "SIGMAS" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 207, + 173, + 0, + 171, + 0, + "LATENT" + ], + [ + 209, + 171, + 0, + 172, + 0, + "IMAGE" + ], + [ + 211, + 176, + 0, + 173, + 1, + "GUIDER" + ], + [ + 212, + 174, + 0, + 173, + 2, + "SAMPLER" + ], + [ + 213, + 175, + 0, + 173, + 3, + "SIGMAS" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 220, + 51, + 0, + 185, + 0, + "IMAGE" + ], + [ + 222, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 223, + 185, + 0, + 99, + 0, + "IMAGE" + ], + [ + 224, + 99, + 0, + 121, + 0, + "IMAGE" + ], + [ + 227, + 187, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 228, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 229, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 230, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 231, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 232, + 125, + 0, + 139, + 0, + "IMAGE" + ], + [ + 233, + 107, + 0, + 125, + 0, + "IMAGE" + ], + [ + 234, + 187, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 235, + 186, + 0, + 134, + 0, + "MODEL" + ], + [ + 236, + 186, + 0, + 133, + 0, + "MODEL" + ], + [ + 237, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 238, + 25, + 0, + 173, + 0, + "NOISE" + ], + [ + 239, + 25, + 0, + 13, + 0, + "NOISE" + ], + [ + 240, + 163, + 0, + 13, + 4, + "LATENT" + ], + [ + 241, + 163, + 0, + 173, + 4, + "LATENT" + ], + [ + 242, + 6, + 0, + 22, + 1, + "CONDITIONING" + ], + [ + 243, + 6, + 0, + 176, + 1, + "CONDITIONING" + ], + [ + 244, + 11, + 0, + 6, + 0, + "CLIP" + ], + [ + 245, + 11, + 0, + 187, + 0, + "CLIP" + ], + [ + 246, + 10, + 0, + 8, + 1, + "VAE" + ], + [ + 247, + 10, + 0, + 171, + 1, + "VAE" + ], + [ + 248, + 88, + 0, + 189, + 0, + "MODEL" + ], + [ + 249, + 88, + 0, + 190, + 0, + "MODEL" + ], + [ + 250, + 160, + 0, + 189, + 1, + "INT" + ], + [ + 251, + 160, + 0, + 190, + 1, + "INT" + ], + [ + 252, + 160, + 1, + 189, + 2, + "INT" + ], + [ + 253, + 160, + 1, + 190, + 2, + "INT" + ], + [ + 254, + 189, + 0, + 22, + 0, + "MODEL" + ], + [ + 255, + 189, + 0, + 17, + 0, + "MODEL" + ], + [ + 256, + 190, + 0, + 114, + 0, + "MODEL" + ], + [ + 257, + 190, + 0, + 113, + 0, + "MODEL" + ], + [ + 258, + 189, + 0, + 176, + 0, + "MODEL" + ], + [ + 259, + 189, + 0, + 175, + 0, + "MODEL" + ], + [ + 260, + 191, + 0, + 192, + 0, + "FLOAT" + ], + [ + 261, + 193, + 0, + 192, + 1, + "FLOAT" + ], + [ + 262, + 192, + 0, + 17, + 1, + "FLOAT" + ], + [ + 263, + 163, + 2, + 192, + 3, + "INT" + ], + [ + 264, + 192, + 0, + 175, + 1, + "FLOAT" + ], + [ + 265, + 10, + 0, + 165, + 1, + "VAE" + ], + [ + 266, + 160, + 0, + 185, + 1, + "INT" + ], + [ + 267, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 268, + 160, + 1, + 185, + 2, + "INT" + ], + [ + 269, + 160, + 1, + 64, + 2, + "INT" + ], + [ + 270, + 10, + 0, + 121, + 1, + "VAE" + ], + [ + 271, + 10, + 0, + 123, + 1, + "VAE" + ], + [ + 272, + 10, + 0, + 140, + 1, + "VAE" + ], + [ + 273, + 10, + 0, + 139, + 1, + "VAE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -78, + 1138, + 3096, + 1017 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Base Sampler", + "bounding": [ + -72, + -139, + 2124, + 1195 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + 3100, + 1156, + 3035, + 1004 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Sampler Alt1", + "bounding": [ + 2161, + -132, + 2086, + 1177 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -2466, + -625, + 2132, + 511 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.8954302432552591, + "offset": [ + 2747.0385592083117, + 823.905346296996 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Scene-Creator-LINES-v24.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Scene-Creator-LINES-v24.json new file mode 100644 index 0000000..2ef5242 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Scene-Creator-LINES-v24.json @@ -0,0 +1,19866 @@ +{ + "last_node_id": 1973, + "last_link_id": 2587, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2482, + 2531 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Scene-Creator-v24\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v9\n\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2481, + 2527 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -8440, + 2402 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2561, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -8080.706047750681, + 2410.371192142726 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1478 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -8666.332275390625, + 2590.6661376953125 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 2558, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2562, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -8996.332275390625, + 2493.6661376953125 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Foda-v1.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -8090.706047750681, + 2530.371192142726 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -6945, + 1896 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 243, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 2519 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2289, + 2419, + 2421 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -6680.706047750682, + 1840.766383771218 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 249, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2289 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1489, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -7330.706047750682, + 1880.766383771218 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 235, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1707, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1478, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -7330.706047750682, + 2020.766383771218 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -7330.706047750682, + 2120.7663837712166 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2144, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -7650.706047750682, + 1900.766383771218 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2497, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1479, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -7320.706047750682, + 2260.7663837712166 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -9000.706047750684, + 2140.7663837712166 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2496 + }, + { + "name": "width", + "type": "INT", + "link": 2557, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2144, + 2497 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8160.706047750684, + 1850.766383771218 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00009155273438 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2512 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1474, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1475, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1479 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -8084.706047750681, + 2071.766383771217 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9016.706047750684, + 1862.766383771218 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1473 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "anime style detailed photo establishing shot of a cyberpunk alley way, futuristic city with in another world, magnificent lights rays, sharp lines, shops along walls and garbage on floors", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -7670.706047750682, + 2480.7663837712166 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1477 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -8081.706047750681, + 2192.7663837712166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 2547 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 2548 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8233, + "1": 1028, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 413.09688988709513, + 418 + ], + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8600.706047750684, + 1860.766383771218 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1473, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1474, + 1475, + 1476 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8598.706047750684, + 2068.7663837712175 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1476, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork anime style detailed photo establishing shot of a cyberpunk alley way, futuristic city with in another world, magnificent lights rays, sharp lines, shops along walls and garbage on floors . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -5505, + 3421 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 333, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2297 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2386 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -5091.102458383121, + 3245.221722455663 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 338, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2387 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720, + 2375 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1978 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -4751.102458383121, + 3245.221722455663 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 340, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1780, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -8410.706047750684, + 2590.371192142726 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 165, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 2520 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2480, + 2523 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -7316, + 2386 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7691, + 1063 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -7797, + 1116 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "FodaThumbs" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7542, + 1062 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1902, + 2453 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "FodaThumbs", + "/scene/flux", + "" + ] + }, + { + "id": 1213, + "type": "PrimitiveNode", + "pos": [ + -6918, + 2045 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1487 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/background/flux" + ] + }, + { + "id": 1214, + "type": "CR Text Concatenate", + "pos": [ + -6919, + 2143 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2454, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1487, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/background/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8417, + 3684 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2568, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2569, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8068.413307883524, + 3716.5711392489834 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 197, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8648.413307883522, + 3896.571139248985 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 162, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2286 + }, + { + "name": "width", + "type": "INT", + "link": 2567, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2566, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "pad", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -8988.413307883522, + 3796.5711392489834 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2285 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\text/flux_00138_.png [output]", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8078.413307883524, + 3836.571139248984 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 18, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6928, + 3187 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 248, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 2517 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 2362, + 2363 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6606.078302556818, + 3235.600652521351 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 255, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7318.413307883524, + 3186.5711392489843 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 242, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7318.413307883524, + 3326.5711392489843 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7318.413307883524, + 3426.5711392489834 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 224, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2500, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7638.413307883524, + 3206.5711392489843 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 180, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2499, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7308.413307883524, + 3566.5711392489834 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 20, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8988.413307883522, + 3446.5711392489834 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 161, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2498 + }, + { + "name": "width", + "type": "INT", + "link": 2563, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2564, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2499, + 2500 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8148.413307883524, + 3156.5711392489843 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2511 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8068.413307883524, + 3376.5711392489834 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -8988.413307883522, + 3156.5711392489843 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 22, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "a bald man is looking at the camera, we see his waist and body, wearing bright coloured hoodie, looking at the camera, he is very surprised", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7658.413307883524, + 3786.5711392489834 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 212, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8068.413307883524, + 3496.571139248984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.65 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8588.413307883522, + 3166.5711392489843 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 125, + "mode": 4, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8588.413307883522, + 3376.5711392489834 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork a bald man is looking at the camera, we see his waist and body, wearing bright coloured hoodie, looking at the camera, he is very surprised . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8398.413307883522, + 3896.571139248985 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 181, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 2518 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7318.413307883524, + 3686.571139248984 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 234, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6908.413307883524, + 3336.571139248984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6906, + 3445 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 184, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2456, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7631.413307883524, + 3376.5711392489834 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1529 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 178248900458073, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1279, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2430, + 5050 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 348, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2292 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1850 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1852 + }, + { + "name": "color", + "type": "STRING", + "link": 2235, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1774, + 2447 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1287, + "type": "EmptyLatentImage", + "pos": [ + -8372, + 5214 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 179, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2574, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2575, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1569 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1288, + "type": "LatentSwitch", + "pos": [ + -8015.983532635029, + 5232.694334547079 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 211, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1569 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1570 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1582 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1596 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1289, + "type": "ImageResize+", + "pos": [ + -8605.983532635028, + 5412.694334547079 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 178, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2241 + }, + { + "name": "width", + "type": "INT", + "link": 2572, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2573, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1599 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1290, + "type": "LoadImage", + "pos": [ + -8953, + 5311 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 26, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\subject/flux_00097_.png [output]", + "image" + ] + }, + { + "id": 1291, + "type": "Note", + "pos": [ + -8025.983532635029, + 5352.694334547079 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 27, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1293, + "type": "VAEDecode", + "pos": [ + -6875.983532635027, + 4702.694334547079 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 254, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1574 + }, + { + "name": "vae", + "type": "VAE", + "link": 2516 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1576, + 2377 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1294, + "type": "SaveImage", + "pos": [ + -6615.983532635027, + 4662.694334547079 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 261, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1576 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1577, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1295, + "type": "SamplerCustomAdvanced", + "pos": [ + -7265.983532635026, + 4702.694334547079 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 247, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1709, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1579, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1580, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1581, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1582, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1574 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1296, + "type": "KSamplerSelect", + "pos": [ + -7265.983532635026, + 4842.694334547079 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1580 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1297, + "type": "BasicScheduler", + "pos": [ + -7265.983532635026, + 4942.694334547079 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 233, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2505, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1584, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1601 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1298, + "type": "BasicGuider", + "pos": [ + -7585.983532635027, + 4722.694334547079 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 195, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2504, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1586, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1579 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1302, + "type": "Note", + "pos": [ + -7255.983532635026, + 5082.694334547078 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 29, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1303, + "type": "ModelSamplingFlux", + "pos": [ + -8935.772717184273, + 4962.746241041403 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 177, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2503 + }, + { + "name": "width", + "type": "INT", + "link": 2570, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2571, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2504, + 2505 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1307, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8095.983532635028, + 4672.694334547079 + ], + "size": { + "0": 354.3183898925781, + "1": 100 + }, + "flags": {}, + "order": 172, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2510 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1592, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1593, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1586 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1308, + "type": "Primitive float [Crystools]", + "pos": [ + -8015.983532635029, + 4892.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1594 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1309, + "type": "DF_Text_Box", + "pos": [ + -8950.772717184273, + 4681.746241041404 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1597 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "looking at the camera, the red haired man is laughing", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1312, + "type": "ImpactSwitch", + "pos": [ + -7605.983532635027, + 5302.694334547079 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 223, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1594 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1595 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1596, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1584 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1313, + "type": "Primitive float [Crystools]", + "pos": [ + -8015.983532635029, + 5012.694334547078 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1595 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.75 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1316, + "type": "SDXLPromptStyler", + "pos": [ + -8535.772717184273, + 4682.746241041404 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1597, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1592, + 1593, + 1598 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1317, + "type": "ShowText|pysssss", + "pos": [ + -8535.983532635028, + 4892.694334547079 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 148, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1598, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "anime artwork shocked surprise anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light . anime style, key visual, vibrant, studio anime, highly detailed" + ], + "anime artwork looking at the camera, the red haired man is laughing . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1318, + "type": "VAEEncode", + "pos": [ + -8345.983532635028, + 5412.694334547079 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 196, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1599 + }, + { + "name": "vae", + "type": "VAE", + "link": 2515 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1319, + "type": "SplitSigmas", + "pos": [ + -7265.983532635026, + 5202.694334547079 + ], + "size": { + "0": 321.2437744140625, + "1": 78 + }, + "flags": {}, + "order": 241, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1601 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1581 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1320, + "type": "PrimitiveNode", + "pos": [ + -6855.7727171842735, + 4852.746241041404 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1603 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/subject/flux" + ] + }, + { + "id": 1321, + "type": "CR Text Concatenate", + "pos": [ + -6855, + 4958 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 200, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2458, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1603, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1577 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/subject/flux", + "" + ] + }, + { + "id": 1324, + "type": "Reroute", + "pos": [ + -5628, + 4684 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 269, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2378 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1874, + 2379 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1325, + "type": "InspyrenetRembg", + "pos": [ + -5209, + 4818 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 339, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2212 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1613, + 2371 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2372 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1331, + "type": "SaveImage", + "pos": [ + -4781.189063979097, + 4817.606003960328 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 343, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1613 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1777, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/subject" + ] + }, + { + "id": 1336, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2547.6857739103943, + 3316.6496694959183 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 346, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2424 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1899 + }, + { + "name": "color", + "type": "STRING", + "link": 2236, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1795, + 2292 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1393, + "type": "RandomNoise", + "pos": [ + -7647, + 2037 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1707 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 602165856924188, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1395, + "type": "RandomNoise", + "pos": [ + -7585.7727171842735, + 4842.746241041404 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1709 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 647494800942349, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10761, + "1": 4998, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1500.1953125, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 36, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1401, + "type": "Label (rgthree)", + "pos": { + "0": -10456, + "1": 2301, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1233.59375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 37, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SCENE GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1402, + "type": "Label (rgthree)", + "pos": { + "0": -10698, + "1": 3573, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1289.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 38, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1405, + "type": "Label (rgthree)", + "pos": { + "0": -5093.1025390625, + "1": 3085.2216796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 39, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1406, + "type": "Label (rgthree)", + "pos": { + "0": -3417, + "1": 3030, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 40, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1409, + "type": "Note", + "pos": [ + -6517, + 1215 + ], + "size": [ + 251.7524780098147, + 86.67692045446415 + ], + "flags": {}, + "order": 41, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "COLOR PRESET [ T-FLIP ]\n#ffbf30 Yellow\n#30ffbf Green\n#bf30ff Purple\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1442, + "type": "PrimitiveNode", + "pos": [ + -3427, + 3651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1758 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1443, + "type": "CR Text Concatenate", + "pos": [ + -3425, + 3699 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 219, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2473, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1758, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1798 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1450, + "type": "SaveImage", + "pos": [ + -2188, + 3317 + ], + "size": [ + 699.0168446252401, + 588.2888952781964 + ], + "flags": {}, + "order": 347, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1795 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1798, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1462, + "type": "SaveImage", + "pos": [ + -2090, + 4920 + ], + "size": [ + 688.0980324420516, + 565.1938421329087 + ], + "flags": { + "collapsed": false + }, + "order": 349, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1774 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1903, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1464, + "type": "PrimitiveNode", + "pos": [ + -5194, + 5494 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1776 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/subject" + ] + }, + { + "id": 1465, + "type": "CR Text Concatenate", + "pos": [ + -5187, + 5592 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 217, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2468, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1776, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1777 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/subject", + "" + ] + }, + { + "id": 1467, + "type": "PrimitiveNode", + "pos": [ + -5051.102458383121, + 3955.221722455663 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1779 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1468, + "type": "CR Text Concatenate", + "pos": [ + -5036, + 4062 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 203, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2470, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1779, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1780 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1480, + "type": "Label (rgthree)", + "pos": { + "0": -217, + "1": 4718, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1228.02734375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 45, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1481, + "type": "LoadImage", + "pos": [ + -7314, + 2519 + ], + "size": { + "0": 344.4037170410156, + "1": 326.8418273925781 + }, + "flags": { + "collapsed": false + }, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00693_.png", + "image" + ] + }, + { + "id": 1492, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2810, + 5240 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 345, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2372 + }, + { + "name": "x", + "type": "INT", + "link": 1905, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1907, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2282, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1852 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1493, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2810, + 4950 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 344, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2371 + }, + { + "name": "x", + "type": "INT", + "link": 1904, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1906, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2281, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1850 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1511, + "type": "ImageScaleBy", + "pos": [ + -5684, + 4757 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 278, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2213 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2.5 + ] + }, + { + "id": 1512, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2937.6880034590754, + 3556.942075310145 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 342, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1978 + }, + { + "name": "x", + "type": "INT", + "link": 1910, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1912, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2288, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1513, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2937.6880034590754, + 3266.9420753101444 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 341, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2375 + }, + { + "name": "x", + "type": "INT", + "link": 1908, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1911, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2287, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1514, + "type": "PrimitiveNode", + "pos": [ + -3140, + 5440 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1894 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1515, + "type": "CR Text Concatenate", + "pos": [ + -3148, + 5402 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 230, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2475, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1894, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1903 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine/subject", + "" + ] + }, + { + "id": 1519, + "type": "ShowText|pysssss", + "pos": [ + -7338, + 1065 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1902, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "./foda/FodaThumbs" + ] + }, + { + "id": 1520, + "type": "PrimitiveNode", + "pos": [ + -3150, + 5010 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 48, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1906, + 1907 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ] + }, + { + "id": 1521, + "type": "PrimitiveNode", + "pos": [ + -3150, + 4890 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 49, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1904, + 1905 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -900, + "fixed" + ] + }, + { + "id": 1522, + "type": "PrimitiveNode", + "pos": [ + -3176.6880034590754, + 3288.9420753101444 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 50, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1908, + 1910 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 900, + "fixed" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -3174.6880034590754, + 3409.9420753101444 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 51, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1911, + 1912 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ] + }, + { + "id": 1525, + "type": "InspyrenetRembg", + "pos": [ + -5197.366943294996, + 6361.263194160623 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 288, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1980 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1915, + 1975 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1976 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1526, + "type": "SaveImage", + "pos": [ + -4797.247949432767, + 6270.904585358652 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 298, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1916, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1527, + "type": "EmptyLatentImage", + "pos": [ + -8340, + 6731 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 194, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2580, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2581, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1919 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1528, + "type": "LatentSwitch", + "pos": [ + -8000, + 6730 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 222, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1919 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1920 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1932 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1946 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1529, + "type": "ImageResize+", + "pos": [ + -8580, + 6910 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 193, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1921 + }, + { + "name": "width", + "type": "INT", + "link": 2578, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2579, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1949 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1530, + "type": "LoadImage", + "pos": [ + -8920, + 6810 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1921 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\text/flux_00089_.png [output]", + "image" + ] + }, + { + "id": 1531, + "type": "Note", + "pos": [ + -8010, + 6850 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 53, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1533, + "type": "VAEDecode", + "pos": [ + -6860, + 6200 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 260, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1924 + }, + { + "name": "vae", + "type": "VAE", + "link": 2514 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1926, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1534, + "type": "SaveImage", + "pos": [ + -6590, + 6191 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 267, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1926 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1927, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1535, + "type": "SamplerCustomAdvanced", + "pos": [ + -7250, + 6200 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 253, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1928, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1929, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1930, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1931, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1932, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1536, + "type": "KSamplerSelect", + "pos": [ + -7250, + 6340 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 54, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1930 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1537, + "type": "BasicScheduler", + "pos": [ + -7250, + 6440 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 240, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2137, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1934, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1538, + "type": "BasicGuider", + "pos": [ + -7570, + 6220 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 209, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2138, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1936, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1929 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1541, + "type": "Note", + "pos": [ + -7240, + 6580 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 55, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "ModelSamplingFlux", + "pos": [ + -8920, + 6460 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 192, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2506 + }, + { + "name": "width", + "type": "INT", + "link": 2576, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2577, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2137, + 2138 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1546, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8080, + 6170 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 188, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2509 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1942, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1943, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1936 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1547, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 6390 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 56, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "DF_Text_Box", + "pos": [ + -8920, + 6170 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 57, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1947 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"FLUX\", clean vector block caps, white background", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1551, + "type": "ImpactSwitch", + "pos": [ + -7590, + 6800 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 232, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1944 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1945 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1946, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1934 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1552, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 6510 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 58, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1945 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1555, + "type": "SDXLPromptStyler", + "pos": [ + -8520, + 6180 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1947, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1942, + 1943, + 1948 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1556, + "type": "ShowText|pysssss", + "pos": [ + -8520, + 6390 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1948, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"FLUX\", clean vector block caps, white background" + ] + }, + { + "id": 1557, + "type": "VAEEncode", + "pos": [ + -8330, + 6910 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 210, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1949 + }, + { + "name": "vae", + "type": "VAE", + "link": 2513 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1920 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1558, + "type": "SplitSigmas", + "pos": [ + -7250, + 6700 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 246, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1951 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1931 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1559, + "type": "PrimitiveNode", + "pos": [ + -6840, + 6350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 59, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1953 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1560, + "type": "CR Text Concatenate", + "pos": [ + -6842, + 6451 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 215, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2462, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1953, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1927 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1562, + "type": "RandomNoise", + "pos": [ + -7570, + 6390 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 60, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1928 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 785857290721132, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1566, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2194.7534644106604, + 6424.156393422819 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 351, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2446 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1958 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2063 + }, + { + "name": "color", + "type": "STRING", + "link": 2279, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1963, + 2425 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#1d393d" + ] + }, + { + "id": 1571, + "type": "Label (rgthree)", + "pos": { + "0": -4865, + "1": 6078, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1072.607421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 61, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1572, + "type": "PrimitiveNode", + "pos": [ + -3494.7534644106604, + 6778.156393422819 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 62, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1962 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1573, + "type": "CR Text Concatenate", + "pos": [ + -3487, + 6895 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 238, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2477, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1962, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1575, + "type": "SaveImage", + "pos": [ + -1834.7534644106581, + 6424.156393422819 + ], + "size": [ + 903.9549601416966, + 615.3781721388241 + ], + "flags": {}, + "order": 352, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1963 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1964, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1576, + "type": "PrimitiveNode", + "pos": [ + -5147.247949432767, + 6720.904585358652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 63, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1966 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1577, + "type": "CR Text Concatenate", + "pos": [ + -5145, + 6820 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 228, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2467, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1966, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1579, + "type": "ImageInvert", + "pos": [ + -5170.366943294996, + 6137.263194160623 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 268, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1997 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1987 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1580, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3044.7534644106604, + 6664.156393422819 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 300, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1976 + }, + { + "name": "x", + "type": "INT", + "link": 1969, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1970, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1981, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2066, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2062, + 2444 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1581, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3044.7534644106604, + 6374.156393422819 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 299, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1975 + }, + { + "name": "x", + "type": "INT", + "link": 1972, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1973, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1982, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2067, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1958, + 2443 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1582, + "type": "PrimitiveNode", + "pos": [ + -3284.7534644106604, + 6394.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 64, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1969, + 1972 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -400, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1583, + "type": "PrimitiveNode", + "pos": [ + -3274.7534644106604, + 6514.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 65, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1970, + 1973 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -100, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1585, + "type": "ImageScaleBy", + "pos": [ + -5194.247949432767, + 6220.904585358652 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 277, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1987 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 3 + ] + }, + { + "id": 1586, + "type": "PrimitiveNode", + "pos": [ + -3270.7534644106604, + 6634.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 66, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1981, + 1982 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.55, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1590, + "type": "InspyrenetRembg", + "pos": [ + -5179.998853582167, + 7690 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 297, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1999, + 2054 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2050 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1591, + "type": "SaveImage", + "pos": [ + -4779.998853582167, + 7620 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 306, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2000, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1592, + "type": "EmptyLatentImage", + "pos": [ + -8376, + 8042 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 207, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2584, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2585, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2003 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1593, + "type": "LatentSwitch", + "pos": [ + -8000, + 8050 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 231, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 2003 + }, + { + "name": "input2", + "type": "LATENT", + "link": 2004 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2016 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2030 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1594, + "type": "ImageResize+", + "pos": [ + -8580, + 8230 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 208, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2005 + }, + { + "name": "width", + "type": "INT", + "link": 2586, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2587, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2033 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1595, + "type": "LoadImage", + "pos": [ + -8920, + 8130 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 67, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2005 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00004_ (1).png", + "image" + ] + }, + { + "id": 1596, + "type": "Note", + "pos": [ + -8010, + 8170 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 68, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1598, + "type": "VAEDecode", + "pos": [ + -6860, + 7520 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 266, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2008 + }, + { + "name": "vae", + "type": "VAE", + "link": 2521 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2010, + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1599, + "type": "SaveImage", + "pos": [ + -6590, + 7510 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 275, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2010 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2011, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1600, + "type": "SamplerCustomAdvanced", + "pos": [ + -7250, + 7520 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 259, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2012, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2013, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2014, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2015, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2016, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2008 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1601, + "type": "KSamplerSelect", + "pos": [ + -7250, + 7660 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 69, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2014 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1602, + "type": "BasicScheduler", + "pos": [ + -7250, + 7760 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 245, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2136, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2018, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2035 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1603, + "type": "BasicGuider", + "pos": [ + -7570, + 7540 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 220, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2135, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2020, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2013 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1606, + "type": "Note", + "pos": [ + -7240, + 7900 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 70, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1607, + "type": "ModelSamplingFlux", + "pos": [ + -8920, + 7780 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 206, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2507 + }, + { + "name": "width", + "type": "INT", + "link": 2582, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2583, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2135, + 2136 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1611, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8080, + 7490 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 205, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2508 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2026, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2027, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2020 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1612, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 7710 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 71, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2028 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1613, + "type": "DF_Text_Box", + "pos": [ + -8927, + 7474 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 72, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"WORKFLOWS\"\n\nclean vector block caps\n\nwhite background", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1616, + "type": "ImpactSwitch", + "pos": [ + -7590, + 8120 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 239, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2028 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2029 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2030, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1617, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 7830 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 73, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1620, + "type": "SDXLPromptStyler", + "pos": [ + -8520, + 7500 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 129, + "mode": 4, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 2031, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 2026, + 2027, + 2032 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1621, + "type": "ShowText|pysssss", + "pos": [ + -8520, + 7710 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 150, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2032, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"WORKFLOWS\"\n\nclean vector block caps\n\nwhite background" + ] + }, + { + "id": 1622, + "type": "VAEEncode", + "pos": [ + -8330, + 8230 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 221, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2033 + }, + { + "name": "vae", + "type": "VAE", + "link": 2522 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1623, + "type": "SplitSigmas", + "pos": [ + -7250, + 8020 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 252, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2035 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2015 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1624, + "type": "PrimitiveNode", + "pos": [ + -6840, + 7670 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 74, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2037 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1625, + "type": "CR Text Concatenate", + "pos": [ + -6843, + 7771 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 226, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2461, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2037, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1627, + "type": "RandomNoise", + "pos": [ + -7570, + 7710 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 75, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2012 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 241902653355529, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1629, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2172.176329564854, + 7726.928260203648 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 355, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2433 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2040 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2061 + }, + { + "name": "color", + "type": "STRING", + "link": 2440, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2045 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1632, + "type": "PrimitiveNode", + "pos": [ + -3502.176329564854, + 8126.928260203648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 76, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2044 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1633, + "type": "CR Text Concatenate", + "pos": [ + -3492, + 8247 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 244, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2479, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2044, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2046 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1635, + "type": "SaveImage", + "pos": [ + -1812.1763295648536, + 7726.928260203648 + ], + "size": [ + 892.687440250684, + 641.4454233088991 + ], + "flags": {}, + "order": 356, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2045 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2046, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1636, + "type": "PrimitiveNode", + "pos": [ + -5129.998853582167, + 8070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 77, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2048 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1637, + "type": "CR Text Concatenate", + "pos": [ + -5123, + 8173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 236, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2466, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2048, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2000 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1639, + "type": "ImageInvert", + "pos": [ + -5169.998853582167, + 7500 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 276, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2049 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2058 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1640, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3052.176329564854, + 8016.928260203648 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 308, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2050 + }, + { + "name": "x", + "type": "INT", + "link": 2051, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2052, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2053, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2060, + 2429 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1641, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3052.176329564854, + 7726.928260203648 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 307, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2054 + }, + { + "name": "x", + "type": "INT", + "link": 2055, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2056, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2057, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2040, + 2428 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1642, + "type": "PrimitiveNode", + "pos": [ + -3292.176329564854, + 7746.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 78, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2051, + 2055 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 500, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1643, + "type": "PrimitiveNode", + "pos": [ + -3282.176329564854, + 7866.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 79, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2052, + 2056 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 590, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1644, + "type": "ImageScaleBy", + "pos": [ + -5179.998853582167, + 7570 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 287, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2058 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2 + ] + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -3282.176329564854, + 7986.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 80, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2053, + 2057 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1646, + "type": "GrowMask", + "pos": [ + -2162.176329564854, + 7946.928260203648 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 316, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2060 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2061 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1649, + "type": "GrowMask", + "pos": [ + -2194.7534644106604, + 6644.156393422819 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 309, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2062 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2063 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1650, + "type": "PrimitiveNode", + "pos": [ + -3270.7534644106604, + 6759.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 81, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2066, + 2067 + ], + "slot_index": 0, + "widget": { + "name": "rotate" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1712, + "type": "Label (rgthree)", + "pos": { + "0": -10429, + "1": 6520, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 82, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1713, + "type": "Label (rgthree)", + "pos": { + "0": -10429, + "1": 7874, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1222.4609375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 83, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TEXT GEN 2:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1717, + "type": "RandomNoise", + "pos": [ + 1321.6696799958552, + 4877.4291454706645 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 84, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2383 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878824, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1719, + "type": "ImageResize+", + "pos": [ + 1571.6696799958552, + 5487.4291454706645 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 311, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2206, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2148, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2149, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2194 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1720, + "type": "LoadImage", + "pos": [ + 971.6696799958554, + 5357.4291454706645 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 85, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1723, + "type": "Reroute", + "pos": [ + 1361.6696799958552, + 5487.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 289, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2151 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2205, + 2206 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1725, + "type": "SaveImage", + "pos": [ + 3961.6696799958554, + 4857.4291454706645 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 336, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2152 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1726, + "type": "ImageColorMatch+", + "pos": [ + 3481.6696799958554, + 5217.4291454706645 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 334, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2153, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2154 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2152, + 2214 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1727, + "type": "SamplerCustomAdvanced", + "pos": [ + 2781.6696799958554, + 5107.4291454706645 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 329, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2383, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2156, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2157, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2158, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2159, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2165 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1728, + "type": "KSamplerSelect", + "pos": [ + 2781.6696799958554, + 5277.4291454706645 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 86, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1729, + "type": "BasicScheduler", + "pos": [ + 2781.6696799958554, + 5377.4291454706645 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 320, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2381, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2192 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1730, + "type": "BasicGuider", + "pos": [ + 2521.6696799958554, + 5157.4291454706645 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 319, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2380, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2382, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2156 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1734, + "type": "VAEEncodeTiled", + "pos": [ + 2221.6696799958554, + 5197.4291454706645 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 325, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2163 + }, + { + "name": "vae", + "type": "VAE", + "link": 2545 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1735, + "type": "VAEDecodeTiled", + "pos": [ + 3161.6696799958554, + 5167.4291454706645 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 332, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2165 + }, + { + "name": "vae", + "type": "VAE", + "link": 2546 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2153 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1750, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1561.6696799958552, + 4907.4291454706645 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 173, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2544 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2382 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1755, + "type": "AspectSizeV2", + "pos": [ + 231.6696799958554, + 5047.4291454706645 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 87, + "mode": 4, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1757, + "type": "ModelSamplingFlux", + "pos": [ + 1001.6696799958554, + 4867.4291454706645 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 312, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2543 + }, + { + "name": "width", + "type": "INT", + "link": 2187, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2188, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2380, + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1760, + "type": "ImageScaleBy", + "pos": [ + 2001.6696799958552, + 4947.4291454706645 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 321, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2190 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2163 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1762, + "type": "SplitSigmas", + "pos": [ + 2781.6696799958554, + 5517.4291454706645 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 324, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2192 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2158 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1764, + "type": "Reroute", + "pos": [ + 3291.6696799958554, + 5627.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 318, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2194 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2154 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1766, + "type": "ImageResize+", + "pos": [ + 1571.6696799958552, + 5257.4291454706645 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 313, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2205, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2197, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2198, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2190 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1767, + "type": "Reroute", + "pos": [ + 871.6696799958554, + 5047.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 302, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2199, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2148, + 2187, + 2197 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1768, + "type": "Reroute", + "pos": [ + 871.6696799958554, + 5067.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 301, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2200, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2149, + 2188, + 2198 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1769, + "type": "ImpactImageInfo", + "pos": [ + 611.6696799958554, + 5037.4291454706645 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 290, + "mode": 4, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2207 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2200 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2199 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1771, + "type": "Note", + "pos": [ + 1661.6696799958552, + 4767.4291454706645 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 88, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1772, + "type": "Reroute", + "pos": [ + 491.66967999585535, + 5287.4291454706645 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 279, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2379 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2151, + 2207 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1777, + "type": "easy imageSwitch", + "pos": [ + -5692, + 4902 + ], + "size": [ + 243.60000610351562, + 78 + ], + "flags": {}, + "order": 337, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2213 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2214 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2450, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2212 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1782, + "type": "PrimitiveNode", + "pos": [ + -3169.6880034590754, + 3537.942075310144 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 89, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2287, + 2288 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ] + }, + { + "id": 1786, + "type": "ImpactSwitch", + "pos": [ + -6037, + 1227 + ], + "size": [ + 210, + 122 + ], + "flags": { + "collapsed": true + }, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2226 + }, + { + "name": "input2", + "type": "STRING", + "link": 2227 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2452, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2232 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2230 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 1787, + "type": "String-🔬", + "pos": [ + -6513, + 1350 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 90, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2227, + 2228 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#d7e76f", + true + ] + }, + { + "id": 1788, + "type": "String-🔬", + "pos": [ + -6520, + 1107 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 91, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2226, + 2229 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#6fd7e7", + true + ] + }, + { + "id": 1789, + "type": "ImpactSwitch", + "pos": [ + -6036, + 1261 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2228 + }, + { + "name": "input2", + "type": "STRING", + "link": 2229 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2230, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2231, + 2235, + 2236, + 2279, + 2440 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1790, + "type": "ShowText|pysssss", + "pos": [ + -5764.180229718501, + 1313.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2231, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#d7e76f" + ], + "#d7e76f" + ] + }, + { + "id": 1791, + "type": "ShowText|pysssss", + "pos": [ + -5749.180229718501, + 1128.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2232, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#6fd7e7" + ], + "#6fd7e7" + ] + }, + { + "id": 1794, + "type": "Reroute", + "pos": [ + -3499, + 5919 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 229, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2476, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2477 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1795, + "type": "Reroute", + "pos": [ + -3521, + 7299 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 237, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2478, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2479 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1797, + "type": "ImageFlip+", + "pos": [ + -8603.772717184273, + 5309.746241041404 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 126, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2280 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2241 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1809, + "type": "PrimitiveNode", + "pos": [ + -3150, + 5140 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 92, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2281, + 2282 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ] + }, + { + "id": 1810, + "type": "ImageScaleBy", + "pos": [ + -5586, + 3188 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 256, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2362 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2296 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1811, + "type": "ImageFlip+", + "pos": [ + -8647.078302556816, + 3785.60065252135 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 124, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2285 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2286 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1813, + "type": "easy imageSwitch", + "pos": [ + -5605, + 3324 + ], + "size": [ + 243.60000610351562, + 78 + ], + "flags": {}, + "order": 331, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2296 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2360 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2449, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2297 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1814, + "type": "Label (rgthree)", + "pos": { + "0": -243.2364044189453, + "1": 3171.1650390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1122.509765625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 93, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1815, + "type": "RandomNoise", + "pos": [ + 1247.816241786487, + 3334.7425502968304 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 94, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2385 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1817, + "type": "ImageResize+", + "pos": [ + 1497.816241786487, + 3954.7425502968304 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 280, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2367, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2300, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2301, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2345 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1818, + "type": "LoadImage", + "pos": [ + 947.8162417864869, + 3784.7425502968304 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 95, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1823, + "type": "SaveImage", + "pos": [ + 3867.816241786487, + 3314.7425502968304 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 330, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2304 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1824, + "type": "ImageColorMatch+", + "pos": [ + 3417.816241786487, + 3424.7425502968304 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 326, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2305, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2306 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2304, + 2360 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1825, + "type": "SamplerCustomAdvanced", + "pos": [ + 2707.816241786487, + 3574.7425502968304 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 314, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2385, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2308, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2309, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2310, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2311, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2317 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1826, + "type": "KSamplerSelect", + "pos": [ + 2707.816241786487, + 3734.7425502968304 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 96, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2309 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1827, + "type": "BasicScheduler", + "pos": [ + 2707.816241786487, + 3834.7425502968304 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 293, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2365, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2343 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1828, + "type": "BasicGuider", + "pos": [ + 2447.816241786487, + 3614.7425502968304 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 292, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2364, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2384, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2308 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1832, + "type": "VAEEncodeTiled", + "pos": [ + 2147.816241786487, + 3654.7425502968304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 304, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2315 + }, + { + "name": "vae", + "type": "VAE", + "link": 2539 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2311 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1833, + "type": "VAEDecodeTiled", + "pos": [ + 3087.816241786487, + 3624.7425502968304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 322, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2317 + }, + { + "name": "vae", + "type": "VAE", + "link": 2540 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2305 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1847, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1487.816241786487, + 3364.7425502968304 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2542 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2384 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1852, + "type": "AspectSizeV2", + "pos": [ + 157.81624178648687, + 3504.7425502968304 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 97, + "mode": 4, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1854, + "type": "ModelSamplingFlux", + "pos": [ + 927.8162417864869, + 3324.7425502968304 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 281, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2541 + }, + { + "name": "width", + "type": "INT", + "link": 2339, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2340, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2364, + 2365 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1857, + "type": "ImageScaleBy", + "pos": [ + 2057.816241786487, + 3454.7425502968304 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 294, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2342 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2315 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1859, + "type": "SplitSigmas", + "pos": [ + 2707.816241786487, + 3974.7425502968304 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 303, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2343 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2310 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1861, + "type": "Reroute", + "pos": [ + 3217.816241786487, + 4084.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 291, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2345 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2306 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1863, + "type": "ImageResize+", + "pos": [ + 1497.816241786487, + 3724.7425502968304 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 282, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2366, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2348, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2349, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2342 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1864, + "type": "Reroute", + "pos": [ + 797.8162417864869, + 3504.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 271, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2359, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2300, + 2339, + 2348 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1865, + "type": "Reroute", + "pos": [ + 787.8162417864869, + 3534.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 270, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2351, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2301, + 2340, + 2349 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1866, + "type": "ImpactImageInfo", + "pos": [ + 537.8162417864869, + 3494.7425502968304 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 263, + "mode": 4, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2358 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2351 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2359 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1868, + "type": "Note", + "pos": [ + 1587.816241786487, + 3224.7425502968304 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 98, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1869, + "type": "Reroute", + "pos": [ + 417.8162417864869, + 3754.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 257, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2363 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2358, + 2366, + 2367 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1872, + "type": "ImageFlip+", + "pos": [ + -5690, + 4602 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 262, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2377 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2378 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1873, + "type": "ImageFlip+", + "pos": [ + -5583, + 3510 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 335, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2386 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2387 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1874, + "type": "Label (rgthree)", + "pos": { + "0": -223, + "1": 1785, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1322.55859375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 99, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "SCENE SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1875, + "type": "RandomNoise", + "pos": [ + 1306.853616778442, + 1953.7614788281844 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 100, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2394 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1876, + "type": "ImageResize+", + "pos": [ + 1556.853616778442, + 2563.7614788281853 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 272, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2388, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2389, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2390, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2412 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1877, + "type": "LoadImage", + "pos": [ + 1086.853616778442, + 2443.7614788281853 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 101, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1879, + "type": "SaveImage", + "pos": [ + 3916.8536167784428, + 1963.7614788281844 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 327, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2391 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1880, + "type": "ImageColorMatch+", + "pos": [ + 3476.8536167784428, + 2043.7614788281844 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 323, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2392, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2393 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2391, + 2423 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1881, + "type": "SamplerCustomAdvanced", + "pos": [ + 2766.8536167784428, + 2183.7614788281844 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 305, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2394, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2395, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2396, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2397, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2398, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2404 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1882, + "type": "KSamplerSelect", + "pos": [ + 2766.8536167784428, + 2343.761478828185 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 102, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2396 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1883, + "type": "BasicScheduler", + "pos": [ + 2766.8536167784428, + 2443.7614788281853 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 284, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2399, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2411 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1884, + "type": "BasicGuider", + "pos": [ + 2506.8536167784428, + 2223.7614788281844 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 285, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2400, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2401, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2395 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1885, + "type": "VAEEncodeTiled", + "pos": [ + 2206.8536167784428, + 2263.761478828185 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 296, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2402 + }, + { + "name": "vae", + "type": "VAE", + "link": 2537 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2398 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1886, + "type": "VAEDecodeTiled", + "pos": [ + 3146.8536167784428, + 2233.7614788281844 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 315, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2404 + }, + { + "name": "vae", + "type": "VAE", + "link": 2538 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2392 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1888, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1546.853616778442, + 1983.7614788281844 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 133, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2536 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2401 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1889, + "type": "AspectSizeV2", + "pos": [ + 216.85361677844227, + 2113.761478828184 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 103, + "mode": 4, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1890, + "type": "ModelSamplingFlux", + "pos": [ + 987, + 1944 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 273, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2535 + }, + { + "name": "width", + "type": "INT", + "link": 2408, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2409, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2399, + 2400 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1892, + "type": "ImageScaleBy", + "pos": [ + 2116.8536167784428, + 2063.761478828184 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 286, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2410 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2402 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1893, + "type": "SplitSigmas", + "pos": [ + 2766.8536167784428, + 2593.7614788281853 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 295, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2411 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2397 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1894, + "type": "Reroute", + "pos": [ + 3276.8536167784428, + 2693.7614788281853 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 283, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2412 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2393 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1895, + "type": "ImageResize+", + "pos": [ + 1556.853616778442, + 2333.761478828185 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 274, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2413, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2414, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2415, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2410 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1896, + "type": "Reroute", + "pos": [ + 856.8536167784423, + 2123.761478828184 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 265, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2416, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2389, + 2408, + 2414 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1897, + "type": "Reroute", + "pos": [ + 846.8536167784423, + 2153.7614788281844 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 264, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2417, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2390, + 2409, + 2415 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1898, + "type": "ImpactImageInfo", + "pos": [ + 596.8536167784423, + 2113.761478828184 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 258, + "mode": 4, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2418 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2417 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2416 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1899, + "type": "Note", + "pos": [ + 1646.853616778442, + 1833.7614788281844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 104, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1900, + "type": "Reroute", + "pos": [ + 476.85361677844236, + 2363.761478828185 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 251, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2421 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2388, + 2413, + 2418 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1901, + "type": "ImageScaleBy", + "pos": [ + -5739, + 1893 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 250, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2419 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2422 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1902, + "type": "easy imageSwitch", + "pos": [ + -5748, + 2026 + ], + "size": [ + 243.60000610351562, + 78 + ], + "flags": {}, + "order": 328, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2422 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2423 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2448, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2424 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1903, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2585.176329564854, + 7723.928260203648 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 354, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2432 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2428 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2430 + }, + { + "name": "color", + "type": "STRING", + "link": 2431, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2433 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1904, + "type": "Reroute", + "pos": [ + -2686.176329564854, + 7647.928260203648 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 353, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2425 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1905, + "type": "GrowMask", + "pos": [ + -2582.176329564854, + 7956.928260203648 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 317, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2429 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1906, + "type": "PrimitiveNode", + "pos": [ + -2502.176329564854, + 8096.928260203648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 105, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2431 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1909, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2614.7534644106604, + 6404.156393422819 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 350, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2447 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2443 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2441 + }, + { + "name": "color", + "type": "STRING", + "link": 2442, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2446 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1910, + "type": "GrowMask", + "pos": [ + -2614.7534644106604, + 6644.156393422819 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 310, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2444 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2441 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1911, + "type": "PrimitiveNode", + "pos": [ + -2534.7534644106604, + 6784.156393422819 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 106, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2442 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1912, + "type": "PrimitiveNode", + "pos": [ + -7788, + 1255 + ], + "size": [ + 312.8283901321047, + 97.70708759706486 + ], + "flags": {}, + "order": 107, + "mode": 0, + "outputs": [ + { + "name": "BOOLEAN", + "type": "BOOLEAN", + "links": [ + 2448, + 2449, + 2450 + ], + "slot_index": 0, + "widget": { + "name": "boolean" + } + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + false + ], + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1913, + "type": "Label (rgthree)", + "pos": { + "0": -5101, + "1": 4661, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1300.537109375, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 108, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1914, + "type": "Label (rgthree)", + "pos": { + "0": -3180, + "1": 4690, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1020.80078125, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 109, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1915, + "type": "Label (rgthree)", + "pos": { + "0": -3495, + "1": 6120, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1020.80078125, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 110, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1916, + "type": "Label (rgthree)", + "pos": { + "0": -3478, + "1": 7449, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1020.80078125, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 111, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1917, + "type": "Label (rgthree)", + "pos": { + "0": -4865, + "1": 7432, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1072.607421875, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 112, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1919, + "type": "PrimitiveNode", + "pos": [ + -6077, + 1107 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 113, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2452 + ], + "slot_index": 0, + "widget": { + "name": "select" + } + } + ], + "title": "CHOOSE 1 or 2", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 2, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1920, + "type": "Reroute", + "pos": [ + -7079, + 1646 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2453, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2454, + 2455 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1921, + "type": "Reroute", + "pos": [ + -7060, + 2930 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2455, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2456, + 2457, + 2469 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1922, + "type": "Reroute", + "pos": [ + -7015, + 4472 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2457, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2458, + 2459, + 2463 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1923, + "type": "Reroute", + "pos": [ + -7010.056549490951, + 5896.658482199375 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2459, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2460, + 2462, + 2464 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1924, + "type": "Reroute", + "pos": [ + -7020.81864647313, + 7254.313512669809 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 214, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2460, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2461, + 2465 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1925, + "type": "Reroute", + "pos": [ + -5193, + 7289 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2465, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2466, + 2478 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1926, + "type": "Reroute", + "pos": [ + -5221, + 5919 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2464, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2467, + 2476 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1927, + "type": "Reroute", + "pos": [ + -5207, + 4476 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2463, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2468, + 2474 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1928, + "type": "Reroute", + "pos": [ + -5130.782044375359, + 2933.1519825164387 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2469, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2470, + 2471 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1929, + "type": "Reroute", + "pos": [ + -3363.065813261525, + 2951.5847822129426 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 204, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2471, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2473 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1930, + "type": "Reroute", + "pos": [ + -3391, + 4482 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2474, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2475 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1931, + "type": "Reroute", + "pos": [ + -9310, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2481 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2485, + 2496 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1932, + "type": "Reroute", + "pos": [ + -9310, + 1760 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2482 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2484, + 2512 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1933, + "type": "Reroute", + "pos": [ + -9310, + 1790 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2480 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2486, + 2519, + 2520 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1934, + "type": "Reroute", + "pos": [ + -9306.944763789697, + 2953.280490148197 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2485 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2487, + 2498 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1935, + "type": "Reroute", + "pos": [ + -9306.806035076175, + 2981.0560338296264 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2484 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2488, + 2511 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1936, + "type": "Reroute", + "pos": [ + -9310.944763789697, + 3009.280490148197 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2486 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2489, + 2517, + 2518 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1937, + "type": "Reroute", + "pos": [ + -9252.874197436922, + 4567.676485883071 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2487 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2490, + 2503 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1938, + "type": "Reroute", + "pos": [ + -9252.7354687234, + 4595.452029564501 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2488 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2491, + 2510 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1939, + "type": "Reroute", + "pos": [ + -9256.874197436922, + 4623.676485883071 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2489 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2492, + 2515, + 2516 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1940, + "type": "Reroute", + "pos": [ + -9279.90948061331, + 6043.033844539996 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2490 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2493, + 2506 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1941, + "type": "Reroute", + "pos": [ + -9279.770751899789, + 6070.809388221425 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2491 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2494, + 2509 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1942, + "type": "Reroute", + "pos": [ + -9283.90948061331, + 6099.033844539996 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2492 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2495, + 2513, + 2514 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1943, + "type": "Reroute", + "pos": [ + -9229.701047057988, + 7379.352124126203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2493 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1944, + "type": "Reroute", + "pos": [ + -9229.562318344466, + 7407.127667807633 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2494 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2508 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1945, + "type": "Reroute", + "pos": [ + -9233.701047057988, + 7435.352124126203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2495 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2521, + 2522 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1946, + "type": "Reroute", + "pos": [ + -359, + 1522 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2527 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2528, + 2535 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1947, + "type": "Reroute", + "pos": [ + -358.9031232965825, + 1562.0669933582176 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2531 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2532, + 2536 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1948, + "type": "Reroute", + "pos": [ + -359, + 1598 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2523 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2524, + 2537, + 2538 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1955, + "type": "Reroute", + "pos": [ + -407, + 2992 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2528 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2529, + 2541 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1956, + "type": "Reroute", + "pos": [ + -407.2767076558689, + 3032.252840734856 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2532 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2533, + 2542 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1957, + "type": "Reroute", + "pos": [ + -407.2767076558689, + 3052.252840734856 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2524 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2525, + 2539, + 2540 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1958, + "type": "Reroute", + "pos": [ + -387, + 4251 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2529 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2543 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1959, + "type": "Reroute", + "pos": [ + -352, + 4284 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2533 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2544 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1960, + "type": "Reroute", + "pos": [ + -380, + 4300 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2525 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2545, + 2546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1964, + "type": "Reroute", + "pos": [ + -9790, + 1860 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2547, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2549, + 2557, + 2558, + 2559 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1965, + "type": "Reroute", + "pos": [ + -9790, + 1890 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2548, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2553, + 2560, + 2561, + 2562 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1966, + "type": "Reroute", + "pos": [ + -9850, + 3100 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2549, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2550, + 2563, + 2567, + 2568 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1967, + "type": "Reroute", + "pos": [ + -9850, + 3130 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2553, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2554, + 2564, + 2566, + 2569 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1968, + "type": "Reroute", + "pos": [ + -9930, + 4680 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2550, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2551, + 2570, + 2572, + 2574 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1969, + "type": "Reroute", + "pos": [ + -9930, + 4710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2554, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2555, + 2571, + 2573, + 2575 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1970, + "type": "Reroute", + "pos": [ + -9840, + 6300 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 175, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2551, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2552, + 2576, + 2578, + 2580 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1971, + "type": "Reroute", + "pos": [ + -9840, + 6330 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2555, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2556, + 2577, + 2579, + 2581 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1972, + "type": "Reroute", + "pos": [ + -9610, + 7690 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2552, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2582, + 2584, + 2586 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1973, + "type": "Reroute", + "pos": [ + -9610, + 7720 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2556, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2583, + 2585, + 2587 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + } + ], + "links": [ + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1473, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 1474, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 1475, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 1476, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 1477, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1478, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1479, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1487, + 1213, + 0, + 1214, + 1, + "STRING" + ], + [ + 1489, + 1214, + 0, + 194, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1569, + 1287, + 0, + 1288, + 0, + "LATENT" + ], + [ + 1570, + 1318, + 0, + 1288, + 1, + "LATENT" + ], + [ + 1574, + 1295, + 0, + 1293, + 0, + "LATENT" + ], + [ + 1576, + 1293, + 0, + 1294, + 0, + "IMAGE" + ], + [ + 1577, + 1321, + 0, + 1294, + 1, + "STRING" + ], + [ + 1579, + 1298, + 0, + 1295, + 1, + "GUIDER" + ], + [ + 1580, + 1296, + 0, + 1295, + 2, + "SAMPLER" + ], + [ + 1581, + 1319, + 1, + 1295, + 3, + "SIGMAS" + ], + [ + 1582, + 1288, + 0, + 1295, + 4, + "LATENT" + ], + [ + 1584, + 1312, + 0, + 1297, + 1, + "FLOAT" + ], + [ + 1586, + 1307, + 0, + 1298, + 1, + "CONDITIONING" + ], + [ + 1592, + 1316, + 0, + 1307, + 1, + "STRING" + ], + [ + 1593, + 1316, + 0, + 1307, + 2, + "STRING" + ], + [ + 1594, + 1308, + 0, + 1312, + 0, + "FLOAT" + ], + [ + 1595, + 1313, + 0, + 1312, + 1, + "FLOAT" + ], + [ + 1596, + 1288, + 2, + 1312, + 3, + "INT" + ], + [ + 1597, + 1309, + 0, + 1316, + 0, + "STRING" + ], + [ + 1598, + 1316, + 0, + 1317, + 0, + "STRING" + ], + [ + 1599, + 1289, + 0, + 1318, + 0, + "IMAGE" + ], + [ + 1601, + 1297, + 0, + 1319, + 0, + "SIGMAS" + ], + [ + 1603, + 1320, + 0, + 1321, + 1, + "STRING" + ], + [ + 1613, + 1325, + 0, + 1331, + 0, + "IMAGE" + ], + [ + 1707, + 1393, + 0, + 195, + 0, + "NOISE" + ], + [ + 1709, + 1395, + 0, + 1295, + 0, + "NOISE" + ], + [ + 1758, + 1442, + 0, + 1443, + 1, + "STRING" + ], + [ + 1774, + 1279, + 0, + 1462, + 0, + "IMAGE" + ], + [ + 1776, + 1464, + 0, + 1465, + 1, + "STRING" + ], + [ + 1777, + 1465, + 0, + 1331, + 1, + "STRING" + ], + [ + 1779, + 1467, + 0, + 1468, + 1, + "STRING" + ], + [ + 1780, + 1468, + 0, + 684, + 1, + "STRING" + ], + [ + 1795, + 1336, + 0, + 1450, + 0, + "IMAGE" + ], + [ + 1798, + 1443, + 0, + 1450, + 1, + "STRING" + ], + [ + 1850, + 1493, + 0, + 1279, + 1, + "IMAGE" + ], + [ + 1852, + 1492, + 0, + 1279, + 2, + "MASK" + ], + [ + 1874, + 1324, + 0, + 1511, + 0, + "IMAGE" + ], + [ + 1894, + 1514, + 0, + 1515, + 1, + "STRING" + ], + [ + 1897, + 1513, + 0, + 1336, + 1, + "IMAGE" + ], + [ + 1899, + 1512, + 0, + 1336, + 2, + "MASK" + ], + [ + 1902, + 1212, + 0, + 1519, + 0, + "STRING" + ], + [ + 1903, + 1515, + 0, + 1462, + 1, + "STRING" + ], + [ + 1904, + 1521, + 0, + 1493, + 1, + "INT" + ], + [ + 1905, + 1521, + 0, + 1492, + 1, + "INT" + ], + [ + 1906, + 1520, + 0, + 1493, + 2, + "INT" + ], + [ + 1907, + 1520, + 0, + 1492, + 2, + "INT" + ], + [ + 1908, + 1522, + 0, + 1513, + 1, + "INT" + ], + [ + 1910, + 1522, + 0, + 1512, + 1, + "INT" + ], + [ + 1911, + 1523, + 0, + 1513, + 2, + "INT" + ], + [ + 1912, + 1523, + 0, + 1512, + 2, + "INT" + ], + [ + 1915, + 1525, + 0, + 1526, + 0, + "IMAGE" + ], + [ + 1916, + 1577, + 0, + 1526, + 1, + "STRING" + ], + [ + 1919, + 1527, + 0, + 1528, + 0, + "LATENT" + ], + [ + 1920, + 1557, + 0, + 1528, + 1, + "LATENT" + ], + [ + 1921, + 1530, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 1924, + 1535, + 0, + 1533, + 0, + "LATENT" + ], + [ + 1926, + 1533, + 0, + 1534, + 0, + "IMAGE" + ], + [ + 1927, + 1560, + 0, + 1534, + 1, + "STRING" + ], + [ + 1928, + 1562, + 0, + 1535, + 0, + "NOISE" + ], + [ + 1929, + 1538, + 0, + 1535, + 1, + "GUIDER" + ], + [ + 1930, + 1536, + 0, + 1535, + 2, + "SAMPLER" + ], + [ + 1931, + 1558, + 1, + 1535, + 3, + "SIGMAS" + ], + [ + 1932, + 1528, + 0, + 1535, + 4, + "LATENT" + ], + [ + 1934, + 1551, + 0, + 1537, + 1, + "FLOAT" + ], + [ + 1936, + 1546, + 0, + 1538, + 1, + "CONDITIONING" + ], + [ + 1942, + 1555, + 0, + 1546, + 1, + "STRING" + ], + [ + 1943, + 1555, + 0, + 1546, + 2, + "STRING" + ], + [ + 1944, + 1547, + 0, + 1551, + 0, + "FLOAT" + ], + [ + 1945, + 1552, + 0, + 1551, + 1, + "FLOAT" + ], + [ + 1946, + 1528, + 2, + 1551, + 3, + "INT" + ], + [ + 1947, + 1548, + 0, + 1555, + 0, + "STRING" + ], + [ + 1948, + 1555, + 0, + 1556, + 0, + "STRING" + ], + [ + 1949, + 1529, + 0, + 1557, + 0, + "IMAGE" + ], + [ + 1951, + 1537, + 0, + 1558, + 0, + "SIGMAS" + ], + [ + 1953, + 1559, + 0, + 1560, + 1, + "STRING" + ], + [ + 1958, + 1581, + 0, + 1566, + 1, + "IMAGE" + ], + [ + 1962, + 1572, + 0, + 1573, + 1, + "STRING" + ], + [ + 1963, + 1566, + 0, + 1575, + 0, + "IMAGE" + ], + [ + 1964, + 1573, + 0, + 1575, + 1, + "STRING" + ], + [ + 1966, + 1576, + 0, + 1577, + 1, + "STRING" + ], + [ + 1969, + 1582, + 0, + 1580, + 1, + "INT" + ], + [ + 1970, + 1583, + 0, + 1580, + 2, + "INT" + ], + [ + 1972, + 1582, + 0, + 1581, + 1, + "INT" + ], + [ + 1973, + 1583, + 0, + 1581, + 2, + "INT" + ], + [ + 1975, + 1525, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 1976, + 1525, + 1, + 1580, + 0, + "MASK" + ], + [ + 1978, + 666, + 1, + 1512, + 0, + "MASK" + ], + [ + 1980, + 1585, + 0, + 1525, + 0, + "IMAGE" + ], + [ + 1981, + 1586, + 0, + 1580, + 3, + "FLOAT" + ], + [ + 1982, + 1586, + 0, + 1581, + 3, + "FLOAT" + ], + [ + 1987, + 1579, + 0, + 1585, + 0, + "IMAGE" + ], + [ + 1997, + 1533, + 0, + 1579, + 0, + "IMAGE" + ], + [ + 1998, + 1644, + 0, + 1590, + 0, + "IMAGE" + ], + [ + 1999, + 1590, + 0, + 1591, + 0, + "IMAGE" + ], + [ + 2000, + 1637, + 0, + 1591, + 1, + "STRING" + ], + [ + 2003, + 1592, + 0, + 1593, + 0, + "LATENT" + ], + [ + 2004, + 1622, + 0, + 1593, + 1, + "LATENT" + ], + [ + 2005, + 1595, + 0, + 1594, + 0, + "IMAGE" + ], + [ + 2008, + 1600, + 0, + 1598, + 0, + "LATENT" + ], + [ + 2010, + 1598, + 0, + 1599, + 0, + "IMAGE" + ], + [ + 2011, + 1625, + 0, + 1599, + 1, + "STRING" + ], + [ + 2012, + 1627, + 0, + 1600, + 0, + "NOISE" + ], + [ + 2013, + 1603, + 0, + 1600, + 1, + "GUIDER" + ], + [ + 2014, + 1601, + 0, + 1600, + 2, + "SAMPLER" + ], + [ + 2015, + 1623, + 1, + 1600, + 3, + "SIGMAS" + ], + [ + 2016, + 1593, + 0, + 1600, + 4, + "LATENT" + ], + [ + 2018, + 1616, + 0, + 1602, + 1, + "FLOAT" + ], + [ + 2020, + 1611, + 0, + 1603, + 1, + "CONDITIONING" + ], + [ + 2026, + 1620, + 0, + 1611, + 1, + "STRING" + ], + [ + 2027, + 1620, + 0, + 1611, + 2, + "STRING" + ], + [ + 2028, + 1612, + 0, + 1616, + 0, + "FLOAT" + ], + [ + 2029, + 1617, + 0, + 1616, + 1, + "FLOAT" + ], + [ + 2030, + 1593, + 2, + 1616, + 3, + "INT" + ], + [ + 2031, + 1613, + 0, + 1620, + 0, + "STRING" + ], + [ + 2032, + 1620, + 0, + 1621, + 0, + "STRING" + ], + [ + 2033, + 1594, + 0, + 1622, + 0, + "IMAGE" + ], + [ + 2035, + 1602, + 0, + 1623, + 0, + "SIGMAS" + ], + [ + 2037, + 1624, + 0, + 1625, + 1, + "STRING" + ], + [ + 2040, + 1641, + 0, + 1629, + 1, + "IMAGE" + ], + [ + 2044, + 1632, + 0, + 1633, + 1, + "STRING" + ], + [ + 2045, + 1629, + 0, + 1635, + 0, + "IMAGE" + ], + [ + 2046, + 1633, + 0, + 1635, + 1, + "STRING" + ], + [ + 2048, + 1636, + 0, + 1637, + 1, + "STRING" + ], + [ + 2049, + 1598, + 0, + 1639, + 0, + "IMAGE" + ], + [ + 2050, + 1590, + 1, + 1640, + 0, + "MASK" + ], + [ + 2051, + 1642, + 0, + 1640, + 1, + "INT" + ], + [ + 2052, + 1643, + 0, + 1640, + 2, + "INT" + ], + [ + 2053, + 1645, + 0, + 1640, + 3, + "FLOAT" + ], + [ + 2054, + 1590, + 0, + 1641, + 0, + "IMAGE" + ], + [ + 2055, + 1642, + 0, + 1641, + 1, + "INT" + ], + [ + 2056, + 1643, + 0, + 1641, + 2, + "INT" + ], + [ + 2057, + 1645, + 0, + 1641, + 3, + "FLOAT" + ], + [ + 2058, + 1639, + 0, + 1644, + 0, + "IMAGE" + ], + [ + 2060, + 1640, + 0, + 1646, + 0, + "MASK" + ], + [ + 2061, + 1646, + 0, + 1629, + 2, + "MASK" + ], + [ + 2062, + 1580, + 0, + 1649, + 0, + "MASK" + ], + [ + 2063, + 1649, + 0, + 1566, + 2, + "MASK" + ], + [ + 2066, + 1650, + 0, + 1580, + 4, + "FLOAT" + ], + [ + 2067, + 1650, + 0, + 1581, + 4, + "FLOAT" + ], + [ + 2135, + 1607, + 0, + 1603, + 0, + "MODEL" + ], + [ + 2136, + 1607, + 0, + 1602, + 0, + "MODEL" + ], + [ + 2137, + 1542, + 0, + 1537, + 0, + "MODEL" + ], + [ + 2138, + 1542, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2144, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 2148, + 1767, + 0, + 1719, + 1, + "INT" + ], + [ + 2149, + 1768, + 0, + 1719, + 2, + "INT" + ], + [ + 2151, + 1772, + 0, + 1723, + 0, + "*" + ], + [ + 2152, + 1726, + 0, + 1725, + 0, + "IMAGE" + ], + [ + 2153, + 1735, + 0, + 1726, + 0, + "IMAGE" + ], + [ + 2154, + 1764, + 0, + 1726, + 1, + "IMAGE" + ], + [ + 2156, + 1730, + 0, + 1727, + 1, + "GUIDER" + ], + [ + 2157, + 1728, + 0, + 1727, + 2, + "SAMPLER" + ], + [ + 2158, + 1762, + 1, + 1727, + 3, + "SIGMAS" + ], + [ + 2159, + 1734, + 0, + 1727, + 4, + "LATENT" + ], + [ + 2163, + 1760, + 0, + 1734, + 0, + "IMAGE" + ], + [ + 2165, + 1727, + 0, + 1735, + 0, + "LATENT" + ], + [ + 2187, + 1767, + 0, + 1757, + 1, + "INT" + ], + [ + 2188, + 1768, + 0, + 1757, + 2, + "INT" + ], + [ + 2190, + 1766, + 0, + 1760, + 0, + "IMAGE" + ], + [ + 2192, + 1729, + 0, + 1762, + 0, + "SIGMAS" + ], + [ + 2194, + 1719, + 0, + 1764, + 0, + "*" + ], + [ + 2197, + 1767, + 0, + 1766, + 1, + "INT" + ], + [ + 2198, + 1768, + 0, + 1766, + 2, + "INT" + ], + [ + 2199, + 1769, + 2, + 1767, + 0, + "*" + ], + [ + 2200, + 1769, + 1, + 1768, + 0, + "*" + ], + [ + 2205, + 1723, + 0, + 1766, + 0, + "IMAGE" + ], + [ + 2206, + 1723, + 0, + 1719, + 0, + "IMAGE" + ], + [ + 2207, + 1772, + 0, + 1769, + 0, + "IMAGE" + ], + [ + 2212, + 1777, + 0, + 1325, + 0, + "IMAGE" + ], + [ + 2213, + 1511, + 0, + 1777, + 0, + "IMAGE" + ], + [ + 2214, + 1726, + 0, + 1777, + 1, + "IMAGE" + ], + [ + 2226, + 1788, + 0, + 1786, + 0, + "STRING" + ], + [ + 2227, + 1787, + 0, + 1786, + 1, + "STRING" + ], + [ + 2228, + 1787, + 0, + 1789, + 0, + "STRING" + ], + [ + 2229, + 1788, + 0, + 1789, + 1, + "STRING" + ], + [ + 2230, + 1786, + 2, + 1789, + 3, + "INT" + ], + [ + 2231, + 1789, + 0, + 1790, + 0, + "STRING" + ], + [ + 2232, + 1786, + 0, + 1791, + 0, + "STRING" + ], + [ + 2235, + 1789, + 0, + 1279, + 3, + "STRING" + ], + [ + 2236, + 1789, + 0, + 1336, + 3, + "STRING" + ], + [ + 2241, + 1797, + 0, + 1289, + 0, + "IMAGE" + ], + [ + 2279, + 1789, + 0, + 1566, + 3, + "STRING" + ], + [ + 2280, + 1290, + 0, + 1797, + 0, + "IMAGE" + ], + [ + 2281, + 1809, + 0, + 1493, + 3, + "FLOAT" + ], + [ + 2282, + 1809, + 0, + 1492, + 3, + "FLOAT" + ], + [ + 2285, + 1219, + 0, + 1811, + 0, + "IMAGE" + ], + [ + 2286, + 1811, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 2287, + 1782, + 0, + 1513, + 3, + "FLOAT" + ], + [ + 2288, + 1782, + 0, + 1512, + 3, + "FLOAT" + ], + [ + 2289, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 2292, + 1336, + 0, + 1279, + 0, + "IMAGE" + ], + [ + 2296, + 1810, + 0, + 1813, + 0, + "IMAGE" + ], + [ + 2297, + 1813, + 0, + 665, + 0, + "*" + ], + [ + 2300, + 1864, + 0, + 1817, + 1, + "INT" + ], + [ + 2301, + 1865, + 0, + 1817, + 2, + "INT" + ], + [ + 2304, + 1824, + 0, + 1823, + 0, + "IMAGE" + ], + [ + 2305, + 1833, + 0, + 1824, + 0, + "IMAGE" + ], + [ + 2306, + 1861, + 0, + 1824, + 1, + "IMAGE" + ], + [ + 2308, + 1828, + 0, + 1825, + 1, + "GUIDER" + ], + [ + 2309, + 1826, + 0, + 1825, + 2, + "SAMPLER" + ], + [ + 2310, + 1859, + 1, + 1825, + 3, + "SIGMAS" + ], + [ + 2311, + 1832, + 0, + 1825, + 4, + "LATENT" + ], + [ + 2315, + 1857, + 0, + 1832, + 0, + "IMAGE" + ], + [ + 2317, + 1825, + 0, + 1833, + 0, + "LATENT" + ], + [ + 2339, + 1864, + 0, + 1854, + 1, + "INT" + ], + [ + 2340, + 1865, + 0, + 1854, + 2, + "INT" + ], + [ + 2342, + 1863, + 0, + 1857, + 0, + "IMAGE" + ], + [ + 2343, + 1827, + 0, + 1859, + 0, + "SIGMAS" + ], + [ + 2345, + 1817, + 0, + 1861, + 0, + "*" + ], + [ + 2348, + 1864, + 0, + 1863, + 1, + "INT" + ], + [ + 2349, + 1865, + 0, + 1863, + 2, + "INT" + ], + [ + 2351, + 1866, + 1, + 1865, + 0, + "*" + ], + [ + 2358, + 1869, + 0, + 1866, + 0, + "IMAGE" + ], + [ + 2359, + 1866, + 2, + 1864, + 0, + "*" + ], + [ + 2360, + 1824, + 0, + 1813, + 1, + "IMAGE" + ], + [ + 2362, + 1222, + 0, + 1810, + 0, + "IMAGE" + ], + [ + 2363, + 1222, + 0, + 1869, + 0, + "*" + ], + [ + 2364, + 1854, + 0, + 1828, + 0, + "MODEL" + ], + [ + 2365, + 1854, + 0, + 1827, + 0, + "MODEL" + ], + [ + 2366, + 1869, + 0, + 1863, + 0, + "IMAGE" + ], + [ + 2367, + 1869, + 0, + 1817, + 0, + "IMAGE" + ], + [ + 2371, + 1325, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 2372, + 1325, + 1, + 1492, + 0, + "MASK" + ], + [ + 2375, + 666, + 0, + 1513, + 0, + "IMAGE" + ], + [ + 2377, + 1293, + 0, + 1872, + 0, + "IMAGE" + ], + [ + 2378, + 1872, + 0, + 1324, + 0, + "*" + ], + [ + 2379, + 1324, + 0, + 1772, + 0, + "*" + ], + [ + 2380, + 1757, + 0, + 1730, + 0, + "MODEL" + ], + [ + 2381, + 1757, + 0, + 1729, + 0, + "MODEL" + ], + [ + 2382, + 1750, + 0, + 1730, + 1, + "CONDITIONING" + ], + [ + 2383, + 1717, + 0, + 1727, + 0, + "NOISE" + ], + [ + 2384, + 1847, + 0, + 1828, + 1, + "CONDITIONING" + ], + [ + 2385, + 1815, + 0, + 1825, + 0, + "NOISE" + ], + [ + 2386, + 665, + 0, + 1873, + 0, + "IMAGE" + ], + [ + 2387, + 1873, + 0, + 666, + 0, + "IMAGE" + ], + [ + 2388, + 1900, + 0, + 1876, + 0, + "IMAGE" + ], + [ + 2389, + 1896, + 0, + 1876, + 1, + "INT" + ], + [ + 2390, + 1897, + 0, + 1876, + 2, + "INT" + ], + [ + 2391, + 1880, + 0, + 1879, + 0, + "IMAGE" + ], + [ + 2392, + 1886, + 0, + 1880, + 0, + "IMAGE" + ], + [ + 2393, + 1894, + 0, + 1880, + 1, + "IMAGE" + ], + [ + 2394, + 1875, + 0, + 1881, + 0, + "NOISE" + ], + [ + 2395, + 1884, + 0, + 1881, + 1, + "GUIDER" + ], + [ + 2396, + 1882, + 0, + 1881, + 2, + "SAMPLER" + ], + [ + 2397, + 1893, + 1, + 1881, + 3, + "SIGMAS" + ], + [ + 2398, + 1885, + 0, + 1881, + 4, + "LATENT" + ], + [ + 2399, + 1890, + 0, + 1883, + 0, + "MODEL" + ], + [ + 2400, + 1890, + 0, + 1884, + 0, + "MODEL" + ], + [ + 2401, + 1888, + 0, + 1884, + 1, + "CONDITIONING" + ], + [ + 2402, + 1892, + 0, + 1885, + 0, + "IMAGE" + ], + [ + 2404, + 1881, + 0, + 1886, + 0, + "LATENT" + ], + [ + 2408, + 1896, + 0, + 1890, + 1, + "INT" + ], + [ + 2409, + 1897, + 0, + 1890, + 2, + "INT" + ], + [ + 2410, + 1895, + 0, + 1892, + 0, + "IMAGE" + ], + [ + 2411, + 1883, + 0, + 1893, + 0, + "SIGMAS" + ], + [ + 2412, + 1876, + 0, + 1894, + 0, + "*" + ], + [ + 2413, + 1900, + 0, + 1895, + 0, + "IMAGE" + ], + [ + 2414, + 1896, + 0, + 1895, + 1, + "INT" + ], + [ + 2415, + 1897, + 0, + 1895, + 2, + "INT" + ], + [ + 2416, + 1898, + 2, + 1896, + 0, + "*" + ], + [ + 2417, + 1898, + 1, + 1897, + 0, + "*" + ], + [ + 2418, + 1900, + 0, + 1898, + 0, + "IMAGE" + ], + [ + 2419, + 193, + 0, + 1901, + 0, + "IMAGE" + ], + [ + 2421, + 193, + 0, + 1900, + 0, + "*" + ], + [ + 2422, + 1901, + 0, + 1902, + 0, + "IMAGE" + ], + [ + 2423, + 1880, + 0, + 1902, + 1, + "IMAGE" + ], + [ + 2424, + 1902, + 0, + 1336, + 0, + "IMAGE" + ], + [ + 2425, + 1566, + 0, + 1904, + 0, + "*" + ], + [ + 2428, + 1641, + 0, + 1903, + 1, + "IMAGE" + ], + [ + 2429, + 1640, + 0, + 1905, + 0, + "MASK" + ], + [ + 2430, + 1905, + 0, + 1903, + 2, + "MASK" + ], + [ + 2431, + 1906, + 0, + 1903, + 3, + "STRING" + ], + [ + 2432, + 1904, + 0, + 1903, + 0, + "IMAGE" + ], + [ + 2433, + 1903, + 0, + 1629, + 0, + "IMAGE" + ], + [ + 2440, + 1789, + 0, + 1629, + 3, + "STRING" + ], + [ + 2441, + 1910, + 0, + 1909, + 2, + "MASK" + ], + [ + 2442, + 1911, + 0, + 1909, + 3, + "STRING" + ], + [ + 2443, + 1581, + 0, + 1909, + 1, + "IMAGE" + ], + [ + 2444, + 1580, + 0, + 1910, + 0, + "MASK" + ], + [ + 2446, + 1909, + 0, + 1566, + 0, + "IMAGE" + ], + [ + 2447, + 1279, + 0, + 1909, + 0, + "IMAGE" + ], + [ + 2448, + 1912, + 0, + 1902, + 2, + "BOOLEAN" + ], + [ + 2449, + 1912, + 0, + 1813, + 2, + "BOOLEAN" + ], + [ + 2450, + 1912, + 0, + 1777, + 2, + "BOOLEAN" + ], + [ + 2452, + 1919, + 0, + 1786, + 3, + "INT" + ], + [ + 2453, + 1212, + 0, + 1920, + 0, + "*" + ], + [ + 2454, + 1920, + 0, + 1214, + 0, + "STRING" + ], + [ + 2455, + 1920, + 0, + 1921, + 0, + "*" + ], + [ + 2456, + 1921, + 0, + 1250, + 0, + "STRING" + ], + [ + 2457, + 1921, + 0, + 1922, + 0, + "*" + ], + [ + 2458, + 1922, + 0, + 1321, + 0, + "STRING" + ], + [ + 2459, + 1922, + 0, + 1923, + 0, + "*" + ], + [ + 2460, + 1923, + 0, + 1924, + 0, + "*" + ], + [ + 2461, + 1924, + 0, + 1625, + 0, + "STRING" + ], + [ + 2462, + 1923, + 0, + 1560, + 0, + "STRING" + ], + [ + 2463, + 1922, + 0, + 1927, + 0, + "*" + ], + [ + 2464, + 1923, + 0, + 1926, + 0, + "*" + ], + [ + 2465, + 1924, + 0, + 1925, + 0, + "*" + ], + [ + 2466, + 1925, + 0, + 1637, + 0, + "STRING" + ], + [ + 2467, + 1926, + 0, + 1577, + 0, + "STRING" + ], + [ + 2468, + 1927, + 0, + 1465, + 0, + "STRING" + ], + [ + 2469, + 1921, + 0, + 1928, + 0, + "*" + ], + [ + 2470, + 1928, + 0, + 1468, + 0, + "STRING" + ], + [ + 2471, + 1928, + 0, + 1929, + 0, + "*" + ], + [ + 2473, + 1929, + 0, + 1443, + 0, + "STRING" + ], + [ + 2474, + 1927, + 0, + 1930, + 0, + "*" + ], + [ + 2475, + 1930, + 0, + 1515, + 0, + "STRING" + ], + [ + 2476, + 1926, + 0, + 1794, + 0, + "*" + ], + [ + 2477, + 1794, + 0, + 1573, + 0, + "STRING" + ], + [ + 2478, + 1925, + 0, + 1795, + 0, + "*" + ], + [ + 2479, + 1795, + 0, + 1633, + 0, + "STRING" + ], + [ + 2480, + 1102, + 0, + 1933, + 0, + "*" + ], + [ + 2481, + 88, + 0, + 1931, + 0, + "*" + ], + [ + 2482, + 11, + 0, + 1932, + 0, + "*" + ], + [ + 2484, + 1932, + 0, + 1935, + 0, + "*" + ], + [ + 2485, + 1931, + 0, + 1934, + 0, + "*" + ], + [ + 2486, + 1933, + 0, + 1936, + 0, + "*" + ], + [ + 2487, + 1934, + 0, + 1937, + 0, + "*" + ], + [ + 2488, + 1935, + 0, + 1938, + 0, + "*" + ], + [ + 2489, + 1936, + 0, + 1939, + 0, + "*" + ], + [ + 2490, + 1937, + 0, + 1940, + 0, + "*" + ], + [ + 2491, + 1938, + 0, + 1941, + 0, + "*" + ], + [ + 2492, + 1939, + 0, + 1942, + 0, + "*" + ], + [ + 2493, + 1940, + 0, + 1943, + 0, + "*" + ], + [ + 2494, + 1941, + 0, + 1944, + 0, + "*" + ], + [ + 2495, + 1942, + 0, + 1945, + 0, + "*" + ], + [ + 2496, + 1931, + 0, + 206, + 0, + "MODEL" + ], + [ + 2497, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 2498, + 1934, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2499, + 1232, + 0, + 1227, + 0, + "MODEL" + ], + [ + 2500, + 1232, + 0, + 1226, + 0, + "MODEL" + ], + [ + 2503, + 1937, + 0, + 1303, + 0, + "MODEL" + ], + [ + 2504, + 1303, + 0, + 1298, + 0, + "MODEL" + ], + [ + 2505, + 1303, + 0, + 1297, + 0, + "MODEL" + ], + [ + 2506, + 1940, + 0, + 1542, + 0, + "MODEL" + ], + [ + 2507, + 1943, + 0, + 1607, + 0, + "MODEL" + ], + [ + 2508, + 1944, + 0, + 1611, + 0, + "CLIP" + ], + [ + 2509, + 1941, + 0, + 1546, + 0, + "CLIP" + ], + [ + 2510, + 1938, + 0, + 1307, + 0, + "CLIP" + ], + [ + 2511, + 1935, + 0, + 1236, + 0, + "CLIP" + ], + [ + 2512, + 1932, + 0, + 448, + 0, + "CLIP" + ], + [ + 2513, + 1942, + 0, + 1557, + 1, + "VAE" + ], + [ + 2514, + 1942, + 0, + 1533, + 1, + "VAE" + ], + [ + 2515, + 1939, + 0, + 1318, + 1, + "VAE" + ], + [ + 2516, + 1939, + 0, + 1293, + 1, + "VAE" + ], + [ + 2517, + 1936, + 0, + 1222, + 1, + "VAE" + ], + [ + 2518, + 1936, + 0, + 1247, + 1, + "VAE" + ], + [ + 2519, + 1933, + 0, + 193, + 1, + "VAE" + ], + [ + 2520, + 1933, + 0, + 1001, + 1, + "VAE" + ], + [ + 2521, + 1945, + 0, + 1598, + 1, + "VAE" + ], + [ + 2522, + 1945, + 0, + 1622, + 1, + "VAE" + ], + [ + 2523, + 1102, + 0, + 1948, + 0, + "*" + ], + [ + 2524, + 1948, + 0, + 1957, + 0, + "*" + ], + [ + 2525, + 1957, + 0, + 1960, + 0, + "*" + ], + [ + 2527, + 88, + 0, + 1946, + 0, + "*" + ], + [ + 2528, + 1946, + 0, + 1955, + 0, + "*" + ], + [ + 2529, + 1955, + 0, + 1958, + 0, + "*" + ], + [ + 2531, + 11, + 0, + 1947, + 0, + "*" + ], + [ + 2532, + 1947, + 0, + 1956, + 0, + "*" + ], + [ + 2533, + 1956, + 0, + 1959, + 0, + "*" + ], + [ + 2535, + 1946, + 0, + 1890, + 0, + "MODEL" + ], + [ + 2536, + 1947, + 0, + 1888, + 0, + "CLIP" + ], + [ + 2537, + 1948, + 0, + 1885, + 1, + "VAE" + ], + [ + 2538, + 1948, + 0, + 1886, + 1, + "VAE" + ], + [ + 2539, + 1957, + 0, + 1832, + 1, + "VAE" + ], + [ + 2540, + 1957, + 0, + 1833, + 1, + "VAE" + ], + [ + 2541, + 1955, + 0, + 1854, + 0, + "MODEL" + ], + [ + 2542, + 1956, + 0, + 1847, + 0, + "CLIP" + ], + [ + 2543, + 1958, + 0, + 1757, + 0, + "MODEL" + ], + [ + 2544, + 1959, + 0, + 1750, + 0, + "CLIP" + ], + [ + 2545, + 1960, + 0, + 1734, + 1, + "VAE" + ], + [ + 2546, + 1960, + 0, + 1735, + 1, + "VAE" + ], + [ + 2547, + 559, + 0, + 1964, + 0, + "*" + ], + [ + 2548, + 559, + 1, + 1965, + 0, + "*" + ], + [ + 2549, + 1964, + 0, + 1966, + 0, + "*" + ], + [ + 2550, + 1966, + 0, + 1968, + 0, + "*" + ], + [ + 2551, + 1968, + 0, + 1970, + 0, + "*" + ], + [ + 2552, + 1970, + 0, + 1972, + 0, + "*" + ], + [ + 2553, + 1965, + 0, + 1967, + 0, + "*" + ], + [ + 2554, + 1967, + 0, + 1969, + 0, + "*" + ], + [ + 2555, + 1969, + 0, + 1971, + 0, + "*" + ], + [ + 2556, + 1971, + 0, + 1973, + 0, + "*" + ], + [ + 2557, + 1964, + 0, + 206, + 1, + "INT" + ], + [ + 2558, + 1964, + 0, + 166, + 1, + "INT" + ], + [ + 2559, + 1964, + 0, + 158, + 0, + "INT" + ], + [ + 2560, + 1965, + 0, + 206, + 2, + "INT" + ], + [ + 2561, + 1965, + 0, + 158, + 1, + "INT" + ], + [ + 2562, + 1965, + 0, + 166, + 2, + "INT" + ], + [ + 2563, + 1966, + 0, + 1232, + 1, + "INT" + ], + [ + 2564, + 1967, + 0, + 1232, + 2, + "INT" + ], + [ + 2566, + 1967, + 0, + 1218, + 2, + "INT" + ], + [ + 2567, + 1966, + 0, + 1218, + 1, + "INT" + ], + [ + 2568, + 1966, + 0, + 1216, + 0, + "INT" + ], + [ + 2569, + 1967, + 0, + 1216, + 1, + "INT" + ], + [ + 2570, + 1968, + 0, + 1303, + 1, + "INT" + ], + [ + 2571, + 1969, + 0, + 1303, + 2, + "INT" + ], + [ + 2572, + 1968, + 0, + 1289, + 1, + "INT" + ], + [ + 2573, + 1969, + 0, + 1289, + 2, + "INT" + ], + [ + 2574, + 1968, + 0, + 1287, + 0, + "INT" + ], + [ + 2575, + 1969, + 0, + 1287, + 1, + "INT" + ], + [ + 2576, + 1970, + 0, + 1542, + 1, + "INT" + ], + [ + 2577, + 1971, + 0, + 1542, + 2, + "INT" + ], + [ + 2578, + 1970, + 0, + 1529, + 1, + "INT" + ], + [ + 2579, + 1971, + 0, + 1529, + 2, + "INT" + ], + [ + 2580, + 1970, + 0, + 1527, + 0, + "INT" + ], + [ + 2581, + 1971, + 0, + 1527, + 1, + "INT" + ], + [ + 2582, + 1972, + 0, + 1607, + 1, + "INT" + ], + [ + 2583, + 1973, + 0, + 1607, + 2, + "INT" + ], + [ + 2584, + 1972, + 0, + 1592, + 0, + "INT" + ], + [ + 2585, + 1973, + 0, + 1592, + 1, + "INT" + ], + [ + 2586, + 1972, + 0, + 1594, + 1, + "INT" + ], + [ + 2587, + 1973, + 0, + 1594, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "SCENE | GENERATION", + "bounding": [ + -9108, + 1705, + 3303, + 1166 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "REMBG | BG SUBJECT", + "bounding": [ + -5140, + 3037, + 1357, + 1083 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BACKGROUND SUBJECT | GENERATION", + "bounding": [ + -9066, + 2982, + 3270, + 1194 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "FOREGROUND SUBJECT | GENERATION", + "bounding": [ + -9036, + 4548, + 3303, + 1196 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + FG SUBJECT", + "bounding": [ + -3421, + 4659, + 2069, + 1007 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | FG SUBJECT", + "bounding": [ + -5254, + 4629, + 1481, + 997 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + BG SUBJECT", + "bounding": [ + -3443, + 3064, + 2110, + 932 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GEN 1", + "bounding": [ + -9056, + 6007, + 3290, + 1103 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | TEXT 1", + "bounding": [ + -5234, + 6008, + 1500, + 1113 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + TEXT 1", + "bounding": [ + -3534, + 6055, + 2728, + 1047 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GEN 2", + "bounding": [ + -9053, + 7343, + 3306, + 1179 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | TEXT 2", + "bounding": [ + -5221, + 7360, + 1473, + 1102 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + TEXT 2", + "bounding": [ + -3525, + 7395, + 2736, + 1092 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -250, + 4684, + 5467, + 1009 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BG Subject upscale", + "bounding": [ + -274, + 3123, + 5474, + 1024 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Scene Flux upscale", + "bounding": [ + -264, + 1738, + 5463, + 1042 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.7449402268886445, + "offset": [ + 9520.695054780434, + -816.956821658031 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Scene-Creator-v23.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Scene-Creator-v23.json new file mode 100644 index 0000000..56bab04 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Scene-Creator-v23.json @@ -0,0 +1,20125 @@ +{ + "last_node_id": 1911, + "last_link_id": 2447, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9352.349947301598, + 1234.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9352.349947301598, + 1424.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9712.349947301598, + 1214.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Scene-Creator-v23\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v9\n\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -8400.706047750684, + 2440.371192142726 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 641, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 642, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -8080.706047750681, + 2410.371192142726 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 246, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1478 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -8666.332275390625, + 2590.6661376953125 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 1140, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1141, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -8996.332275390625, + 2493.6661376953125 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Foda-v1.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -8090.706047750681, + 2530.371192142726 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -8410.706047750684, + 2550.371192142726 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1132 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -6945, + 1896 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 276, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2289, + 2419, + 2421 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -6680.706047750682, + 1840.766383771218 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 281, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2289 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1489, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -7330.706047750682, + 1880.766383771218 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 271, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1707, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1478, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -7330.706047750682, + 2020.766383771218 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -7330.706047750682, + 2120.7663837712166 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 261, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2144, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -7650.706047750682, + 1900.766383771218 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 245, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2143, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1479, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + -6930.706047750682, + 1850.766383771218 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + -7320.706047750682, + 2260.7663837712166 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -9000.706047750684, + 2140.7663837712166 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2143, + 2144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -9010.706047750684, + 2050.766383771218 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -8160.706047750684, + 1818.766383771218 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8160.706047750684, + 1850.766383771218 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00009155273438 + }, + "flags": {}, + "order": 226, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1474, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1475, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1479 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -8084.706047750681, + 2071.766383771217 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9820, + 4750 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9016.706047750684, + 1862.766383771218 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1473 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "anime style detailed photo establishing shot of a cyberpunk alley way, futuristic city with in another world, magnificent lights rays, sharp lines, shops along walls and garbage on floors", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 519, + "type": "easy getNode", + "pos": [ + -9000.706047750684, + 2080.766383771217 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 559 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 520, + "type": "easy getNode", + "pos": [ + -9000.706047750684, + 2110.7663837712166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 560 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -7670.706047750682, + 2480.7663837712166 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 256, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1477 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -8081.706047750681, + 2192.7663837712166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -8462.349947301598, + 1444.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -8462.349947301598, + 1474.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8230, + "1": 1144, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 381.04571533203125, + "1": 274 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 599, + "type": "easy getNode", + "pos": [ + -9000.706047750684, + 2400.7663837712166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 641, + 1140 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 600, + "type": "easy getNode", + "pos": [ + -9000.706047750684, + 2440.7663837712166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 642, + 1141 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8600.706047750684, + 1860.766383771218 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1473, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1474, + 1475, + 1476 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8598.706047750684, + 2068.7663837712175 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1476, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork anime style detailed photo establishing shot of a cyberpunk alley way, futuristic city with in another world, magnificent lights rays, sharp lines, shops along walls and garbage on floors . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -5568, + 3544 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 361, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2297 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2386 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -5582, + 3736 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 366, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2387 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720, + 2375 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1978 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -5154.902559830788, + 3234.7872824610877 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 368, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1780, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -8410.706047750684, + 2590.371192142726 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 228, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1132 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -7316, + 2386 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 266, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7797, + 1061 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -7797, + 1116 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "FodaThumbs" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1211, + "type": "easy setNode", + "pos": [ + -7531, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 229, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 1486 + } + ], + "title": "Set_str_Projectpath", + "properties": { + "previousName": "str_Projectpath" + }, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7542, + 1065 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1486, + 1902 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "FodaThumbs", + "/scene/flux", + "" + ] + }, + { + "id": 1213, + "type": "PrimitiveNode", + "pos": [ + -6918, + 2045 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1487 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/background/flux" + ] + }, + { + "id": 1214, + "type": "CR Text Concatenate", + "pos": [ + -6919, + 2143 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1488, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1487, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/background/flux", + "" + ] + }, + { + "id": 1215, + "type": "easy getNode", + "pos": [ + -6919, + 2004 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1488 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8388.413307883522, + 3746.5711392489834 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1490, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1491, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8068.413307883524, + 3716.5711392489834 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 257, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8648.413307883522, + 3896.571139248985 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 231, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2286 + }, + { + "name": "width", + "type": "INT", + "link": 1495, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1496, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "pad", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -8988.413307883522, + 3796.5711392489834 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2285 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\text/flux_00138_.png [output]", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8078.413307883524, + 3836.571139248984 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 28, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1221, + "type": "easy getNode", + "pos": [ + -8398.413307883522, + 3856.5711392489843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1523 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6928, + 3187 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 284, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1498 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 2362, + 2363 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6606.078302556818, + 3235.600652521351 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 291, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7318.413307883524, + 3186.5711392489843 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 277, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7318.413307883524, + 3326.5711392489843 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7318.413307883524, + 3426.5711392489834 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 267, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2140, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7638.413307883524, + 3206.5711392489843 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 248, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2139, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1230, + "type": "easy getNode", + "pos": [ + -6918.413307883524, + 3156.5711392489843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1498 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7308.413307883524, + 3566.5711392489834 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8988.413307883522, + 3446.5711392489834 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1510 + }, + { + "name": "width", + "type": "INT", + "link": 1511, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1512, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2139, + 2140 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1233, + "type": "easy getNode", + "pos": [ + -8998.413307883522, + 3356.571139248984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1510 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1235, + "type": "easy getNode", + "pos": [ + -8148.413307883524, + 3126.5711392489843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1514 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8148.413307883524, + 3156.5711392489843 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 232, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1514 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8068.413307883524, + 3376.5711392489834 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -8988.413307883522, + 3156.5711392489843 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "a bald man is looking at the camera, we see his waist and body, wearing bright coloured hoodie, looking at the camera, he is very surprised", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1239, + "type": "easy getNode", + "pos": [ + -8988.413307883522, + 3386.5711392489834 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1511 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1240, + "type": "easy getNode", + "pos": [ + -8988.413307883522, + 3416.5711392489834 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1512 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7658.413307883524, + 3786.5711392489834 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 262, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8068.413307883524, + 3496.571139248984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.65 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1243, + "type": "easy getNode", + "pos": [ + -8988.413307883522, + 3706.571139248984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1490, + 1495 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1244, + "type": "easy getNode", + "pos": [ + -8988.413307883522, + 3746.5711392489834 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1491, + 1496 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8588.413307883522, + 3166.5711392489843 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8588.413307883522, + 3376.5711392489834 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 233, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork a bald man is looking at the camera, we see his waist and body, wearing bright coloured hoodie, looking at the camera, he is very surprised . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8398.413307883522, + 3896.571139248985 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 247, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1523 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7318.413307883524, + 3686.571139248984 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 272, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6908.413307883524, + 3336.571139248984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6908.413307883524, + 3376.5711392489834 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1525, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1251, + "type": "easy getNode", + "pos": [ + -6908.413307883524, + 3306.5711392489843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1525 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7631.413307883524, + 3376.5711392489834 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 44, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1529 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 178248900458073, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1269, + "type": "easy setNode", + "pos": [ + -6676.332275390625, + 1800.6661376953125 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1834 + } + ], + "title": "Set_image_BG", + "properties": { + "previousName": "image_BG" + }, + "widgets_values": [ + "image_BG" + ], + "color": "#223" + }, + { + "id": 1279, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2948.6141992994617, + 5101.9018373094805 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 376, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2292 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1850 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1852 + }, + { + "name": "color", + "type": "STRING", + "link": 2235, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1774, + 2447 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1287, + "type": "EmptyLatentImage", + "pos": [ + -8335.983532635028, + 5262.694334547079 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1567, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1568, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1569 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1288, + "type": "LatentSwitch", + "pos": [ + -8015.983532635029, + 5232.694334547079 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 258, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1569 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1570 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1582 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1596 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1289, + "type": "ImageResize+", + "pos": [ + -8605.983532635028, + 5412.694334547079 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 234, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2241 + }, + { + "name": "width", + "type": "INT", + "link": 1572, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1573, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1599 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1290, + "type": "LoadImage", + "pos": [ + -8953, + 5311 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\subject/flux_00097_.png [output]", + "image" + ] + }, + { + "id": 1291, + "type": "Note", + "pos": [ + -8025.983532635029, + 5352.694334547079 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 46, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1292, + "type": "easy getNode", + "pos": [ + -8345.983532635028, + 5372.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1600 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1293, + "type": "VAEDecode", + "pos": [ + -6875.983532635027, + 4702.694334547079 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 285, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1574 + }, + { + "name": "vae", + "type": "VAE", + "link": 1575 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1576, + 2377 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1294, + "type": "SaveImage", + "pos": [ + -6615.983532635027, + 4662.694334547079 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 294, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1576 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1577, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1295, + "type": "SamplerCustomAdvanced", + "pos": [ + -7265.983532635026, + 4702.694334547079 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 278, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1709, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1579, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1580, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1581, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1582, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1574 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1296, + "type": "KSamplerSelect", + "pos": [ + -7265.983532635026, + 4842.694334547079 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1580 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1297, + "type": "BasicScheduler", + "pos": [ + -7265.983532635026, + 4942.694334547079 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 268, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2142, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1584, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1601 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1298, + "type": "BasicGuider", + "pos": [ + -7585.983532635027, + 4722.694334547079 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 250, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2141, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1586, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1579 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1301, + "type": "easy getNode", + "pos": [ + -6865.983532635027, + 4672.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1575 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1302, + "type": "Note", + "pos": [ + -7255.983532635026, + 5082.694334547078 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 50, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1303, + "type": "ModelSamplingFlux", + "pos": [ + -8935.772717184273, + 4962.746241041403 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1587 + }, + { + "name": "width", + "type": "INT", + "link": 1588, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1589, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2141, + 2142 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1304, + "type": "easy getNode", + "pos": [ + -8945.983532635028, + 4872.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1587 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1306, + "type": "easy getNode", + "pos": [ + -8095.983532635028, + 4642.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1591 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1307, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8095.983532635028, + 4672.694334547079 + ], + "size": { + "0": 354.3183898925781, + "1": 100 + }, + "flags": {}, + "order": 235, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1591 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1592, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1593, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1586 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1308, + "type": "Primitive float [Crystools]", + "pos": [ + -8015.983532635029, + 4892.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1594 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1309, + "type": "DF_Text_Box", + "pos": [ + -8950.772717184273, + 4681.746241041404 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1597 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "looking at the camera, the red haired man is laughing", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1310, + "type": "easy getNode", + "pos": [ + -8935.983532635028, + 4902.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1588 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1311, + "type": "easy getNode", + "pos": [ + -8935.983532635028, + 4932.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1589 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1312, + "type": "ImpactSwitch", + "pos": [ + -7605.983532635027, + 5302.694334547079 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 263, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1594 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1595 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1596, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1584 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1313, + "type": "Primitive float [Crystools]", + "pos": [ + -8015.983532635029, + 5012.694334547078 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1595 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.75 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1314, + "type": "easy getNode", + "pos": [ + -8935.983532635028, + 5222.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1567, + 1572 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1315, + "type": "easy getNode", + "pos": [ + -8935.983532635028, + 5262.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1568, + 1573 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1316, + "type": "SDXLPromptStyler", + "pos": [ + -8535.772717184273, + 4682.746241041404 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 193, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1597, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1592, + 1593, + 1598 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1317, + "type": "ShowText|pysssss", + "pos": [ + -8535.983532635028, + 4892.694334547079 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 236, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1598, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "anime artwork shocked surprise anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light . anime style, key visual, vibrant, studio anime, highly detailed" + ], + "anime artwork looking at the camera, the red haired man is laughing . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1318, + "type": "VAEEncode", + "pos": [ + -8345.983532635028, + 5412.694334547079 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 249, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1599 + }, + { + "name": "vae", + "type": "VAE", + "link": 1600 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1319, + "type": "SplitSigmas", + "pos": [ + -7265.983532635026, + 5202.694334547079 + ], + "size": { + "0": 321.2437744140625, + "1": 78 + }, + "flags": {}, + "order": 273, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1601 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1581 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1320, + "type": "PrimitiveNode", + "pos": [ + -6855.7727171842735, + 4852.746241041404 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1603 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/subject/flux" + ] + }, + { + "id": 1321, + "type": "CR Text Concatenate", + "pos": [ + -6854.7727171842735, + 4957.746241041403 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1602, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1603, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1577 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/subject/flux", + "" + ] + }, + { + "id": 1322, + "type": "easy getNode", + "pos": [ + -6855.983532635027, + 4822.694334547079 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1602 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1324, + "type": "Reroute", + "pos": [ + -5828, + 4479 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 301, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2378 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1874, + 2379 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1325, + "type": "InspyrenetRembg", + "pos": [ + -5390, + 4878 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 367, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2212 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1613, + 2371 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2372 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1331, + "type": "SaveImage", + "pos": [ + -4946.229895725729, + 4845.783919405299 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 371, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1613 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1777, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/subject" + ] + }, + { + "id": 1336, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2889.8966901502504, + 3309.965468036074 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 374, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2424 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1899 + }, + { + "name": "color", + "type": "STRING", + "link": 2236, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1795, + 2292 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1393, + "type": "RandomNoise", + "pos": [ + -7647, + 2037 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1706, + 1707 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 602165856924188, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1394, + "type": "easy setNode", + "pos": [ + -7613.332275390625, + 2177.6661376953125 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 1706 + } + ], + "title": "Set_noise_seed_background", + "properties": { + "previousName": "noise_seed_background" + }, + "widgets_values": [ + "noise_seed_background" + ], + "color": "#223" + }, + { + "id": 1395, + "type": "RandomNoise", + "pos": [ + -7585.7727171842735, + 4842.746241041404 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 63, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1709 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 647494800942349, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10761, + "1": 4998, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1500.1953125, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 64, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1401, + "type": "Label (rgthree)", + "pos": { + "0": -10456, + "1": 2301, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1233.59375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 65, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SCENE GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1402, + "type": "Label (rgthree)", + "pos": { + "0": -10698, + "1": 3573, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1289.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 66, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1405, + "type": "Label (rgthree)", + "pos": { + "0": -5284, + "1": 3039, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 67, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1406, + "type": "Label (rgthree)", + "pos": { + "0": -4872, + "1": 4689, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2971.728515625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 68, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "combine previous composition with subject, adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1409, + "type": "Note", + "pos": [ + -6807, + 1341 + ], + "size": { + "0": 210, + "1": 66.80303192138672 + }, + "flags": {}, + "order": 69, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "#ffbf30 Yellow\n#30ffbf Green\n#bf30ff Purple\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1442, + "type": "PrimitiveNode", + "pos": [ + -3768.898919698932, + 3644.2578738503016 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 70, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1758 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1443, + "type": "CR Text Concatenate", + "pos": [ + -3655.8989196989314, + 3784.257873850301 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1757, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1758, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1798 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1444, + "type": "easy getNode", + "pos": [ + -3666.8989196989314, + 3747.257873850301 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 71, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1757 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1450, + "type": "SaveImage", + "pos": [ + -2529.898919698933, + 3310.2578738503003 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 375, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1795 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1798, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1462, + "type": "SaveImage", + "pos": [ + -2609.7192815699, + 4976.112001850357 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 377, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1774 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1903, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1464, + "type": "PrimitiveNode", + "pos": [ + -5359.229895725729, + 5572.7839194052995 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 72, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1776 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/subject" + ] + }, + { + "id": 1465, + "type": "CR Text Concatenate", + "pos": [ + -5352.229895725729, + 5655.783919405299 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1775, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1776, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1777 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/subject", + "" + ] + }, + { + "id": 1466, + "type": "easy getNode", + "pos": [ + -5359.229895725729, + 5542.7839194052995 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 73, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1775 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1467, + "type": "PrimitiveNode", + "pos": [ + -5560, + 3960 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 74, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1779 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1468, + "type": "CR Text Concatenate", + "pos": [ + -5560, + 4000 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1778, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1779, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1780 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1469, + "type": "easy getNode", + "pos": [ + -5560, + 3930 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 75, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1778 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1478, + "type": "Note", + "pos": [ + -9740, + 3330 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 76, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1479, + "type": "Note", + "pos": [ + -9670, + 2050 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 77, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "photograph of a highly advanced robotic car factory, no humans, empty, diffuse light" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1480, + "type": "Label (rgthree)", + "pos": { + "0": -179.81813049316406, + "1": 4544.9921875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1228.02734375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 78, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1481, + "type": "LoadImage", + "pos": [ + -7314, + 2519 + ], + "size": { + "0": 344.4037170410156, + "1": 326.8418273925781 + }, + "flags": { + "collapsed": false + }, + "order": 79, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1834 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00693_.png", + "image" + ] + }, + { + "id": 1492, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3329.7192815699, + 5296.112001850358 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 373, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2372 + }, + { + "name": "x", + "type": "INT", + "link": 1905, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1907, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2282, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1852 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1493, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3329.6141992994617, + 5005.9018373094805 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 372, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2371 + }, + { + "name": "x", + "type": "INT", + "link": 1904, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1906, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2281, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1850 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1511, + "type": "ImageScaleBy", + "pos": [ + -5662, + 4568 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 309, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2213 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2.5 + ] + }, + { + "id": 1512, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3279.8989196989314, + 3550.2578738503007 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 370, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1978 + }, + { + "name": "x", + "type": "INT", + "link": 1910, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1912, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2288, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1513, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3279.8989196989314, + 3260.2578738503003 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 369, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2375 + }, + { + "name": "x", + "type": "INT", + "link": 1908, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1911, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2287, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 900, + 0, + "None", + 1, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1514, + "type": "PrimitiveNode", + "pos": [ + -3652.6141992994617, + 5494.901837309481 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1894 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1515, + "type": "CR Text Concatenate", + "pos": [ + -3665.6141992994617, + 5447.901837309481 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1893, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1894, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1903 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine/subject", + "" + ] + }, + { + "id": 1516, + "type": "easy getNode", + "pos": [ + -3670.6141992994617, + 5349.901837309481 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 81, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1893, + 1901 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1518, + "type": "ShowText|pysssss", + "pos": [ + -3378.6141992994617, + 5578.901837309481 + ], + "size": { + "0": 315, + "1": 76.00001525878906 + }, + "flags": {}, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1901, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "./foda/FodaThumbs" + ] + }, + { + "id": 1519, + "type": "ShowText|pysssss", + "pos": [ + -7317, + 1057 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 230, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1902, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "./foda/FodaThumbs" + ] + }, + { + "id": 1520, + "type": "PrimitiveNode", + "pos": [ + -3666.6141992994617, + 5062.9018373094805 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 82, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1906, + 1907 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ] + }, + { + "id": 1521, + "type": "PrimitiveNode", + "pos": [ + -3670, + 4945 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 83, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1904, + 1905 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -900, + "fixed" + ] + }, + { + "id": 1522, + "type": "PrimitiveNode", + "pos": [ + -3518.8989196989314, + 3282.2578738503003 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 84, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1908, + 1910 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 900, + "fixed" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -3516.8989196989314, + 3403.2578738503003 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 85, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1911, + 1912 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ] + }, + { + "id": 1525, + "type": "InspyrenetRembg", + "pos": [ + -5573, + 6388 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 302, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1980 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1915, + 1975 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1976 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1526, + "type": "SaveImage", + "pos": [ + -5172.881006137771, + 6297.641391198029 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 311, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1916, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1527, + "type": "EmptyLatentImage", + "pos": [ + -8320, + 6760 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 206, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1917, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1918, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1919 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1528, + "type": "LatentSwitch", + "pos": [ + -8000, + 6730 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 252, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1919 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1920 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1932 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1946 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1529, + "type": "ImageResize+", + "pos": [ + -8580, + 6910 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 207, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1921 + }, + { + "name": "width", + "type": "INT", + "link": 1922, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1923, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1949 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1530, + "type": "LoadImage", + "pos": [ + -8920, + 6810 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 86, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1921 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\text/flux_00089_.png [output]", + "image" + ] + }, + { + "id": 1531, + "type": "Note", + "pos": [ + -8010, + 6850 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 87, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1532, + "type": "easy getNode", + "pos": [ + -8330, + 6870 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1950 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1533, + "type": "VAEDecode", + "pos": [ + -6860, + 6200 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 279, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1924 + }, + { + "name": "vae", + "type": "VAE", + "link": 1925 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1926, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1534, + "type": "SaveImage", + "pos": [ + -6590, + 6191 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 286, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1926 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1927, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1535, + "type": "SamplerCustomAdvanced", + "pos": [ + -7250, + 6200 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 274, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1928, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1929, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1930, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1931, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1932, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1536, + "type": "KSamplerSelect", + "pos": [ + -7250, + 6340 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 89, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1930 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1537, + "type": "BasicScheduler", + "pos": [ + -7250, + 6440 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 264, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2137, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1934, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1538, + "type": "BasicGuider", + "pos": [ + -7570, + 6220 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 251, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2138, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1936, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1929 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1540, + "type": "easy getNode", + "pos": [ + -6851, + 6169 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 90, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1925 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1541, + "type": "Note", + "pos": [ + -7240, + 6580 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 91, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "ModelSamplingFlux", + "pos": [ + -8920, + 6460 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1937 + }, + { + "name": "width", + "type": "INT", + "link": 1938, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1939, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2137, + 2138 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1543, + "type": "easy getNode", + "pos": [ + -8930, + 6370 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 92, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1937 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1545, + "type": "easy getNode", + "pos": [ + -8080, + 6140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 93, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1941 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1546, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8080, + 6170 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 237, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1941 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1942, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1943, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1936 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1547, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 6390 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 94, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "DF_Text_Box", + "pos": [ + -8920, + 6170 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 95, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1947 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"FLUX\", clean vector block caps, white background", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1549, + "type": "easy getNode", + "pos": [ + -8925, + 6405 + ], + "size": { + "0": 498.8083801269531, + "1": 63.47475814819336 + }, + "flags": { + "collapsed": true + }, + "order": 96, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1938 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1550, + "type": "easy getNode", + "pos": [ + -8919, + 6434 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 97, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1939 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1551, + "type": "ImpactSwitch", + "pos": [ + -7590, + 6800 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 259, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1944 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1945 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1946, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1934 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1552, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 6510 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 98, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1945 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1553, + "type": "easy getNode", + "pos": [ + -8917, + 6719 + ], + "size": { + "0": 333.09326171875, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 99, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1917, + 1922 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1554, + "type": "easy getNode", + "pos": [ + -8920, + 6760 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 100, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1918, + 1923 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1555, + "type": "SDXLPromptStyler", + "pos": [ + -8520, + 6180 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 204, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1947, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1942, + 1943, + 1948 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1556, + "type": "ShowText|pysssss", + "pos": [ + -8520, + 6390 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 238, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1948, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"FLUX\", clean vector block caps, white background" + ] + }, + { + "id": 1557, + "type": "VAEEncode", + "pos": [ + -8330, + 6910 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 239, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1949 + }, + { + "name": "vae", + "type": "VAE", + "link": 1950 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1920 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1558, + "type": "SplitSigmas", + "pos": [ + -7250, + 6700 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 269, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1951 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1931 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1559, + "type": "PrimitiveNode", + "pos": [ + -6840, + 6350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 101, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1953 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1560, + "type": "CR Text Concatenate", + "pos": [ + -6843, + 6451 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 208, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1953, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1927 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1561, + "type": "easy getNode", + "pos": [ + -6840, + 6320 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 102, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1562, + "type": "RandomNoise", + "pos": [ + -7570, + 6390 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 103, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1928, + 1954 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 785857290721132, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1563, + "type": "easy setNode", + "pos": [ + -7490, + 6510 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 209, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 1954 + } + ], + "title": "Set_noise_seed_text_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "noise_seed_text_0" + ], + "color": "#223" + }, + { + "id": 1566, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2400, + 6440 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 379, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2446 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1958 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2063 + }, + { + "name": "color", + "type": "STRING", + "link": 2279, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1963, + 2425 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#1d393d" + ] + }, + { + "id": 1571, + "type": "Label (rgthree)", + "pos": { + "0": -5138, + "1": 6101, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 883.642578125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 104, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1572, + "type": "PrimitiveNode", + "pos": [ + -3700, + 6794 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 105, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1962 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1573, + "type": "CR Text Concatenate", + "pos": [ + -3692, + 6911 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 210, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1961, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1962, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1574, + "type": "easy getNode", + "pos": [ + -3687, + 6869 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1961 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1575, + "type": "SaveImage", + "pos": [ + -2040, + 6440 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 380, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1963 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1964, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1576, + "type": "PrimitiveNode", + "pos": [ + -5522.881006137771, + 6747.641391198029 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 107, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1966 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1577, + "type": "CR Text Concatenate", + "pos": [ + -5521, + 6849 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 211, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1965, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1966, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1578, + "type": "easy getNode", + "pos": [ + -5522.881006137771, + 6717.641391198029 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 108, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1965 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1579, + "type": "ImageInvert", + "pos": [ + -5546, + 6164 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 287, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1997 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1987 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1580, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3250, + 6680 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 313, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1976 + }, + { + "name": "x", + "type": "INT", + "link": 1969, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1970, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1981, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2066, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2062, + 2444 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1581, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3250, + 6390 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 312, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1975 + }, + { + "name": "x", + "type": "INT", + "link": 1972, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1973, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1982, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2067, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1958, + 2443 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1582, + "type": "PrimitiveNode", + "pos": [ + -3490, + 6410 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 109, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1969, + 1972 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -400, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1583, + "type": "PrimitiveNode", + "pos": [ + -3480, + 6530 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 110, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1970, + 1973 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -100, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1585, + "type": "ImageScaleBy", + "pos": [ + -5569.881006137771, + 6247.641391198029 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 296, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1987 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 3 + ] + }, + { + "id": 1586, + "type": "PrimitiveNode", + "pos": [ + -3476, + 6650 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 111, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1981, + 1982 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.55, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1590, + "type": "InspyrenetRembg", + "pos": [ + -5570, + 7690 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 303, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1999, + 2054 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2050 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1591, + "type": "SaveImage", + "pos": [ + -5170, + 7620 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 314, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2000, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1592, + "type": "EmptyLatentImage", + "pos": [ + -8320, + 8080 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 214, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2001, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2002, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2003 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1593, + "type": "LatentSwitch", + "pos": [ + -8000, + 8050 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 254, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 2003 + }, + { + "name": "input2", + "type": "LATENT", + "link": 2004 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2016 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2030 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1594, + "type": "ImageResize+", + "pos": [ + -8580, + 8230 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 215, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2005 + }, + { + "name": "width", + "type": "INT", + "link": 2006, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2007, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2033 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1595, + "type": "LoadImage", + "pos": [ + -8920, + 8130 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 112, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2005 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00004_ (1).png", + "image" + ] + }, + { + "id": 1596, + "type": "Note", + "pos": [ + -8010, + 8170 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 113, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1597, + "type": "easy getNode", + "pos": [ + -8330, + 8190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 114, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2034 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1598, + "type": "VAEDecode", + "pos": [ + -6860, + 7520 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 280, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2008 + }, + { + "name": "vae", + "type": "VAE", + "link": 2009 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2010, + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1599, + "type": "SaveImage", + "pos": [ + -6590, + 7510 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 288, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2010 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2011, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1600, + "type": "SamplerCustomAdvanced", + "pos": [ + -7250, + 7520 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 275, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2012, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2013, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2014, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2015, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2016, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2008 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1601, + "type": "KSamplerSelect", + "pos": [ + -7250, + 7660 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 115, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2014 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1602, + "type": "BasicScheduler", + "pos": [ + -7250, + 7760 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 265, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2136, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2018, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2035 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1603, + "type": "BasicGuider", + "pos": [ + -7570, + 7540 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 253, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2135, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2020, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2013 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1605, + "type": "easy getNode", + "pos": [ + -6850, + 7490 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 116, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1606, + "type": "Note", + "pos": [ + -7240, + 7900 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 117, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1607, + "type": "ModelSamplingFlux", + "pos": [ + -8920, + 7780 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2021 + }, + { + "name": "width", + "type": "INT", + "link": 2022, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2023, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2135, + 2136 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1608, + "type": "easy getNode", + "pos": [ + -8930, + 7690 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 118, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2021 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1610, + "type": "easy getNode", + "pos": [ + -8080, + 7460 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 119, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2025 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1611, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8080, + 7490 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00021362304688 + }, + "flags": {}, + "order": 240, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2025 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2026, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2027, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2020 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1612, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 7710 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 120, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2028 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1613, + "type": "DF_Text_Box", + "pos": [ + -8927, + 7474 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 121, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"WORKFLOWS\"\n\nclean vector block caps\n\nwhite background", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1614, + "type": "easy getNode", + "pos": [ + -8920, + 7720 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 122, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2022 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1615, + "type": "easy getNode", + "pos": [ + -8920, + 7750 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 123, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2023 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1616, + "type": "ImpactSwitch", + "pos": [ + -7590, + 8120 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 260, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2028 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2029 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2030, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1617, + "type": "Primitive float [Crystools]", + "pos": [ + -8000, + 7830 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 124, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1618, + "type": "easy getNode", + "pos": [ + -8920, + 8040 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 125, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2001, + 2006 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1619, + "type": "easy getNode", + "pos": [ + -8920, + 8080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 126, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2002, + 2007 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1620, + "type": "SDXLPromptStyler", + "pos": [ + -8520, + 7500 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00021362304688 + }, + "flags": {}, + "order": 212, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 2031, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 2026, + 2027, + 2032 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1621, + "type": "ShowText|pysssss", + "pos": [ + -8520, + 7710 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 241, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2032, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"WORKFLOWS\"\n\nclean vector block caps\n\nwhite background" + ] + }, + { + "id": 1622, + "type": "VAEEncode", + "pos": [ + -8330, + 8230 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 242, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2033 + }, + { + "name": "vae", + "type": "VAE", + "link": 2034 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1623, + "type": "SplitSigmas", + "pos": [ + -7250, + 8020 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 270, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2035 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2015 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1624, + "type": "PrimitiveNode", + "pos": [ + -6840, + 7670 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 127, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2037 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1625, + "type": "CR Text Concatenate", + "pos": [ + -6840, + 7710 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2036, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2037, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1626, + "type": "easy getNode", + "pos": [ + -6840, + 7640 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 128, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2036 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1627, + "type": "RandomNoise", + "pos": [ + -7570, + 7710 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 129, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2012, + 2038 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 241902653355529, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1628, + "type": "easy setNode", + "pos": [ + -7490, + 7830 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 217, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 2038 + } + ], + "title": "Set_noise_seed_text_0_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "noise_seed_text_0_0" + ], + "color": "#223" + }, + { + "id": 1629, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2370, + 7710 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 383, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2433 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2040 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2061 + }, + { + "name": "color", + "type": "STRING", + "link": 2440, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2045 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1632, + "type": "PrimitiveNode", + "pos": [ + -3700, + 8110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 130, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2044 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1633, + "type": "CR Text Concatenate", + "pos": [ + -3690, + 8230 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2043, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2044, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2046 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1634, + "type": "easy getNode", + "pos": [ + -3690, + 8190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 131, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2043 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1635, + "type": "SaveImage", + "pos": [ + -2010, + 7710 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 384, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2045 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2046, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1636, + "type": "PrimitiveNode", + "pos": [ + -5520, + 8070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 132, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2048 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1637, + "type": "CR Text Concatenate", + "pos": [ + -5520, + 8110 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 219, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2047, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2048, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2000 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1638, + "type": "easy getNode", + "pos": [ + -5520, + 8040 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 133, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2047 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1639, + "type": "ImageInvert", + "pos": [ + -5560, + 7500 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 289, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2049 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2058 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1640, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3250, + 8000 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 316, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2050 + }, + { + "name": "x", + "type": "INT", + "link": 2051, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2052, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2053, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2060, + 2429 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1641, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3250, + 7710 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 315, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2054 + }, + { + "name": "x", + "type": "INT", + "link": 2055, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2056, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2057, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2040, + 2428 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1642, + "type": "PrimitiveNode", + "pos": [ + -3490, + 7730 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 134, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2051, + 2055 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 500, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1643, + "type": "PrimitiveNode", + "pos": [ + -3480, + 7850 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 135, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2052, + 2056 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 590, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1644, + "type": "ImageScaleBy", + "pos": [ + -5570, + 7570 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 297, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2058 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2 + ] + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -3480, + 7970 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 136, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2053, + 2057 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1646, + "type": "GrowMask", + "pos": [ + -2360, + 7930 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 328, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2060 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2061 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1649, + "type": "GrowMask", + "pos": [ + -2400, + 6660 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 326, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2062 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2063 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1650, + "type": "PrimitiveNode", + "pos": [ + -3476, + 6775 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 137, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2066, + 2067 + ], + "slot_index": 0, + "widget": { + "name": "rotate" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1709, + "type": "easy setNode", + "pos": [ + -7540, + 1430 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 220, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 2131 + } + ], + "title": "Set_int_width_master_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "int_width_master_0" + ], + "color": "#223" + }, + { + "id": 1710, + "type": "easy setNode", + "pos": [ + -7540, + 1460 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 221, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 2132 + } + ], + "title": "Set_int_height_master_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "int_height_master_0" + ], + "color": "#223" + }, + { + "id": 1711, + "type": "AspectSizeV2", + "pos": [ + -7680, + 1240 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 138, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 2131 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 2132 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1712, + "type": "Label (rgthree)", + "pos": { + "0": -10499.19921875, + "1": 6347.4755859375, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 139, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1713, + "type": "Label (rgthree)", + "pos": { + "0": -10429.3779296875, + "1": 7873.57275390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 140, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1717, + "type": "RandomNoise", + "pos": [ + 1328.272774588333, + 4750.235489775746 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 141, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2383 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878824, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1719, + "type": "ImageResize+", + "pos": [ + 1583.2727745883317, + 5365.235489775745 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 341, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2206, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2148, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2149, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2194 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1720, + "type": "LoadImage", + "pos": [ + 1027.2727745883337, + 5353.235489775745 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 142, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1723, + "type": "Reroute", + "pos": [ + 1370.2727745883326, + 5363.235489775745 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 324, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2151 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2205, + 2206 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1724, + "type": "easy getNode", + "pos": [ + 2070.1559434180695, + 5083.152262420088 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 143, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2164, + 2166 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1725, + "type": "SaveImage", + "pos": [ + 3884.8444953878507, + 5013.325858249087 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 364, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2152 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1726, + "type": "ImageColorMatch+", + "pos": [ + 3488.8444953878493, + 5088.325858249087 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 362, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2153, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2154 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2152, + 2214 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1727, + "type": "SamplerCustomAdvanced", + "pos": [ + 2790.3759185890162, + 4985.654859562088 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 357, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2383, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2156, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2157, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2158, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2159, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2165 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1728, + "type": "KSamplerSelect", + "pos": [ + 2787.4624565534164, + 5147.544952576949 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 144, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1729, + "type": "BasicScheduler", + "pos": [ + 2787.4624565534164, + 5247.544952576949 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 348, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2381, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2192 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1730, + "type": "BasicGuider", + "pos": [ + 2527.105836588594, + 5027.73058292838 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 347, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2380, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2382, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2156 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1734, + "type": "VAEEncodeTiled", + "pos": [ + 2227.105836588594, + 5067.73058292838 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 353, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2163 + }, + { + "name": "vae", + "type": "VAE", + "link": 2164 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1735, + "type": "VAEDecodeTiled", + "pos": [ + 3171.1058365885956, + 5036.73058292838 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 360, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2165 + }, + { + "name": "vae", + "type": "VAE", + "link": 2166 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2153 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1749, + "type": "easy getNode", + "pos": [ + 1568.2727745883317, + 4740.235489775746 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2182 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1750, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1568.2727745883317, + 4780.235489775746 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 222, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2182 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2382 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1755, + "type": "AspectSizeV2", + "pos": [ + 240.27277458833495, + 4916.235489775746 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 146, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1757, + "type": "ModelSamplingFlux", + "pos": [ + 1008.2185243739826, + 4739.38435489769 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 342, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2186 + }, + { + "name": "width", + "type": "INT", + "link": 2187, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2188, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2380, + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1758, + "type": "easy getNode", + "pos": [ + 1003.8444953878501, + 4632.325858249087 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 147, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2186 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1760, + "type": "ImageScaleBy", + "pos": [ + 2011.8444953878486, + 4817.325858249087 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 349, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2190 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2163 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1762, + "type": "SplitSigmas", + "pos": [ + 2786.3759185890162, + 5393.654859562088 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 352, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2192 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2158 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1764, + "type": "Reroute", + "pos": [ + 3302.272774588333, + 5496.235489775745 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 346, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2194 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2154 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1766, + "type": "ImageResize+", + "pos": [ + 1578.2727745883317, + 5135.235489775745 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 343, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2205, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2197, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2198, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2190 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1767, + "type": "Reroute", + "pos": [ + 878.2727745883334, + 4920.235489775746 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 337, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2199, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2148, + 2187, + 2197 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1768, + "type": "Reroute", + "pos": [ + 877.2727745883334, + 4943.235489775746 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 336, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2200, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2149, + 2188, + 2198 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1769, + "type": "ImpactImageInfo", + "pos": [ + 618.2185243739831, + 4908.38435489769 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 325, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2207 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2200 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2199 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1771, + "type": "Note", + "pos": [ + 1670.2727745883321, + 4636.235489775747 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 148, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1772, + "type": "Reroute", + "pos": [ + 496.547870077109, + 5165.386765786361 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 310, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2379 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2151, + 2207 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1777, + "type": "easy imageSwitch", + "pos": [ + -5366, + 4742 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 365, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2213 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2214 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2212 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + true + ] + }, + { + "id": 1782, + "type": "PrimitiveNode", + "pos": [ + -3511.8989196989314, + 3531.2578738503 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 149, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2287, + 2288 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ] + }, + { + "id": 1786, + "type": "ImpactSwitch", + "pos": [ + -6052.678806423578, + 1128.631021372462 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 223, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2226 + }, + { + "name": "input2", + "type": "STRING", + "link": 2227 + }, + { + "name": "input3", + "type": "STRING", + "link": null + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2232 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2230 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + true + ] + }, + { + "id": 1787, + "type": "String-🔬", + "pos": [ + -6514.180229718501, + 1312.6938541606908 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 150, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2227, + 2228 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#d7e76f", + true + ] + }, + { + "id": 1788, + "type": "String-🔬", + "pos": [ + -6511, + 1127 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 151, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2226, + 2229 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#6fd7e7", + true + ] + }, + { + "id": 1789, + "type": "ImpactSwitch", + "pos": [ + -6048.678806423578, + 1314.631021372462 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 244, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2228 + }, + { + "name": "input2", + "type": "STRING", + "link": 2229 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2230, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2231, + 2235, + 2236, + 2279, + 2440 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + true + ] + }, + { + "id": 1790, + "type": "ShowText|pysssss", + "pos": [ + -5764.180229718501, + 1313.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 255, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2231, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#d7e76f" + ], + "#d7e76f" + ] + }, + { + "id": 1791, + "type": "ShowText|pysssss", + "pos": [ + -5749.180229718501, + 1128.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 243, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2232, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#6fd7e7" + ], + "#6fd7e7" + ] + }, + { + "id": 1793, + "type": "Reroute", + "pos": [ + -3945.057977427735, + 4385.739123311992 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": null + } + ], + "outputs": [ + { + "name": "", + "type": "*", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1794, + "type": "Reroute", + "pos": [ + -3885.3696669347873, + 5927.104838999974 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 153, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": null + } + ], + "outputs": [ + { + "name": "", + "type": "*", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1795, + "type": "Reroute", + "pos": [ + -3825.68135644184, + 7110.340048831695 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": null + } + ], + "outputs": [ + { + "name": "", + "type": "*", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1797, + "type": "ImageFlip+", + "pos": [ + -8603.772717184273, + 5309.746241041404 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 192, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2280 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2241 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1809, + "type": "PrimitiveNode", + "pos": [ + -3666.6141992994617, + 5193.9018373094805 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 155, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2281, + 2282 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1, + "fixed" + ] + }, + { + "id": 1810, + "type": "ImageScaleBy", + "pos": [ + -5560, + 3378 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 292, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2362 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2296 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1811, + "type": "ImageFlip+", + "pos": [ + -8647.078302556816, + 3785.60065252135 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2285 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2286 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1813, + "type": "easy imageSwitch", + "pos": [ + -5555, + 3247 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 359, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2296 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2360 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2297 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1814, + "type": "Label (rgthree)", + "pos": { + "0": -216.05958557128906, + "1": 2914.95654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1122.509765625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 156, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1815, + "type": "RandomNoise", + "pos": [ + 1255.420139175087, + 3126.048839613173 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 157, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2385 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1817, + "type": "ImageResize+", + "pos": [ + 1510.420139175087, + 3741.0488396131723 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 321, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2367, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2300, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2301, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2345 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1818, + "type": "LoadImage", + "pos": [ + 954.420139175088, + 3729.0488396131723 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 158, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1822, + "type": "easy getNode", + "pos": [ + 1997, + 3459 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 159, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2316, + 2318 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1823, + "type": "SaveImage", + "pos": [ + 3809.5232831757717, + 3194.468209399518 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 358, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2304 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1824, + "type": "ImageColorMatch+", + "pos": [ + 3429.695234663862, + 3217.2001156237893 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 356, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2305, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2306 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2304, + 2360 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1825, + "type": "SamplerCustomAdvanced", + "pos": [ + 2717.5232831757703, + 3361.468209399515 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 345, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2385, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2308, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2309, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2310, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2311, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2317 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1826, + "type": "KSamplerSelect", + "pos": [ + 2714.6098211401704, + 3523.3583024143763 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 160, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2309 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1827, + "type": "BasicScheduler", + "pos": [ + 2714.6098211401704, + 3623.3583024143763 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 334, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2365, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2343 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1828, + "type": "BasicGuider", + "pos": [ + 2454.253201175348, + 3403.543932765807 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 333, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2364, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2384, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2308 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1832, + "type": "VAEEncodeTiled", + "pos": [ + 2154.253201175348, + 3443.543932765807 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 340, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2315 + }, + { + "name": "vae", + "type": "VAE", + "link": 2316 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2311 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1833, + "type": "VAEDecodeTiled", + "pos": [ + 3098.2532011753497, + 3412.543932765807 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 351, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2317 + }, + { + "name": "vae", + "type": "VAE", + "link": 2318 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2305 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1846, + "type": "easy getNode", + "pos": [ + 1495.420139175087, + 3116.048839613173 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 161, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2334 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1847, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1495.420139175087, + 3156.048839613173 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 224, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2334 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2384 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1852, + "type": "AspectSizeV2", + "pos": [ + 167.42013917508888, + 3292.048839613173 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 162, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1854, + "type": "ModelSamplingFlux", + "pos": [ + 935.3658889607367, + 3115.1977047351174 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 322, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2338 + }, + { + "name": "width", + "type": "INT", + "link": 2339, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2340, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2364, + 2365 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1855, + "type": "easy getNode", + "pos": [ + 925.9404419770898, + 3018.957461751902 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 163, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2338 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1857, + "type": "ImageScaleBy", + "pos": [ + 2065.1466226914035, + 3242.0725725262746 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 335, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2342 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2315 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1859, + "type": "SplitSigmas", + "pos": [ + 2713.5232831757703, + 3769.468209399515 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 339, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2343 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2310 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1861, + "type": "Reroute", + "pos": [ + 3229.420139175087, + 3872.0488396131723 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 332, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2345 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2306 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1863, + "type": "ImageResize+", + "pos": [ + 1505.420139175087, + 3511.0488396131723 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 323, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2366, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2348, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2349, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2342 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1864, + "type": "Reroute", + "pos": [ + 805.4201391750878, + 3296.048839613173 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 308, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2359, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2300, + 2339, + 2348 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1865, + "type": "Reroute", + "pos": [ + 800.9404419770902, + 3325.957461751902 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 307, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2351, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2301, + 2340, + 2349 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1866, + "type": "ImpactImageInfo", + "pos": [ + 545.365888960737, + 3284.1977047351174 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 300, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2358 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2351 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2359 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1868, + "type": "Note", + "pos": [ + 1597.420139175087, + 3012.048839613174 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 164, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1869, + "type": "Reroute", + "pos": [ + 423.6952346638631, + 3541.2001156237884 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 293, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2363 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2358, + 2366, + 2367 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1872, + "type": "ImageFlip+", + "pos": [ + -6104, + 4469 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 295, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2377 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2378 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1873, + "type": "ImageFlip+", + "pos": [ + -5570, + 3625 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 363, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2386 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2387 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1874, + "type": "Label (rgthree)", + "pos": { + "0": -200, + "1": 1480, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1322.55859375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 165, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SCENE SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1875, + "type": "RandomNoise", + "pos": [ + 1270, + 1690 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 166, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2394 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1876, + "type": "ImageResize+", + "pos": [ + 1520, + 2300 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 304, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2388, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2389, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2390, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2412 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1877, + "type": "LoadImage", + "pos": [ + 970, + 2290 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 167, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1878, + "type": "easy getNode", + "pos": [ + 2010, + 2020 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 168, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2403, + 2405 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1879, + "type": "SaveImage", + "pos": [ + 3820, + 1760 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 354, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2391 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1880, + "type": "ImageColorMatch+", + "pos": [ + 3440, + 1780 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 350, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2392, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2393 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2391, + 2423 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1881, + "type": "SamplerCustomAdvanced", + "pos": [ + 2730, + 1920 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 338, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2394, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2395, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2396, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2397, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2398, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2404 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1882, + "type": "KSamplerSelect", + "pos": [ + 2730, + 2080 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 169, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2396 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1883, + "type": "BasicScheduler", + "pos": [ + 2730, + 2180 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 318, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2399, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2411 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1884, + "type": "BasicGuider", + "pos": [ + 2470, + 1960 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 319, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2400, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2401, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2395 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1885, + "type": "VAEEncodeTiled", + "pos": [ + 2170, + 2000 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 331, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2402 + }, + { + "name": "vae", + "type": "VAE", + "link": 2403 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2398 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1886, + "type": "VAEDecodeTiled", + "pos": [ + 3110, + 1970 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 344, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2404 + }, + { + "name": "vae", + "type": "VAE", + "link": 2405 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2392 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1887, + "type": "easy getNode", + "pos": [ + 1510, + 1680 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 170, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2406 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1888, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1510, + 1720 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2406 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2401 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1889, + "type": "AspectSizeV2", + "pos": [ + 180, + 1850 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 171, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1890, + "type": "ModelSamplingFlux", + "pos": [ + 950, + 1680 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 305, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2407 + }, + { + "name": "width", + "type": "INT", + "link": 2408, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2409, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2399, + 2400 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1891, + "type": "easy getNode", + "pos": [ + 940, + 1580 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 172, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2407 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1892, + "type": "ImageScaleBy", + "pos": [ + 2080, + 1800 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 320, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2410 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2402 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1893, + "type": "SplitSigmas", + "pos": [ + 2730, + 2330 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 330, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2411 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2397 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1894, + "type": "Reroute", + "pos": [ + 3240, + 2430 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 317, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2412 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2393 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1895, + "type": "ImageResize+", + "pos": [ + 1520, + 2070 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 306, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2413, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2414, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2415, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2410 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1896, + "type": "Reroute", + "pos": [ + 820, + 1860 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 299, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2416, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2389, + 2408, + 2414 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1897, + "type": "Reroute", + "pos": [ + 810, + 1890 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 298, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2417, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2390, + 2409, + 2415 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1898, + "type": "ImpactImageInfo", + "pos": [ + 560, + 1850 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 290, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2418 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2417 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2416 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1899, + "type": "Note", + "pos": [ + 1610, + 1570 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 173, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1900, + "type": "Reroute", + "pos": [ + 440, + 2100 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 283, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2421 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2388, + 2413, + 2418 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1901, + "type": "ImageScaleBy", + "pos": [ + -5739, + 1893 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 282, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2419 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2422 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1902, + "type": "easy imageSwitch", + "pos": [ + -5748, + 2026 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 355, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2422 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2423 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2424 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1903, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2783, + 7707 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 382, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2432 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2428 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2430 + }, + { + "name": "color", + "type": "STRING", + "link": 2431, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2433 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1904, + "type": "Reroute", + "pos": [ + -2884, + 7631 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 381, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2425 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1905, + "type": "GrowMask", + "pos": [ + -2780, + 7940 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 329, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2429 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1906, + "type": "PrimitiveNode", + "pos": [ + -2700, + 8080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 174, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2431 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1909, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2820, + 6420 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 378, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2447 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2443 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2441 + }, + { + "name": "color", + "type": "STRING", + "link": 2442, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2446 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1910, + "type": "GrowMask", + "pos": [ + -2820, + 6660 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 327, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2444 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2441 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1911, + "type": "PrimitiveNode", + "pos": [ + -2740, + 6800 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 175, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2442 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 559, + 519, + 0, + 206, + 1, + "INT" + ], + [ + 560, + 520, + 0, + 206, + 2, + "INT" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 641, + 599, + 0, + 158, + 0, + "INT" + ], + [ + 642, + 600, + 0, + 158, + 1, + "INT" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1132, + 169, + 0, + 1001, + 1, + "VAE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1140, + 599, + 0, + 166, + 1, + "INT" + ], + [ + 1141, + 600, + 0, + 166, + 2, + "INT" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1473, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 1474, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 1475, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 1476, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 1477, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1478, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1479, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1486, + 1212, + 0, + 1211, + 0, + "*" + ], + [ + 1487, + 1213, + 0, + 1214, + 1, + "STRING" + ], + [ + 1488, + 1215, + 0, + 1214, + 0, + "STRING" + ], + [ + 1489, + 1214, + 0, + 194, + 1, + "STRING" + ], + [ + 1490, + 1243, + 0, + 1216, + 0, + "INT" + ], + [ + 1491, + 1244, + 0, + 1216, + 1, + "INT" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1495, + 1243, + 0, + 1218, + 1, + "INT" + ], + [ + 1496, + 1244, + 0, + 1218, + 2, + "INT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1498, + 1230, + 0, + 1222, + 1, + "VAE" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1510, + 1233, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1511, + 1239, + 0, + 1232, + 1, + "INT" + ], + [ + 1512, + 1240, + 0, + 1232, + 2, + "INT" + ], + [ + 1514, + 1235, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1523, + 1221, + 0, + 1247, + 1, + "VAE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1525, + 1251, + 0, + 1250, + 0, + "STRING" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1567, + 1314, + 0, + 1287, + 0, + "INT" + ], + [ + 1568, + 1315, + 0, + 1287, + 1, + "INT" + ], + [ + 1569, + 1287, + 0, + 1288, + 0, + "LATENT" + ], + [ + 1570, + 1318, + 0, + 1288, + 1, + "LATENT" + ], + [ + 1572, + 1314, + 0, + 1289, + 1, + "INT" + ], + [ + 1573, + 1315, + 0, + 1289, + 2, + "INT" + ], + [ + 1574, + 1295, + 0, + 1293, + 0, + "LATENT" + ], + [ + 1575, + 1301, + 0, + 1293, + 1, + "VAE" + ], + [ + 1576, + 1293, + 0, + 1294, + 0, + "IMAGE" + ], + [ + 1577, + 1321, + 0, + 1294, + 1, + "STRING" + ], + [ + 1579, + 1298, + 0, + 1295, + 1, + "GUIDER" + ], + [ + 1580, + 1296, + 0, + 1295, + 2, + "SAMPLER" + ], + [ + 1581, + 1319, + 1, + 1295, + 3, + "SIGMAS" + ], + [ + 1582, + 1288, + 0, + 1295, + 4, + "LATENT" + ], + [ + 1584, + 1312, + 0, + 1297, + 1, + "FLOAT" + ], + [ + 1586, + 1307, + 0, + 1298, + 1, + "CONDITIONING" + ], + [ + 1587, + 1304, + 0, + 1303, + 0, + "MODEL" + ], + [ + 1588, + 1310, + 0, + 1303, + 1, + "INT" + ], + [ + 1589, + 1311, + 0, + 1303, + 2, + "INT" + ], + [ + 1591, + 1306, + 0, + 1307, + 0, + "CLIP" + ], + [ + 1592, + 1316, + 0, + 1307, + 1, + "STRING" + ], + [ + 1593, + 1316, + 0, + 1307, + 2, + "STRING" + ], + [ + 1594, + 1308, + 0, + 1312, + 0, + "FLOAT" + ], + [ + 1595, + 1313, + 0, + 1312, + 1, + "FLOAT" + ], + [ + 1596, + 1288, + 2, + 1312, + 3, + "INT" + ], + [ + 1597, + 1309, + 0, + 1316, + 0, + "STRING" + ], + [ + 1598, + 1316, + 0, + 1317, + 0, + "STRING" + ], + [ + 1599, + 1289, + 0, + 1318, + 0, + "IMAGE" + ], + [ + 1600, + 1292, + 0, + 1318, + 1, + "VAE" + ], + [ + 1601, + 1297, + 0, + 1319, + 0, + "SIGMAS" + ], + [ + 1602, + 1322, + 0, + 1321, + 0, + "STRING" + ], + [ + 1603, + 1320, + 0, + 1321, + 1, + "STRING" + ], + [ + 1613, + 1325, + 0, + 1331, + 0, + "IMAGE" + ], + [ + 1706, + 1393, + 0, + 1394, + 0, + "*" + ], + [ + 1707, + 1393, + 0, + 195, + 0, + "NOISE" + ], + [ + 1709, + 1395, + 0, + 1295, + 0, + "NOISE" + ], + [ + 1757, + 1444, + 0, + 1443, + 0, + "STRING" + ], + [ + 1758, + 1442, + 0, + 1443, + 1, + "STRING" + ], + [ + 1774, + 1279, + 0, + 1462, + 0, + "IMAGE" + ], + [ + 1775, + 1466, + 0, + 1465, + 0, + "STRING" + ], + [ + 1776, + 1464, + 0, + 1465, + 1, + "STRING" + ], + [ + 1777, + 1465, + 0, + 1331, + 1, + "STRING" + ], + [ + 1778, + 1469, + 0, + 1468, + 0, + "STRING" + ], + [ + 1779, + 1467, + 0, + 1468, + 1, + "STRING" + ], + [ + 1780, + 1468, + 0, + 684, + 1, + "STRING" + ], + [ + 1795, + 1336, + 0, + 1450, + 0, + "IMAGE" + ], + [ + 1798, + 1443, + 0, + 1450, + 1, + "STRING" + ], + [ + 1834, + 1481, + 0, + 1269, + 0, + "*" + ], + [ + 1850, + 1493, + 0, + 1279, + 1, + "IMAGE" + ], + [ + 1852, + 1492, + 0, + 1279, + 2, + "MASK" + ], + [ + 1874, + 1324, + 0, + 1511, + 0, + "IMAGE" + ], + [ + 1893, + 1516, + 0, + 1515, + 0, + "STRING" + ], + [ + 1894, + 1514, + 0, + 1515, + 1, + "STRING" + ], + [ + 1897, + 1513, + 0, + 1336, + 1, + "IMAGE" + ], + [ + 1899, + 1512, + 0, + 1336, + 2, + "MASK" + ], + [ + 1901, + 1516, + 0, + 1518, + 0, + "STRING" + ], + [ + 1902, + 1212, + 0, + 1519, + 0, + "STRING" + ], + [ + 1903, + 1515, + 0, + 1462, + 1, + "STRING" + ], + [ + 1904, + 1521, + 0, + 1493, + 1, + "INT" + ], + [ + 1905, + 1521, + 0, + 1492, + 1, + "INT" + ], + [ + 1906, + 1520, + 0, + 1493, + 2, + "INT" + ], + [ + 1907, + 1520, + 0, + 1492, + 2, + "INT" + ], + [ + 1908, + 1522, + 0, + 1513, + 1, + "INT" + ], + [ + 1910, + 1522, + 0, + 1512, + 1, + "INT" + ], + [ + 1911, + 1523, + 0, + 1513, + 2, + "INT" + ], + [ + 1912, + 1523, + 0, + 1512, + 2, + "INT" + ], + [ + 1915, + 1525, + 0, + 1526, + 0, + "IMAGE" + ], + [ + 1916, + 1577, + 0, + 1526, + 1, + "STRING" + ], + [ + 1917, + 1553, + 0, + 1527, + 0, + "INT" + ], + [ + 1918, + 1554, + 0, + 1527, + 1, + "INT" + ], + [ + 1919, + 1527, + 0, + 1528, + 0, + "LATENT" + ], + [ + 1920, + 1557, + 0, + 1528, + 1, + "LATENT" + ], + [ + 1921, + 1530, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 1922, + 1553, + 0, + 1529, + 1, + "INT" + ], + [ + 1923, + 1554, + 0, + 1529, + 2, + "INT" + ], + [ + 1924, + 1535, + 0, + 1533, + 0, + "LATENT" + ], + [ + 1925, + 1540, + 0, + 1533, + 1, + "VAE" + ], + [ + 1926, + 1533, + 0, + 1534, + 0, + "IMAGE" + ], + [ + 1927, + 1560, + 0, + 1534, + 1, + "STRING" + ], + [ + 1928, + 1562, + 0, + 1535, + 0, + "NOISE" + ], + [ + 1929, + 1538, + 0, + 1535, + 1, + "GUIDER" + ], + [ + 1930, + 1536, + 0, + 1535, + 2, + "SAMPLER" + ], + [ + 1931, + 1558, + 1, + 1535, + 3, + "SIGMAS" + ], + [ + 1932, + 1528, + 0, + 1535, + 4, + "LATENT" + ], + [ + 1934, + 1551, + 0, + 1537, + 1, + "FLOAT" + ], + [ + 1936, + 1546, + 0, + 1538, + 1, + "CONDITIONING" + ], + [ + 1937, + 1543, + 0, + 1542, + 0, + "MODEL" + ], + [ + 1938, + 1549, + 0, + 1542, + 1, + "INT" + ], + [ + 1939, + 1550, + 0, + 1542, + 2, + "INT" + ], + [ + 1941, + 1545, + 0, + 1546, + 0, + "CLIP" + ], + [ + 1942, + 1555, + 0, + 1546, + 1, + "STRING" + ], + [ + 1943, + 1555, + 0, + 1546, + 2, + "STRING" + ], + [ + 1944, + 1547, + 0, + 1551, + 0, + "FLOAT" + ], + [ + 1945, + 1552, + 0, + 1551, + 1, + "FLOAT" + ], + [ + 1946, + 1528, + 2, + 1551, + 3, + "INT" + ], + [ + 1947, + 1548, + 0, + 1555, + 0, + "STRING" + ], + [ + 1948, + 1555, + 0, + 1556, + 0, + "STRING" + ], + [ + 1949, + 1529, + 0, + 1557, + 0, + "IMAGE" + ], + [ + 1950, + 1532, + 0, + 1557, + 1, + "VAE" + ], + [ + 1951, + 1537, + 0, + 1558, + 0, + "SIGMAS" + ], + [ + 1952, + 1561, + 0, + 1560, + 0, + "STRING" + ], + [ + 1953, + 1559, + 0, + 1560, + 1, + "STRING" + ], + [ + 1954, + 1562, + 0, + 1563, + 0, + "*" + ], + [ + 1958, + 1581, + 0, + 1566, + 1, + "IMAGE" + ], + [ + 1961, + 1574, + 0, + 1573, + 0, + "STRING" + ], + [ + 1962, + 1572, + 0, + 1573, + 1, + "STRING" + ], + [ + 1963, + 1566, + 0, + 1575, + 0, + "IMAGE" + ], + [ + 1964, + 1573, + 0, + 1575, + 1, + "STRING" + ], + [ + 1965, + 1578, + 0, + 1577, + 0, + "STRING" + ], + [ + 1966, + 1576, + 0, + 1577, + 1, + "STRING" + ], + [ + 1969, + 1582, + 0, + 1580, + 1, + "INT" + ], + [ + 1970, + 1583, + 0, + 1580, + 2, + "INT" + ], + [ + 1972, + 1582, + 0, + 1581, + 1, + "INT" + ], + [ + 1973, + 1583, + 0, + 1581, + 2, + "INT" + ], + [ + 1975, + 1525, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 1976, + 1525, + 1, + 1580, + 0, + "MASK" + ], + [ + 1978, + 666, + 1, + 1512, + 0, + "MASK" + ], + [ + 1980, + 1585, + 0, + 1525, + 0, + "IMAGE" + ], + [ + 1981, + 1586, + 0, + 1580, + 3, + "FLOAT" + ], + [ + 1982, + 1586, + 0, + 1581, + 3, + "FLOAT" + ], + [ + 1987, + 1579, + 0, + 1585, + 0, + "IMAGE" + ], + [ + 1997, + 1533, + 0, + 1579, + 0, + "IMAGE" + ], + [ + 1998, + 1644, + 0, + 1590, + 0, + "IMAGE" + ], + [ + 1999, + 1590, + 0, + 1591, + 0, + "IMAGE" + ], + [ + 2000, + 1637, + 0, + 1591, + 1, + "STRING" + ], + [ + 2001, + 1618, + 0, + 1592, + 0, + "INT" + ], + [ + 2002, + 1619, + 0, + 1592, + 1, + "INT" + ], + [ + 2003, + 1592, + 0, + 1593, + 0, + "LATENT" + ], + [ + 2004, + 1622, + 0, + 1593, + 1, + "LATENT" + ], + [ + 2005, + 1595, + 0, + 1594, + 0, + "IMAGE" + ], + [ + 2006, + 1618, + 0, + 1594, + 1, + "INT" + ], + [ + 2007, + 1619, + 0, + 1594, + 2, + "INT" + ], + [ + 2008, + 1600, + 0, + 1598, + 0, + "LATENT" + ], + [ + 2009, + 1605, + 0, + 1598, + 1, + "VAE" + ], + [ + 2010, + 1598, + 0, + 1599, + 0, + "IMAGE" + ], + [ + 2011, + 1625, + 0, + 1599, + 1, + "STRING" + ], + [ + 2012, + 1627, + 0, + 1600, + 0, + "NOISE" + ], + [ + 2013, + 1603, + 0, + 1600, + 1, + "GUIDER" + ], + [ + 2014, + 1601, + 0, + 1600, + 2, + "SAMPLER" + ], + [ + 2015, + 1623, + 1, + 1600, + 3, + "SIGMAS" + ], + [ + 2016, + 1593, + 0, + 1600, + 4, + "LATENT" + ], + [ + 2018, + 1616, + 0, + 1602, + 1, + "FLOAT" + ], + [ + 2020, + 1611, + 0, + 1603, + 1, + "CONDITIONING" + ], + [ + 2021, + 1608, + 0, + 1607, + 0, + "MODEL" + ], + [ + 2022, + 1614, + 0, + 1607, + 1, + "INT" + ], + [ + 2023, + 1615, + 0, + 1607, + 2, + "INT" + ], + [ + 2025, + 1610, + 0, + 1611, + 0, + "CLIP" + ], + [ + 2026, + 1620, + 0, + 1611, + 1, + "STRING" + ], + [ + 2027, + 1620, + 0, + 1611, + 2, + "STRING" + ], + [ + 2028, + 1612, + 0, + 1616, + 0, + "FLOAT" + ], + [ + 2029, + 1617, + 0, + 1616, + 1, + "FLOAT" + ], + [ + 2030, + 1593, + 2, + 1616, + 3, + "INT" + ], + [ + 2031, + 1613, + 0, + 1620, + 0, + "STRING" + ], + [ + 2032, + 1620, + 0, + 1621, + 0, + "STRING" + ], + [ + 2033, + 1594, + 0, + 1622, + 0, + "IMAGE" + ], + [ + 2034, + 1597, + 0, + 1622, + 1, + "VAE" + ], + [ + 2035, + 1602, + 0, + 1623, + 0, + "SIGMAS" + ], + [ + 2036, + 1626, + 0, + 1625, + 0, + "STRING" + ], + [ + 2037, + 1624, + 0, + 1625, + 1, + "STRING" + ], + [ + 2038, + 1627, + 0, + 1628, + 0, + "*" + ], + [ + 2040, + 1641, + 0, + 1629, + 1, + "IMAGE" + ], + [ + 2043, + 1634, + 0, + 1633, + 0, + "STRING" + ], + [ + 2044, + 1632, + 0, + 1633, + 1, + "STRING" + ], + [ + 2045, + 1629, + 0, + 1635, + 0, + "IMAGE" + ], + [ + 2046, + 1633, + 0, + 1635, + 1, + "STRING" + ], + [ + 2047, + 1638, + 0, + 1637, + 0, + "STRING" + ], + [ + 2048, + 1636, + 0, + 1637, + 1, + "STRING" + ], + [ + 2049, + 1598, + 0, + 1639, + 0, + "IMAGE" + ], + [ + 2050, + 1590, + 1, + 1640, + 0, + "MASK" + ], + [ + 2051, + 1642, + 0, + 1640, + 1, + "INT" + ], + [ + 2052, + 1643, + 0, + 1640, + 2, + "INT" + ], + [ + 2053, + 1645, + 0, + 1640, + 3, + "FLOAT" + ], + [ + 2054, + 1590, + 0, + 1641, + 0, + "IMAGE" + ], + [ + 2055, + 1642, + 0, + 1641, + 1, + "INT" + ], + [ + 2056, + 1643, + 0, + 1641, + 2, + "INT" + ], + [ + 2057, + 1645, + 0, + 1641, + 3, + "FLOAT" + ], + [ + 2058, + 1639, + 0, + 1644, + 0, + "IMAGE" + ], + [ + 2060, + 1640, + 0, + 1646, + 0, + "MASK" + ], + [ + 2061, + 1646, + 0, + 1629, + 2, + "MASK" + ], + [ + 2062, + 1580, + 0, + 1649, + 0, + "MASK" + ], + [ + 2063, + 1649, + 0, + 1566, + 2, + "MASK" + ], + [ + 2066, + 1650, + 0, + 1580, + 4, + "FLOAT" + ], + [ + 2067, + 1650, + 0, + 1581, + 4, + "FLOAT" + ], + [ + 2131, + 1711, + 0, + 1709, + 0, + "*" + ], + [ + 2132, + 1711, + 1, + 1710, + 0, + "*" + ], + [ + 2135, + 1607, + 0, + 1603, + 0, + "MODEL" + ], + [ + 2136, + 1607, + 0, + 1602, + 0, + "MODEL" + ], + [ + 2137, + 1542, + 0, + 1537, + 0, + "MODEL" + ], + [ + 2138, + 1542, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2139, + 1232, + 0, + 1227, + 0, + "MODEL" + ], + [ + 2140, + 1232, + 0, + 1226, + 0, + "MODEL" + ], + [ + 2141, + 1303, + 0, + 1298, + 0, + "MODEL" + ], + [ + 2142, + 1303, + 0, + 1297, + 0, + "MODEL" + ], + [ + 2143, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 2144, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 2148, + 1767, + 0, + 1719, + 1, + "INT" + ], + [ + 2149, + 1768, + 0, + 1719, + 2, + "INT" + ], + [ + 2151, + 1772, + 0, + 1723, + 0, + "*" + ], + [ + 2152, + 1726, + 0, + 1725, + 0, + "IMAGE" + ], + [ + 2153, + 1735, + 0, + 1726, + 0, + "IMAGE" + ], + [ + 2154, + 1764, + 0, + 1726, + 1, + "IMAGE" + ], + [ + 2156, + 1730, + 0, + 1727, + 1, + "GUIDER" + ], + [ + 2157, + 1728, + 0, + 1727, + 2, + "SAMPLER" + ], + [ + 2158, + 1762, + 1, + 1727, + 3, + "SIGMAS" + ], + [ + 2159, + 1734, + 0, + 1727, + 4, + "LATENT" + ], + [ + 2163, + 1760, + 0, + 1734, + 0, + "IMAGE" + ], + [ + 2164, + 1724, + 0, + 1734, + 1, + "VAE" + ], + [ + 2165, + 1727, + 0, + 1735, + 0, + "LATENT" + ], + [ + 2166, + 1724, + 0, + 1735, + 1, + "VAE" + ], + [ + 2182, + 1749, + 0, + 1750, + 0, + "CLIP" + ], + [ + 2186, + 1758, + 0, + 1757, + 0, + "MODEL" + ], + [ + 2187, + 1767, + 0, + 1757, + 1, + "INT" + ], + [ + 2188, + 1768, + 0, + 1757, + 2, + "INT" + ], + [ + 2190, + 1766, + 0, + 1760, + 0, + "IMAGE" + ], + [ + 2192, + 1729, + 0, + 1762, + 0, + "SIGMAS" + ], + [ + 2194, + 1719, + 0, + 1764, + 0, + "*" + ], + [ + 2197, + 1767, + 0, + 1766, + 1, + "INT" + ], + [ + 2198, + 1768, + 0, + 1766, + 2, + "INT" + ], + [ + 2199, + 1769, + 2, + 1767, + 0, + "*" + ], + [ + 2200, + 1769, + 1, + 1768, + 0, + "*" + ], + [ + 2205, + 1723, + 0, + 1766, + 0, + "IMAGE" + ], + [ + 2206, + 1723, + 0, + 1719, + 0, + "IMAGE" + ], + [ + 2207, + 1772, + 0, + 1769, + 0, + "IMAGE" + ], + [ + 2212, + 1777, + 0, + 1325, + 0, + "IMAGE" + ], + [ + 2213, + 1511, + 0, + 1777, + 0, + "IMAGE" + ], + [ + 2214, + 1726, + 0, + 1777, + 1, + "IMAGE" + ], + [ + 2226, + 1788, + 0, + 1786, + 0, + "STRING" + ], + [ + 2227, + 1787, + 0, + 1786, + 1, + "STRING" + ], + [ + 2228, + 1787, + 0, + 1789, + 0, + "STRING" + ], + [ + 2229, + 1788, + 0, + 1789, + 1, + "STRING" + ], + [ + 2230, + 1786, + 2, + 1789, + 3, + "INT" + ], + [ + 2231, + 1789, + 0, + 1790, + 0, + "STRING" + ], + [ + 2232, + 1786, + 0, + 1791, + 0, + "STRING" + ], + [ + 2235, + 1789, + 0, + 1279, + 3, + "STRING" + ], + [ + 2236, + 1789, + 0, + 1336, + 3, + "STRING" + ], + [ + 2241, + 1797, + 0, + 1289, + 0, + "IMAGE" + ], + [ + 2279, + 1789, + 0, + 1566, + 3, + "STRING" + ], + [ + 2280, + 1290, + 0, + 1797, + 0, + "IMAGE" + ], + [ + 2281, + 1809, + 0, + 1493, + 3, + "FLOAT" + ], + [ + 2282, + 1809, + 0, + 1492, + 3, + "FLOAT" + ], + [ + 2285, + 1219, + 0, + 1811, + 0, + "IMAGE" + ], + [ + 2286, + 1811, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 2287, + 1782, + 0, + 1513, + 3, + "FLOAT" + ], + [ + 2288, + 1782, + 0, + 1512, + 3, + "FLOAT" + ], + [ + 2289, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 2292, + 1336, + 0, + 1279, + 0, + "IMAGE" + ], + [ + 2296, + 1810, + 0, + 1813, + 0, + "IMAGE" + ], + [ + 2297, + 1813, + 0, + 665, + 0, + "*" + ], + [ + 2300, + 1864, + 0, + 1817, + 1, + "INT" + ], + [ + 2301, + 1865, + 0, + 1817, + 2, + "INT" + ], + [ + 2304, + 1824, + 0, + 1823, + 0, + "IMAGE" + ], + [ + 2305, + 1833, + 0, + 1824, + 0, + "IMAGE" + ], + [ + 2306, + 1861, + 0, + 1824, + 1, + "IMAGE" + ], + [ + 2308, + 1828, + 0, + 1825, + 1, + "GUIDER" + ], + [ + 2309, + 1826, + 0, + 1825, + 2, + "SAMPLER" + ], + [ + 2310, + 1859, + 1, + 1825, + 3, + "SIGMAS" + ], + [ + 2311, + 1832, + 0, + 1825, + 4, + "LATENT" + ], + [ + 2315, + 1857, + 0, + 1832, + 0, + "IMAGE" + ], + [ + 2316, + 1822, + 0, + 1832, + 1, + "VAE" + ], + [ + 2317, + 1825, + 0, + 1833, + 0, + "LATENT" + ], + [ + 2318, + 1822, + 0, + 1833, + 1, + "VAE" + ], + [ + 2334, + 1846, + 0, + 1847, + 0, + "CLIP" + ], + [ + 2338, + 1855, + 0, + 1854, + 0, + "MODEL" + ], + [ + 2339, + 1864, + 0, + 1854, + 1, + "INT" + ], + [ + 2340, + 1865, + 0, + 1854, + 2, + "INT" + ], + [ + 2342, + 1863, + 0, + 1857, + 0, + "IMAGE" + ], + [ + 2343, + 1827, + 0, + 1859, + 0, + "SIGMAS" + ], + [ + 2345, + 1817, + 0, + 1861, + 0, + "*" + ], + [ + 2348, + 1864, + 0, + 1863, + 1, + "INT" + ], + [ + 2349, + 1865, + 0, + 1863, + 2, + "INT" + ], + [ + 2351, + 1866, + 1, + 1865, + 0, + "*" + ], + [ + 2358, + 1869, + 0, + 1866, + 0, + "IMAGE" + ], + [ + 2359, + 1866, + 2, + 1864, + 0, + "*" + ], + [ + 2360, + 1824, + 0, + 1813, + 1, + "IMAGE" + ], + [ + 2362, + 1222, + 0, + 1810, + 0, + "IMAGE" + ], + [ + 2363, + 1222, + 0, + 1869, + 0, + "*" + ], + [ + 2364, + 1854, + 0, + 1828, + 0, + "MODEL" + ], + [ + 2365, + 1854, + 0, + 1827, + 0, + "MODEL" + ], + [ + 2366, + 1869, + 0, + 1863, + 0, + "IMAGE" + ], + [ + 2367, + 1869, + 0, + 1817, + 0, + "IMAGE" + ], + [ + 2371, + 1325, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 2372, + 1325, + 1, + 1492, + 0, + "MASK" + ], + [ + 2375, + 666, + 0, + 1513, + 0, + "IMAGE" + ], + [ + 2377, + 1293, + 0, + 1872, + 0, + "IMAGE" + ], + [ + 2378, + 1872, + 0, + 1324, + 0, + "*" + ], + [ + 2379, + 1324, + 0, + 1772, + 0, + "*" + ], + [ + 2380, + 1757, + 0, + 1730, + 0, + "MODEL" + ], + [ + 2381, + 1757, + 0, + 1729, + 0, + "MODEL" + ], + [ + 2382, + 1750, + 0, + 1730, + 1, + "CONDITIONING" + ], + [ + 2383, + 1717, + 0, + 1727, + 0, + "NOISE" + ], + [ + 2384, + 1847, + 0, + 1828, + 1, + "CONDITIONING" + ], + [ + 2385, + 1815, + 0, + 1825, + 0, + "NOISE" + ], + [ + 2386, + 665, + 0, + 1873, + 0, + "IMAGE" + ], + [ + 2387, + 1873, + 0, + 666, + 0, + "IMAGE" + ], + [ + 2388, + 1900, + 0, + 1876, + 0, + "IMAGE" + ], + [ + 2389, + 1896, + 0, + 1876, + 1, + "INT" + ], + [ + 2390, + 1897, + 0, + 1876, + 2, + "INT" + ], + [ + 2391, + 1880, + 0, + 1879, + 0, + "IMAGE" + ], + [ + 2392, + 1886, + 0, + 1880, + 0, + "IMAGE" + ], + [ + 2393, + 1894, + 0, + 1880, + 1, + "IMAGE" + ], + [ + 2394, + 1875, + 0, + 1881, + 0, + "NOISE" + ], + [ + 2395, + 1884, + 0, + 1881, + 1, + "GUIDER" + ], + [ + 2396, + 1882, + 0, + 1881, + 2, + "SAMPLER" + ], + [ + 2397, + 1893, + 1, + 1881, + 3, + "SIGMAS" + ], + [ + 2398, + 1885, + 0, + 1881, + 4, + "LATENT" + ], + [ + 2399, + 1890, + 0, + 1883, + 0, + "MODEL" + ], + [ + 2400, + 1890, + 0, + 1884, + 0, + "MODEL" + ], + [ + 2401, + 1888, + 0, + 1884, + 1, + "CONDITIONING" + ], + [ + 2402, + 1892, + 0, + 1885, + 0, + "IMAGE" + ], + [ + 2403, + 1878, + 0, + 1885, + 1, + "VAE" + ], + [ + 2404, + 1881, + 0, + 1886, + 0, + "LATENT" + ], + [ + 2405, + 1878, + 0, + 1886, + 1, + "VAE" + ], + [ + 2406, + 1887, + 0, + 1888, + 0, + "CLIP" + ], + [ + 2407, + 1891, + 0, + 1890, + 0, + "MODEL" + ], + [ + 2408, + 1896, + 0, + 1890, + 1, + "INT" + ], + [ + 2409, + 1897, + 0, + 1890, + 2, + "INT" + ], + [ + 2410, + 1895, + 0, + 1892, + 0, + "IMAGE" + ], + [ + 2411, + 1883, + 0, + 1893, + 0, + "SIGMAS" + ], + [ + 2412, + 1876, + 0, + 1894, + 0, + "*" + ], + [ + 2413, + 1900, + 0, + 1895, + 0, + "IMAGE" + ], + [ + 2414, + 1896, + 0, + 1895, + 1, + "INT" + ], + [ + 2415, + 1897, + 0, + 1895, + 2, + "INT" + ], + [ + 2416, + 1898, + 2, + 1896, + 0, + "*" + ], + [ + 2417, + 1898, + 1, + 1897, + 0, + "*" + ], + [ + 2418, + 1900, + 0, + 1898, + 0, + "IMAGE" + ], + [ + 2419, + 193, + 0, + 1901, + 0, + "IMAGE" + ], + [ + 2421, + 193, + 0, + 1900, + 0, + "*" + ], + [ + 2422, + 1901, + 0, + 1902, + 0, + "IMAGE" + ], + [ + 2423, + 1880, + 0, + 1902, + 1, + "IMAGE" + ], + [ + 2424, + 1902, + 0, + 1336, + 0, + "IMAGE" + ], + [ + 2425, + 1566, + 0, + 1904, + 0, + "*" + ], + [ + 2428, + 1641, + 0, + 1903, + 1, + "IMAGE" + ], + [ + 2429, + 1640, + 0, + 1905, + 0, + "MASK" + ], + [ + 2430, + 1905, + 0, + 1903, + 2, + "MASK" + ], + [ + 2431, + 1906, + 0, + 1903, + 3, + "STRING" + ], + [ + 2432, + 1904, + 0, + 1903, + 0, + "IMAGE" + ], + [ + 2433, + 1903, + 0, + 1629, + 0, + "IMAGE" + ], + [ + 2440, + 1789, + 0, + 1629, + 3, + "STRING" + ], + [ + 2441, + 1910, + 0, + 1909, + 2, + "MASK" + ], + [ + 2442, + 1911, + 0, + 1909, + 3, + "STRING" + ], + [ + 2443, + 1581, + 0, + 1909, + 1, + "IMAGE" + ], + [ + 2444, + 1580, + 0, + 1910, + 0, + "MASK" + ], + [ + 2446, + 1909, + 0, + 1566, + 0, + "IMAGE" + ], + [ + 2447, + 1279, + 0, + 1909, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "BACKGROUND | GENERATION", + "bounding": [ + -9108, + 1705, + 3303, + 1166 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "REMBG | TEXT", + "bounding": [ + -5609, + 3002, + 1700, + 1124 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9066, + 2982, + 3270, + 1194 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SUBJECT | GENERATION", + "bounding": [ + -9036, + 4548, + 3303, + 1196 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | TEXT + BG", + "bounding": [ + -3727, + 4711, + 1636, + 968 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | SUBJECT", + "bounding": [ + -5419, + 4657, + 1481, + 997 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SUBJECT + COMP", + "bounding": [ + -3785, + 3057, + 2110, + 932 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -9056, + 6007, + 3290, + 1103 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -5610, + 6035, + 1686, + 1126 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -3739, + 6071, + 2068, + 1025 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -9053, + 7343, + 3306, + 1179 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -5611, + 7360, + 1684, + 1147 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -3723, + 7378, + 2278, + 1082 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Group", + "bounding": [ + -242, + 4506, + 5496, + 1279 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BG Subject upscale", + "bounding": [ + -272, + 2858, + 5493, + 1326 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Scene Flux upscale", + "bounding": [ + -301, + 1364, + 5514, + 1357 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.310999419149996, + "offset": [ + 9676.099789107655, + -907.9224551909092 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Shift-Lines-v39.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Shift-Lines-v39.json new file mode 100644 index 0000000..0754fbd --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Shift-Lines-v39.json @@ -0,0 +1,2863 @@ +{ + "last_node_id": 531, + "last_link_id": 638, + "nodes": [ + { + "id": 10, + "type": "VAELoader", + "pos": [ + -3010, + -560 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 616, + 617, + 618, + 619, + 620, + 621 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2990, + -340 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 604, + 605 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -3000, + -190 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 608, + 610, + 611 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 565099350244054, + "randomize" + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 219, + 603, + 637 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\base/flux_03915_.png [output]", + "image" + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 45, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 603, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 634, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_tvczr_00013_.png&type=temp&subfolder=&rand=0.8654364378363746" + }, + { + "name": "B", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_tvczr_00014_.png&type=temp&subfolder=&rand=0.36905956433244747" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1864 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 623, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 624, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 581, + 582 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 5, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Shift-Lines-v39\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\nAll EasyUse Nodes removed\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n\nspecial no Easy Use version." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -3000, + -460 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 615 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 6, + 1346 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 32, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 632 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 633 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 630 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 41, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 582 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 630, + 631, + 634 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 610, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 595 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 29, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 572, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 28, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 571, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 577, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 633 + }, + { + "name": "vae", + "type": "VAE", + "link": 619 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 595 + }, + { + "name": "vae", + "type": "VAE", + "link": 618 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 48, + 2416 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 631 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 638 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833, + 2349 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 629 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 581 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 629 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 611, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 31, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 574, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 30, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 573, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 578, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 638 + }, + { + "name": "vae", + "type": "VAE", + "link": 620 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 621 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -3000, + 144 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 623, + 627, + 635 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 624, + 628, + 636 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2069, + 141 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 622 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 616 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "blonde_1.png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2080, + 300 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 720, + 90 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 617 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 614 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 608, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 622, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 331, + 233 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 568, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 612, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 567, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 575, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 528 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 615 + }, + { + "name": "width", + "type": "INT", + "link": 627, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 628, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 567, + 568, + 571, + 572, + 573, + 574 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 100 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 605 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 625, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 626, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -466, + 424 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 16, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -574, + 1190 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 604 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 577, + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, photo, UHD, 8K,", + "very detailed, photo, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -995, + 144 + ], + "size": { + "0": 470.33001708984375, + "1": 210.27598571777344 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 625, + 626 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 529, + "type": "SaveImage", + "pos": [ + 1008, + 17 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 614 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 531, + "type": "ImageResize+", + "pos": [ + -581, + 1548 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 637, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 635, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 636, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 632 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 567, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 568, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 571, + 206, + 0, + 114, + 0, + "MODEL" + ], + [ + 572, + 206, + 0, + 113, + 0, + "MODEL" + ], + [ + 573, + 206, + 0, + 134, + 0, + "MODEL" + ], + [ + 574, + 206, + 0, + 133, + 0, + "MODEL" + ], + [ + 575, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 577, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 578, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 581, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 582, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 595, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 603, + 51, + 0, + 58, + 0, + "IMAGE" + ], + [ + 604, + 11, + 0, + 495, + 0, + "CLIP" + ], + [ + 605, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 608, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 610, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 611, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 612, + 451, + 0, + 197, + 1, + "FLOAT" + ], + [ + 614, + 193, + 0, + 529, + 0, + "IMAGE" + ], + [ + 615, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 616, + 10, + 0, + 165, + 1, + "VAE" + ], + [ + 617, + 10, + 0, + 193, + 1, + "VAE" + ], + [ + 618, + 10, + 0, + 123, + 1, + "VAE" + ], + [ + 619, + 10, + 0, + 121, + 1, + "VAE" + ], + [ + 620, + 10, + 0, + 139, + 1, + "VAE" + ], + [ + 621, + 10, + 0, + 140, + 1, + "VAE" + ], + [ + 622, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 623, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 624, + 160, + 1, + 64, + 2, + "INT" + ], + [ + 625, + 518, + 0, + 448, + 1, + "STRING" + ], + [ + 626, + 518, + 0, + 448, + 2, + "STRING" + ], + [ + 627, + 160, + 0, + 206, + 1, + "INT" + ], + [ + 628, + 160, + 1, + 206, + 2, + "INT" + ], + [ + 629, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 630, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 631, + 107, + 0, + 125, + 0, + "IMAGE" + ], + [ + 632, + 531, + 0, + 99, + 0, + "IMAGE" + ], + [ + 633, + 99, + 0, + 121, + 0, + "IMAGE" + ], + [ + 634, + 107, + 0, + 58, + 1, + "IMAGE" + ], + [ + 635, + 160, + 0, + 531, + 1, + "INT" + ], + [ + 636, + 160, + 1, + 531, + 2, + "INT" + ], + [ + 637, + 51, + 0, + 531, + 0, + "IMAGE" + ], + [ + 638, + 125, + 0, + 139, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3024, + 1015 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.3939204936916387, + "offset": [ + 1309.3779673886997, + 583.4867525044651 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Thumbnails-lines-v15.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Thumbnails-lines-v15.json new file mode 100644 index 0000000..41a862a --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Thumbnails-lines-v15.json @@ -0,0 +1,11248 @@ +{ + "last_node_id": 1520, + "last_link_id": 1959, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1833 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -9050.989630192404, + 6249.981917051679 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 1956 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\thumbail\\change-me\\combine-text/flux_00008_.png [output]", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7850, + 6760 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1867, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1868, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -8450.9896301924, + 6543.98191705168 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Thumbnails-v15\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v7\n\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1832 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -7980, + 6760 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5497.364322739876, + 6220.296079072448 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1785, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5892.364322739872, + 6259.296079072448 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1893 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6589.364322739872, + 6387.296079072449 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1890, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6592.277784775471, + 6549.186172087311 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6592.277784775471, + 6649.186172087311 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1887, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6852.634404740294, + 6429.37180243874 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1886, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1889, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -7152.634404740294, + 6469.371802438741 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1891 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -6208.634404740293, + 6438.37180243874 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1892 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -8507.998046874996, + 3887.1842839663414 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1857, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1858, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -8134.371819235058, + 3885.8893384137546 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1478 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -8719.998046874996, + 4066.184283966342 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 1859, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1860, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -9049.998046874996, + 3969.1842839663423 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -8144.371819235055, + 4005.8893384137555 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -6994.371819235058, + 3356.2845300422464 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 163, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 1896 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 1902 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -6734.371819235058, + 3316.284530042246 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1489, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -7384.371819235058, + 3356.2845300422464 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1707, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1478, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -7384.371819235058, + 3496.2845300422464 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -7384.371819235058, + 3596.2845300422446 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1879, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -7704.371819235058, + 3376.2845300422464 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1878, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1479, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -7374.371819235058, + 3736.284530042244 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -9054.371819235055, + 3616.2845300422446 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1877 + }, + { + "name": "width", + "type": "INT", + "link": 1869, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1870, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1878, + 1879 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8214.371819235055, + 3326.284530042246 + ], + "size": { + "0": 354.3183898925781, + "1": 100.00009155273438 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1954 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1474, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1475, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1479 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -8138.371819235058, + 3547.2845300422464 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7790, + "1": 1150, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 436.8661804199219, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7840.989630192406, + 6163.981917051679 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1888 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1889 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9070.371819235055, + 3338.284530042246 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1473 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "diffuse light, an illustration of a futuristic city with a giant electronic device in the middle", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -2921.75351987726, + 6166.346369059593 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -2922.75351987726, + 6336.346369059592 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1786, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -3727.7535198772543, + 6293.346369059592 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\thumbail\\change-me\\UP/stage1_00001_.png [output]", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -7724.371819235058, + 3956.284530042245 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1477 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -8135.371819235058, + 3668.2845300422446 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8590, + 1150 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1843 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1844 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8210, + "1": 1160, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 381.04571533203125, + "1": 250 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -4193.582663043957, + 6177.267061574924 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8654.371819235055, + 3336.284530042246 + ], + "size": { + "0": 372.5661315917969, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1473, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1474, + 1475, + 1476 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8652.371819235055, + 3544.2845300422464 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1476, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "diffuse light, an illustration of a futuristic city with a giant electronic device in the middle" + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -5691, + 2129 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 165, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1527 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -5677.632586706433, + 2202.7092628853998 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720, + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -5277.632586706433, + 2132.709262885399 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1780, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -8464.371819235055, + 4065.889338413755 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1897 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -8309, + 6174 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1883 + }, + { + "name": "width", + "type": "INT", + "link": 1884, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1885, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1886, + 1887 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1831 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -7241.740983224238, + 6267.900442199206 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1957 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6593.364322739872, + 6795.296079072451 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -7384.371819235058, + 3858.2845300422446 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7272, + 1249 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/thumbail/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -7280, + 1150 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "change-me" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1211, + "type": "easy setNode", + "pos": [ + -7270, + 1320 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 1486 + } + ], + "title": "Set_str_Projectpath", + "properties": { + "previousName": "str_Projectpath" + }, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7270, + 1290 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": false + }, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1486, + 1934 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/thumbail/", + "change-me", + "/scene/flux", + "" + ] + }, + { + "id": 1213, + "type": "PrimitiveNode", + "pos": [ + -6973.998046875001, + 3566.184283966342 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1487 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/background/flux" + ] + }, + { + "id": 1214, + "type": "CR Text Concatenate", + "pos": [ + -6968.998046875001, + 3528.18428396634 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1946, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1487, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/background/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8460, + 2598 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1853, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1856, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8140, + 2570 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8720, + 2750 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1494 + }, + { + "name": "width", + "type": "INT", + "link": 1854, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1855, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9060, + 2650 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8150, + 2690 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 25, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -7000, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1899 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1527 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6729, + 2017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7390, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7390, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7390, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7710, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1875, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7380, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 27, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -9060, + 2300 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1874 + }, + { + "name": "width", + "type": "INT", + "link": 1873, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1872, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1875, + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8220, + 2010 + ], + "size": { + "0": 354.3183898925781, + "1": 100 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1955 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -9060, + 2010 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"FLUX\"\n\ndetailed textures, polished chrome lettering in a bold font on a white background", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7730, + 2640 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8660, + 2020 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8660, + 2230 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"FLUX\"\n\ndetailed textures, polished chrome lettering in a bold font on a white background" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8470, + 2750 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1898 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7390, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6980, + 2243 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6976, + 2202 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1935, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7703, + 2231 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1529 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 241902653355524, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1259, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -3774.4699387227274, + 3437.7366492359474 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1907 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1908 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1909 + }, + { + "name": "color", + "type": "STRING", + "link": 1710, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1770 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1260, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3340, + 5150 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1930 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1659 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1262, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2954.4699387227265, + 3437.7366492359474 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1913 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1914 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1915 + }, + { + "name": "color", + "type": "STRING", + "link": 1711, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1771, + 1927 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1277, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -3774, + 3978 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1910 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1912 + }, + { + "name": "color", + "type": "STRING", + "link": 1712, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1769 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1279, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2954, + 3978 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1916 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1918 + }, + { + "name": "color", + "type": "STRING", + "link": 1713, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1774 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1287, + "type": "EmptyLatentImage", + "pos": [ + -8501, + 5167 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1863, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1864, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1569 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1288, + "type": "LatentSwitch", + "pos": [ + -8130, + 5170 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1569 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1570 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1582 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1596 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1289, + "type": "ImageResize+", + "pos": [ + -8720, + 5350 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1571 + }, + { + "name": "width", + "type": "INT", + "link": 1861, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1862, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1599 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1290, + "type": "LoadImage", + "pos": [ + -9050, + 5250 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 33, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1571 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "sneaking (13).png", + "image" + ] + }, + { + "id": 1291, + "type": "Note", + "pos": [ + -8140, + 5290 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 34, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1293, + "type": "VAEDecode", + "pos": [ + -6990, + 4640 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1574 + }, + { + "name": "vae", + "type": "VAE", + "link": 1895 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1576, + 1632 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1294, + "type": "SaveImage", + "pos": [ + -6730, + 4600 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1576 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1577, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1295, + "type": "SamplerCustomAdvanced", + "pos": [ + -7380, + 4640 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1709, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1579, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1580, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1581, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1582, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1574 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1296, + "type": "KSamplerSelect", + "pos": [ + -7380, + 4780 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1580 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1297, + "type": "BasicScheduler", + "pos": [ + -7380, + 4880 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1882, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1584, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1601 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1298, + "type": "BasicGuider", + "pos": [ + -7700, + 4660 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1881, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1586, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1579 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1302, + "type": "Note", + "pos": [ + -7370, + 5020 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 36, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1303, + "type": "ModelSamplingFlux", + "pos": [ + -9050, + 4900 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1880 + }, + { + "name": "width", + "type": "INT", + "link": 1865, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1866, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1881, + 1882 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1307, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8210, + 4610 + ], + "size": { + "0": 354.3183898925781, + "1": 100 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1953 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1592, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1593, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1586 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1308, + "type": "Primitive float [Crystools]", + "pos": [ + -8130, + 4830 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1594 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1309, + "type": "DF_Text_Box", + "pos": [ + -9070, + 4620 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1597 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "jubilant anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1312, + "type": "ImpactSwitch", + "pos": [ + -7720, + 5240 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1594 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1595 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1596, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1584 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1313, + "type": "Primitive float [Crystools]", + "pos": [ + -8130, + 4950 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1595 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.2 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1316, + "type": "SDXLPromptStyler", + "pos": [ + -8650, + 4620 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1597, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1592, + 1593, + 1598 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1317, + "type": "ShowText|pysssss", + "pos": [ + -8650, + 4830 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1598, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork jubilant anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1318, + "type": "VAEEncode", + "pos": [ + -8460, + 5350 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1599 + }, + { + "name": "vae", + "type": "VAE", + "link": 1894 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1570 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1319, + "type": "SplitSigmas", + "pos": [ + -7380, + 5140 + ], + "size": { + "0": 321.2437744140625, + "1": 78 + }, + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1601 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1581 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1320, + "type": "PrimitiveNode", + "pos": [ + -6970, + 4790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1603 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/subject/flux" + ] + }, + { + "id": 1321, + "type": "CR Text Concatenate", + "pos": [ + -6963, + 4747 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1947, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1603, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1577 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/subject/flux", + "" + ] + }, + { + "id": 1324, + "type": "Reroute", + "pos": [ + -5469.167497362177, + 4664.156393422819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 172, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1632 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1605 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1325, + "type": "InspyrenetRembg", + "pos": [ + -5459.167497362177, + 4744.156393422819 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1605 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1613, + 1925 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1926 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1331, + "type": "SaveImage", + "pos": [ + -5059.167497362177, + 4674.156393422819 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1613 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1777, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/subject" + ] + }, + { + "id": 1336, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2990, + 4900 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1928 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1664 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1659 + }, + { + "name": "color", + "type": "STRING", + "link": 1652, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1795 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#FFBF30" + ] + }, + { + "id": 1358, + "type": "PrimitiveNode", + "pos": [ + -3760, + 4880 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1652, + 1697 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#FFBF30" + ] + }, + { + "id": 1362, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3340, + 4880 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1664 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1365, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2044, + 3533 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1923 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1688 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -100, + -250, + "None", + 0.7000000000000001, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1366, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2043, + 3259 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1921 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1686 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -100, + -250, + "None", + 0.7000000000000001, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1367, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2037.469938722727, + 4115.736649235946 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1924 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1682 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -100, + 250, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1368, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2044.469938722727, + 3827.7366492359474 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1922 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1684 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -100, + 250, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1369, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1558, + 3438 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1919 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1686 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1688 + }, + { + "name": "color", + "type": "STRING", + "link": 1714, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1772 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1375, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1584.469938722726, + 4007.7366492359465 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1684 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1682 + }, + { + "name": "color", + "type": "STRING", + "link": 1715, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1773 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1381, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2030, + 5230 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1932 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1690 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1382, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1680, + 4920 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1933 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1689 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1690 + }, + { + "name": "color", + "type": "STRING", + "link": 1697, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1804 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#FFBF30" + ] + }, + { + "id": 1386, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2030, + 4940 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1931 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1689 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1393, + "type": "RandomNoise", + "pos": [ + -7719.055651523359, + 3536.757853226052 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1707 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 369217934353385, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1395, + "type": "RandomNoise", + "pos": [ + -7700, + 4780 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1709 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 503731723563797, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1399, + "type": "Label (rgthree)", + "pos": { + "0": -9120, + "1": 5927, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 577.9296875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 44, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "UPSCALING", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10486, + "1": 2302, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 45, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1401, + "type": "Label (rgthree)", + "pos": { + "0": -11402, + "1": 3675, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1978.02734375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 46, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BACKGROUND GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1402, + "type": "Label (rgthree)", + "pos": { + "0": -10889, + "1": 4958, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1455.76171875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 47, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SUBJECT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1403, + "type": "Label (rgthree)", + "pos": { + "0": -3780, + "1": 3110, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2210.44921875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 48, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "Combine Text with Background layer, adjust offset", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1404, + "type": "Label (rgthree)", + "pos": { + "0": -5720, + "1": 1810, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1094.82421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 49, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "Isolate Text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1405, + "type": "Label (rgthree)", + "pos": { + "0": -5500, + "1": 4400, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 50, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1406, + "type": "Label (rgthree)", + "pos": { + "0": -3786, + "1": 4417, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2971.728515625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 51, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "combine previous composition with subject, adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1408, + "type": "PrimitiveNode", + "pos": [ + -3769, + 3696 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1710, + 1711, + 1712, + 1713, + 1714, + 1715 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#ffbf30" + ] + }, + { + "id": 1409, + "type": "Note", + "pos": [ + -3990, + 3697 + ], + "size": { + "0": 210, + "1": 66.80303192138672 + }, + "flags": {}, + "order": 53, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "#ffbf30\n#30ffbf\n#bf30ff\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1410, + "type": "Label (rgthree)", + "pos": { + "0": -3790, + "1": 5990, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 955.95703125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 54, + "mode": 0, + "inputs": [], + "outputs": [], + "title": " .cube LUT correction", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1438, + "type": "PrimitiveNode", + "pos": [ + -3794, + 4266 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1755 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1439, + "type": "CR Text Concatenate", + "pos": [ + -3786, + 4218 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1755, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1787, + 1788, + 1789, + 1790, + 1791, + 1792 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1441, + "type": "SaveImage", + "pos": [ + -3425, + 3294 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1770 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1791, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1442, + "type": "PrimitiveNode", + "pos": [ + -3760, + 5112 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1758 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1443, + "type": "CR Text Concatenate", + "pos": [ + -3760, + 5059 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1951, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1758, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1798, + 1801 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1450, + "type": "SaveImage", + "pos": [ + -2580, + 4910 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 204, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1795 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1798, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1451, + "type": "SaveImage", + "pos": [ + -1270, + 4920 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1804 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1801, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1459, + "type": "SaveImage", + "pos": [ + -2593, + 3290 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1771 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1790, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1460, + "type": "SaveImage", + "pos": [ + -1228, + 3295 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1772 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1787, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1461, + "type": "SaveImage", + "pos": [ + -1214, + 3861 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1773 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1788, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1462, + "type": "SaveImage", + "pos": [ + -2597, + 3833 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 193, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1774 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1789, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1463, + "type": "SaveImage", + "pos": [ + -3438, + 3829 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1769 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1792, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1464, + "type": "PrimitiveNode", + "pos": [ + -5452, + 5279 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1776 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/subject" + ] + }, + { + "id": 1465, + "type": "CR Text Concatenate", + "pos": [ + -5448, + 5238 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1950, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1776, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1777 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/subject", + "" + ] + }, + { + "id": 1467, + "type": "PrimitiveNode", + "pos": [ + -5628, + 2670 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1779 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1468, + "type": "CR Text Concatenate", + "pos": [ + -5631, + 2621 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1937, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1779, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1780 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1470, + "type": "PrimitiveNode", + "pos": [ + -5810, + 6461 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1782 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/UP/stage1" + ] + }, + { + "id": 1471, + "type": "CR Text Concatenate", + "pos": [ + -5802, + 6566 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1948, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1782, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1785 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/UP/stage1", + "" + ] + }, + { + "id": 1473, + "type": "PrimitiveNode", + "pos": [ + -2462, + 6186 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1784 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/CC/foda" + ] + }, + { + "id": 1474, + "type": "CR Text Concatenate", + "pos": [ + -2457, + 6291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1949, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1784, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1786 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/CC/foda", + "" + ] + }, + { + "id": 1476, + "type": "RandomNoise", + "pos": [ + -8307, + 6359 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1890 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 696832466942759, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1478, + "type": "Note", + "pos": [ + -9689, + 4637 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 63, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1479, + "type": "Note", + "pos": [ + -9713, + 3333 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 64, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "photograph of a highly advanced robotic car factory, no humans, empty, diffuse light" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1480, + "type": "Label (rgthree)", + "pos": { + "0": -2980, + "1": 4594, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1008.88671875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 65, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "<- choose overlay type", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1481, + "type": "Reroute", + "pos": [ + -9127, + 1713 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1831 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1836, + 1898, + 1899 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1482, + "type": "Reroute", + "pos": [ + -9129, + 1629 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1832 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1834, + 1874 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1483, + "type": "Reroute", + "pos": [ + -9129, + 1672 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1833 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1835, + 1955 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1484, + "type": "Reroute", + "pos": [ + -9130, + 3130 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1836 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1839, + 1896, + 1897 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1485, + "type": "Reroute", + "pos": [ + -9130, + 3040 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1834 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1837, + 1877 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1486, + "type": "Reroute", + "pos": [ + -9130, + 3090 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1835 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1838, + 1954 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1487, + "type": "Reroute", + "pos": [ + -9120, + 4450 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1839 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1842, + 1894, + 1895 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1488, + "type": "Reroute", + "pos": [ + -9119.998046874996, + 4369.184283966341 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1837 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1840, + 1880 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1489, + "type": "Reroute", + "pos": [ + -9120, + 4410 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1838 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1841, + 1953 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1490, + "type": "Reroute", + "pos": [ + -9116.743237377266, + 5866.706684575819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1842 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1891, + 1892 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1491, + "type": "Reroute", + "pos": [ + -9118.743237377266, + 5782.706684575819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1840 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1883 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1492, + "type": "Reroute", + "pos": [ + -9118.743237377266, + 5825.706684575819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1841 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1888 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1494, + "type": "Reroute", + "pos": [ + -8584, + 1632 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1843, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1845 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1495, + "type": "Reroute", + "pos": [ + -8584.24143515624, + 1675.372059837569 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1844, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1846 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1496, + "type": "Reroute", + "pos": [ + -9340.722894181728, + 2738.854737252536 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1845, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1847, + 1853, + 1854, + 1873 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1497, + "type": "Reroute", + "pos": [ + -9340.722894181728, + 2781.854737252536 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1846, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1848, + 1855, + 1856, + 1872 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1498, + "type": "Reroute", + "pos": [ + -9372.641745544099, + 4064.94162680553 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1847, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1849, + 1857, + 1859, + 1869 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1499, + "type": "Reroute", + "pos": [ + -9372.641745544099, + 4107.94162680553 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1848, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1850, + 1858, + 1860, + 1870 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1500, + "type": "Reroute", + "pos": [ + -9332.017728750126, + 5382.323218096634 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1849, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1851, + 1861, + 1863, + 1865 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1501, + "type": "Reroute", + "pos": [ + -9332.017728750126, + 5425.323218096634 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1850, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1852, + 1862, + 1864, + 1866 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1502, + "type": "Reroute", + "pos": [ + -9317.509208250975, + 6641.6705281457 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1851, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1867, + 1884, + 1958 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1503, + "type": "Reroute", + "pos": [ + -9317.509208250975, + 6684.6705281457 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1852, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1868, + 1885, + 1959 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -5593.8514189062635, + 3314.409693789769 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1902 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -3761, + 3277 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1904 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1907, + 1910, + 1913, + 1916, + 1919, + 1920 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -3760, + 3310 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 175, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1905 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1908, + 1911, + 1914, + 1917, + 1921, + 1922 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1507, + "type": "Reroute", + "pos": [ + -3760, + 3340 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1906 + } + ], + "outputs": [ + { + "name": "", + "type": "MASK", + "links": [ + 1909, + 1912, + 1915, + 1918, + 1923, + 1924 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1508, + "type": "Reroute", + "pos": [ + -3748.2899508463206, + 4607.489503738635 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 192, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1927 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1928, + 1933 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1509, + "type": "Reroute", + "pos": [ + -3747.2899508463206, + 4640.489503738635 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1929, + 1931 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -3747.2899508463206, + 4670.489503738635 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MASK", + "links": [ + 1930, + 1932 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -7009, + 1759 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1934, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1935, + 1936, + 1938 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "Reroute", + "pos": [ + -5729.5648927466655, + 1752.18829026078 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1936, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1937 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1513, + "type": "Reroute", + "pos": [ + -6976.450815615924, + 3104.797065365239 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1938, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1939, + 1944, + 1946 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1514, + "type": "Reroute", + "pos": [ + -6948.411303657413, + 4436.673883394498 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1939, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1940, + 1942, + 1947 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1515, + "type": "Reroute", + "pos": [ + -5938.988873151026, + 5978.846934150337 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1940, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1941, + 1948 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1516, + "type": "Reroute", + "pos": [ + -2494.80186901463, + 6006.886446108847 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1941, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1949 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1517, + "type": "Reroute", + "pos": [ + -5466.6217949688735, + 4364.170211868065 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1942, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1943, + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "Reroute", + "pos": [ + -3739.1687667210317, + 4395.769801660153 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1943, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1951 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1519, + "type": "Reroute", + "pos": [ + -3763.746296881385, + 3068.5802799575426 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1944, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1520, + "type": "ImageResize+", + "pos": [ + -7852, + 6477 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1956, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1957 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1473, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 1474, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 1475, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 1476, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 1477, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1478, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1479, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1486, + 1212, + 0, + 1211, + 0, + "*" + ], + [ + 1487, + 1213, + 0, + 1214, + 1, + "STRING" + ], + [ + 1489, + 1214, + 0, + 194, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1494, + 1219, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1527, + 1222, + 0, + 665, + 0, + "*" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1569, + 1287, + 0, + 1288, + 0, + "LATENT" + ], + [ + 1570, + 1318, + 0, + 1288, + 1, + "LATENT" + ], + [ + 1571, + 1290, + 0, + 1289, + 0, + "IMAGE" + ], + [ + 1574, + 1295, + 0, + 1293, + 0, + "LATENT" + ], + [ + 1576, + 1293, + 0, + 1294, + 0, + "IMAGE" + ], + [ + 1577, + 1321, + 0, + 1294, + 1, + "STRING" + ], + [ + 1579, + 1298, + 0, + 1295, + 1, + "GUIDER" + ], + [ + 1580, + 1296, + 0, + 1295, + 2, + "SAMPLER" + ], + [ + 1581, + 1319, + 1, + 1295, + 3, + "SIGMAS" + ], + [ + 1582, + 1288, + 0, + 1295, + 4, + "LATENT" + ], + [ + 1584, + 1312, + 0, + 1297, + 1, + "FLOAT" + ], + [ + 1586, + 1307, + 0, + 1298, + 1, + "CONDITIONING" + ], + [ + 1592, + 1316, + 0, + 1307, + 1, + "STRING" + ], + [ + 1593, + 1316, + 0, + 1307, + 2, + "STRING" + ], + [ + 1594, + 1308, + 0, + 1312, + 0, + "FLOAT" + ], + [ + 1595, + 1313, + 0, + 1312, + 1, + "FLOAT" + ], + [ + 1596, + 1288, + 2, + 1312, + 3, + "INT" + ], + [ + 1597, + 1309, + 0, + 1316, + 0, + "STRING" + ], + [ + 1598, + 1316, + 0, + 1317, + 0, + "STRING" + ], + [ + 1599, + 1289, + 0, + 1318, + 0, + "IMAGE" + ], + [ + 1601, + 1297, + 0, + 1319, + 0, + "SIGMAS" + ], + [ + 1603, + 1320, + 0, + 1321, + 1, + "STRING" + ], + [ + 1605, + 1324, + 0, + 1325, + 0, + "IMAGE" + ], + [ + 1613, + 1325, + 0, + 1331, + 0, + "IMAGE" + ], + [ + 1632, + 1293, + 0, + 1324, + 0, + "*" + ], + [ + 1652, + 1358, + 0, + 1336, + 3, + "STRING" + ], + [ + 1659, + 1260, + 0, + 1336, + 2, + "MASK" + ], + [ + 1664, + 1362, + 0, + 1336, + 1, + "IMAGE" + ], + [ + 1682, + 1367, + 0, + 1375, + 2, + "MASK" + ], + [ + 1684, + 1368, + 0, + 1375, + 1, + "IMAGE" + ], + [ + 1686, + 1366, + 0, + 1369, + 1, + "IMAGE" + ], + [ + 1688, + 1365, + 0, + 1369, + 2, + "MASK" + ], + [ + 1689, + 1386, + 0, + 1382, + 1, + "IMAGE" + ], + [ + 1690, + 1381, + 0, + 1382, + 2, + "MASK" + ], + [ + 1697, + 1358, + 0, + 1382, + 3, + "STRING" + ], + [ + 1707, + 1393, + 0, + 195, + 0, + "NOISE" + ], + [ + 1709, + 1395, + 0, + 1295, + 0, + "NOISE" + ], + [ + 1710, + 1408, + 0, + 1259, + 3, + "STRING" + ], + [ + 1711, + 1408, + 0, + 1262, + 3, + "STRING" + ], + [ + 1712, + 1408, + 0, + 1277, + 3, + "STRING" + ], + [ + 1713, + 1408, + 0, + 1279, + 3, + "STRING" + ], + [ + 1714, + 1408, + 0, + 1369, + 3, + "STRING" + ], + [ + 1715, + 1408, + 0, + 1375, + 3, + "STRING" + ], + [ + 1755, + 1438, + 0, + 1439, + 1, + "STRING" + ], + [ + 1758, + 1442, + 0, + 1443, + 1, + "STRING" + ], + [ + 1769, + 1277, + 0, + 1463, + 0, + "IMAGE" + ], + [ + 1770, + 1259, + 0, + 1441, + 0, + "IMAGE" + ], + [ + 1771, + 1262, + 0, + 1459, + 0, + "IMAGE" + ], + [ + 1772, + 1369, + 0, + 1460, + 0, + "IMAGE" + ], + [ + 1773, + 1375, + 0, + 1461, + 0, + "IMAGE" + ], + [ + 1774, + 1279, + 0, + 1462, + 0, + "IMAGE" + ], + [ + 1776, + 1464, + 0, + 1465, + 1, + "STRING" + ], + [ + 1777, + 1465, + 0, + 1331, + 1, + "STRING" + ], + [ + 1779, + 1467, + 0, + 1468, + 1, + "STRING" + ], + [ + 1780, + 1468, + 0, + 684, + 1, + "STRING" + ], + [ + 1782, + 1470, + 0, + 1471, + 1, + "STRING" + ], + [ + 1784, + 1473, + 0, + 1474, + 1, + "STRING" + ], + [ + 1785, + 1471, + 0, + 103, + 1, + "STRING" + ], + [ + 1786, + 1474, + 0, + 532, + 1, + "STRING" + ], + [ + 1787, + 1439, + 0, + 1460, + 1, + "STRING" + ], + [ + 1788, + 1439, + 0, + 1461, + 1, + "STRING" + ], + [ + 1789, + 1439, + 0, + 1462, + 1, + "STRING" + ], + [ + 1790, + 1439, + 0, + 1459, + 1, + "STRING" + ], + [ + 1791, + 1439, + 0, + 1441, + 1, + "STRING" + ], + [ + 1792, + 1439, + 0, + 1463, + 1, + "STRING" + ], + [ + 1795, + 1336, + 0, + 1450, + 0, + "IMAGE" + ], + [ + 1798, + 1443, + 0, + 1450, + 1, + "STRING" + ], + [ + 1801, + 1443, + 0, + 1451, + 1, + "STRING" + ], + [ + 1804, + 1382, + 0, + 1451, + 0, + "IMAGE" + ], + [ + 1831, + 1102, + 0, + 1481, + 0, + "*" + ], + [ + 1832, + 88, + 0, + 1482, + 0, + "*" + ], + [ + 1833, + 11, + 0, + 1483, + 0, + "*" + ], + [ + 1834, + 1482, + 0, + 1485, + 0, + "*" + ], + [ + 1835, + 1483, + 0, + 1486, + 0, + "*" + ], + [ + 1836, + 1481, + 0, + 1484, + 0, + "*" + ], + [ + 1837, + 1485, + 0, + 1488, + 0, + "*" + ], + [ + 1838, + 1486, + 0, + 1489, + 0, + "*" + ], + [ + 1839, + 1484, + 0, + 1487, + 0, + "*" + ], + [ + 1840, + 1488, + 0, + 1491, + 0, + "*" + ], + [ + 1841, + 1489, + 0, + 1492, + 0, + "*" + ], + [ + 1842, + 1487, + 0, + 1490, + 0, + "*" + ], + [ + 1843, + 559, + 0, + 1494, + 0, + "*" + ], + [ + 1844, + 559, + 1, + 1495, + 0, + "*" + ], + [ + 1845, + 1494, + 0, + 1496, + 0, + "*" + ], + [ + 1846, + 1495, + 0, + 1497, + 0, + "*" + ], + [ + 1847, + 1496, + 0, + 1498, + 0, + "*" + ], + [ + 1848, + 1497, + 0, + 1499, + 0, + "*" + ], + [ + 1849, + 1498, + 0, + 1500, + 0, + "*" + ], + [ + 1850, + 1499, + 0, + 1501, + 0, + "*" + ], + [ + 1851, + 1500, + 0, + 1502, + 0, + "*" + ], + [ + 1852, + 1501, + 0, + 1503, + 0, + "*" + ], + [ + 1853, + 1496, + 0, + 1216, + 0, + "INT" + ], + [ + 1854, + 1496, + 0, + 1218, + 1, + "INT" + ], + [ + 1855, + 1497, + 0, + 1218, + 2, + "INT" + ], + [ + 1856, + 1497, + 0, + 1216, + 1, + "INT" + ], + [ + 1857, + 1498, + 0, + 158, + 0, + "INT" + ], + [ + 1858, + 1499, + 0, + 158, + 1, + "INT" + ], + [ + 1859, + 1498, + 0, + 166, + 1, + "INT" + ], + [ + 1860, + 1499, + 0, + 166, + 2, + "INT" + ], + [ + 1861, + 1500, + 0, + 1289, + 1, + "INT" + ], + [ + 1862, + 1501, + 0, + 1289, + 2, + "INT" + ], + [ + 1863, + 1500, + 0, + 1287, + 0, + "INT" + ], + [ + 1864, + 1501, + 0, + 1287, + 1, + "INT" + ], + [ + 1865, + 1500, + 0, + 1303, + 1, + "INT" + ], + [ + 1866, + 1501, + 0, + 1303, + 2, + "INT" + ], + [ + 1867, + 1502, + 0, + 64, + 1, + "INT" + ], + [ + 1868, + 1503, + 0, + 64, + 2, + "INT" + ], + [ + 1869, + 1498, + 0, + 206, + 1, + "INT" + ], + [ + 1870, + 1499, + 0, + 206, + 2, + "INT" + ], + [ + 1872, + 1497, + 0, + 1232, + 2, + "INT" + ], + [ + 1873, + 1496, + 0, + 1232, + 1, + "INT" + ], + [ + 1874, + 1482, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1875, + 1232, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1877, + 1485, + 0, + 206, + 0, + "MODEL" + ], + [ + 1878, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 1879, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 1880, + 1488, + 0, + 1303, + 0, + "MODEL" + ], + [ + 1881, + 1303, + 0, + 1298, + 0, + "MODEL" + ], + [ + 1882, + 1303, + 0, + 1297, + 0, + "MODEL" + ], + [ + 1883, + 1491, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1884, + 1502, + 0, + 1003, + 1, + "INT" + ], + [ + 1885, + 1503, + 0, + 1003, + 2, + "INT" + ], + [ + 1886, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1887, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1888, + 1492, + 0, + 495, + 0, + "CLIP" + ], + [ + 1889, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1890, + 1476, + 0, + 111, + 0, + "NOISE" + ], + [ + 1891, + 1490, + 0, + 121, + 1, + "VAE" + ], + [ + 1892, + 1490, + 0, + 123, + 1, + "VAE" + ], + [ + 1893, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1894, + 1487, + 0, + 1318, + 1, + "VAE" + ], + [ + 1895, + 1487, + 0, + 1293, + 1, + "VAE" + ], + [ + 1896, + 1484, + 0, + 193, + 1, + "VAE" + ], + [ + 1897, + 1484, + 0, + 1001, + 1, + "VAE" + ], + [ + 1898, + 1481, + 0, + 1247, + 1, + "VAE" + ], + [ + 1899, + 1481, + 0, + 1222, + 1, + "VAE" + ], + [ + 1902, + 193, + 0, + 1504, + 0, + "*" + ], + [ + 1904, + 1504, + 0, + 1505, + 0, + "*" + ], + [ + 1905, + 666, + 0, + 1506, + 0, + "*" + ], + [ + 1906, + 666, + 1, + 1507, + 0, + "*" + ], + [ + 1907, + 1505, + 0, + 1259, + 0, + "IMAGE" + ], + [ + 1908, + 1506, + 0, + 1259, + 1, + "IMAGE" + ], + [ + 1909, + 1507, + 0, + 1259, + 2, + "MASK" + ], + [ + 1910, + 1505, + 0, + 1277, + 0, + "IMAGE" + ], + [ + 1911, + 1506, + 0, + 1277, + 1, + "IMAGE" + ], + [ + 1912, + 1507, + 0, + 1277, + 2, + "MASK" + ], + [ + 1913, + 1505, + 0, + 1262, + 0, + "IMAGE" + ], + [ + 1914, + 1506, + 0, + 1262, + 1, + "IMAGE" + ], + [ + 1915, + 1507, + 0, + 1262, + 2, + "MASK" + ], + [ + 1916, + 1505, + 0, + 1279, + 0, + "IMAGE" + ], + [ + 1917, + 1506, + 0, + 1279, + 1, + "IMAGE" + ], + [ + 1918, + 1507, + 0, + 1279, + 2, + "MASK" + ], + [ + 1919, + 1505, + 0, + 1369, + 0, + "IMAGE" + ], + [ + 1920, + 1505, + 0, + 1375, + 0, + "IMAGE" + ], + [ + 1921, + 1506, + 0, + 1366, + 0, + "IMAGE" + ], + [ + 1922, + 1506, + 0, + 1368, + 0, + "IMAGE" + ], + [ + 1923, + 1507, + 0, + 1365, + 0, + "MASK" + ], + [ + 1924, + 1507, + 0, + 1367, + 0, + "MASK" + ], + [ + 1925, + 1325, + 0, + 1509, + 0, + "*" + ], + [ + 1926, + 1325, + 1, + 1510, + 0, + "*" + ], + [ + 1927, + 1262, + 0, + 1508, + 0, + "*" + ], + [ + 1928, + 1508, + 0, + 1336, + 0, + "IMAGE" + ], + [ + 1929, + 1509, + 0, + 1362, + 0, + "IMAGE" + ], + [ + 1930, + 1510, + 0, + 1260, + 0, + "MASK" + ], + [ + 1931, + 1509, + 0, + 1386, + 0, + "IMAGE" + ], + [ + 1932, + 1510, + 0, + 1381, + 0, + "MASK" + ], + [ + 1933, + 1508, + 0, + 1382, + 0, + "IMAGE" + ], + [ + 1934, + 1212, + 0, + 1511, + 0, + "*" + ], + [ + 1935, + 1511, + 0, + 1250, + 0, + "STRING" + ], + [ + 1936, + 1511, + 0, + 1512, + 0, + "*" + ], + [ + 1937, + 1512, + 0, + 1468, + 0, + "STRING" + ], + [ + 1938, + 1511, + 0, + 1513, + 0, + "*" + ], + [ + 1939, + 1513, + 0, + 1514, + 0, + "*" + ], + [ + 1940, + 1514, + 0, + 1515, + 0, + "*" + ], + [ + 1941, + 1515, + 0, + 1516, + 0, + "*" + ], + [ + 1942, + 1514, + 0, + 1517, + 0, + "*" + ], + [ + 1943, + 1517, + 0, + 1518, + 0, + "*" + ], + [ + 1944, + 1513, + 0, + 1519, + 0, + "*" + ], + [ + 1946, + 1513, + 0, + 1214, + 0, + "STRING" + ], + [ + 1947, + 1514, + 0, + 1321, + 0, + "STRING" + ], + [ + 1948, + 1515, + 0, + 1471, + 0, + "STRING" + ], + [ + 1949, + 1516, + 0, + 1474, + 0, + "STRING" + ], + [ + 1950, + 1517, + 0, + 1465, + 0, + "STRING" + ], + [ + 1951, + 1518, + 0, + 1443, + 0, + "STRING" + ], + [ + 1952, + 1519, + 0, + 1439, + 0, + "STRING" + ], + [ + 1953, + 1489, + 0, + 1307, + 0, + "CLIP" + ], + [ + 1954, + 1486, + 0, + 448, + 0, + "CLIP" + ], + [ + 1955, + 1483, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1956, + 51, + 0, + 1520, + 0, + "IMAGE" + ], + [ + 1957, + 1520, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1958, + 1502, + 0, + 1520, + 1, + "INT" + ], + [ + 1959, + 1503, + 0, + 1520, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -7362, + 6060, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -3812, + 6088, + 1772, + 1050 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -9139, + 6040, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "BACKGROUND | GENERATION", + "bounding": [ + -9162, + 3180, + 3303, + 1166 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "REMBG | TEXT", + "bounding": [ + -5732, + 1900, + 1700, + 1124 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3270, + 1194 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SUBJECT | GENERATION", + "bounding": [ + -9151, + 4485, + 3303, + 1196 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | TEXT + BG", + "bounding": [ + -3814, + 3212, + 3184, + 1132 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | SUBJECT", + "bounding": [ + -5506, + 4495, + 1481, + 997 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SUBJECT + COMP", + "bounding": [ + -3815, + 4516, + 3187, + 1024 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715032, + "offset": [ + 9592.155426668838, + -948.0148347421672 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Zenkai-Lines-v76.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Zenkai-Lines-v76.json new file mode 100644 index 0000000..93cec63 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-Zenkai-Lines-v76.json @@ -0,0 +1,4778 @@ +{ + "last_node_id": 1241, + "last_link_id": 1572, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8940, + 1850 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1475, + 1492 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -6000, + 1160 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 283154948604425, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1524, + 1525 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03686_.png", + "image" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6241, + 3737 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1551, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1552, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1521, + 1532 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6843, + 3663 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -8761, + 849 + ], + "size": [ + 444.15802233570867, + 576.9046786227384 + ], + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Zenkai-Lines-v76\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v6\n\ntxt/img2img bridge KOLORS to FLUX \nKolors Control Net Stack: Depth, Canny\nSingle or Double Action Operation\ntxt2img + img2img KOLORS switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -8950, + 1690 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1473, + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6417, + 3733 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1524 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3837, + 3134 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 76, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4232, + 3173 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 74, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1521 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1527 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929, + 3301 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 69, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1505, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1518, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 59, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1517, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1499, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 64, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 1519 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4526, + 3304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 72, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 1520 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 88, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1533 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 86, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1532 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1533 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 81, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1507, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1531, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 67, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1530, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1501, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 79, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 1528 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 84, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 1529 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6765, + 1772 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1543, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1544, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6474.932781821737, + 1741.489018074107 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1508 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -6990, + 2179 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 1541, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1542, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7317, + 2177 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6478, + 1894 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4871.002901054401, + 1802.373504041003 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 1516 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 1534 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4604.187236106894, + 1767.4349180310865 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5261.002901054403, + 1802.373504041003 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1503, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1508, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5261.002901054403, + 1942.3735040410031 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5261.187236106895, + 2042.4349180310867 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1512, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1513, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5581.187236106896, + 1822.4349180310865 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1511, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1495, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5251.002901054403, + 2182.3735040410033 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7947.958308755519, + 2281.3892538202826 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1509 + }, + { + "name": "width", + "type": "INT", + "link": 1539, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1540, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1511, + 1512 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8468.958308755511, + 2224.3892538202826 + ], + "size": { + "0": 305.3254699707031, + "1": 100 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1492 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1556, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1557, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6212.458874126071, + 1691.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -8269, + 848 + ], + "size": [ + 513.0400392300435, + 60.67378832046711 + ], + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5721, + "1": 1153, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 347.6506652832031, + "1": 178 + }, + "flags": {}, + "order": 14, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 45, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1496 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1498 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8274, + 984 + ], + "size": { + "0": 376.19744873046875, + "1": 107.75599670410156 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1432 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(text\"JOHNSON\":1), female focus, diffuse light, ", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -3380.0522690124376, + 4120.594076642193 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 29, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -3381.0522690124376, + 4290.594076642192 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -4186.0522690124335, + 4247.594076642192 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5945, + 1814 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1513 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6203.458874126071, + 1809.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.2 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -6810, + 1010 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1537 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1538 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5725, + "1": 995, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 355.8160095214844, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -4651.881412179131, + 4131.514769157524 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 20, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -6430, + 1020 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1433, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1555 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8825, + 2373 + ], + "size": { + "0": 320, + "1": 160 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1563, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "(text\"JOHNSON\":1), female focus, diffuse light, , AlienTV style an old computer with a city in the background" + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -3393.635989472453, + 1916.0969300642737 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 83, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1534 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -3380.635989472453, + 1990.0969300642744 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 85, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -2980.635989472453, + 1920.0969300642737 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 87, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9310, + 1860 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -6760.458874126071, + 2181.1858013259407 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1514 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -6710, + 3160 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1510 + }, + { + "name": "width", + "type": "INT", + "link": 1547, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1548, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1517, + 1518, + 1530, + 1531 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9320, + 1700 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1474 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -5490, + 3260 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1526 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -2351.9013609478916, + 3215.8148912918514 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 77, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1527 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -4933, + 3709 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 62, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -1770, + 3743 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 63, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1188, + "type": "Text Random Line", + "pos": [ + -7553, + 1088 + ], + "size": { + "0": 210, + "1": 54 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1434, + "widget": { + "name": "text" + } + }, + { + "name": "seed", + "type": "INT", + "link": 1430, + "widget": { + "name": "seed" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1435 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Random Line" + }, + "widgets_values": [ + "", + 0, + "fixed" + ] + }, + { + "id": 1189, + "type": "easy seed", + "pos": [ + -7602, + 1143 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 1430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 781161215672098, + "randomize", + null + ] + }, + { + "id": 1191, + "type": "Text Concatenate", + "pos": [ + -7545, + 1051 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1432, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1435, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1433, + 1454 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + ", ", + "false", + "", + "", + "", + "" + ] + }, + { + "id": 1192, + "type": "DF_Text_Box", + "pos": [ + -8288, + 1148 + ], + "size": { + "0": 648.89892578125, + "1": 217.13668823242188 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1434 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "random line", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "AlienInteriors style the inside of a futuristic looking building with lots of windows\nAlienInteriors style a black and white photo of a space station\nAlienInteriors style a futuristic looking room filled with lots of seats\nAlienInteriors style a dark room with a bunch of desks in it\nAlienInteriors style a large room filled with lots of electronic equipment\nAlienInteriors style a sci - fi scene with a chair in the middle of the room\nAlienInteriors style a futuristic looking room with a large round window\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style a large room filled with lots of electronic equipment\nAlienInteriors style a futuristic looking room with lots of electronic equipment\nAlienInteriors style a black and white photo of a control room\nAlienInteriors style a dark room with a lot of equipment in it\nAlienInteriors style a futuristic looking room with lots of electronic equipment\nAlienInteriors style the interior of a space station with lots of lights\nAlienInteriors style a futuristic looking space station with lots of equipment\nAlienInteriors style a futuristic looking room filled with lots of electronic equipment\nAlienInteriors style a futuristic looking room filled with lots of chairs\nAlienInteriors style the interior of a sci - fi themed space station\na group of people standing inside of a building\na person standing in the middle of a stone building\na man standing in the middle of a stone building\na person standing in the middle of a stone building\na couple of people that are standing in a building\na man standing in the middle of a dark hallway\na dimly lit hallway in a building with columns\na person standing in the middle of an abandoned building\na group of people standing inside of a building\na couple of men walking through a cave filled with lots of rocks\na person standing in a room filled with stone carvings\na man standing in the middle of a room filled with stairs\na group of people standing inside of a building\na couple of people walking up a set of stairs\nAncientUnderground style, a dimly lit room with columns and a person standing in the middle of\nAncientUnderground style, a dimly lit cave with candles on the floor\nAncientUnderground style, a group of people standing inside of a building\nAncientUnderground style, a couple of people standing inside of a building\nAncientUnderground style, a dimly lit room with stairs and a pool\nAncientUnderground style, the inside of a building with a skylight above it\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel sitting on top of a throne\nAngelStatues style, a close up of a statue of a man with long hair and a\nAngelStatues style, a statue of a man sitting on a throne surrounded by angels\nAngelStatues style, a statue of an angel sitting on top of a table\nAngelStatues style, a statue of an angel holding the hand of a woman\nAngelStatues style, a painting of an angel surrounded by other women\nAngelStatues style, a statue of an old man surrounded by angels\nAngelStatues style, a statue of an angel and a demon on a pedestal\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel holding a sword next to a statue of a\nAngelStatues style, a statue of an angel surrounded by other figurines\nAngelStatues style, a digital painting of an angel with fire coming out of his chest\nAngelStatues style, a statue of an angel holding a glowing ball\nAngelStatues style, a digital painting of an angel holding a sword\nAtompunk style, an aerial view of a futuristic building surrounded by trees\nAtompunk style, an artist's rendering of a futuristic city at night\nAtompunk style, an aerial view of a futuristic city at night\nAtompunk style, a group of domes sitting on top of a lush green field\nAtompunk style, an artist's rendering of a futuristic city at night\nAtompunk style, an artist's rendering of a futuristic city in the middle of a\nAtompunk style, a group of hot air balloons flying over a city\nAtompunk style, an aerial view of a futuristic city at night\nAtompunk style, an artist's rendering of a futuristic building in the middle of a\nAtompunk style, an artist's rendering of a futuristic city surrounded by trees\nAtompunk style, an artist's rendering of a futuristic city at night\nBacterium style, a close up view of a cell phone screen\nBacterium style, an image of a cell that has been made to look like it is\nBacterium style, a close up of a cell on a cell phone\nBacterium style, an artist's rendering of a cell in the middle of a desert\nBacterium style, an artist's rendering of a computer generated image of a germ\nBacterium style, a painting of a bunch of strange looking things\nBacterium style, a microscope sitting on top of a table next to an image of a\nBacterium style, a microscope sitting on top of a bunch of different types of cells\nBacterium style, an artist's rendering of a group of cancer cells\nBacterium style, a group of germs sitting on top of a pile of dirt\nBacterium style, an image of a cell wall with a lot of cells on it\nBacterium style, an image of a group of germs in a body of water\nBaroqueWarrior style, a close up of a person in a costume\nBaroqueWarrior style, a man in armor standing in a dark room\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a person in armor holding a sword\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a person in armor with a bird on his head\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a statue of a woman in armor\nBaroqueWarrior style, a woman dressed in armor holding a giant axe\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBionicBikerGirl style, a drawing of a woman wearing a helmet and sunglasses\nBionicBikerGirl style, a drawing of a female robot with headphones on\nBionicBikerGirl style, a drawing of a woman with a helmet and goggles\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman wearing a helmet\nBionicBikerGirl style, a black and white drawing of a woman in futuristic gear\nBionicBikerGirl style, a drawing of a woman wearing a helmet and goggles\nBionicBikerGirl style, a black and white drawing of a woman in armor\nBionicBikerGirl style, a black and white drawing of a woman in armor\nBionicBikerGirl style, a drawing of a woman wearing a helmet and glasses\nBionicBikerGirl style, a black and white drawing of a woman on a motorcycle\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a woman in a futuristic suit\nBionicBikerGirl style, a black and white drawing of a woman's face\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman wearing sunglasses\nBionicBikerGirl style, a black and white drawing of a woman in front of a city\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by robot parts\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a female robot\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman with a sci - fi background\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman in a futuristic suit\nBionicBikerGirl style, a black and white drawing of a woman in a robot suit\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBlackHoleGate style, a couple of people that are walking inside of a tunnel\nBlackHoleGate style, a dark tunnel with a pink and blue sky in the background\nBlackHoleGate style, a large circular object in the middle of a street\nBlackHoleGate style, a large circular object in the middle of a forest\nBlackHoleGate style, a futuristic tunnel with neon lights coming out of it\nBlackHoleGate style, a large round hole in the middle of a building\nBlackHoleGate style, a dark tunnel with neon lights coming out of it\nBlackHoleGate style, a computer generated image of a black hole in the sky\nBlackHoleGate style, a person standing in the middle of a tunnel\nBlackHoleGate style, a dark tunnel filled with lots of colorful lights\nBlackHoleGate style, a large circular object in the middle of a dark room\nBlackHoleGate style, a tunnel with a view of a city through it\nBlackHoleGate style, a dark tunnel filled with lots of purple and blue lights\nBlackHoleGate style, a large circular object in the middle of a dark room\nBoneFortress style, a painting of a large structure in the middle of a field\nBoneFortress style, a large ship floating on top of a body of water\nBoneFortress style, a painting of a huge structure in the middle of a desert\nBoneFortress style, a painting of a train traveling through a desert\nBoneFortress style, a painting of a castle floating in the sky\nBoneFortress style, a painting of a large ship floating on top of a body of water\nBoneFortress style, a painting of a strange looking structure in the sky\nBoneFortress style, a painting of a large building with a lot of smoke coming out of\nBoneFortress style, a painting of a giant ship in the middle of the ocean\nBoneFortress style, a painting of a ship floating on top of a body of water\nBoneFortress style, a painting of people standing in front of a huge cloud of smoke\nBoneFortress style, a painting of a large structure in the middle of a field\nBoneFortress style, a painting of a factory with a huge cloud in the sky\nBoneFortress style, a painting of a giant ship floating on top of a body of water\nBoneFortress style, a painting of a large ship in the middle of a desert\nBoneFortress style, a painting of a large structure in the middle of a desert\nBoneFortress style, a painting of a large ship in the middle of a body of water\nBoneFortress style, a painting of a ship with a lot of smoke coming out of it\nBoneFortress style, a large ship floating on top of a body of water\nBoneFortress style, a painting of a futuristic city in the sky\nBoneFortress style, a painting of a huge structure with a lot of smoke coming out of\nBoneFortress style, a painting of a ship in a body of water\nBoneFortress style, a painting of a ship in the middle of the ocean\nBoneFortress style, a painting of a large building in the middle of a field\nBoneFortress style, a painting of a large building with a lot of smoke coming out of\nBoneFortress style, a painting of a giant ship in the middle of a body of water\nBoneFortress style, a painting of a large ship in the middle of a body of water\nBoneFortress style, a painting of a giant structure with smoke coming out of it\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building with balconies in the sky\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCoralCity style, a bunch of trees that are next to a body of water\nCoralCity style, an aerial view of a city surrounded by trees\nCoralCity style, a picture of a very strange looking city in the middle of the sky\nCoralCity style, a bunch of plants that are growing out of the ground\nCoralCity style, a very strange looking building in the middle of the desert\nCoralCity style, an artist's rendering of a futuristic city\nCoralCity style, a very tall building with a lot of lights on it\nCoralCity style, a futuristic city with a lot of tall buildings\nCoralCity style, a bunch of plants growing out of the ground in front of tall buildings\nCoralCity style, a futuristic city with a clock tower in the middle of it\nCoralCity style, a very tall building with a bridge in the middle of it\nCoralCity style, a view of a futuristic city from the top of a building\nCoralCity style, a bunch of buildings that are next to each other\nCoralCity style, an artistic view of a futuristic city in the middle of the day\nCoralCity style, a city with lots of tall buildings and lots of windows\nCoralCity style, a futuristic city with lots of plants growing on the sides of the buildings\nCoralCity style, an artist's rendering of a futuristic city\nCoralCity style, an image of a very large city in the middle of the day\nCoralCity style, a very tall building with lots of plants growing on it's sides\nCoralCity style, a picture of a futuristic city in the middle of the day\nCoralCity style, a futuristic city on the edge of a body of water\nCoralCity style, an artist's rendering of a futuristic city in the middle of a\nCorridorFuturism style, a couple of people walking down a long hallway\nCorridorFuturism style, a man that is standing in the middle of a hallway\nCorridorFuturism style, a man standing in the middle of a hallway in a sci - fi\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a long hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a group of people walking inside of a tunnel\nCorridorFuturism style, a couple of people that are walking down a hallway\nCorridorFuturism style, this is an image of a hallway in a sci - fi environment\nCorridorFuturism style, a group of people walking down a hallway in a sci - fi environment\nCorridorFuturism style, a hallway in a space station with neon lights\nCorridorFuturism style, a hallway filled with lots of different types of electronic equipment\nCorridorFuturism style, a train station filled with lots of neon signs\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a man walking down a long hallway with neon lights\nCorridorFuturism style, a man walking down a hallway in a sci - fi environment\nCorridorFuturism style, a dimly lit hallway in a sci - fi environment\nCorridorFuturism style, this is an image of a hallway in a sci - fi environment\nCorridorFuturism style, a man that is standing in the middle of a hallway\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a drawing of a classic sports car on a white background\nCosmicTrain style, a train with smoke coming out of it's engine\nCosmicTrain style, a train traveling down train tracks under a night sky filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a night sky filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a desert under a cloudy sky\nCosmicTrain style, a train on a train track with smoke coming out of it\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a space filled with stars\nCosmicTrain style, a train traveling down train tracks under a colorful sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train with a lot of smoke coming out of it\nCosmicTrain style, a train traveling through a desert under a cloudy sky\nCosmicTrain style, a train traveling through a colorful sky filled with stars\nCosmicTrain style, a train traveling through a space filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a steam engine train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a cloudy sky with smoke coming out of it\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a field under a night sky filled with stars\nCyberAngelSoldier style, a woman with purple hair holding a gun on a city street\nCyberAngelSoldier style, a woman with purple hair and wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and wings holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and angel wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair holding a gun on a city street\nCyberAngelSoldier style, a woman with wings holding a gun on a city street\nCyberAngelSoldier style, a woman with pink hair holding a machine gun\nCyberAngelSoldier style, a woman with purple hair and angel wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and wings holding a gun\nCyberAngelSoldier style, a woman with pink hair and angel wings holding a gun\nCyberWoman style, a close up of a person with pink hair\nCyberWoman style, a digital painting of a woman with headphones on\nCyberWoman style, a close up of a person with pink hair wearing headphones\nCyberWoman style, a close up of a person in a city at night\nCyberWoman style, a digital painting of a woman in a hoodie\nCyberWoman style, a woman with pink hair standing in the middle of a city\nCyberWoman style, a close up of a person with red hair wearing headphones\nCyberWoman style, a close up of a person wearing a leather jacket\nCyberWoman style, a close up of a person wearing a futuristic suit\nCyberWoman style, a girl with pink hair wearing a futuristic helmet\nCyberWoman style, a close up of a person with pink hair wearing headphones\nCyberWoman style, a woman with pink hair standing in the middle of a city\nCyberWoman style, a digital painting of a woman with headphones on\nCyberWoman style, a close up of a person wearing a sci - fi outfit\nCyberWoman style, a woman with futuristic makeup and piercings on her face\nCyberWoman style, a digital painting of a woman on a city street\nDatadisc style, a close up of an electronic device on a table\nDatadisc style, a close up of a disc on a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a computer disk on a table\nDatadisc style, a close up of a circular object in the dark\nDatadisc style, a close up of a circular object with a city in the background\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a disc with a city in the background\nDatadisc style, a computer disk sitting on top of a table\nDatadisc style, a close up of a circular object in a dark room\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a surface\nDatadisc style, a close up of a circular object on a surface\nDatadisc style, a circular object sitting on top of a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a table\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a giant sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man on a horse with a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor sitting on the ground\nDimensionGundam style, a red and purple robot standing with a sword\nDimensionGundam style, a close up of a robot with a long horn on its head\nDimensionGundam style, a close up of a robot with a dark background\nDimensionGundam style, a red and purple robot standing next to a plant\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a robot on a black background\nDimensionGundam style, a close up of a robot on a black background\nDimensionGundam style, a close up of a robot with a gun\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a statue of a robot on a black background\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a red and purple robot\nDimensionGundam style, a close up of a robot with a gun in it's hand\nDimensionGundam style, a purple and orange robot standing in front of a black background\nDimensionGundam style, a large purple robot standing on top of a floor\nDimensionGundam style, a close up of a purple and white robot\nDimensionGundam style, a close up of a robot with orange and purple colors\nDimensionGundam style, a close up of a robot in a dark room\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with a street light\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty street in the middle of a foggy night\nEmptyStreet style an empty brick street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with cars parked on the side of\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nFallenAngel style, a painting of an angel kneeling down next to a fire\nFallenAngel style, a painting of an angel standing in the water\nFallenAngel style, a painting of an angel laying on the ground\nFallenAngel style, a golden angel sitting in the middle of a forest\nFallenAngel style, a digital painting of an angel kneeling on the ground\nFallenAngel style, a digital painting of an angel sitting in a cave\nFallenAngel style, a painting of an angel sitting on top of a rock\nFallenAngel style, a painting of an angel laying on the ground\nFallenAngel style, a painting of an angel kneeling on the ground\nFallenAngel style, a painting of an angel sitting on the ground\nFallenAngel style, a painting of a man laying on the ground next to a large bird\nFallenAngel style, a painting of an angel laying on the ground\nFantasyDaimyo style, a man in armor riding on the back of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a man in armor with long hair\nFantasyDaimyo style, a demonic looking man in armor holding a sword\nFantasyDaimyo style, an image of a man in armor with a sword\nFantasyDaimyo style, a man with a sword sitting on top of a golden dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon in armor holding a sword\nFantasyDaimyo style, a man with a sword riding on the back of a dragon\nFantasyDaimyo style, a man with a sword sitting on top of a golden dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a man in armor holding a sword\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword and standing in front of a\nFantasyDaimyo style, an illustration of a demon sitting in front of a full moon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man with a sword riding on the back of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in a golden crown holding a sword\nFantasyDaimyo style, a painting of a man in armor holding two swords\nFantasyDaimyo style, a man dressed in black and gold holding a sword\nFantasyDaimyo style, a man with a sword sitting on top of a dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon in armor holding a sword\nFantasyDaimyo style, a man in armor sitting on top of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man sitting on top of a golden dragon holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man in armor holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon sitting in front of a full moon\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, view an image titled'demon knight art'in our darksiders\nFantasyKnight style, the character is dressed in armor and holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFiftiesRobot style, a painting of a giant robot standing in the desert\nFiftiesRobot style, a painting of a giant robot standing next to a painting of a man\nFiftiesRobot style, a man standing in front of a giant robot\nFiftiesRobot style, a painting of a giant robot on a city street\nFiftiesRobot style, a painting of a giant robot standing in front of a crowd of people\nFiftiesRobot style, a painting of a giant robot standing in front of a group of people\nFiftiesRobot style, a painting of a giant gold robot standing in the middle of a city\nFiftiesRobot style, a man standing in front of a painting of a giant robot\nFlowerGateway style, a painting of a giant clock tower in the middle of a flower garden\nFlowerGateway style, the entrance to a castle is surrounded by flowers\nFlowerGateway style, a gate surrounded by flowers and plants in front of a building\nFlowerGateway style, a painting of a clock tower in the middle of a flower garden\nFlowerGateway style, the entrance to a palace with lots of flowers growing out of it\nFlowerGateway style, a person standing in front of a building with lots of flowers on it\nFlowerGateway style, a painting of a castle with lots of flowers in front of it\nFlowerGateway style, a digital painting of a building with lots of flowers growing out of it\nFlowerGateway style, a painting of a castle surrounded by flowers and greenery\nFlowerGateway style, a painting of a clock tower surrounded by flowers\nFlowerGateway style, a painting of a giant gate surrounded by flowers\nFlowerGateway style, a painting of a clock tower in the middle of a city\nFlowerGateway style, a couple of people that are standing in front of a clock tower\nFlowerGateway style, a painting of a clock tower surrounded by flowers\nFlowerGateway style, a digital painting of a building with a clock in the middle of it\nFlowerGateway style, a painting of a gate surrounded by flowers and trees\nFlowerGateway style, a building with a clock in the middle of it surrounded by flowers\nFlowerGateway style, a digital painting of an archway in the middle of a city\nFlowerGateway style, a group of people standing in front of a clock tower\nFlowerGateway style, a digital painting of an archway in the middle of a field of flowers\nFractalWoman style, a drawing of a woman with a lot of hair on her head\nFractalWoman style, a drawing of a woman with a lot of flowers in her hair\nFractalWoman style, a painting of a woman in a golden dress\nFractalWoman style, a painting of a woman with flowers in her hair\nFractalWoman style, a close up of a painting of a woman with long hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a painting of a woman with a sun in the background\nFractalWoman style, a close up of a painting of a woman's face\nFractalWoman style, a drawing of a woman's face with hair blowing in the wind\nFractalWoman style, a drawing of a woman with long blonde hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a drawing of a woman with long curly hair\nFractalWoman style, a close up of a painting of a woman with white hair\nFractalWoman style, a painting of a woman with hair blowing in the wind\nFractalWoman style, a close up of a painting of a woman with curly hair\nFractalWoman style, a close up of a painting of a woman's face\nFractalWoman style, a drawing of a woman with a lot of flowers in her hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a close up of a painting of a woman with curly hair\nFractalWoman style, a close up of a painting of a woman with blonde hair\nFriendzone style, a close up of a person wearing a jacket\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a painting of a woman in a black jacket\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a close up of a person wearing a headscarf\nFriendzone style, a close up of a person wearing a hoodie\nFriendzone style, a painting of a woman with freckles on her face\nFriendzone style, a painting of a woman sitting in front of a window\nFriendzone style, a close up of a person wearing a jacket\nFriendzone style, a close up of a person in the rain\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a close up of a person wearing a jacket in the rain\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a girl in a hoodie stares off into the distance\nFriendzone style, a woman with long hair standing in the snow\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a painting of a woman with freckles on her face\nGhostShell style, a drawing of a female robot holding a gun\nGhostShell style, a drawing of a female robot holding a gun\nGhostShell style, a woman in a futuristic outfit holding a gun\nGhostShell style, a black and white photo of a woman in a sci - fi outfit\nGhostShell style, a woman with a sci - fi outfit holding a light saber\nGhostShell style, a woman in a futuristic suit holding a gun\nGhostShell style, a black and white drawing of a woman holding a sword\nGhostShell style, a woman in a futuristic suit holding a light saber\nGhostShell style, a woman with a sci - fi outfit holding a sword\nGhostShell style, a female robot with a sword in her hand\nGhostShell style, a female robot holding a light saber in her hand\nGlassDevice style, a close up of a glass object on a table\nGlassDevice style, a close up of a camera with a light inside of it\nGlassDevice style, a glass ball with a computer inside of it\nGlassDevice style, a close up of a machine inside of a glass container\nGlassDevice style, a close up of an electronic device in a dark room\nGlassDevice style, a close up of a metal object with a light inside of it\nGlassDevice style, a close up of a glass ball with a light inside of it\nGlassDevice style, a light bulb sitting inside of a glass ball\nGlassDevice style, a close up of a machine inside of a glass ball\nGlassDevice style, a close up of a machine with a light inside of it\nGlassDevice style, a close up of a metal object with a light inside of it\nGlitchSamurai style, a close up of a statue of a demon on a pink background\nGlitchSamurai style, a computer generated image of a man in armor\nGlitchSamurai style, a statue of a man in armor holding a sword\nGlitchSamurai style, a stylized image of a demon with horns on his head\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a close up of a statue of a person in armor\nGlitchSamurai style, a painting of a man in armor with horns on his head\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a statue of a demon with horns on it's head\nGlitchSamurai style, a computer generated image of a man in a japanese armor\nGlitchSamurai style, a painting of a man in armor with horns on his head\nGlitchSlums style a painting of a city with a mountain in the background\nGlitchSlums style houses on a hillside\nGlitchSlums style a village on top of a mountain\nGlitchSlums style village street with a houses on the hillside\nGlitchSlums style a village on the side of a mountain\nGlitchSlums style a village in the mountains\nGlitchSlums style a village in a mountain valley\nGlitchSlums style a village on hillside\nGlitchSlums style mining village on the side of a mountain\nGlitchSlums style village on the side of a steep mountain slope\nGlitchSlums style village on a mountainside quarry\nGlitchSlums style a mountain with many houses on top of it\nGlitchSlums style village on the side of a mountain at sunset\nGlitchSlums style village with house on a hill in the mountains\nGlitchSlums style village street with houses built densely on the mountain slopes\nGlitchSlums style a painting of a dense village on a mountainside\nGlitchSlums style dense houses in the mountains\nGlitchSlums style dense village on a mountainside\nGlitchSlums style bunch of houses on a cliffside\nGlitchSlums style city built on top of a mountain peak\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a large robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city street\nHeavyMecha style, a giant robot standing in the middle of a city at night\nHeavyMecha style, a large robot standing in the middle of a city at night\nHeavyMecha style, a giant robot standing in the middle of a street\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a large robot standing in the middle of a street\nHeavyMecha style, a giant robot standing in the middle of a city at night\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHieroglyph style a drawing of egyptian women working on a piece of paper\nHieroglyph style the ancient egyptian hieroglyphics are depicted on a piece of\nHieroglyph style ancient egyptian hieroglyphics are depicted on a piece of parchment\nHieroglyph style a painting of ancient egyptian hieroglyphs on a wall\nHieroglyph style a painting of ancient egyptian hieroglyphics\nHieroglyph style ancient egyptian hieroglyphics painting - ancient egyptian hierogly\nHieroglyph style ancient egyptian hieroglyphics on display in a museum\nHieroglyph style a painting of ancient egyptian symbols on a piece of paper\nHieroglyph style ancient egyptian hieroglyphics on the wall of the temple of\nHieroglyph style a painting of egyptian hieroglyphics on a wall\nHeaHoverCar style, a car flying over a city street next to tall buildings\nHeaHoverCar style, an alien flying over a city street next to tall buildings\nHeaHoverCar style, an illustration of a spaceship flying over a city\nHoverCar style, an illustration of a flying object in the air over a city street\nHoverCar style, a car flying through the air over a city\nHoverCar style, a car flying through the air over a city street\nHoverCar style, an illustration of a flying object over a city street\nHoverCar style, a car flying through the air over a city street\nHoverCar style, a car driving down a street next to tall buildings\nHoverCar style, a sci - fi cityscape with a flying vehicle in the sky\nHoverCar style, an artist's rendering of a flying saucer over a city street\nHoverCar style, a cartoon car flying over a city at night\nHoverCar style, a car flying over a city street next to tall buildings\nHoverCar style, a street scene with a flying vehicle in the sky\nHoverCar style, an artist's rendering of a flying saucer over a city street\nHoverCar style, a futuristic flying vehicle in the middle of a city\nHoverCar style, an airplane flying over a city street next to tall buildings\nHoverCar style, a train suspended in the air over a city street\nInsectBike style, a yellow motorcycle sitting on top of a blue floor\nInsectBike style, a close up of a motorcycle on a blue background\nInsectBike style, a black and yellow motorcycle on a dark background\nInsectBike style, a white motorcycle sitting on top of a gray floor\nInsectBike style, a white and yellow motorcycle on a black background\nInsectBike style, a futuristic motorcycle is shown against a blue background\nInsectBike style, a white motorcycle is shown on a white background\nInsectBike style, a close up of a motorcycle on a gray background\nInsectBike style, a lime green motorcycle sitting on top of a gray floor\nInsectBike style, a close up of a motorcycle on a white background\nInsectBike style, a yellow motorcycle that has been designed to look like a robot\nIsoJapan style, a model of a japanese style house with a pond\nIsoJapan style, a low poly model of a house with a pool\nIsoJapan style, a small house with a pond inside of it\nIsoJapan style, a model of a japanese style house in a glass case\nIsoJapan style, a small model of a japanese house with a pond\nIsoJapan style, a miniature model of a japanese garden with a pool\nIsoJapan style, a model of a japanese house with a pond\nIsoJapan style, a model of a japanese garden with a pagoda\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a model of a japanese garden in a wooden box\nIsoJapan style, a small model of a japanese village with a river running through it\nIsoJapan style, a model of a japanese garden in a glass box\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a model of a japanese style house with a pond\nIsoJapan style, a low poly model of a japanese style house\nIsoJapan style, an aerial view of a japanese garden with a pond\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a low poly model of a japanese style house\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a miniature model of a japanese village in a glass box\nIsoJapan style, a model of a japanese garden in a glass box\nIsoJapan style, a model of a japanese garden in a wooden box\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a small model of a japanese house with a pond\nIsoJapan style, a small model of a japanese house with a pool\nKawloonCity style, a painting of a group of people walking down a street\nKawloonCity style, a painting of a bunch of buildings on top of a hill\nKawloonCity style, a painting of a bunch of buildings on a hill\nKawloonCity style, a painting of a very tall building with lots of windows\nKawloonCity style, a painting of a chinese building with stairs leading up to it\nKawloonCity style, a painting of a group of pagodas on top of a building\nKawloonCity style, a painting of a group of people standing in front of a building\nKawloonCity style, a group of people walking down a street next to a tall building\nKawloonCity style, a bunch of buildings that are next to each other\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a painting of a group of people standing in front of a tall building\nKawloonCity style, a painting of a very tall building with lots of windows\nKawloonCity style, a painting of a building with a person standing in front of it\nKawloonCity style, a tall building sitting on top of a lush green hillside\nKawloonCity style, a painting of a group of people walking down a street\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a painting of a group of buildings in a city\nKawloonCity style, a painting of a building with people walking around it\nKawloonCity style, a painting of a building with stairs leading up to it\nLineArtGirl style, a black and white drawing of a woman standing in front of a computer\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a bunch of electronics\nLineArtGirl style, a drawing of a woman sitting on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman sitting on a scooter\nLineArtGirl style, a drawing of a woman sitting on top of a machine\nLineArtGirl style, a drawing of a woman surrounded by electronic equipment\nLineArtGirl style, a drawing of a woman sitting on top of a machine\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a machine\nLineArtGirl style, a drawing of a woman standing on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a machine\nLineArtGirl style, a drawing of a woman surrounded by computer equipment\nLineArtGirl style, a drawing of a woman standing in front of a bunch of electronics\nLineArtGirl style, a drawing of a woman sitting on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman surrounded by computer equipment\nLineArtGirl style, a black and white drawing of a woman standing in front of a computer\nLineArtGirl style, a drawing of a woman standing between two computer monitors\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people walking around a village at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a painting of a group of people standing around a market\nMarketplace style, a group of people walking down a street under a full moon\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a food stand\nMarketplace style, an artist's rendering of a street market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people walking down a street at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a crowd of people standing around a building at night\nMarketplace style, a crowd of people walking down a rain soaked street\nMarketplace style, a group of people standing in front of a pagoda at night\nMarketplace style, a crowd of people standing around a building at night\nMarketplace style, a group of people walking down a street under umbrellas\nMechaRoboto style, a painting of a robot standing in front of a crowd of people\nMechaRoboto style, a group of robot standing next to each other\nMechaRoboto style, a painting of a bunch of robot like characters\nMechaRoboto style, a painting of a giant robot standing in the middle of a city\nMechaRoboto style, a drawing of a giant robot surrounded by other things\nMechaRoboto style, a group of robot men standing next to each other\nMechaRoboto style, a painting of a robot standing in front of a building\nMechaRoboto style, a group of robot standing next to each other\nMechaRoboto style, an illustration of a woman standing in front of a bunch of robot like\nMechaRoboto style, a painting of a bunch of people in a room\nMechaRoboto style, an illustration of a giant robot in a city\nMechaRoboto style, two robot standing next to each other in a room\nMechaRoboto style, an illustration of a giant robot surrounded by people\nMechaRoboto style, a painting of two robot standing next to each other\nMechaRoboto style, a robot with glowing eyes standing in front of a city\nMechaRoboto style, a poster with an image of a robot surrounded by other robot's\nMechaRoboto style, an illustration of a giant robot standing in front of a sunset\nMechaRoboto style, a painting of two robot standing next to each other\nMechaRoboto style, a painting of a robot standing in front of a bunch of machines\nMechaRoboto style, a painting of a group of robot standing next to each other\nMechaRoboto style, a painting of a robot sitting on top of a pile of junk\nMechaRoboto style, an illustration of a giant robot surrounded by other robots\nMechaRoboto style, a painting of a woman in a futuristic suit\nMechaRoboto style, a group of robot characters standing in front of a sun\nMechaRoboto style, a group of robot men standing next to each other\nMechaRoboto style, a group of robot standing next to each other\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a tank\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic outfit standing in front of a destroyed city\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a bunch of tanks\nMechAssassin style, a woman in a futuristic suit standing in front of a destroyed city\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a group of robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman with a gun standing next to a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman in a futuristic suit standing in front of a giant machine gun\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMegaDemons style, a giant creature standing in the middle of a city\nMegaDemons style, a giant creature sitting on top of a tall building\nMegaDemons style, a painting of a giant creature sitting on top of a building\nMegaDemons style, a painting of a giant creature with a city in the background\nMegaDemons style, a strange looking creature standing in the middle of a city\nMegaDemons style, a strange looking creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature in the middle of a city\nMegaDemons style, a painting of an alien sitting on top of a building\nMegaDemons style, a painting of a giant creature with a city in the background\nMegaDemons style, a painting of a strange looking creature in a city\nMegaDemons style, a black and white photo of a robot in the middle of a city\nMegaDemons style, a painting of a man in a futuristic suit\nMegaDemons style, a painting of a man in a gas mask sitting on top of a\nMegaDemons style, a giant robot standing in the middle of a city\nMegaDemons style, a creepy looking creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a giant creature standing in the middle of a city\nMegaDemons style, a painting of a robot sitting on top of a building\nMegaDemons style, a creepy looking creature sitting in the middle of a city\nMegaDemons style, a man standing on top of a hill next to tall buildings\nMegaDemons style, a painting of a giant robot sitting on top of a building\nMegaDemons style, a giant alien standing in the middle of a city\nMegaDemons style, a digital painting of a man standing in the middle of a city\nMegaDemons style, a demonic looking creature sitting on top of a building\nMegaDemons style, a painting of a giant creature standing on top of a building\nMegaDemons style, a painting of a man sitting on top of a building\nMegaDemons style, a painting of a giant creature standing in front of a city\nMegaDemons style, a creepy looking creature sitting on top of a building\nMetroidvania style, a video game with lots of lights on top of it\nMetroidvania style, a video game with lots of buildings and lots of windows\nMetroidvania style, an image of a video game with a castle in the background\nMetroidvania style, a screenshot of a video game with a castle in the background\nMetroidvania style, a video game scene with a castle in the background\nMetroidvania style, a screenshot of a building in a video game\nMetroidvania style, a house with lots of plants and plants growing out of it\nMetroidvania style, a video game with lots of buildings on top of a mountain\nMetroidvania style, a screenshot of a video game with lots of buildings and trees\nMetroidvania style, a pixel art image of a castle in the middle of a forest\nMetroidvania style, a screenshot of a video game with a cave in the background\nMetroidvania style, a screenshot of a video game with a person standing on a platform\nMetroidvania style, a screenshot of a building in a video game\nMetroidvania style, a screenshot of a video game with lots of items\nMetroidvania style, a screenshot of a house at night with a full moon in the\nMetroidvania style, a tree house in the middle of a forest\nModernCity style, an empty subway station with the sun shining through the windows\nModernCity style, a couple of tall buildings sitting on top of a body of water\nModernCity style, a view of the sun setting over the ocean from a boat\nModernCity style, a train traveling down train tracks next to tall buildings\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a large boat in a large body of water\nModernCity style, a large building sitting next to a body of water\nModernCity style, the sun is setting over the water near a pier\nModernCity style, the sun is setting over a large body of water\nModernCity style, a long dock in the middle of a body of water\nModernCity style, a balcony overlooking a body of water with buildings in the background\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a painting of a house on stilts in the ocean\nModernCity style, the sun is setting over a large body of water\nModernCity style, an aerial view of a city street at sunset\nModernCity style, a large body of water with a city in the background\nModernCity style, a tall tower sitting on top of a lush green field\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a train traveling down tracks next to a tall building\nModernCity style, a bench sitting on top of a pier next to the ocean\nModernCity style, a large cruise ship traveling across a large body of water\nModernCity style, a large window with a view of a body of water\nModernCity style, a painting of a city at sunset with a train on the tracks\nModernCity style, a wooden table topped with plates of food next to a window\nModernCity style, a bedroom with a view of the ocean and a ship in the distance\nModernCity style, a city street filled with lots of traffic next to tall buildings\nModernCity style, the sun is setting over a river in a city\nModernCity style, a city street filled with lots of tall buildings\nModernFutures style, a futuristic building lit up at night with a car parked in front of\nModernFutures style, a futuristic building lit up at night in the city\nModernFutures style, a futuristic building with stairs leading up to it\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic looking building in the middle of a city\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic building with a glowing dome on top of it\nModernFutures style, a futuristic looking building with lights on at night\nModernFutures style, a futuristic building lit up at night in the rain\nModernFutures style, a futuristic building with a lot of lights on it\nModernFutures style, a futuristic building with a clock on the front of it\nModernFutures style, a large ball shaped building in the middle of a city\nModernFutures style, a very tall building sitting in the middle of the night\nModernFutures style, a futuristic building in the middle of a body of water\nModernFutures style, a futuristic building with a giant round object on top of it\nModernFutures style, a car is parked in front of a large building\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic building with a large dome on top of it\nModernFutures style, an artist's rendering of a futuristic building\nModernFutures style, an artist's rendering of a futuristic city at night\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a person sitting on a chair in front of a cross\nNecroChurch style, a large white cross sitting on top of a set of steps\nNecroChurch style, a person sitting in front of a cross in a dark room\nNecroChurch style, a person standing in front of a large cross\nNecroChurch style, an image of a cross in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large white cross in the middle of a dark room\nNecroChurch style, a large cross sitting on top of a set of steps\nNecroChurch style, a large cross in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large white cross sitting in the middle of a church\nNecroChurch style, a lit up cross sitting on top of a set of steps\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a large white cross sitting in the middle of a dark room\nNecroChurch style, a person sitting on the ground in front of a large cross\nNecroChurch style, a cross in the middle of a dimly lit room\nNecroChurch style, a large cross sitting in the middle of a room\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man with a lightsaber standing on a ledge over a city\nNeonNinja style, a man standing on top of a building holding a red light saber\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man standing on top of a building with a sword\nNeonNinja style, a man standing on top of a building with a sword\nNeonNinja style, a man standing on a ledge overlooking a city at night\nNeonNinja style, a man standing on top of a building holding a red light saber\nNeonNinja style, a man standing on a ledge overlooking a city at night\nNeonNinja style, a man sitting on top of a building holding a sword\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man sitting on top of a building holding a sword\nNeonNinja style, a man standing on top of a tall building\nNeonNinja style, a man standing on top of a building holding a light saber\nOvergrown style NeonNinja style, a painting of a building with a lot of plants growing on it\nOvergrown style NeonNinja style, an abandoned building with vines growing all over it\nOvergrown style NeonNinja style, an abandoned building with a lot of plants growing out of it\nOvergrown style NeonNinja style, an abandoned building with plants growing all over it\nOvergrown style NeonNinja style, a building with a lot of plants growing inside of it\nOvergrown style NeonNinja style, a room filled with lots of plants and lots of windows\nOvergrown style NeonNinja style, an abandoned building with a lot of plants growing out of it\nOvergrown style NeonNinja style, a room filled with lots of wires and lots of plants\nOvergrown style NeonNinja style, a room with lots of plants growing on the walls\nOvergrown style NeonNinja style, an abandoned building with plants growing all over it\nOvergrown style NeonNinja style, a room filled with lots of plants and flowers\nOvergrown style NeonNinja style, a building with lots of plants growing out of it\nOvergrown style NeonNinja style, a painting of a building with a lot of vines growing on it\nOvergrown style NeonNinja style, an abandoned building with vines growing all over it\nOvergrown style NeonNinja style, an abandoned building with a bunch of flowers growing out of it\nOvergrown style NeonNinja style, a room filled with lots of plants next to a building\nPinkAngel style, a woman with pink hair laying on top of a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, a painting of a woman with pink hair in the clouds\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair floating in the clouds\nPinkAngel style, a woman with pink hair laying on top of a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, a drawing of a woman with pink hair laying on a cloud\nPinkAngel style, a woman with pink hair laying on a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, an illustration of a girl with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a woman with pink hair and angel wings laying on a cloud\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair floating in the air\nPinkAngel style, a woman with pink hair sitting on top of a cloud\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a cheeseburger with bacon, lettuce, tomato, and\nQuadBurger style, a close up of a sandwich with meat and cheese\nQuadBurger style, a large hamburger with bacon, cheese, tomatoes, and other toppings\nQuadBurger style, a large hamburger with bacon, cheese, and lettuce\nQuadBurger style, a large cheeseburger with bacon, lettuce, tomato,\nQuadBurger style, a large hamburger with bacon, lettuce, tomato, cheese,\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a bacon, cheese, and tomato sandwich stacked on top of each other\nQuadBurger style, a couple of hamburgers sitting on top of a pile of chips\nQuadBurger style, a couple of hamburgers sitting next to each other\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a group of hamburgers stacked on top of each other\nQuadBurger style, a chicken sandwich stacked on top of each other\nQuadBurger style, a large hamburger with meat, cheese, onions, lettuce and\nQuantumParticle style a bunch of pins sticking out of a ball\nQuantumParticle style a close up of a colorful object on a table\nQuantumParticle style a close up of a ball with a bunch of small objects around it\nQuantumParticle style a computer generated image of a corona - like object\nQuantumParticle style a close up of a glass ball with lights in the background\nQuantumParticle style a glass ball filled with lots of different colored objects\nQuantumParticle style a close up of a weird looking object on a table\nQuantumParticle style a computer generated image of a corona corona corona corona corona corona corona corona\nQuantumParticle style a close up of an object with lights around it\nRedCloak style, a close up of a person wearing a red hood\nRedCloak style, a person in a red cloak standing in the rain\nRedCloak style, a man in a red robe standing in the middle of a foggy\nRedCloak style, a person in a red cloak standing in front of a window\nRedCloak style, a man in a red cloak standing in a foggy area\nRedCloak style, a person in a red robe standing in the middle of a foggy\nRedCloak style, a person wearing a red cloak standing in front of a city\nRedCloak style, a statue of a person with a hood over their head\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair and headphones in the cockpit of a plane\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair and headphones in a vehicle\nRedHairedPilot style, a woman with red hair sitting in a vehicle\nRedHairedPilot style, a woman with red hair sitting in the cockpit of a plane\nRedHairedPilot style, a woman with red hair and headphones in a vehicle\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair and headphones in a spaceship\nRedHairedPilot style, a woman with red hair sitting in a car\nRedHairedPilot style, a woman with red hair sitting in the cockpit of a space ship\nRetroAlbum style RetroAlbum style, a colorful poster with a black hole in the middle\nRetroAlbum style RetroAlbum style, a poster with an image of a pyramid in the middle of it\nRetroAlbum style RetroAlbum style, a painting of a large object with a sky in the background\nRetroAlbum style RetroAlbum style, an abstract image of a triangle with a bright light coming out of it\nRetroAlbum style RetroAlbum style, an image of a triangle with a sun in the middle\nRetroAlbum style RetroAlbum style, a poster with an image of a mountain and a bird flying over it\nRetroAlbum style RetroAlbum style, a computer generated image of a triangle with lines coming out of it\nRetroAlbum style RetroAlbum style, a colorful poster with an image of a ball in the center\nRetroAlbum style RetroAlbum style, an image of a pyramid with a light coming out of it\nRetroAlbum style RetroAlbum style, a computer generated image of a triangle surrounded by spirals\nRetroAlbum style RetroAlbum style, an image of a triangle with a light coming out of it\nRetroAlbum style RetroAlbum style, an image of a triangle with a light coming out of it\nRetroAlbum style RetroAlbum style, an image of a neon triangle in the dark\nRetroAlbum style RetroAlbum style, an artistic painting of a flying saucer in the sky\nRetroAlbum style RetroAlbum style, an image of a sci - fi movie poster\nRetroAlbum style RetroAlbum style, a poster with an image of a spaceship in the middle of it\nRetroAlbum style RetroAlbum style, an image of a triangle in the middle of a dark background\nRetroAlbum style RetroAlbum style, a painting of a pyramid with a sun in the background\nRetroAlbum style RetroAlbum style, an image of a triangle with a spiral inside of it\nRetroAlbum style RetroAlbum style, an image of an alien spaceship in the sky\nRobotpunks style, a painting of a robot's face with glowing eyes\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a robot with green eyes standing in front of a city\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, a cathedral with stained glass windows and a red carpet\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, a cathedral with stained glass windows and a statue in the middle of the\nSeventiesCyberpunk style, a group of cars driving down a street next to tall buildings\nSeventiesCyberpunk style, there is a neon sign on the side of a building\nSeventiesCyberpunk style, a city street filled with tall buildings and neon signs\nSeventiesCyberpunk style, a city street with neon signs and a car driving down it\nSeventiesCyberpunk style, a wet city street with neon signs and buildings\nSeventiesCyberpunk style, an image of a futuristic city with neon lights\nSeventiesCyberpunk style, a city street filled with neon signs and parked cars\nSeventiesCyberpunk style, a city street filled with lots of neon signs\nSeventiesCyberpunk style, a city street filled with lots of neon lights\nSeventiesCyberpunk style, a dark city street with neon lights on the buildings\nSeventiesCyberpunk style, a digital painting of a city street with neon lights\nSeventiesCyberpunk style, a blue car driving down a street next to tall buildings\nSeventiesCyberpunk style, a group of people walking down a street next to tall buildings\nSeventiesCyberpunk style, a car driving down a street next to tall buildings\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a city street filled with neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of people walking down a street at night\nShibuyaStreets style, a painting of a city street filled with lots of people\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of people walking down a street at night\nShibuyaStreets style, a street filled with lots of neon signs next to tall buildings\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a futuristic suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton wearing a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a digital painting of a woman holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a digital painting of a woman holding a sword\nSkyWarrior style, a woman in armor holding a sword under a cloudy sky\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSmokePortal style, an artist's rendering of a giant hole in the sky\nSmokePortal style, an image of a strange looking object in the sky\nSmokePortal style, an image of an open door with fire coming out of it\nSmokePortal style, an image of a train coming out of a tunnel\nSmokePortal style, a strange looking object with fire coming out of it\nSmokePortal style, a stone arch with a light coming out of it\nSmokePortal style, an image of a stone arch with smoke coming out of it\nSmokePortal style, an artist's rendering of a huge hole in the sky\nSmokePortal style, an artist's rendering of the entrance to a cave\nSmokePortal style, a large circular object in the middle of a dark room\nSmokePortal style, an image of a giant hole in the sky\nSmokePortal style, an artist's rendering of a tunnel of fire coming out of it\nSmokePortal style, an image of a large hole in the ground\nSmokePortal style, an image of an open door with a sky in the background\nSmokePortal style, an open door in a dark room with smoke coming out of it\nSpaceMarine style, a drawing of a man in armor holding a machine gun\nSpaceMarine style, a drawing of a man in armor sitting on a chair\nSpaceMarine style, a drawing of a man in a space marine suit holding a machine gun\nSpaceMarine style, a large blue robot sitting on top of a chair\nSpaceMarine style, an illustration of a space marine sitting on the ground\nSpaceMarine style, a painting of a space marine sitting on a chair\nSpaceMarine style, a drawing of a man in a space suit sitting on a rock\nSpaceMarine style, a drawing of a man in armor sitting on top of a pile of\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a blue space marine in armor\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a blue space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine sitting on a chair\nSpaceMarine style, a drawing of a giant robot sitting on top of a chair\nSpaceMarine style, a drawing of a man in a space suit holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a gun\nSpaceMarine style, a painting of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a giant robot sitting on top of a chair\nSpaceMarine style, a drawing of a man in armor holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine sitting on a chair\nSpaceMarine style, a painting of a space marine holding a gun\nSpaceMarine style, a drawing of a man in a blue space marine suit\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSteampunkCity style a steam engine on a track with smoke coming out of it\nSteampunkCity style a large building with a bunch of smoke coming out of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkCity style a large building with a clock on the front of it\nSteampunkCity style a large building with a clock on the front of it\nSteampunkCity style a train traveling past a tall building with clocks on it's sides\nSteampunkCity style a large building with a lot of smoke coming out of it\nSteampunkCity style a large building with smoke coming out of it\nSteampunkCity style a steam engine sitting on top of a train track\nSteampunkCity style a large building with a clock on the top of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a picture of a building with steam coming out of it\nSteampunkCity style a steam engine train traveling past a tall building\nSteampunkCity style a steam engine train traveling past a tall building\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a steam engine with smoke coming out of it\nSteampunkCity style a picture of a building with steam coming out of it\nSteampunkCity style a steam powered building with a lot of smoke coming out of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man with a gun standing in the middle of a street\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man in a top hat and trench coat standing in the middle of\nSteampunkLawman style a man in a cowboy outfit walking down a dirt road\nSteampunkLawman style a man standing in the middle of a desert\nSteampunkLawman style a man wearing a mask standing in the middle of a street\nSteampunkLawman style a man in a top hat standing in the middle of a dirt road\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a top hat standing in the middle of a dirt road\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man in a gas mask standing in the middle of a street\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man standing in the middle of a dirt road\nSteampunkLawman style a man standing in the middle of a dirt road\nSteampunkLawman style a man standing in the middle of a dirt road\nTechnoBug style a giant insect that is flying through the air\nTechnoBug style a painting of a giant creature with lots of things on it's\nTechnoBug style an image of a giant robot in the middle of a city\nTechnoBug style an image of a bug that is in the air\nTechnoBug style an image of a bug that is flying through the air\nTechnoBug style an image of a strange looking creature in the sky\nTechnoBug style a painting of a giant bug with glowing eyes\nTechnoBug style a very strange looking creature in the middle of a body of water\nTentView style the inside of a tent with a view of mountains\nTentView style the inside of a tent with a view of mountains\nTentView style the inside of a tent with a view of a field\nTentView style a tent with a view of a mountain and a pair of shoes\nTentView style the inside of a tent with a view of a grassy field\nTentView style the inside of a tent with a view of a mountain range\nTentView style the inside of a tent with a view of mountains\nTentView style a tent with a view of a mountain range\nTentView style the inside of a tent with a car in the background\nTentView style a tent with a view of a mountain range\nTentView style the inside of a tent with a view of a mountain range\nTentView style a couple of sleeping bags sitting inside of a tent\nTentView style a person sleeping inside of a tent on top of a grass covered field\nTentView style a couple of sleeping bags sitting inside of a tent\nTentView style a tent with a sleeping bag and a sleeping bag in it\nTentView style the inside of a tent with a view of a mountain range\nToweringPortal style, a couple of men standing in a tunnel next to each other\nToweringPortal style, two people standing in a dark tunnel with the sun in the background\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, two people standing at the end of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, a man is standing in the middle of a tunnel\nToweringPortal style, a man and a woman walking through a tunnel\nToweringPortal style, a couple of people standing on top of a mountain\nToweringPortal style, two people walking through a tunnel with the sun in the background\nToweringPortal style, two people standing in the middle of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a man and a woman are standing in a tunnel\nToweringPortal style, a couple of men standing next to each other\nToweringPortal style, a couple of people standing in front of a cave\nToweringPortal style, a man standing in front of a portal in the desert\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, two people standing in front of a glowing tunnel\nToweringPortal style, a group of people walking through a tunnel in the desert\nToweringPortal style, a couple of people standing in front of a giant door\nToweringPortal style, two people walking through a tunnel in the desert\nToweringPortal style, a couple of people that are standing in a tunnel\nToweringPortal style, a couple of people that are standing in the dirt\nToweringPortal style, two people standing in front of a tunnel in the desert\nToweringPortal style, two people are standing in front of a tunnel\nToweringPortal style, a person standing in the middle of a tunnel\nToweringPortal style, a couple of people that are standing in front of a tunnel\nToweringPortal style, two people walking through a tunnel with a giant object in the background\nToweringPortal style, a man standing in front of an archway in a desert\nToweringPortal style, a group of three people walking through a tunnel\nToweringPortal style, a couple of people that are standing in the dirt\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, a couple of people that are standing in a tunnel\nToweringPortal style, a couple of people standing in the middle of a tunnel\nToweringPortal style, a couple of people standing inside of a tunnel\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, two people are standing in the middle of a tunnel\nToweringPortal style, two people are standing in the middle of a tunnel\nToweringPortal style, a couple of people standing inside of a tunnel\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of an explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of an explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a plume of smoke\nTropicalAstronaut style a man in a space suit standing on a beach\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in a field\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in front of a palm tree\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a creepy creature\nUndeadKing style, a statue of an octopus sitting on top of a chair\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a statue of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a demonic creature\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a statue of a demon sitting on top of a chair\nUndeadKing style, a statue of a demon sitting on top of a chair\nUndeadKing style, a black and white photo of a demon sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a statue of a demon\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a man sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne surrounded by\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to destroyed buildings\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street filled with rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street covered in rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWiredOperator style an anime character with dark hair and lightning in the background\nWiredOperator style a group of anime characters standing next to each other\nWiredOperator style an anime character standing in the middle of a city\nWiredOperator style a painting of a man with a hat on his head\nWiredOperator style a painting of a man with glasses and headphones\nWiredOperator style a close up of a painting of a person\nWiredOperator style a drawing of a man with a bunch of wires coming out of his\nWiredOperator style an anime character sitting on the floor in front of a bowl of food\nWiredOperator style a painting of a woman wearing a helmet with wires coming out of it\nWiredOperator style an anime character with white hair and a chain around his neck\nWiredOperator style an anime character with black hair and red lightning in the background\nAlienTemple style a computer generated image of a futuristic mountain landscape\nAlienTemple style a computer generated image of a mountain with stairs leading up to it\nAlienTemple style a computer generated image of a futuristic landscape with stairs and mountains\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a sci fi landscape\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds in the background\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style an image of a futuristic landscape with mountains and stairs\nAlienTemple style a computer generated image of a futuristic city with mountains and trees\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds in the background\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic city with stairs and mountains\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic mountain town\nAlienTemple style a computer generated image of a mountain with a purple sky in the background\nAlienTemple style a computer generated image of a futuristic city with mountains in the background\nAlienTemple style a computer generated image of a futuristic landscape with mountains and clouds\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old television set with a city in the background\nAlienTV style an old computer with a city in the background\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old - fashioned computer with a mountain in the background\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a futuristic city in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with mountains and a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nBitBoats style an art print of a boat in the ocean with a palm tree\nBitBoats style an image of a sunset with a palm tree and a boat in the water\nBitBoats style an image of a sunset with a boat and palm tree\nBitBoats style an image of a sunset with palm trees and a boat in the water\nBitBoats style a pixel art style image of a boat in the ocean with a palm tree\nBitBoats style a pixel art style image of a boat in the ocean with a palm tree\nBitBoats style a poster of a boat in the ocean with a palm tree\nBitBoats style an illustration of a tropical island with a palm tree\nBitBoats style an image of a boat in the ocean with a palm tree\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a boat in the ocean with a palm tree\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a pixel art style image of a dolphin in the ocean\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a computer generated image of a dolphin in the ocean\nBitDolphin style a dolphin made out of blocks floating in the ocean\nBitDolphin style a computer generated image of a dolphin jumping out of the water\nBitRealms style a computer screen that has been made out of blocks\nBitRealms style a computer screen with a hole in the middle of it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style an image of a computer screen made out of blocks\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen that has been made out of legos\nBitRealms style an image of a computer screen made out of blocks\nBitRealms style an image of a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a lot of cubes on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a bunch of cubes coming out of it\nBitRealms style a computer screen with a lot of blocks on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style an image of a computer screen with a lot of blocks coming out of it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a lot of cubes on it\nBitRealms style a computer screen with a bunch of wires coming out of it\nBitRealms style a computer screen that has a bunch of blocks on it\nBitRealms style a computer screen with a bunch of cubes coming out of it\nBitRealms style a computer screen with a bunch of cubes on it\nBitRealms style a computer screen with a bunch of blocks on it\nBoxedFutures style a television made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a television made out of legos with mountains and water in the background\nBoxedFutures style a computer screen made out of legos with mountains and water in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with mountains and water in the background\nBoxedFutures style a television made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen with a mountain scene inside of it\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a giant black hole surrounded by cubes\nCubicSinglularity style an abstract image of a cube in the middle of a circle\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with an eye in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a large hole in the middle\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a circle\nCubicSinglularity style a futuristic city with a giant hole in the middle of it\nCubicSinglularity style an artistic image of a giant black hole surrounded by cubes\nCubicSinglularity style an image of a black hole surrounded by cubes\nCubicSinglularity style an artistic image of a futuristic city with an eye in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubicSinglularity style an image of a black hole surrounded by cubes\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a large hole in the middle\nCubicSinglularity style an artistic image of a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style a futuristic city with a giant hole in the middle of it\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an artist's rendering of a giant hole in the sky\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer block made up of colorful cubes on a black background\nCubismCubed style a cube made out of cubes with a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style an abstract cube made up of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style an abstract cube made up of colorful cubes on a black background\nDeathDance style a black and white drawing of a man with a skull on his head\nDeathDance style a black and white drawing of a man holding a skeleton\nDeathDance style a drawing of a woman and child in a room with a skeleton in the background\nDeathDance style a black and white drawing of a skeleton and a man\nDeathDance style a black and white drawing of a man holding a sword\nDeathDance style a drawing of a skeleton and a woman holding a sword\nDeathDance style a drawing of a man riding a horse next to a tree\nDeathDance style a drawing of a skeleton sitting at a table\nDeathDance style a black and white drawing of a man holding a stick\nDeathDance style a black and white drawing of a man handing something to a skeleton\nDeathDance style a drawing of a skeleton and an old man\nDeathDance style a drawing of a group of people sitting around a table\nDeathDance style a drawing of a skeleton and a person with a cane\nDeathDance style a drawing of a man plowing a field with horses\nDeathDance style a drawing of a skeleton and a woman in a bed\nDeathDance style a drawing of a man holding a sword next to a skeleton\nDeathDance style a drawing of a skeleton and a man with a sword\nDeathDance style a drawing of a man sitting at a table next to a skeleton\nDeathDance style a black and white drawing of a man and a woman\nDeathDance style a drawing of a man with a sword and a skeleton\nDeathDance style a drawing of a skeleton being taken out of a door\nDucreux style a painting of a man wearing a hat and holding his finger to his lips\nDucreux style a painting of a man with a surprised look on his face\nDucreux style a painting of a man wearing a black hat\nDucreux style a painting of a man wearing a hat and holding his finger to his lips\nDucreux style a painting of a man holding his finger to his lips\nDucreux style a painting of a man with a surprised look on his face\nDucreux style a painting of a man with a hat pointing at something\nDucreux style a painting of a man wearing a black hat\nDucreux style a painting of a man holding his finger to his lips\nDucreux style a painting of a man in a red jacket\nDucreux style a painting of a man with a hat pointing at something\nDucreux style a painting of a man in a red jacket\nEcoComputer style a computer with a plant growing out of it\nEcoComputer style an old computer with plants growing out of it\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer sitting on top of a table next to a plant\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer sitting on top of a table next to a plant\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer with a plant growing out of it\nEndGate style an image of a giant gate with a giant moon in the middle\nEndGate style a giant ball of fire in the middle of a city\nEndGate style a giant black hole surrounded by ruins with a giant sun in the background\nEndGate style a large circular object with a massive hole in the middle of it\nEndGate style a giant black hole surrounded by a mountain range\nEndGate style a giant black hole in the middle of a city\nEndGate style a large black hole in the middle of a mountain\nEndGate style an image of a giant black hole in the sky\nEndGate style a giant black ball in the middle of a dark sky\nEndGate style a giant black ball with flames coming out of it\nEndGate style an image of a giant black ball in the middle of a city\nEndGate style a giant black hole in the middle of a city\nEndGate style an image of a giant black hole in the sky\nEndGate style the sun is shining through a circular hole in the sky\nEndGate style an image of a black hole in the sky\nEndGate style a man standing in front of a giant black hole\nEndGate style an image of a giant black hole in the sky\nEndGate style an image of a sci - fi landscape with the sun in the middle of it\nEndGate style a futuristic city with a giant ball in the background\nEndGate style an image of the sun rising over a city\nEndGate style a giant black hole in the middle of a building\nEndGate style a giant black hole in the middle of a mountain\nEndGate style the sun shines through the clouds over a dark castle\nEndGate style a giant black hole in the middle of a dark sky\nEndGate style a futuristic city with a giant black ball in the middle of it\nEndGate style a giant black hole in the middle of a city\nEndGate style a large black ball with a lot of fire coming out of it\nEndGate style a dark city with a giant moon in the sky\nEndGate style a giant black hole in the middle of a mountain\nEndGate style an image of a giant black hole in the sky\nEndGate style a giant black hole in the middle of a city\nEndGate style an image of a giant black hole in the sky\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style a stylized image of a futuristic city with mountains and clouds\nFractalGeo style a stylized image of a cell phone surrounded by mountains and clouds\nFractalGeo style an image of a computer screen with a mountain scene\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style an image of a computer screen with mountains and clouds\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style an image of a futuristic landscape with mountains and clouds\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style a computer screen with an image of a mountain and a video game console\nFractalGeo style a digital painting of a mountain with a radio on top of it\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style an image of a digital art scene with a boombox\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style a computer screen with an image of mountains and clouds in the background\nFractalGeo style a digital painting of a mountain with a radio on top of it\nFractalGeo style a computer generated image of a mountain and a city\nFractalGeo style a computer screen with mountains and clouds in the background\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nGameBlocked style a pixel art image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy in the middle of a field\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style a pixel art style image of a gameboy on an island\nGameBlocked style an art work of a microwave with a mountain in the background\nGameBlocked style an image of a pixel art piece with trees and mountains in the background\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style an image of a gameboy on an island\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style a pixel art style image of a computer on top of an island\nGameBlocked style a stylized image of a tv with a mountain in the background\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style a pixel art style image of an old school game console\nGameBlocked style an image of a pixel art scene with a video game\nGameBlocked style a pixel art style image of an old school game console\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on a small island\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style an image of a pixel art style game console\nGameBlocked style a pixel art style image of a computer on an island\nGameBlocked style an image of a pixel art piece in the shape of a computer\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a pixel art style gameboy\nGameBlocked style a pixel art style image of a gameboy in the middle of an island\nGameBlocked style an image of a gameboy on an island\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy in the middle of an island\nGameBlocked style an image of a pixel art style game console\nGameStation style an image of a sci - fi themed artwork\nGameStation style an old - school video game console with pixel art\nGameStation style an image of a computer screen with a game on it\nGameStation style an image of a sci - fi themed artwork\nGameStation style an image of a computer with a lot of things on it\nGameStation style an illustration of a video game console surrounded by other electronic devices\nGameStation style an image of a game console with a lot of things on it\nGameStation style an old - school video game console with pixel art\nGameStation style an image of a computer with a lot of things on it\nGameStation style an illustration of a computer and a game console\nGameStation style an image of a computer screen with a game on it\nGameStation style an image of a sci - fi themed artwork\nGameStation style an illustration of a computer and a game console\nGameStation style a stylized illustration of a computer and other electronic devices\nGameStation style a stylized illustration of a computer and other electronic devices\nGameStation style an old - school video game console with a cityscape in the background\nGameStation style an illustration of a video game console in the dark\nGameStation style an illustration of a computer screen with an image of a computer on top of it\nGameStation style an illustration of a computer screen with an image of a computer on top of it\nGameStation style an illustration of a game console with a lot of objects\nGameStation style a computer screen with a bunch of different items on it\nGameStation style an illustration of a video game console surrounded by neon lights\nGameStation style a graphic of a computer with a bunch of objects around it\nGameStation style a graphic of a computer with a bunch of objects around it\nGameStation style an image of a video game being played on a computer\nGameStation style an illustration of a computer screen with neon lights on it\nGameStation style an illustration of a video game console surrounded by various objects\nGameStation style an image of a computer screen with a bunch of things on it\nGameStation style an image of a computer screen with a bunch of things on it\nGameStation style an illustration of a video game being played on a computer\nGameStation style an illustration of a video game being played on a computer\nGameStation style an illustration of a video game console surrounded by other electronic devices\nGameStation style an image of a game console with a lot of things on it\nGameStation style an image of a sci - fi art work\nGlitchWave style an image of a sunset and a wave in the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style a painting of a wave in the ocean at sunset\nGlitchWave style an image of a painting of a wave in the ocean\nGlitchWave style a painting of a wave in the ocean at night\nGlitchWave style a painting of a wave in the ocean with a sunset in the background\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style an image of a wave crashing into the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style a painting of a wave in the ocean at sunset\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style an image of an ocean wave in pixel art\nGlitchWave style an image of a colorful wave in the ocean\nGlitchWave style a pixel art picture of a sunset over the ocean\nGlitchWave style a painting of an ocean wave with a sunset in the background\nGlitchWave style an image of a wave crashing into the ocean\nIsoHomes style a computer generated image of a building and a pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a pool surrounded by palm trees\nIsoHomes style a computer generated image of a maze with buildings and palm trees\nIsoHomes style a computer generated image of a building with a pool and palm trees\nIsoHomes style a computer generated image of a city with a pool and palm trees\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a courtyard with palm trees\nIsoHomes style a computer generated image of a building with a pool and palm trees\nIsoHomes style a computer generated image of a courtyard with palm trees\nIsoHomes style a computer generated image of a house and pool\nJovianTech style an illustration of a futuristic city with a giant electronic device in the middle\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style a digital painting of a futuristic city with lots of electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a game console with a city in the background\nJovianTech style an illustration of a computer in the middle of a city\nJovianTech style an illustration of a futuristic city in the sky\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with electronic equipment\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJungleFuturism style a computer screen with a sunset in the background\nJungleFuturism style a computer screen with a tree and a sunset in the background\nJungleFuturism style a computer screen with a tree and a building in the background\nJungleFuturism style a computer screen with an image of a tropical island in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style an art work of a computer with a colorful background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with an image of a tree and a mountain in the background\nJungleFuturism style a computer screen with a tree in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with a tree and a sunset in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style an image of a computer screen with a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nKawaiiPro style an illustration of an old television with an ocean scene on the screen\nKawaiiPro style an old television set with an ocean scene on it\nKawaiiPro style an illustration of a television set with an ocean scene on it\nKawaiiPro style an image of an old tv with an ocean scene on it\nKawaiiPro style a computer screen with an image of a boat on it\nKawaiiPro style an illustration of a television set with a mountain scene on the screen\nKawaiiPro style an illustration of a television with a wave coming out of it\nKawaiiPro style a computer screen with an image of a boat on it\nMeijiJapan style a group of people standing around a bucket filled with hay\nMeijiJapan style a room filled with lots of different types of vases\nMeijiJapan style a group of people on a small boat in a body of water\nMeijiJapan style a river running through a forest next to a mountain\nMeijiJapan style a man sitting on the floor painting a vase\nMeijiJapan style a group of people standing next to each other\nMeijiJapan style a group of people standing around a wooden machine\nMeijiJapan style a woman in an apron is making something on a machine\nMeijiJapan style a group of people standing on top of a body of water\nMeijiJapan style a group of geisha women sitting around a table\nMeijiJapan style a group of people standing next to each other\nMeijiJapan style a room with a picture hanging on the wall\nMeijiJapan style a man is making vases in a pottery studio\nMeijiJapan style a group of people working in an assembly line\nMeijiJapan style a man working on a piece of metal in a shop\nMeijiJapan style a couple of men standing next to each other\nMeijiJapan style a woman standing in a field with a pile of hay\nMeijiJapan style a group of people standing around a pile of hay\nMeijiJapan style a walkway leading to a shrine with statues on either side of it\nMeijiJapan style a group of people working in a field of tall grass\nMeijiJapan style a man is rowing a boat down a river\nMeijiJapan style a group of people with umbrellas in a field\nMeijiJapan style a group of people with umbrellas on a muddy field\nMeijiJapan style a group of people standing around each other in front of a shrine\nMeijiJapan style a large mountain covered in clouds next to a body of water\nMeijiJapan style a group of people walking down a street next to a building\nMeijiJapan style a couple of people standing on top of a beach next to a body of water\nMeijiJapan style a group of geisha girls looking through a window\nMeijiJapan style two geisha girls sleeping on a matress in a japanese room\nMeijiJapan style a group of people with umbrellas walking up a hill\nMeijiJapan style a person bending over a piece of stone in front of a building\nMeijiJapan style a couple of women standing next to each other\nMeijiJapan style a man sitting on the floor working on something\nMeijiJapan style a man sitting in front of a large umbrella\nMeijiJapan style a man standing next to a large tree trunk\nMeijiJapan style a couple of boys working on a wooden barrel\nMeijiJapan style a person riding a horse drawn carriage down a dirt road\nMeijiJapan style a man sitting at a table working on a vase\nMeijiJapan style a painting of a lake with a house in the background\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a person standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a person standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a person walking down a path in front of a mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain tunnel\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonTreehouse style a computer generated image of a tree with pink and purple clouds\nNeonTreehouse style a computer generated image of a tree with clouds in the background\nNeonTreehouse style a stylized image of a tree with a computer on top of it\nNeonTreehouse style a computer generated image of a tree with a building on top of it\nNeonTreehouse style a stylized image of a tree with a pink sky in the background\nNeonTreehouse style a computer generated image of a tree with a building on top of it\nNeonTreehouse style a computer screen with a tree on top of it\nNeonTreehouse style a computer generated image of a tree and a building\nNeonTreehouse style a pink and purple background with a tree on top of a mountain\nNeonTreehouse style a computer generated image of a tree with pink clouds\nNeonTreehouse style a computer generated image of a tree with pink clouds\nNeonTreehouse style a stylized image of a tree and a computer\nNeoOlympus style a futuristic city with a giant purple ball in the middle of it\nNeoOlympus style a digital painting of a city in the middle of the night\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style a futuristic city with a giant cloud in the sky\nNeoOlympus style a futuristic city with a giant purple ball in the middle of it\nNeoOlympus style a painting of a giant cloud floating over a city\nNeoOlympus style a futuristic city with a lightning bolt coming out of it\nNeoOlympus style a digital painting of a city in the middle of the night\nNeoOlympus style a painting of a city in the middle of the night\nNeoOlympus style a painting of a city surrounded by clouds and buildings\nNeoOlympus style a painting of a city with a giant cloud floating over it\nNeoOlympus style a futuristic city surrounded by clouds in the sky\nNeoOlympus style a futuristic city with a giant cloud in the sky\nNeoOlympus style a digital painting of a city surrounded by clouds\nNeoOlympus style a painting of a city surrounded by clouds and lightning\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style an image of a city with a huge cloud coming out of it\nNeoOlympus style a futuristic city with a lightning bolt coming out of it\nNeoOlympus style a painting of a city with a giant cloud floating over it\nNeoOlympus style a futuristic city with a massive structure in the middle of it\nNeoOlympus style a futuristic city with a giant cloud floating over it\nNeoOlympus style a digital painting of a city surrounded by clouds\nNeoOlympus style a futuristic city with a giant hole in the middle of it\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style a futuristic city with a giant ball in the middle of it\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long hair and blue eyes\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a woman with long hair and freckles on her face\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a painting of a woman with long hair and glowing eyes\nNeverLate style a woman with long hair and a white tank top\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nOceanicRealms style a painting of a castle surrounded by sea life\nOceanicRealms style a painting of a castle in the middle of the ocean\nOceanicRealms style a painting of a tree with bubbles floating from it\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle in the middle of a body of water\nOceanicRealms style a painting of a castle in the middle of a body of water\nOceanicRealms style a painting of a castle with jellyfish floating in the water\nOceanicRealms style a painting of a jellyfish floating in the water\nOceanicRealms style a painting of an underwater world with a waterfall\nOceanicRealms style a painting of an underwater castle with fish swimming around\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle with lots of bubbles coming out of it\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of an underwater scene with bubbles and corals\nOceanicRealms style a painting of a window with bubbles coming out of it\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of a castle surrounded by water and plants\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle surrounded by sea life\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of bubbles floating in front of a building\nOceanicRealms style a painting of bubbles floating in front of a window\nOceanicRealms style a painting of an underwater city with a castle in the background\nOceanicRealms style a painting of a giant bubble floating over a castle\nOceanicRealms style a painting of a tree in the middle of the ocean\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of a tree with a bunch of bubbles coming out of it\nOceanicRealms style a painting of a fantasy city by the water\nOceanicRealms style a painting of an underwater scene with fish and plants\nOceanicRealms style a painting of a castle surrounded by water bubbles\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of a castle surrounded by water bubbles\nOceanicRealms style a painting of an underwater scene with a lantern hanging from it's ceiling\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of a castle with jelly fish floating in the water\nOceanicRealms style a painting of an underwater scene with a castle in the background\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style an underwater scene with a castle and fish in the water\nOceanicRealms style a painting of an underwater scene with bubbles and corals\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of an underwater castle surrounded by bubbles\nPixelPC style a graphic of a computer and other electronic equipment\nPixelPC style a computer screen with a bunch of different things on it\nPixelPC style a computer screen with a bunch of things on it\nPixelPC style a graphic of a computer with a lot of things on it\nPixelPC style a computer with a lot of electronic equipment on it\nPixelPC style a computer with a lot of electronic equipment on it\nPixelPC style a graphic of a computer surrounded by electronic equipment\nPixelPC style a computer screen with an image of a creature on it\nPixelPC style a computer screen with a green horse on it\nPixelPC style a graphic of a computer with a green screen\nPixelPC style a computer screen with a bunch of different items on it\nPixelPC style a graphic of a computer with a green globe on the screen\nPixelPC style a graphic of a computer with a green screen\nPixelPC style a graphic of a computer surrounded by electronic equipment\nPixelPC style a computer screen with a bunch of electronics on top of it\nPixelPC style a graphic of a computer and other electronic devices\nPixelPC style a computer screen with a bunch of electronic equipment on it\nPixelPC style a computer screen with a bunch of electronics on top of it\nPixelPC style a graphic of a computer with a green screen\nPrismaHills style a computer generated image of a mountain range at night\nPrismaHills style a computer generated image of a mountain range in neon colors\nPrismaHills style a computer generated image of a mountain range in neon colors\nPrismaHills style a computer generated image of a mountain with wavy lines\nPrismaHills style a computer generated image of a mount", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -5261, + 2301 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1207, + "type": "ShowText|pysssss", + "pos": [ + -7365, + 995 + ], + "size": { + "0": 521.04541015625, + "1": 348.81707763671875 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1454, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(text\"JOHNSON\":1), female focus, diffuse light, , AlienTV style an old computer with a city in the background" + ] + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -7500, + 1530 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1474 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1482, + 1514, + 1516 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -7500, + 1490 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1475 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1479 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1210, + "type": "Reroute", + "pos": [ + -7500, + 1460 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1473 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1211, + "type": "Reroute", + "pos": [ + -7500, + 2890 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1482 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1519, + 1520, + 1528, + 1529 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1212, + "type": "Reroute", + "pos": [ + -7500, + 2860 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1479 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1496 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1213, + "type": "Reroute", + "pos": [ + -7500, + 2830 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1491 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1510 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1226, + "type": "Reroute", + "pos": [ + -7500, + 1570 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1493 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1494 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1227, + "type": "Reroute", + "pos": [ + -5628, + 1568 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1494 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1495 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1228, + "type": "Reroute", + "pos": [ + -5648.6607274014295, + 2914.2686538475746 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1498 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1499, + 1500 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1229, + "type": "Reroute", + "pos": [ + -2559, + 2928 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1500 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1501 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1230, + "type": "Reroute", + "pos": [ + -5628, + 1526 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1502 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 1503, + 1504 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1231, + "type": "Reroute", + "pos": [ + -5648, + 2872 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1504 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 1505, + 1506 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1232, + "type": "Reroute", + "pos": [ + -2560, + 2895 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1506 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 1507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1233, + "type": "ImageResize+", + "pos": [ + -6240, + 3439 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1525, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1549, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1550, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1526 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1234, + "type": "Reroute", + "pos": [ + -7710, + 1980 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1537, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1539, + 1541, + 1543, + 1545 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1235, + "type": "Reroute", + "pos": [ + -7710, + 2020 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1538, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1540, + 1542, + 1544, + 1546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1236, + "type": "Reroute", + "pos": [ + -7775, + 2799 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1545, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1547, + 1549, + 1551 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1237, + "type": "Reroute", + "pos": [ + -7775.128021856623, + 2831.5520103979075 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1546, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1548, + 1550, + 1552 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1240, + "type": "Reroute", + "pos": [ + -8793.41548464221, + 2177.2398228456923 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1555, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1556, + 1557, + 1563 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1430, + 1189, + 0, + 1188, + 1, + "INT" + ], + [ + 1432, + 518, + 0, + 1191, + 0, + "STRING" + ], + [ + 1433, + 1191, + 0, + 604, + 0, + "STRING" + ], + [ + 1434, + 1192, + 0, + 1188, + 0, + "STRING" + ], + [ + 1435, + 1188, + 0, + 1191, + 1, + "STRING" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1454, + 1191, + 0, + 1207, + 0, + "STRING" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1473, + 88, + 0, + 1210, + 0, + "*" + ], + [ + 1474, + 1102, + 0, + 1208, + 0, + "*" + ], + [ + 1475, + 11, + 0, + 1209, + 0, + "*" + ], + [ + 1479, + 1209, + 0, + 1212, + 0, + "*" + ], + [ + 1482, + 1208, + 0, + 1211, + 0, + "*" + ], + [ + 1491, + 1210, + 0, + 1213, + 0, + "*" + ], + [ + 1492, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 1493, + 448, + 0, + 1226, + 0, + "*" + ], + [ + 1494, + 1226, + 0, + 1227, + 0, + "*" + ], + [ + 1495, + 1227, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1496, + 1212, + 0, + 495, + 0, + "CLIP" + ], + [ + 1498, + 495, + 0, + 1228, + 0, + "*" + ], + [ + 1499, + 1228, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 1500, + 1228, + 0, + 1229, + 0, + "*" + ], + [ + 1501, + 1229, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 1502, + 25, + 0, + 1230, + 0, + "*" + ], + [ + 1503, + 1230, + 0, + 195, + 0, + "NOISE" + ], + [ + 1504, + 1230, + 0, + 1231, + 0, + "*" + ], + [ + 1505, + 1231, + 0, + 111, + 0, + "NOISE" + ], + [ + 1506, + 1231, + 0, + 1232, + 0, + "*" + ], + [ + 1507, + 1232, + 0, + 131, + 0, + "NOISE" + ], + [ + 1508, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1509, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 1510, + 1213, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1511, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 1512, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 1513, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1514, + 1208, + 0, + 1001, + 1, + "VAE" + ], + [ + 1516, + 1208, + 0, + 193, + 1, + "VAE" + ], + [ + 1517, + 1003, + 0, + 114, + 0, + "MODEL" + ], + [ + 1518, + 1003, + 0, + 113, + 0, + "MODEL" + ], + [ + 1519, + 1211, + 0, + 121, + 1, + "VAE" + ], + [ + 1520, + 1211, + 0, + 123, + 1, + "VAE" + ], + [ + 1521, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1524, + 51, + 0, + 89, + 0, + "*" + ], + [ + 1525, + 51, + 0, + 1233, + 0, + "IMAGE" + ], + [ + 1526, + 1233, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1527, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1528, + 1211, + 0, + 139, + 1, + "VAE" + ], + [ + 1529, + 1211, + 0, + 140, + 1, + "VAE" + ], + [ + 1530, + 1003, + 0, + 134, + 0, + "MODEL" + ], + [ + 1531, + 1003, + 0, + 133, + 0, + "MODEL" + ], + [ + 1532, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1533, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1534, + 193, + 0, + 665, + 0, + "*" + ], + [ + 1537, + 559, + 0, + 1234, + 0, + "*" + ], + [ + 1538, + 559, + 1, + 1235, + 0, + "*" + ], + [ + 1539, + 1234, + 0, + 206, + 1, + "INT" + ], + [ + 1540, + 1235, + 0, + 206, + 2, + "INT" + ], + [ + 1541, + 1234, + 0, + 166, + 1, + "INT" + ], + [ + 1542, + 1235, + 0, + 166, + 2, + "INT" + ], + [ + 1543, + 1234, + 0, + 158, + 0, + "INT" + ], + [ + 1544, + 1235, + 0, + 158, + 1, + "INT" + ], + [ + 1545, + 1234, + 0, + 1236, + 0, + "*" + ], + [ + 1546, + 1235, + 0, + 1237, + 0, + "*" + ], + [ + 1547, + 1236, + 0, + 1003, + 1, + "INT" + ], + [ + 1548, + 1237, + 0, + 1003, + 2, + "INT" + ], + [ + 1549, + 1236, + 0, + 1233, + 1, + "INT" + ], + [ + 1550, + 1237, + 0, + 1233, + 2, + "INT" + ], + [ + 1551, + 1236, + 0, + 64, + 1, + "INT" + ], + [ + 1552, + 1237, + 0, + 64, + 2, + "INT" + ], + [ + 1555, + 604, + 0, + 1240, + 0, + "*" + ], + [ + 1556, + 1240, + 0, + 448, + 1, + "STRING" + ], + [ + 1557, + 1240, + 0, + 448, + 2, + "STRING" + ], + [ + 1563, + 1240, + 0, + 605, + 0, + "STRING" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5634, + 1628, + 2079, + 1225 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -4271, + 4042, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7507, + 1614, + 1780, + 1009 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8912, + 2091, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + -3435, + 1687, + 1455, + 1114 + ], + "color": "#88A", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.442099361065028, + "offset": [ + 9075.310132662367, + -726.1207858576771 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-webcam-lines-v20.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-webcam-lines-v20.json new file mode 100644 index 0000000..b547261 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/Foda-webcam-lines-v20.json @@ -0,0 +1,1981 @@ +{ + "last_node_id": 1481, + "last_link_id": 1870, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1859 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-webcam-lines-v20\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v7\n\ntxt2img + img2img FLUX1 switch\n\n\ncan use 1 or 2 step to speed things up, but you will need higher denoise/shift to compensate. \n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9529, + 1088 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9682, + 1799 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "video chat with a ROBOT" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1860, + 1864, + 1865 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1861, + 1866, + 1867 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9916, + 1104 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1868, + 1869 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8400, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8652, + 1076 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8400, + 1141 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1870 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8479, + 2394 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1864, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1866, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8151.617949856151, + 2360.55764728683 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8730, + 2490 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1857 + }, + { + "name": "width", + "type": "INT", + "link": 1865, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1867, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8161.617949856152, + 2480.55764728683 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img ( WEBCAM )" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -7011.61794985615, + 1830.5576472868302 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1868 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6674.61794985615, + 1805.5576472868304 + ], + "size": { + "0": 1616.242431640625, + "1": 1342.006591796875 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7401.61794985615, + 1830.5576472868302 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7401.61794985615, + 1970.5576472868302 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7401.61794985615, + 2070.55764728683 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1863, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 1, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7721.61794985615, + 1850.5576472868304 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1862, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7391.61794985615, + 2210.55764728683 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8120, + 1270 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1858 + }, + { + "name": "width", + "type": "INT", + "link": 1860, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1861, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1862, + 1863 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3, + 3, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8231.617949856152, + 1800.5576472868304 + ], + "size": { + "0": 354.3183898925781, + "1": 99.99996948242188 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1859 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8074, + 1050 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.9 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -9071.617949856149, + 1800.5576472868304 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "video chat with a ROBOT", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7741.61794985615, + 2430.55764728683 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8070, + 1160 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.5 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8671.617949856149, + 1810.5576472868304 + ], + "size": { + "0": 372.5661315917969, + "1": 177.99996948242188 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "photographic", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8671.617949856149, + 2020.55764728683 + ], + "size": { + "0": 370, + "1": 240 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "cinematic photo video chat with a ROBOT . 35mm photograph, film, bokeh, professional, 4k, highly detailed" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8480, + 2490 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1869 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7401.61794985615, + 2330.55764728683 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 33, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6992, + 1981 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/webcam/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6999, + 1943 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1870, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/webcam/flux", + "" + ] + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7713, + 1301 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1529 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 90740587284057, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10149, + "1": 2458, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 955.56640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "WEBCAM:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1404, + "type": "Label (rgthree)", + "pos": { + "0": -6651, + "1": 1666, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1767.333984375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "output: /foda/PROJECTNAME/webcam/", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1481, + "type": "WebcamCaptureCV2", + "pos": [ + -9109, + 2490 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1857 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "WebcamCaptureCV2" + }, + "widgets_values": [ + 0, + 0, + 512, + 512, + 0, + false + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1857, + 1481, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1858, + 88, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1859, + 11, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1860, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1861, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1862, + 1232, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1863, + 1232, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1864, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1865, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1866, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1867, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1868, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1869, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1870, + 1212, + 0, + 1250, + 0, + "STRING" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9150, + 1626, + 4197, + 1530 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.459497298635733, + "offset": [ + 11053.688415221271, + -1479.5383161816098 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/V10 - Inpainting/Foda-Flux-Inpaint-SAM2-lines-v22.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V10 - Inpainting/Foda-Flux-Inpaint-SAM2-lines-v22.json new file mode 100644 index 0000000..a8d74f6 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V10 - Inpainting/Foda-Flux-Inpaint-SAM2-lines-v22.json @@ -0,0 +1,2312 @@ +{ + "last_node_id": 1512, + "last_link_id": 1928, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Inpaint-SAM2-lines-v22\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v10\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1896 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8622.027832056669, + 3406.5549314367368 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "leather jacket", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8348.25449026938, + 1166.9462445229485 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8590, + 1179 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8352.150969741013, + 1201.8096525471638 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6313.027832056648, + 3348.5549314367368 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6043.027832056648, + 3328.5549314367363 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6703.027832056648, + 3348.5549314367368 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1908, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6703.027832056648, + 3488.5549314367368 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6703.027832056648, + 3588.5549314367368 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 8, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7023.027832056648, + 3368.5549314367368 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1895, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1901, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6693.027832056648, + 3728.5549314367368 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6703.027832056648, + 3848.5549314367368 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6040.027832056648, + 3219.554931436736 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6039.027832056648, + 3252.554931436736 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11159, + "1": 2184, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1996.6796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX INPAINT SAM2:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -8286.027832056656, + 3787.5549314367368 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -8263.027832056656, + 3368.5549314367368 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 26, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1896 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1873, + 1894 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1902, + 1903 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1350 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -8623.027832056669, + 3788.5549314367368 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "DifferentialDiffusion", + "pos": [ + -7923.027832056648, + 3401.5549314367368 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1894 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1895 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DifferentialDiffusion" + } + }, + { + "id": 1489, + "type": "CLIPTextEncode", + "pos": [ + -7923.027832056648, + 3438.5549314367368 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1902 + }, + { + "name": "text", + "type": "STRING", + "link": 1899, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1490, + "type": "FluxGuidance", + "pos": [ + -7673.027832056648, + 3407.5549314367368 + ], + "size": { + "0": 211.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1897 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1900 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FluxGuidance" + }, + "widgets_values": [ + 3.5 + ] + }, + { + "id": 1491, + "type": "InpaintModelConditioning", + "pos": [ + -7366.027832056648, + 3431.5549314367368 + ], + "size": { + "0": 216.59999084472656, + "1": 106 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1900 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1904 + }, + { + "name": "vae", + "type": "VAE", + "link": 1909 + }, + { + "name": "pixels", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "mask", + "type": "MASK", + "link": 1906 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1901 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "latent", + "type": "LATENT", + "links": [ + 1908 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InpaintModelConditioning" + } + }, + { + "id": 1492, + "type": "CLIPTextEncode", + "pos": [ + -7667.027832056648, + 3506.5549314367368 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1903 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1494, + "type": "ImpactGaussianBlurMask", + "pos": [ + -7680.642007158844, + 3270.826370690028 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1921 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactGaussianBlurMask" + }, + "widgets_values": [ + 10, + 10 + ] + }, + { + "id": 1500, + "type": "ImageAndMaskPreview", + "pos": [ + -7359, + 2185 + ], + "size": [ + 315, + 338 + ], + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1925 + }, + { + "name": "mask", + "type": "MASK", + "link": 1912 + } + ], + "outputs": [ + { + "name": "composite", + "type": "IMAGE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageAndMaskPreview" + }, + "widgets_values": [ + 1, + "255, 0, 0", + false + ] + }, + { + "id": 1501, + "type": "Sam2Segmentation", + "pos": [ + -7722, + 2378 + ], + "size": [ + 315, + 190 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "link": 1913 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1927 + }, + { + "name": "bboxes", + "type": "BBOX", + "link": 1914 + }, + { + "name": "mask", + "type": "MASK", + "link": null + }, + { + "name": "coordinates_positive", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_positive" + } + }, + { + "name": "coordinates_negative", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_negative" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1912, + 1921 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Sam2Segmentation" + }, + "widgets_values": [ + true, + "", + "", + true + ] + }, + { + "id": 1502, + "type": "DownloadAndLoadSAM2Model", + "pos": [ + -8081, + 2287 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "links": [ + 1913 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadSAM2Model" + }, + "widgets_values": [ + "sam2_hiera_small.safetensors", + "single_image", + "cuda", + "bf16" + ] + }, + { + "id": 1503, + "type": "Florence2toCoordinates", + "pos": [ + -8081, + 2469 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "data", + "type": "JSON", + "link": 1915 + } + ], + "outputs": [ + { + "name": "center_coordinates", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "bboxes", + "type": "BBOX", + "links": [ + 1914 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2toCoordinates" + }, + "widgets_values": [ + "0", + false + ] + }, + { + "id": 1504, + "type": "Florence2Run", + "pos": [ + -8573, + 2060 + ], + "size": { + "0": 400, + "1": 351.9999084472656 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1922 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1916 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [ + 1915 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "dress", + "caption_to_phrase_grounding", + true, + false, + 1024, + 3, + true, + "", + 1, + "fixed", + true + ] + }, + { + "id": 1505, + "type": "PreviewImage", + "pos": [ + -8569, + 2454 + ], + "size": [ + 392.16077972214043, + 246 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1916 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Florence2ModelLoader", + "pos": [ + -8988, + 2080 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1507, + "type": "DownloadAndLoadFlorence2Model", + "pos": [ + -8985, + 2234 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 4, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadFlorence2Model" + }, + "widgets_values": [ + "microsoft/Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1508, + "type": "LoadAndResizeImage", + "pos": [ + -8978, + 2403 + ], + "size": [ + 315, + 522.0000762939453 + ], + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1922, + 1926, + 1928 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -7677.642007158844, + 3198.826370690028 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1928 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1920 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -8260, + 1929 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1924, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "Reroute", + "pos": [ + -7564, + 1929 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1925 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1894, + 1483, + 0, + 1488, + 0, + "MODEL" + ], + [ + 1895, + 1488, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1896, + 88, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1897, + 1489, + 0, + 1490, + 0, + "CONDITIONING" + ], + [ + 1899, + 518, + 0, + 1489, + 1, + "STRING" + ], + [ + 1900, + 1490, + 0, + 1491, + 0, + "CONDITIONING" + ], + [ + 1901, + 1491, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1902, + 1483, + 1, + 1489, + 0, + "CLIP" + ], + [ + 1903, + 1483, + 1, + 1492, + 0, + "CLIP" + ], + [ + 1904, + 1492, + 0, + 1491, + 1, + "CONDITIONING" + ], + [ + 1906, + 1494, + 0, + 1491, + 4, + "MASK" + ], + [ + 1908, + 1491, + 2, + 1224, + 4, + "LATENT" + ], + [ + 1909, + 1102, + 0, + 1491, + 2, + "VAE" + ], + [ + 1912, + 1501, + 0, + 1500, + 1, + "MASK" + ], + [ + 1913, + 1502, + 0, + 1501, + 0, + "SAM2MODEL" + ], + [ + 1914, + 1503, + 1, + 1501, + 2, + "BBOX" + ], + [ + 1915, + 1504, + 3, + 1503, + 0, + "JSON" + ], + [ + 1916, + 1504, + 0, + 1505, + 0, + "IMAGE" + ], + [ + 1919, + 1506, + 0, + 1504, + 1, + "FL2MODEL" + ], + [ + 1920, + 1510, + 0, + 1491, + 3, + "IMAGE" + ], + [ + 1921, + 1501, + 0, + 1494, + 0, + "MASK" + ], + [ + 1922, + 1508, + 0, + 1504, + 0, + "IMAGE" + ], + [ + 1924, + 1511, + 0, + 1512, + 0, + "*" + ], + [ + 1925, + 1512, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1926, + 1508, + 0, + 1511, + 0, + "*" + ], + [ + 1927, + 1511, + 0, + 1501, + 1, + "IMAGE" + ], + [ + 1928, + 1508, + 0, + 1510, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9011, + 3144, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SAM2", + "bounding": [ + -9014, + 1881, + 2098, + 1154 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.10000000000000629, + "offset": [ + 15037.806969067, + -337.7351768316549 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/V10 - Inpainting/Foda-Flux-Inpaint-lines-v20.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V10 - Inpainting/Foda-Flux-Inpaint-lines-v20.json new file mode 100644 index 0000000..2a069dc --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V10 - Inpainting/Foda-Flux-Inpaint-lines-v20.json @@ -0,0 +1,1722 @@ +{ + "last_node_id": 1494, + "last_link_id": 1909, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Inpaint-lines-v20\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v10\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1896 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8749, + 2098 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "leather jacket", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8348.25449026938, + 1166.9462445229485 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8590, + 1179 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8352.150969741013, + 1201.8096525471638 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6440, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6170, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6830, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1908, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6830, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6830, + 2280 + ], + "size": [ + 309.76611328125, + 106 + ], + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 8, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7150, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1895, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1901, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6820, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6830, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6167, + 1911 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6166, + 1944 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10345, + "1": 2183, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1374.31640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX INPAINT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -8413, + 2479 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -8390, + 2060 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 21, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1896 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1873, + 1894 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1902, + 1903 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1350 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -8750, + 2480 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "DifferentialDiffusion", + "pos": [ + -8050, + 2093 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1894 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1895 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DifferentialDiffusion" + } + }, + { + "id": 1489, + "type": "CLIPTextEncode", + "pos": [ + -8050, + 2130 + ], + "size": [ + 210, + 125.07953672955091 + ], + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1902 + }, + { + "name": "text", + "type": "STRING", + "link": 1899, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1897 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1490, + "type": "FluxGuidance", + "pos": [ + -7800, + 2099 + ], + "size": [ + 211.60000610351562, + 58 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1897 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1900 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "FluxGuidance" + }, + "widgets_values": [ + 3.5 + ] + }, + { + "id": 1491, + "type": "InpaintModelConditioning", + "pos": [ + -7493, + 2123 + ], + "size": { + "0": 216.59999084472656, + "1": 106 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1900 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1904 + }, + { + "name": "vae", + "type": "VAE", + "link": 1909 + }, + { + "name": "pixels", + "type": "IMAGE", + "link": 1907 + }, + { + "name": "mask", + "type": "MASK", + "link": 1906 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1901 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "latent", + "type": "LATENT", + "links": [ + 1908 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "InpaintModelConditioning" + } + }, + { + "id": 1492, + "type": "CLIPTextEncode", + "pos": [ + -7794, + 2198 + ], + "size": [ + 210, + 125.07953643798828 + ], + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1903 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1904 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1493, + "type": "LoadAndResizeImage", + "pos": [ + -7962, + 2478 + ], + "size": [ + 315, + 522.0000228881836 + ], + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1907 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "mask", + "type": "MASK", + "links": [ + 1905 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "clipspace/clipspace-mask-5291025.199999988.png [input]", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1494, + "type": "ImpactGaussianBlurMask", + "pos": [ + -7490, + 2499 + ], + "size": [ + 210, + 82 + ], + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1905 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactGaussianBlurMask" + }, + "widgets_values": [ + 10, + 10 + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1894, + 1483, + 0, + 1488, + 0, + "MODEL" + ], + [ + 1895, + 1488, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1896, + 88, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1897, + 1489, + 0, + 1490, + 0, + "CONDITIONING" + ], + [ + 1899, + 518, + 0, + 1489, + 1, + "STRING" + ], + [ + 1900, + 1490, + 0, + 1491, + 0, + "CONDITIONING" + ], + [ + 1901, + 1491, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1902, + 1483, + 1, + 1489, + 0, + "CLIP" + ], + [ + 1903, + 1483, + 1, + 1492, + 0, + "CLIP" + ], + [ + 1904, + 1492, + 0, + 1491, + 1, + "CONDITIONING" + ], + [ + 1905, + 1493, + 1, + 1494, + 0, + "MASK" + ], + [ + 1906, + 1494, + 0, + 1491, + 4, + "MASK" + ], + [ + 1907, + 1493, + 0, + 1491, + 3, + "IMAGE" + ], + [ + 1908, + 1491, + 2, + 1224, + 4, + "LATENT" + ], + [ + 1909, + 1102, + 0, + 1491, + 2, + "VAE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.8140274938684458, + "offset": [ + 8580.75521600832, + -1719.5743124491366 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-Enhance--lines-v25.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-Enhance--lines-v25.json new file mode 100644 index 0000000..fb39aba --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-Enhance--lines-v25.json @@ -0,0 +1,3338 @@ +{ + "last_node_id": 1508, + "last_link_id": 1927, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882, + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Enhance--lines-v25\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v11\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1875 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "Raw Photo junglepunk warrior", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 5, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1890 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915, + 1920, + 1926 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -5500, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5230, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -5890, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -5890, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -5890, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6150, + 2060 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -5880, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1875 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6500, + 2000 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1924, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1925, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -6140, + 2630 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1521, + 1922 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "photographic", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "cinematic photo Raw Photo junglepunk warrior . 35mm photograph, film, bokeh, professional, 4k, highly detailed" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8456.825534185538, + 2635.3563246388844 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -5890, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -5220, + 1910 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -5220, + 1940 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10766, + "1": 2191, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1544.7265625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX ENHANCE", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -6870, + 2060 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -6840, + 1960 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732111, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -6870, + 2440 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -6490, + 2330 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -6490, + 2200 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -6860, + 2910 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -6850, + 3010 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -6850, + 3160 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -8060, + 4290 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -8050, + 3860 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -7170, + 4290 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -7170, + 3860 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -6420, + 3650 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -6630, + 3870 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -7480, + 3860 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 45, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1909 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "kodaHD_00105_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1503, + "type": "Florence2Run", + "pos": [ + -7602, + 1938 + ], + "size": { + "0": 400, + "1": 357 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": [ + 1921, + 1923 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "", + "more_detailed_caption", + true, + false, + 1024, + 8, + true, + "", + 4, + "fixed", + true + ] + }, + { + "id": 1504, + "type": "Florence2ModelLoader", + "pos": [ + -8203, + 1704 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1505, + "type": "ShowText|pysssss", + "pos": [ + -7598, + 2344 + ], + "size": { + "0": 392.5677490234375, + "1": 147.30477905273438 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1921, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "A robot is standing in the air. The robot is white. There are white clouds in the sky. There is a building under the robot. " + ] + }, + { + "id": 1506, + "type": "ConcatStringSingle", + "pos": [ + -7156, + 2007 + ], + "size": { + "0": 243.60000610351562, + "1": 64 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "string_a", + "type": "STRING", + "link": 1922, + "widget": { + "name": "string_a" + } + }, + { + "name": "string_b", + "type": "STRING", + "link": 1923, + "widget": { + "name": "string_b" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1924, + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ConcatStringSingle" + }, + "widgets_values": [ + "", + "", + true, + true + ] + }, + { + "id": 1507, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -5390, + "1": 3820, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1060.1527099609375, + "1": 754.9111328125 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 1926, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 1927, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_xeper_00001_.png&type=temp&subfolder=&rand=0.7069507507398898" + }, + { + "name": "B", + "selected": true, + "url": "/api/view?filename=rgthree.compare._temp_xeper_00002_.png&type=temp&subfolder=&rand=0.7073316093667927" + } + ] + ] + }, + { + "id": 1508, + "type": "Label (rgthree)", + "pos": { + "0": -10916, + "1": 2406, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1722.4609375, + 200 + ], + "flags": { + "allow_interaction": true + }, + "order": 22, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLORENCE CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1875, + 88, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1909, + 11, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1919, + 1504, + 0, + 1503, + 1, + "FL2MODEL" + ], + [ + 1920, + 1218, + 0, + 1503, + 0, + "IMAGE" + ], + [ + 1921, + 1503, + 2, + 1505, + 0, + "STRING" + ], + [ + 1922, + 1245, + 0, + 1506, + 0, + "STRING" + ], + [ + 1923, + 1503, + 2, + 1506, + 1, + "STRING" + ], + [ + 1924, + 1506, + 0, + 1236, + 1, + "STRING" + ], + [ + 1925, + 1506, + 0, + 1236, + 2, + "STRING" + ], + [ + 1926, + 1218, + 0, + 1507, + 0, + "IMAGE" + ], + [ + 1927, + 1222, + 0, + 1507, + 1, + "IMAGE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 4788, + 1655 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.191817653772837, + "offset": [ + 9660.527270609799, + -788.6399234257511 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-Lora-CNET-lines-v25.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-Lora-CNET-lines-v25.json new file mode 100644 index 0000000..9c0d187 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-Lora-CNET-lines-v25.json @@ -0,0 +1,3006 @@ +{ + "last_node_id": 1502, + "last_link_id": 1918, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882, + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-CNET-lines-v25\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v11\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1875 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1890 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1875 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7428.5517825761635, + 2000.4813381117128 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8456.825534185538, + 2635.3563246388844 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6153.5517825761635, + 1904.481338111716 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6152.5517825761635, + 1937.4813381117156 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10920, + "1": 2211, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7798.5517825761635, + 2051.481338111712 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7773.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7801.5517825761635, + 2439.481338111712 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7420.827487310534, + 2329.4463392861917 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 1, + 0.1, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7418.827487310534, + 2191.4463392861917 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7787.825534185534, + 2905.3563246388844 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -7783.825534185534, + 3006.3563246388844 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -7777.825534185534, + 3156.3563246388844 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4930, + 2900 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4920, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -4040, + 2900 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -4040, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -3290, + 2260 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3500, + 2480 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4350, + 2470 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 42, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1909 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "ComfyUI_temp_vxkft_00014_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1875, + 88, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1909, + 11, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 3897, + 1653 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.442099361065087, + "offset": [ + 9541.023258361736, + -888.023837198898 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-SAM2-Depth-lines-v25.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-SAM2-Depth-lines-v25.json new file mode 100644 index 0000000..dee659d --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-SAM2-Depth-lines-v25.json @@ -0,0 +1,2858 @@ +{ + "last_node_id": 1530, + "last_link_id": 1950, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-SAM2-Depth-lines-v25\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v11\n\nFlux1 Schnell\nFlorence2 + SAM2 prompt 2 mask\ndifference diffusion inpainting\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1896 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8978.993762466896, + 3351.344962340878 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "detailed leather, silk lace, gold inlay", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8348.25449026938, + 1166.9462445229485 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8590, + 1179 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8352.150969741013, + 1201.8096525471638 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6317.674371789126, + 3291.697585709828 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1943 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6047.674371789126, + 3271.6975857098278 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6707.674371789126, + 3291.697585709828 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1908, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6707.674371789126, + 3431.697585709828 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6707.674371789126, + 3531.697585709828 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7027.674371789126, + 3311.697585709828 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1895, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1937, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6697.674371789126, + 3671.6975857098273 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6707.674371789126, + 3791.697585709824 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6044.674371789126, + 3162.6975857098273 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6043.674371789126, + 3195.6975857098273 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10547, + "1": 2193, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1340.91796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX INPAINT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -8638.993762466896, + 3731.344962340879 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -8618.993762466896, + 3321.344962340878 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1896 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1873, + 1894 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1902, + 1903 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8612, + 1320 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 776044138112220, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -8978.993762466896, + 3741.344962340879 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "DifferentialDiffusion", + "pos": [ + -8278.993762466896, + 3351.344962340878 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1894 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1895 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DifferentialDiffusion" + } + }, + { + "id": 1489, + "type": "CLIPTextEncode", + "pos": [ + -8278.993762466896, + 3391.344962340878 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1902 + }, + { + "name": "text", + "type": "STRING", + "link": 1899, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1490, + "type": "FluxGuidance", + "pos": [ + -8028.993762466896, + 3351.344962340878 + ], + "size": { + "0": 211.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1897 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1900 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FluxGuidance" + }, + "widgets_values": [ + 4 + ] + }, + { + "id": 1491, + "type": "InpaintModelConditioning", + "pos": [ + -7718.993762466896, + 3381.344962340878 + ], + "size": { + "0": 216.59999084472656, + "1": 106 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1900 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1904 + }, + { + "name": "vae", + "type": "VAE", + "link": 1909 + }, + { + "name": "pixels", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "mask", + "type": "MASK", + "link": 1906 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1936 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "latent", + "type": "LATENT", + "links": [ + 1908 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InpaintModelConditioning" + } + }, + { + "id": 1492, + "type": "CLIPTextEncode", + "pos": [ + -8018.993762466896, + 3451.344962340878 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1903 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1494, + "type": "ImpactGaussianBlurMask", + "pos": [ + -8038.993762466896, + 3221.344962340878 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1921 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactGaussianBlurMask" + }, + "widgets_values": [ + 10, + 10 + ] + }, + { + "id": 1500, + "type": "ImageAndMaskPreview", + "pos": [ + -6640, + 2170 + ], + "size": { + "0": 315, + "1": 338 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1925 + }, + { + "name": "mask", + "type": "MASK", + "link": 1912 + } + ], + "outputs": [ + { + "name": "composite", + "type": "IMAGE", + "links": [ + 1940 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageAndMaskPreview" + }, + "widgets_values": [ + 1, + "255, 0, 0", + true + ] + }, + { + "id": 1501, + "type": "Sam2Segmentation", + "pos": [ + -7010, + 2370 + ], + "size": { + "0": 315, + "1": 190 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "link": 1913 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1927 + }, + { + "name": "bboxes", + "type": "BBOX", + "link": 1914 + }, + { + "name": "mask", + "type": "MASK", + "link": null + }, + { + "name": "coordinates_positive", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_positive" + } + }, + { + "name": "coordinates_negative", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_negative" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1912, + 1921 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Sam2Segmentation" + }, + "widgets_values": [ + true, + "", + "", + true + ] + }, + { + "id": 1502, + "type": "DownloadAndLoadSAM2Model", + "pos": [ + -7370, + 2270 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "links": [ + 1913 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadSAM2Model" + }, + "widgets_values": [ + "sam2_hiera_small.safetensors", + "single_image", + "cuda", + "bf16" + ] + }, + { + "id": 1503, + "type": "Florence2toCoordinates", + "pos": [ + -7370, + 2460 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "data", + "type": "JSON", + "link": 1915 + } + ], + "outputs": [ + { + "name": "center_coordinates", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "bboxes", + "type": "BBOX", + "links": [ + 1914 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2toCoordinates" + }, + "widgets_values": [ + "0", + false + ] + }, + { + "id": 1504, + "type": "Florence2Run", + "pos": [ + -7860, + 2050 + ], + "size": { + "0": 400, + "1": 352 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1922 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [ + 1915 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "dress", + "caption_to_phrase_grounding", + true, + false, + 1024, + 3, + true, + "", + 1, + "fixed", + true + ] + }, + { + "id": 1505, + "type": "PreviewImage", + "pos": [ + -7850, + 2440 + ], + "size": { + "0": 392.1607666015625, + "1": 246 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1916 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Florence2ModelLoader", + "pos": [ + -8988, + 2080 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1507, + "type": "DownloadAndLoadFlorence2Model", + "pos": [ + -8985, + 2234 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 4, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadFlorence2Model" + }, + "widgets_values": [ + "microsoft/Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1508, + "type": "LoadAndResizeImage", + "pos": [ + -8978, + 2403 + ], + "size": { + "0": 315, + "1": 522.0000610351562 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1922, + 1926, + 1928, + 1933, + 1942 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -8028.993762466896, + 3151.344962340878 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1928 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1920 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -7596, + 1932 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1924, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "Reroute", + "pos": [ + -7005, + 1932 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1925 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1515, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7371.993762466896, + 3217.344962340878 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1933 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1934, + 1938, + 1941 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1517, + "type": "ControlNetApply", + "pos": [ + -7371.993762466896, + 3317.344962340878 + ], + "size": { + "0": 211.60000610351562, + "1": 98 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1936 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1935 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1934 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1937 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ControlNetApply" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1518, + "type": "ControlNetLoader", + "pos": [ + -7364.993762466896, + 3461.344962340878 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 1935 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ControlNetLoader" + }, + "widgets_values": [ + "flux\\flux-depth-controlnet.safetensors" + ] + }, + { + "id": 1519, + "type": "PreviewImage", + "pos": [ + -7364, + 3575 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1938 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1520, + "type": "CR Simple Image Compare", + "pos": [ + -5909, + 2761 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1941 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1940 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1939, + 1948 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Depth", + "Mask", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1521, + "type": "PreviewImage", + "pos": [ + -5911, + 2331 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1522, + "type": "CR Simple Image Compare", + "pos": [ + -5400, + 2759 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1942 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1943 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1944, + 1949 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1523, + "type": "PreviewImage", + "pos": [ + -5405, + 2328 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1944 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1528, + "type": "Save Image Grid (mtb)", + "pos": [ + -4607, + 2659 + ], + "size": { + "0": 210, + "1": 294 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1529, + "type": "ImpactMakeImageBatch", + "pos": [ + -4800.860753948465, + 2661.354271807111 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1948 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1949 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1530, + "type": "Label (rgthree)", + "pos": { + "0": -9916, + "1": 2399, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 733.3984375, + 200 + ], + "flags": { + "allow_interaction": true + }, + "order": 21, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "DEPTH:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1894, + 1483, + 0, + 1488, + 0, + "MODEL" + ], + [ + 1895, + 1488, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1896, + 88, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1897, + 1489, + 0, + 1490, + 0, + "CONDITIONING" + ], + [ + 1899, + 518, + 0, + 1489, + 1, + "STRING" + ], + [ + 1900, + 1490, + 0, + 1491, + 0, + "CONDITIONING" + ], + [ + 1902, + 1483, + 1, + 1489, + 0, + "CLIP" + ], + [ + 1903, + 1483, + 1, + 1492, + 0, + "CLIP" + ], + [ + 1904, + 1492, + 0, + 1491, + 1, + "CONDITIONING" + ], + [ + 1906, + 1494, + 0, + 1491, + 4, + "MASK" + ], + [ + 1908, + 1491, + 2, + 1224, + 4, + "LATENT" + ], + [ + 1909, + 1102, + 0, + 1491, + 2, + "VAE" + ], + [ + 1912, + 1501, + 0, + 1500, + 1, + "MASK" + ], + [ + 1913, + 1502, + 0, + 1501, + 0, + "SAM2MODEL" + ], + [ + 1914, + 1503, + 1, + 1501, + 2, + "BBOX" + ], + [ + 1915, + 1504, + 3, + 1503, + 0, + "JSON" + ], + [ + 1916, + 1504, + 0, + 1505, + 0, + "IMAGE" + ], + [ + 1919, + 1506, + 0, + 1504, + 1, + "FL2MODEL" + ], + [ + 1920, + 1510, + 0, + 1491, + 3, + "IMAGE" + ], + [ + 1921, + 1501, + 0, + 1494, + 0, + "MASK" + ], + [ + 1922, + 1508, + 0, + 1504, + 0, + "IMAGE" + ], + [ + 1924, + 1511, + 0, + 1512, + 0, + "*" + ], + [ + 1925, + 1512, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1926, + 1508, + 0, + 1511, + 0, + "*" + ], + [ + 1927, + 1511, + 0, + 1501, + 1, + "IMAGE" + ], + [ + 1928, + 1508, + 0, + 1510, + 0, + "*" + ], + [ + 1933, + 1508, + 0, + 1515, + 0, + "IMAGE" + ], + [ + 1934, + 1515, + 0, + 1517, + 2, + "IMAGE" + ], + [ + 1935, + 1518, + 0, + 1517, + 1, + "CONTROL_NET" + ], + [ + 1936, + 1491, + 0, + 1517, + 0, + "CONDITIONING" + ], + [ + 1937, + 1517, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1938, + 1515, + 0, + 1519, + 0, + "IMAGE" + ], + [ + 1939, + 1520, + 0, + 1521, + 0, + "IMAGE" + ], + [ + 1940, + 1500, + 0, + 1520, + 1, + "IMAGE" + ], + [ + 1941, + 1515, + 0, + 1520, + 0, + "IMAGE" + ], + [ + 1942, + 1508, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1943, + 1222, + 0, + 1522, + 1, + "IMAGE" + ], + [ + 1944, + 1522, + 0, + 1523, + 0, + "IMAGE" + ], + [ + 1948, + 1520, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 1949, + 1522, + 0, + 1529, + 1, + "IMAGE" + ], + [ + 1950, + 1529, + 0, + 1528, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9016, + 3087, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SAM2", + "bounding": [ + -9014, + 1881, + 2865, + 1159 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.9194342495777048, + "offset": [ + 9517.412199943405, + -916.7959471623045 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-inpainting-SAM2-CNET-lines-v25.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-inpainting-SAM2-CNET-lines-v25.json new file mode 100644 index 0000000..5c4a6ee --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/V11 - Control Net/Foda-Flux-inpainting-SAM2-CNET-lines-v25.json @@ -0,0 +1,3271 @@ +{ + "last_node_id": 1548, + "last_link_id": 1998, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-inpainting-SAM2-CNET-lines-v25\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v11\n\nFlux1 Schnell\nFlorence2 + SAM2 prompt 2 mask\ndifference diffusion inpainting\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1896 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8977.031408918194, + 3369.019844188148 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "anime attractive woman", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8348.25449026938, + 1166.9462445229485 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8590, + 1179 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8352.150969741013, + 1201.8096525471638 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -5448.037646451304, + 3297.67488184727 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1943 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5178, + 3273 + ], + "size": { + "0": 851.3807983398438, + "1": 996.1937866210938 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -5838.037646451304, + 3297.67488184727 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1908, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -5838.037646451304, + 3437.67488184727 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -5838.037646451304, + 3537.67488184727 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6158.037646451304, + 3317.67488184727 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1895, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1964, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -5828.037646451304, + 3677.67488184727 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -5832.037646451304, + 3795.67488184727 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -5178.037646451304, + 3167.67488184727 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -5178.037646451304, + 3197.67488184727 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10529, + "1": 2206, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1340.91796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX INPAINT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -8637.031408918194, + 3749.0198441881494 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -8617.031408918194, + 3339.019844188148 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1896 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1873, + 1894 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1902, + 1903 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8612, + 1320 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 6536872129384, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -8977.031408918194, + 3759.0198441881494 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "DifferentialDiffusion", + "pos": [ + -8277.031408918194, + 3369.019844188148 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1894 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1895 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DifferentialDiffusion" + } + }, + { + "id": 1489, + "type": "CLIPTextEncode", + "pos": [ + -8277.031408918194, + 3409.019844188148 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1902 + }, + { + "name": "text", + "type": "STRING", + "link": 1899, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1490, + "type": "FluxGuidance", + "pos": [ + -8027.0314089182, + 3369.019844188148 + ], + "size": { + "0": 211.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1897 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1900 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "FluxGuidance" + }, + "widgets_values": [ + 4 + ] + }, + { + "id": 1491, + "type": "InpaintModelConditioning", + "pos": [ + -7717.0314089182, + 3399.019844188148 + ], + "size": { + "0": 216.59999084472656, + "1": 106 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1900 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1904 + }, + { + "name": "vae", + "type": "VAE", + "link": 1909 + }, + { + "name": "pixels", + "type": "IMAGE", + "link": 1920 + }, + { + "name": "mask", + "type": "MASK", + "link": 1906 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1962 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "latent", + "type": "LATENT", + "links": [ + 1908 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InpaintModelConditioning" + } + }, + { + "id": 1492, + "type": "CLIPTextEncode", + "pos": [ + -8017.037646451304, + 3468.67488184727 + ], + "size": { + "0": 210, + "1": 125.07953643798828 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1903 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1904, + 1963 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1494, + "type": "ImpactGaussianBlurMask", + "pos": [ + -8037.0314089182, + 3239.019844188148 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1998 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1906 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactGaussianBlurMask" + }, + "widgets_values": [ + 10, + 10 + ] + }, + { + "id": 1500, + "type": "ImageAndMaskPreview", + "pos": [ + -6640, + 2170 + ], + "size": { + "0": 316.1352844238281, + "1": 126 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1925 + }, + { + "name": "mask", + "type": "MASK", + "link": 1997 + } + ], + "outputs": [ + { + "name": "composite", + "type": "IMAGE", + "links": [ + 1968, + 1987 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageAndMaskPreview" + }, + "widgets_values": [ + 1, + "255, 0, 0", + true + ] + }, + { + "id": 1501, + "type": "Sam2Segmentation", + "pos": [ + -7012, + 2273 + ], + "size": { + "0": 315, + "1": 190 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "link": 1913 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1927 + }, + { + "name": "bboxes", + "type": "BBOX", + "link": 1914 + }, + { + "name": "mask", + "type": "MASK", + "link": null + }, + { + "name": "coordinates_positive", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_positive" + } + }, + { + "name": "coordinates_negative", + "type": "STRING", + "link": null, + "widget": { + "name": "coordinates_negative" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1996 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Sam2Segmentation" + }, + "widgets_values": [ + true, + "", + "", + true + ] + }, + { + "id": 1502, + "type": "DownloadAndLoadSAM2Model", + "pos": [ + -7370, + 2284 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "sam2_model", + "type": "SAM2MODEL", + "links": [ + 1913 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadSAM2Model" + }, + "widgets_values": [ + "sam2_hiera_small.safetensors", + "single_image", + "cuda", + "bf16" + ] + }, + { + "id": 1503, + "type": "Florence2toCoordinates", + "pos": [ + -7370, + 2460 + ], + "size": { + "0": 315, + "1": 102 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "data", + "type": "JSON", + "link": 1915 + } + ], + "outputs": [ + { + "name": "center_coordinates", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "bboxes", + "type": "BBOX", + "links": [ + 1914 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2toCoordinates" + }, + "widgets_values": [ + "0", + false + ] + }, + { + "id": 1504, + "type": "Florence2Run", + "pos": [ + -7828, + 2059 + ], + "size": { + "0": 400, + "1": 357 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1922 + }, + { + "name": "florence2_model", + "type": "FL2MODEL", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "caption", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "data", + "type": "JSON", + "links": [ + 1915 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2Run" + }, + "widgets_values": [ + "head", + "caption_to_phrase_grounding", + true, + false, + 1024, + 3, + true, + "", + 1, + "fixed", + true + ] + }, + { + "id": 1505, + "type": "PreviewImage", + "pos": [ + -7824, + 2468 + ], + "size": { + "0": 392.1607666015625, + "1": 246 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1916 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Florence2ModelLoader", + "pos": [ + -8988, + 2080 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [ + 1919 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Florence2ModelLoader" + }, + "widgets_values": [ + "Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1507, + "type": "DownloadAndLoadFlorence2Model", + "pos": [ + -8985, + 2234 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 4, + "inputs": [ + { + "name": "lora", + "type": "PEFTLORA", + "link": null + } + ], + "outputs": [ + { + "name": "florence2_model", + "type": "FL2MODEL", + "links": [], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadFlorence2Model" + }, + "widgets_values": [ + "microsoft/Florence-2-base", + "fp16", + "sdpa" + ] + }, + { + "id": 1508, + "type": "LoadAndResizeImage", + "pos": [ + -8978, + 2403 + ], + "size": { + "0": 315, + "1": 522.0000610351562 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1922, + 1926, + 1928, + 1958, + 1959, + 1960, + 1986 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "ComfyUI_temp_vxkft_00014_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -8027.0314089182, + 3169.019844188148 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1928 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1920 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "Reroute", + "pos": [ + -7596, + 1932 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1924, + 1927 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "Reroute", + "pos": [ + -7005, + 1932 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1925 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1519, + "type": "PreviewImage", + "pos": [ + -7433.037646451304, + 3469.67488184727 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1965 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1520, + "type": "CR Simple Image Compare", + "pos": [ + -6910, + 4880 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1988 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1989 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1939, + 1980 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Mask", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1521, + "type": "PreviewImage", + "pos": [ + -6910, + 4450 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1522, + "type": "CR Simple Image Compare", + "pos": [ + -6020, + 4880 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1995 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1943 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1944, + 1949 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny\n", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1523, + "type": "PreviewImage", + "pos": [ + -6020, + 4450 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1944 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1528, + "type": "Save Image Grid (mtb)", + "pos": [ + -5240, + 4450 + ], + "size": { + "0": 969.9469604492188, + "1": 1505.43994140625 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1974 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1529, + "type": "ImpactMakeImageBatch", + "pos": [ + -5480, + 4460 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1980 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1949 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1974 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1530, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7030.037646451304, + 3551.67488184727 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1951 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1952 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1953 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1954 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 1, + 0.1, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1531, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7033.037646451304, + 3399.67488184727 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1962 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1963 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1954 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1532, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7707.037646451304, + 3653.67488184727 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1958 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1951, + 1965 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1534, + "type": "CannyEdgePreprocessor", + "pos": [ + -7710.037646451304, + 3833.67488184727 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1959 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1952, + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1535, + "type": "HEDPreprocessor", + "pos": [ + -7709.037646451304, + 4049.67488184727 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1960 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1953, + 1967, + 1995 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1536, + "type": "PreviewImage", + "pos": [ + -7426.037646451304, + 3757.67488184727 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1966 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1537, + "type": "PreviewImage", + "pos": [ + -7424.037646451304, + 4043.67488184727 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1967 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1538, + "type": "PreviewImage", + "pos": [ + -6575, + 2337 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1968 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1545, + "type": "Reroute", + "pos": [ + -7139, + 4882 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1986 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1988 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1546, + "type": "Reroute", + "pos": [ + -7137, + 4916 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1987 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1989 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1547, + "type": "InvertMask", + "pos": [ + -7009, + 2503 + ], + "size": { + "0": 308.33929443359375, + "1": 26.210811614990234 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1996 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1997, + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 1548, + "type": "Label (rgthree)", + "pos": { + "0": -10354, + "1": 2421, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1178.02734375, + 200 + ], + "flags": { + "allow_interaction": true + }, + "order": 20, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SAM2 CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1894, + 1483, + 0, + 1488, + 0, + "MODEL" + ], + [ + 1895, + 1488, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1896, + 88, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1897, + 1489, + 0, + 1490, + 0, + "CONDITIONING" + ], + [ + 1899, + 518, + 0, + 1489, + 1, + "STRING" + ], + [ + 1900, + 1490, + 0, + 1491, + 0, + "CONDITIONING" + ], + [ + 1902, + 1483, + 1, + 1489, + 0, + "CLIP" + ], + [ + 1903, + 1483, + 1, + 1492, + 0, + "CLIP" + ], + [ + 1904, + 1492, + 0, + 1491, + 1, + "CONDITIONING" + ], + [ + 1906, + 1494, + 0, + 1491, + 4, + "MASK" + ], + [ + 1908, + 1491, + 2, + 1224, + 4, + "LATENT" + ], + [ + 1909, + 1102, + 0, + 1491, + 2, + "VAE" + ], + [ + 1913, + 1502, + 0, + 1501, + 0, + "SAM2MODEL" + ], + [ + 1914, + 1503, + 1, + 1501, + 2, + "BBOX" + ], + [ + 1915, + 1504, + 3, + 1503, + 0, + "JSON" + ], + [ + 1916, + 1504, + 0, + 1505, + 0, + "IMAGE" + ], + [ + 1919, + 1506, + 0, + 1504, + 1, + "FL2MODEL" + ], + [ + 1920, + 1510, + 0, + 1491, + 3, + "IMAGE" + ], + [ + 1922, + 1508, + 0, + 1504, + 0, + "IMAGE" + ], + [ + 1924, + 1511, + 0, + 1512, + 0, + "*" + ], + [ + 1925, + 1512, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1926, + 1508, + 0, + 1511, + 0, + "*" + ], + [ + 1927, + 1511, + 0, + 1501, + 1, + "IMAGE" + ], + [ + 1928, + 1508, + 0, + 1510, + 0, + "*" + ], + [ + 1939, + 1520, + 0, + 1521, + 0, + "IMAGE" + ], + [ + 1943, + 1222, + 0, + 1522, + 1, + "IMAGE" + ], + [ + 1944, + 1522, + 0, + 1523, + 0, + "IMAGE" + ], + [ + 1949, + 1522, + 0, + 1529, + 1, + "IMAGE" + ], + [ + 1951, + 1532, + 0, + 1530, + 0, + "IMAGE" + ], + [ + 1952, + 1534, + 0, + 1530, + 1, + "IMAGE" + ], + [ + 1953, + 1535, + 0, + 1530, + 2, + "IMAGE" + ], + [ + 1954, + 1530, + 0, + 1531, + 2, + "CONTROL_NET_STACK" + ], + [ + 1958, + 1508, + 0, + 1532, + 0, + "IMAGE" + ], + [ + 1959, + 1508, + 0, + 1534, + 0, + "IMAGE" + ], + [ + 1960, + 1508, + 0, + 1535, + 0, + "IMAGE" + ], + [ + 1962, + 1491, + 0, + 1531, + 0, + "CONDITIONING" + ], + [ + 1963, + 1492, + 0, + 1531, + 1, + "CONDITIONING" + ], + [ + 1964, + 1531, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1965, + 1532, + 0, + 1519, + 0, + "IMAGE" + ], + [ + 1966, + 1534, + 0, + 1536, + 0, + "IMAGE" + ], + [ + 1967, + 1535, + 0, + 1537, + 0, + "IMAGE" + ], + [ + 1968, + 1500, + 0, + 1538, + 0, + "IMAGE" + ], + [ + 1974, + 1529, + 0, + 1528, + 0, + "IMAGE" + ], + [ + 1980, + 1520, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 1986, + 1508, + 0, + 1545, + 0, + "*" + ], + [ + 1987, + 1500, + 0, + 1546, + 0, + "*" + ], + [ + 1988, + 1545, + 0, + 1520, + 0, + "IMAGE" + ], + [ + 1989, + 1546, + 0, + 1520, + 1, + "IMAGE" + ], + [ + 1995, + 1535, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1996, + 1501, + 0, + 1547, + 0, + "MASK" + ], + [ + 1997, + 1547, + 0, + 1500, + 1, + "MASK" + ], + [ + 1998, + 1547, + 0, + 1494, + 0, + "MASK" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9014, + 3105, + 4723, + 1193 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SAM2", + "bounding": [ + -9014, + 1881, + 2865, + 1159 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971717263, + "offset": [ + 9569.698533825842, + -946.972638002141 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v1/Foda-Flux-basic-v7.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v1/Foda-Flux-basic-v7.json new file mode 100644 index 0000000..e7d0635 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v1/Foda-Flux-basic-v7.json @@ -0,0 +1,5214 @@ +{ + "last_node_id": 184, + "last_link_id": 219, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + 23.58883550741668, + 1242.033986190707 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 70, + "type": "easy getNode", + "pos": [ + -630, + 10 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 80 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 16, + "type": "KSamplerSelect", + "pos": [ + 295.8434616186852, + 205.80855421432548 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 93 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 36, + "type": "easy getNode", + "pos": [ + 295.8434616186852, + -34.19144578567459 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 49 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 83, + "type": "easy getNode", + "pos": [ + -14.156538381314924, + 55.80855421432537 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 97 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 82, + "type": "easy setNode", + "pos": [ + -480, + 360 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 96 + } + ], + "title": "Set_condPOSbase", + "properties": { + "previousName": "condPOSbase" + }, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 6, + "type": "CLIPTextEncode", + "pos": [ + -640, + 50 + ], + "size": { + "0": 322.886962890625, + "1": 273.7496643066406 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 80 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 96 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -870, + 1720 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width", + "properties": {}, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -870, + 1820 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height", + "properties": {}, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -760, + 1660 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 34, + "type": "easy getNode", + "pos": [ + -14.156538381314924, + 25.808554214325355 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 48, + 95 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 109, + "type": "easy setNode", + "pos": [ + 735.8434616186851, + 155.80855421432545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 98, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 125 + } + ], + "title": "Set_image_baseOut", + "properties": { + "previousName": "image_baseOut" + }, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -2417.643380035177, + 2809.8143696485718 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -1717.643380035176, + 2519.814369648571 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -2675.643380035177, + 2629.8143696485713 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 116, + "type": "easy getNode", + "pos": [ + -2414.643380035177, + 2611.8143696485713 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -2417.643380035177, + 2567.814369648571 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + -1321.643380035176, + 2442.814369648571 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + -1735.643380035176, + 2489.814369648571 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -2678.643380035177, + 2659.8143696485713 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 39, + "type": "easy getNode", + "pos": [ + 705.8434616186851, + 25.808554214325355 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 53 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -630, + 1660 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -3134.6433800351774, + 2745.8143696485713 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -2417.643380035177, + 2909.8143696485713 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1430.1481031285089, + 2727.0082957905365 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 10.148103128512265, + 2777.0082957905365 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1430.1481031285089, + 2547.008295790536 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + 1410.1481031285089, + 2517.008295790536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 730.1481031285116, + 2677.008295790536 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 82, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 730.1481031285116, + 2837.0082957905365 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 18, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 730.1481031285116, + 2937.0082957905365 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 60, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 470.1481031285123, + 2717.0082957905365 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 61, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + 470.1481031285123, + 2657.008295790536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + 730.1481031285116, + 2637.008295790536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + 730.1481031285116, + 2597.008295790536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + 460.1481031285123, + 2687.008295790536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 170.14810312851228, + 2757.0082957905365 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 62, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1110.14810312851, + 2727.0082957905365 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 90, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + 10.148103128512265, + 2447.008295790536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + 1819.14810312851, + 2477.008295790536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 142, + "type": "ImageScaleBy", + "pos": [ + 4493.632068113737, + 2780.1860660473876 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 106, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 169 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 168, + 170 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 143, + "type": "easy getNode", + "pos": [ + 3073.6320681137363, + 2830.1860660473876 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 182, + 184 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 146, + "type": "ImageColorMatch+", + "pos": [ + 4493.632068113737, + 2600.1860660473876 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 100, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 171, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 172 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 169 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 147, + "type": "easy getNode", + "pos": [ + 4473.632068113737, + 2570.1860660473876 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 172 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 148, + "type": "SamplerCustomAdvanced", + "pos": [ + 3793.6320681137363, + 2730.1860660473876 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 83, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 173, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 174, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 175, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 176, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 177, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 183 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 149, + "type": "KSamplerSelect", + "pos": [ + 3793.6320681137363, + 2890.1860660473876 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 175 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 150, + "type": "BasicScheduler", + "pos": [ + 3793.6320681137363, + 2990.1860660473876 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 63, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 178, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 176 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 151, + "type": "BasicGuider", + "pos": [ + 3533.6320681137363, + 2770.1860660473876 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 64, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 179, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 180, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 174 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 152, + "type": "easy getNode", + "pos": [ + 3533.6320681137363, + 2710.1860660473876 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 178, + 179 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 153, + "type": "easy getNode", + "pos": [ + 3793.6320681137363, + 2690.1860660473876 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 154, + "type": "easy getNode", + "pos": [ + 3793.6320681137363, + 2650.1860660473876 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 173 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 155, + "type": "easy getNode", + "pos": [ + 3523.6320681137363, + 2740.1860660473876 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 180 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 156, + "type": "VAEEncodeTiled", + "pos": [ + 3233.6320681137368, + 2810.1860660473876 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 65, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 181 + }, + { + "name": "vae", + "type": "VAE", + "link": 182 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 177 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 157, + "type": "VAEDecodeTiled", + "pos": [ + 4173.632068113736, + 2780.1860660473876 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 91, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 183 + }, + { + "name": "vae", + "type": "VAE", + "link": 184 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 171 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": 333.5888671875, + "1": 1242.0341796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 66, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -1460, + 1990 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 145, + "type": "easy getNode", + "pos": [ + 3061.6320681137363, + 2496.1860660473876 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 181 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 141, + "type": "easy setNode", + "pos": [ + 4873.632068113736, + 2530.1860660473876 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 110, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 168 + } + ], + "title": "Set_image_upscale3", + "properties": { + "previousName": "image_upscale3" + }, + "widgets_values": [ + "image_upscale3" + ], + "color": "#223" + }, + { + "id": 144, + "type": "SaveImage", + "pos": [ + 4883.632068113736, + 2560.1860660473876 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 111, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 170 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage3" + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1820.14810312851, + 2507.008295790536 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -1322.643380035176, + 2480.814369648571 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 22, + "type": "BasicGuider", + "pos": [ + -14.156538381314924, + 85.80855421432537 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 48, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 97, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 30 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + 23.58883550741668, + 1372.0339861907066 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -1910, + 410 + ], + "size": [ + 210, + 218 + ], + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -1670, + 500 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 199 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -1680, + 410 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 201 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 199, + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -1650, + 240 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 35, + "type": "easy getNode", + "pos": [ + 295.8434616186852, + 5.808554214325347 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 52 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 8, + "type": "VAEDecode", + "pos": [ + 685.8434616186851, + 65.8085542143254 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 89, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 24 + }, + { + "name": "vae", + "type": "VAE", + "link": 53 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 9, + 125 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 9, + "type": "SaveImage", + "pos": [ + 976.8434616186851, + -37.1914457856746 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 97, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 9 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -1169, + 247 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -1686, + 371 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 201 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -1213, + 259 + ], + "size": [ + 220.59099624683745, + 78.26349548481505 + ], + "flags": {}, + "order": 35, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 170, + "type": "Note", + "pos": [ + 305, + 444 + ], + "size": [ + 296.45474614472687, + 74.45208454072844 + ], + "flags": {}, + "order": 36, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2140, + 410 + ], + "size": [ + 210, + 314 + ], + "flags": {}, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "ComfyUI_00020_.png", + "image" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -2510, + -510 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2510, + -350 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -2340, + -390 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -2340, + -210 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -2110, + -500 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -1930, + -410 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -2110, + -340 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 637811700178561, + "randomize" + ] + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -1950, + -220 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 81, + "type": "easy setNode", + "pos": [ + -2320, + 340 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 204 + } + ], + "title": "Set_int_height", + "properties": { + "previousName": "int_height" + }, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 80, + "type": "easy setNode", + "pos": [ + -2310, + 310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 203 + } + ], + "title": "Set_int_width", + "properties": { + "previousName": "int_width" + }, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -1670, + 130 + ], + "size": [ + 210, + 78 + ], + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 171, + "type": "VAEDecode", + "pos": [ + 2920, + 60 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 207 + }, + { + "name": "vae", + "type": "VAE", + "link": 208 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 209, + 218 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 172, + "type": "SaveImage", + "pos": [ + 3210, + -40 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 209 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 177, + "type": "easy getNode", + "pos": [ + 2220, + 20 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 215, + 216 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 178, + "type": "easy getNode", + "pos": [ + 2530, + 0 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 214 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 179, + "type": "easy getNode", + "pos": [ + 2530, + -40 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 210 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 180, + "type": "easy getNode", + "pos": [ + 2940, + 20 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 208 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 181, + "type": "easy getNode", + "pos": [ + 2220, + 50 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 217 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 183, + "type": "Note", + "pos": [ + 2540, + 440 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 47, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 182, + "type": "easy setNode", + "pos": [ + 2970, + 150 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 218 + } + ], + "title": "Set_image_samplerAlt1", + "properties": { + "previousName": "image_samplerAlt1" + }, + "widgets_values": [ + "image_samplerAlt1" + ], + "color": "#223" + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -2500, + 120 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 203, + 205 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 204, + 206 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -1206, + 134 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 17, + "type": "BasicScheduler", + "pos": [ + 295.8434616186852, + 305.8085542143252 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 95, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 94 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 174, + "type": "KSamplerSelect", + "pos": [ + 2530, + 200 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 212 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m" + ] + }, + { + "id": 175, + "type": "BasicScheduler", + "pos": [ + 2530, + 300 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 215, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 213 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "karras", + 4, + 0.75 + ] + }, + { + "id": 176, + "type": "BasicGuider", + "pos": [ + 2220, + 80 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 216, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 217, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 211 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 173, + "type": "SamplerCustomAdvanced", + "pos": [ + 2531, + 58 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 210, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 211, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 212, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 213, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 214, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 207 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 13, + "type": "SamplerCustomAdvanced", + "pos": [ + 296, + 66 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 81, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 49, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 30, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 93, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 94, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 52, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 24 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -983, + "1": 121, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 252, + "1": 178 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -2678, + 2690 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -2415, + 2650 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -2978, + 2730 + ], + "size": [ + 210, + 78 + ], + "flags": { + "collapsed": false + }, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -2034, + 2699 + ], + "size": [ + 210, + 78 + ], + "flags": { + "collapsed": false + }, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -3140, + 2431 + ], + "size": [ + 210, + 58 + ], + "flags": { + "collapsed": false + }, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -1716, + 2693 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -480, + 1910 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1870, + 1340 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 219 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00014_.png", + "image" + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1232, + 1641 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1600, + -570 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 54, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-basic-v7\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v1\n\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 9, + 8, + 0, + 9, + 0, + "IMAGE" + ], + [ + 24, + 13, + 0, + 8, + 0, + "LATENT" + ], + [ + 30, + 22, + 0, + 13, + 1, + "GUIDER" + ], + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 48, + 34, + 0, + 22, + 0, + "MODEL" + ], + [ + 49, + 36, + 0, + 13, + 0, + "NOISE" + ], + [ + 52, + 35, + 0, + 13, + 4, + "LATENT" + ], + [ + 53, + 39, + 0, + 8, + 1, + "VAE" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 80, + 70, + 0, + 6, + 0, + "CLIP" + ], + [ + 93, + 16, + 0, + 13, + 2, + "SAMPLER" + ], + [ + 94, + 17, + 0, + 13, + 3, + "SIGMAS" + ], + [ + 95, + 34, + 0, + 17, + 0, + "MODEL" + ], + [ + 96, + 6, + 0, + 82, + 0, + "*" + ], + [ + 97, + 83, + 0, + 22, + 1, + "CONDITIONING" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 125, + 8, + 0, + 109, + 0, + "*" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 168, + 142, + 0, + 141, + 0, + "*" + ], + [ + 169, + 146, + 0, + 142, + 0, + "IMAGE" + ], + [ + 170, + 142, + 0, + 144, + 0, + "IMAGE" + ], + [ + 171, + 157, + 0, + 146, + 0, + "IMAGE" + ], + [ + 172, + 147, + 0, + 146, + 1, + "IMAGE" + ], + [ + 173, + 154, + 0, + 148, + 0, + "NOISE" + ], + [ + 174, + 151, + 0, + 148, + 1, + "GUIDER" + ], + [ + 175, + 149, + 0, + 148, + 2, + "SAMPLER" + ], + [ + 176, + 150, + 0, + 148, + 3, + "SIGMAS" + ], + [ + 177, + 156, + 0, + 148, + 4, + "LATENT" + ], + [ + 178, + 152, + 0, + 150, + 0, + "MODEL" + ], + [ + 179, + 152, + 0, + 151, + 0, + "MODEL" + ], + [ + 180, + 155, + 0, + 151, + 1, + "CONDITIONING" + ], + [ + 181, + 145, + 0, + 156, + 0, + "IMAGE" + ], + [ + 182, + 143, + 0, + 156, + 1, + "VAE" + ], + [ + 183, + 148, + 0, + 157, + 0, + "LATENT" + ], + [ + 184, + 143, + 0, + 157, + 1, + "VAE" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 199, + 165, + 0, + 32, + 0, + "*" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 201, + 169, + 0, + 165, + 1, + "VAE" + ], + [ + 203, + 160, + 0, + 80, + 0, + "*" + ], + [ + 204, + 160, + 1, + 81, + 0, + "*" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 207, + 173, + 0, + 171, + 0, + "LATENT" + ], + [ + 208, + 180, + 0, + 171, + 1, + "VAE" + ], + [ + 209, + 171, + 0, + 172, + 0, + "IMAGE" + ], + [ + 210, + 179, + 0, + 173, + 0, + "NOISE" + ], + [ + 211, + 176, + 0, + 173, + 1, + "GUIDER" + ], + [ + 212, + 174, + 0, + 173, + 2, + "SAMPLER" + ], + [ + 213, + 175, + 0, + 173, + 3, + "SIGMAS" + ], + [ + 214, + 178, + 0, + 173, + 4, + "LATENT" + ], + [ + 215, + 177, + 0, + 175, + 0, + "MODEL" + ], + [ + 216, + 177, + 0, + 176, + 0, + "MODEL" + ], + [ + 217, + 181, + 0, + 176, + 1, + "CONDITIONING" + ], + [ + 218, + 171, + 0, + 182, + 0, + "*" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -3188, + 2320, + 3096, + 1017 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -57, + 1112, + 2068, + 1120 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Base Sampler", + "bounding": [ + -72, + -139, + 2124, + 1195 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -61, + 2332, + 3035, + 1004 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Stage 3", + "bounding": [ + 3006, + 2364, + 3049, + 1023 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.4420993610649953, + "offset": [ + 1751.0508696995405, + 616.8821996357492 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v1/flux_schnell_example (comfyanonymous).png b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v1/flux_schnell_example (comfyanonymous).png new file mode 100644 index 0000000000000000000000000000000000000000..5145be5ddff074d9119454a4bb8a5ee0bee1ba81 GIT binary patch literal 1317783 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 z z_zHeXG1yU)MGD4%F)Qt)dsdR*H@hgkoMWs-dKZo{>9J*K+N`V!l8eQRAR>Yx zLmV+5NOJ${SVj@tw_CR`^I}V_g@e3O087&m(VEZa3$+5tWjD;mGWg-!b43K_VAir7 z=Z&_ZK=7b+WUg3`$8SG>x*h+=|Ngsw{f93>?djzuX6*N;{kCnl zd+c+}ZSK3~P$<_rU`A#x4Gd(ZhZwlcOa~rJ&D%fP+(-1nhgdpJ*C|m=B~`HQGQ3O@ z`wcpADk$tPloLlChIrc+^GaboDR){k88=4|(?`-F1B6Q(ge-W6?w}9@p1q?n$j44H?9xJ~ueLdFK$NFvMudi=Ee_en4)1N09K9Admx+&?C z?$vpOj)y%E2ybT%x1q82CNbAC3$d2~h87%ROjYbPg{f0)JztS)m(bE2*3^P!wcklwL>o zaLCD-4wK3UxJ3}*``%FkPR>=pQ>K=P*=H4rkZL~}#5r&6)&Lre>6K6mz=IY20eJ2? z>9OJ%+9t!w4rs_9-v2+1-RsOXuot#N&Z?c zJ7(ai&|02(&B=ADaInTvnhXx{OqP)QE`v

~tz5mFgk@})%|87K#G0jiT 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�bMfuY&>8opV7vyE`E4}^AIfEID!!& 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%0DRZS6-%)^Kg5o4^WgHS>u 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%0AyrQq&;g^;Ckl+XmE{* zxWJ$+KqpfQ4T9nZWz4`*6-r=^;1Se_i8|$6(Y#~@k7i)mw{E+z3TWdILKpyw@a&MV zS$NMJ!+IZm*gEp05A>TBXhzs&B%Ueb!5RX-U@z@vltxoXOmLkA>KFlLGK`IwdW?$L z1v$2iPDo;ez>CT@lyzJVUv};06^Es22NX>%-OMC&*OstalqlGmiKT56|7cD!+stgF z53)T8izO|CC;C{-z`p@U3<%g1>Xd}*+HPS=ug%S=w0FUJ3Qx;!>EY}Y9HT=seWa(; z^s_}<*VPGXj}D$PQ&6tByqm36J|y~4WA|pBHgW;ClLZV}BH$saSYGVfdjXn0HhYa2 z4YoG*<;w>E+Z#E^az*7X$2vp5MUDY^hnY;zGK?pYKxhv9X;kdRx7(%J4y+b zQ?@Rfie(E3G6fI;MPO1}ys2#;Mf5vWVd|nNI+)YYs&U+_I%s6siBgl6E9d(jqbT9H{gk24b= z&X-7w2VrItQW3{+GXhX7TXM8q6y>inF;W?As%K2S;-EySlNxgO-uv7I5iKY%L2}oQ z65xTb$;`q2KTU`gmGE`d_ln5*4wwK#%aLSzkfF@S9f*sHpq;dcVCM^njMmcnP@+c2 zwM=?J@RZEmlc)AEO#jSEWdwpixxGwEdrOLlu3#2`aN5#h)ba~puIQsTH!K4d1SZ~_jwKp1?Zy5%pv)0nQ3mJF1=3emf-0I-dRr1QH=zA zj6O0vVx$s2NDr3`u`z~@r7+X<-BG%j0}7(@AT|pk(Tq5NQ*8wXH+y@dWZ=5px_Qra zdo=dX#J>67@p^gLy!YCh&;R@<-+cR>kN*5GT)Xsv-~XLI`1<$1vpKlDcj?;w_l`dB z@CUy6)vsSZ*njlwxu3rB#54`fCNe@pN)r|7CEOr4LTqI{hZ8hO3-iifVY}1o;k?s_Me&_T+9TW>Ov36WWUI1Y$GjD1B%szdLLir1mWD+jlp=ykq)9=D-_w$G z0T33T8JCx^GzSn0{?!+Q?Y{NQxlvY94v3V|sU?6DX%Hl1LSI;)7(>KI=hK-AbfZWu z7||mj;mp$Vi6!8D*gAYA7@ez`g3W}vfIDp{%`C?V3*kFF)2e+oYCjXjQvx(INrCe+ zbAt0qz~CViYE)N4OGryfIy!X1`l@2WEQclfv{ol;VcNcA4JtUon3E|pQ%)Aw$Rwy$ z&MU| zP+4Ngk<_R%ZF8tXYThGxq4&waf{HoQ4=i#1-b)@%RSfC~=EIYuF+v zmg6NI*bJ;fl$M}Or%-_xpe6er)QME}r$;PPf4X`J7rr=9 z$sxCqEQ!5nPQ~+Z!yHk&4=6%WG%=hHZCslZrah>-6#;V>9%(E+chI(oMF+hBNu%|U zq6KcX|MishrCqMt+v*`wMpL@ae~_gG3dy-pUlCs{)|cWzdLkEQ;fhEYaR_-LiOtQt zvE`1^*fiPe;yX<`M~YT5!@Wa6B67@v0c>d=I(kL}&b2pa$5Bkb1^^3{uN1AoEpDDp zZ_tvD<}GMwQ)^Cb2h6HHHKB+13FIxUgcBf7wtCd#aHREjF}fxqyi5CY_DD3kzRLZ> zw}IZ~4K=vcVcuaFE}7(xa-?&Hn&NDM>CU>qRQa41(eTVkKm$*rAyS!?x9fT8eWs#b zd6-Ud5etMiGi=!`vT>_$R#a1!OAu0H%d1;;f|FSXrA3Qyv+faba&o*`mg5I^me`Cj z+NSMq7Vq0Dn=^Um{=)~Cuiv?C_qXTl;Je@W<~V!#H~-piyng%LZ~x%sgGVmEeR%KZ zKK!xk|KJ%N0-XUVHX`aKX_%(p38Bh16C^XMM+Zc* zqdJ1h{JCS&GV8ER^xFpp&NoP(r{)QVe@AE;wilW(rOTR;WN~<``7) zK)2RyJGm(opIWq*EW=oUmZ%jy@LNQ{x+Azn z86fjViiph2%eP{D0Utmz6{B(M+VkXO-L75cQ)Yxp_R+|N1?lu5+XuVex?ziER`PA9 zP|{|0udHE*Bj>iNLY=dtq9pkaH!fL+w?6Q|v9e!4PwyI}IU4YakZEfSn_GFi#_Ln{0SW z@?=&uf@LO0_VO*Kt5P78X{L7dW@(&is_R7OHrdsxxg-zdO0o^5xy7tfYxQmhNOkp` zt{Ji~N4nSZ+<{m{VL|64QYBJ$GTW@I{G_TUGbz*-jZj?;_z;4^obBW_vW-q^?(U8+ zmNdVn*Bgh=yUAI1)4p#@b2>2^i9e#AL*Ez%uvPTh5n0UHy)_kvX18eGTJu?wPxxQN z3gZG*hYqPS&csOIGGHz;(X;qcJd1^aujSGMe5=`tO(0jZv^oD4rPzhOETS+rua^XI zMPbZvi51jf`Cf-=@s!z94d~)58!c7)=;2ttwdzyL36E~WWGI*!v1;IHi8_}^%fm!;Le!=N^!v__`RfNN(10czCA!=u;-}ob+gt z53{()RBSAx88e+&Lk^aJ>F;K)U4}a=fgTR!AR-%CfD`YjhDau90Bssk=~Ig}8)GcX zGR!=)kKv(`#Z26Ha3pp@tV$(`%OWCs-}z&D<1RlIIgAb{`b@JNqi2rTtiv8WI6T>& z^vu1@a=ac7&%?vRv+mpb51xMHk@dve)k{D6)^|Sj#XoiNe17lxTkjmc{=_F=xcbQt zzJ2fT?#nlRdi(VYk3RgBKl$3Fw*UCEPoI0}eB|-f%jdrLgYW<93m@6Pb8GLcKXvB9 z%RhSQz@lBa_{QyF2^~p`!|dWcijb3nNYTB>(PwfONKTE2 zoRC1!S7n<^lu}nTjNv;OVjQAB$am_gZTYOqp*#*K7Y$w&>DR@ z#Tb)L8FnV}RyDwLepXR_`2%(E1L4;+G$UXUDb;vvLnPJePT-(JW-Q2WmN%gl_bnZ$-n24K{vU*6mA*%RljBL?V`silnUCr+e zAW&iqG;5j82!ycMBmnv1VJ<9BMx=;pM>BA&<%D=qE$j{N30(Lu#r@%K-kP_F7O@b$ z3m@pS94c1ELU8W_ZnCDM!xDGJ!pSXiaFs{6s)q%vB&@>REES|-(}s;q z^VXQ1e7Fi`kf|^U<_dthQ<|T`7c&n!wCoJ)MkpgALb#WSW@gr6(O#bdQG}a1nVJd# zRXHueV$IwwyLxRx%|O=O2rP{;+QxEJt&&GwW(Z#QAV>j`C>7vFTN^iTK~ar5=BiD; z507X|HC!|c_ho7BKDx1Uj>HxOO$duC>z51+Jy85dn15cPbvXeWN&NXDh?4|i2*8VP zOOn;}Qf{54brZKUGc!&WBl?S^n-GSUYc!RsMZ`!OU1-%)(t_;MG-M-CQM*+lvY>&I zww@_{QEO&jd#VGdgkV^V>}6%9BJYw@=2p=%1CFfD*b^oJQCmDE%_WOmaKwCZmXeNx zU>4?U9|+(qjPOKO!d@4+o*ZteT(K!*+F%9~*^ZbRNr;rs)Mv~~*Uq?A8bxuGiW-bV zNmV#p#jg=dBOY)%bX^lpsZZ&X0!$dmF)#(f^}}5nDbvDKBB>3~HZ@AP_jOpfNA#1m z?Qb?`_K%OZ>$>jkZSLQ@x3{<4dGGzluRZkGjwn<6Zn(l8TrqSjJpB2n>=$c4C?&}TODDsy`w_X>TI{q+(zC}Y5-GN$J> z^OeSsFo#G~vSUgl^gZOj6?_PftNzd%o0=3a;pSPS8l?(FWL9x-_ul(7tT|@@fGB~c z62$ONrHqe~{$g~dQeWne|#vjxI;x|kL?dBp#0wX3v zLP+CHpG*|O+q$?AHdlHIX{S*%`%(ZY{ikFBvIOp9@Lfe10;#52q=iOzSX-vZjB|^y zO~#+Zh33HrL5Zvq#o#VSrVM(hTN~tgOLD}Vb!ll77!O6=wSZ))q#`T^HI}3}98gHk zn7JVUC3mf&h?dC1^wT97xZ(J&9_%7WRh_tvVQTo3RDlT3m1i-CFwGKyX}}l>uc(s* zqd7+~*}Pa{e^Q&7IsM7`fL0@?oCKf-oQfv3HvO3iokG1_Y(~V`HM3L$L!2vH+5-0GGnoHqqHpq0 zHn7F<>`YPG$sI+!xVnrkO=+CY_{Q0fV!=uI9JKDojzyMOeY%i4oa&?ifR- zGHW|0GCGBzs?j3k#fq3!!zbe#wS=>E9p>IPi*gqu+Y$uJZ5p$n4!^YcTdI^F#Fm`` zC746F7ESPAh`^09n^WJK%MvjT8%LT$Xsk>YxmT`JlBEP*#p7{!irB<=tU>_CADFd| zr-B5T*_NgD-Z89PN?=7f8G9joM%M1L< zG#PMcK66*3jcdsRfD{lj-ylsP#rb<)3qYV->>f@-lVnb#9T+O1Vn~ysEXRmy)SsDE zM1;}98Z#-bB1kbL&{)?@z5!}t3K&3gS!HrL0-sv7Q+T98eJ;1uOc=YXyH1vACZS>>5u07(Jr=RT)ZjJ5XFZ|r6zw%GM{QL(V zyM6C?b8!CV^|$vQzx>3NE4L31uRQY5wjbZT{`RKDzxVI`JO7{mL?_B*$fAQm={@}YWzdl+%_UP4{H*aNI-o1N&bNT%HC*!cS zc=+0r&psN>+nG&7v}oJo!-&O==E|9)pF4kW@8vt6_{7IIzIW&Ly=Al6o}8TBKik(; zdp8wdgl4d6{Ir6SV4L(IB`2;B2qgnbkV)BRDQAP?hzQoONCHsIfLum`v)l>zz1WaH z=f!$<$x?*FybK!I5yI|X(Q(>bKoL`|?9@l~Nm`kKB%_$En<~wu}4J<=6-UZ<--$Kwpa2TsMe4Gv#CLaH1c@sKSZ9A#=#w zRA~WP=Q{xuTP4+@(uA*)PG&@@5vTJJT6k@tz+S?72K%VO%0tX&75dCfbYbqwI11nev?3A2MlxxA!er7^5yCf!BP}%|-RZnN1*WAD zq*tV_(sAN8XD;mewKOR~^4E#FG6%xmFip9}QuZ4a!Dd#@gPE5FNIOy?o=2K{v_h?1 z0yCBV%yh)guCT(Ym{qi6Ci}|VXWRKg&2%A)*G`r3Xhc?}>$Si_f;#C*`MtBRz5M#si|3Ay$1_(Sdg+}9uOI(#|JvnSx9|PQ z$fyxVVG_!3Ep zRm?LYocMUSFRitRrP1@bj9N%KJjqhJo2An&*sx_QNWC;S8$$q>Kxn_sH^<;OB<-Cj zT2Grt{6K1jgGI>%^+I7or&)S5!e+iS#rWxmI1-O77Qm9DPWu{TEG;V&?RU0VkCD;02Kp z=9QM=T4}jJqtQCh%-v{BQ}qw(QG-pBW=1tsvEt4FfQ&?9Z2y6k7eyV+G88-;eRz1X ze}!$T=8Eg2paffDPLnKYtwDB>Mw%~6m~o1i;2nt!Woim`pqWrAf`j6z@+m~lMT$rV zXVkiW3XB#)8T-Z2YA6lBp2;Q+$%e$C$?h4J-CYNzA79M_B&sG{#XC(LEl`u{N&sI?jQW&*M8+s|H^yU-#fW< z{Nay3``EdM&mP9_eD#}8Km5pz`}uc&^7sA^|Cj&GKl<&%W@XgQZ)Lc>J=X%X^2x~1TnBNSdxcymTW8-Az^Z^*Jnb)shE)f%()QYl^;^w+##-+!VKi| z(Zq_rDpd1}Pq0bnmsV!lEO0pWgNM(D7Ut{8(rXM?-hpnNspC_uF3Fr~`%~bPI1@ph z+W8vcKAa;UDa+QZ;F_W;b0SSsSkOENU^zl82AzDNLSE*?tB{Gn#1TgfF5qh*Z6g*Z zQaeM*9l&u+kTSyR3*eR-sbHk64&{rP9kZp<<5%3JIahep4Ka! z@E=;Q{_SXS$|5k|+}PAti34YDH~?wZfwSsVi7pRpXSZz8y6U$RTJ+GwY{#?s66Tt- z$afH-6mURLxckV^ab0651{2mSG8_$6QX*1?SDnSp;IH^X+p)PYMD$>;ObV!b(jr*! zNr))wDY%UNbrm|_(TAaYa+EOl@KlwIicZ0~o17tYkLXknXU4KnjRb8@F@>Kn#;k+! zw0THtB86(Ipv*<>h3-Y9Sqo;-6a6`cGT`-Hfj3c_CQ~m5J4+xq4q9vOnGM}KMr+|_ z*!g|**4n7#7r{~REK8-PRiQ^H*IEmwCq1&8-b`5i?qejI1fz;T_+#|3EX`yCs2jRF z+eZRlB~#~FAphVv744K~H?4dXt7V!aXvCjl_jG2?5=ekgV+AVWbX!M6xpS7*bp1iw zj8Dv9l17vSad)SiqgjckOmz`-;aaUET`M3`u1Ep3Ei7aw!wuW3a9&diNZZ1-58dUZ z@O5T|ONo)Y+1fi7W9fzYn7Uz9pA!ikV}lHzxKHWIuS`oDi3JrABRHSf-L31?2s7&8 zMus=OgqDV7<}h!y$AD~)R6NiIKH=6~CI@9q0o+JZnVHca!?-y!JzCOkpOzh#5kAcN zs*;A0Y0{JeE}}=y^Qll76eTG@xw#n!x2=6}EC5(qsv0=S&yYk4xea_HX_n|T$XlRB zn-*KaUn;i7P1io0=4v%{-dx{6&KJ%aTbX zCR8lCGoo^)IG_)?mQpirh_DnoSQ=}=*>-a_MTEP84jyivW3ag>9Qz{WKaN2dOB)1Z zm__d$DjlPv2q2dTZJ#x3Y>sp@q z^hcjNe((6sYws^tFa3A_-+%nq{*6EX^u>1b`t`oqduYF%+w9%HfB*J_?cQ?s(;xlt zvK~HmQh&*T|GFr-c!W zWU)cfK)sO-fBJgS3@fT7@HHGNPqN?uc}TOI8p}C}g}CpaMIij(oOMORBBK?UIp&nj z#2qlifD3c>1MK$B(aS02#(69wvKZhZ_L zDJTQjoGp1tF^p`XDkx`u1|FEV0#$`UnfT}oLu-Iz%Q1|~01OOaa-^(oeF7?Aq%qGEoRT!V)?$J(v;%@V}R&^|p9J6Wpps1(MPvzjw zEy%1Ed=l)4Pz)FoY=%yM#QO`62sQ^YRY&=W2vzz^>47^t_`Efus1>57RkyP@FTj^9 zZj)y2gOjRg{NZfh_29@6acRO$S|z@fEhPAYn4=ZP>Qu?iJbtnyPzd z1O~-$XO`@?4hxyZm|rjeKDFwbjrz11Y*QB$T_cHN_*_VSo@LZOp;|b#&qlI$+cL-6 z5y_dOYb&HXmZ)Ti$Kc>Pr~xm^ahDJxTuGpp@iSBQ{MuJahH5-*h0}g-5CDSo%chAh zTF(UdGZ@x;U+7j2ksHh8TZms`dR9Alr95>9AT>#3u0fnKZNx~pjqFG>iCt;f3JIBM zhJ2?c9`1$;;P5-SSfCZM)liHh&oBZ_Y}BbC-)eq_sj9JIX{)OUYl$mzy6tnBNF(QJ zL0lA}{b94E43AI>5n*9k6NgV%-M_*N5^$zkFpe;bU>7*ln1V8L1X^*I0@ggaQs~Ph zuP^XI%lvjH;j0%o)mOsf1Q<^d>4_v%P3ztyzknu7LFAbmo6R(&+l&d}mbWuqr?7)C+X56JSBaAS>%GkTZ@#vF_1XnnK6L5IgIw;cV}Fgee*F5KTemJg{P4#<^5Ny(LwoP&$FICG zZXbW-`A@$3_B+o%`~2VhfBdaq{=&!q-QWDuarU?GA0OSh{nQ7Zdgx^H=;p#}ufFo$ zo3DH#K5tJy-j;~rX|{Ou+^*a0-rm8w?VG*5S6+GLrI%hhb7t@0;Oz0;Lwb)y7{Xl+ zBOqe+5L@Y5AU3q$S`tArA=MQmTSBapQcDP- zFl$E5guTi@tiL4!cQz)hX3&_1z^g}M_hE#ekbNZ(L=Gg$C6r2}GA}#_m-rG4Gl%RF zn-e;nN8)bLGn!s&niOudS`ky|2CPj8a*ncNFs@E_fy=Z9Nuo#TIleK&JVn^fIsHpg zSt}LF3=E5lu~~Nft0CAqP+uWbCXx;8YeX|N?Iaehm#fSQR`YmZd>#=1K=6OX+f

JOT#oE7@>d(?=+tu~%!a3X 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

GJY&iIK>=5APoxUw?0RHX?7H+<4-~ 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%0A3zx$uY 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%0DKAvx+oJ~}aCe-eHw^g+fb&v&FK;{5CsW* zh``JTn(r(HtA-%JjxKqP6fT`&lYmi)Jow5;8FyXdK^{1(h~R&6 za>wVcG4UspdN`@L{uvb4@dvI2ZMdq$B0=;NJpqYEu+j0Yngt1MOjWO95}bbwn-*~2 z%)~+vKu!}1n|LD#447-7uzT86IaMdCM8m%WSWVRTGE_U6NnhRkNb3@y6lw^;sL(G20Y|X zLnl6l69FR14D=4mxkxUbDDaJEUN{{yQ!(~j7CE(-{W5c`K*r`~xI;QHgByBgYL*oo z%giJ~rXf_SnYo&rnYw!I^4YUzr)Q>vgyC>BH8yeX)R|9x`g7m;-uI3lKeDmD)*lZq zz4oKA@&5Mt9d+OfXHHkuy18`IOXpZn++-?{zfl~b4Y z96h`|91L^ZRJnBZPRR4C8*%6EU2%PNX2I+cySp9VziVQ4GAOUy+4#sa z&pi9b-??|^p}Ie|ci-NXRNY#?ID25}&wl(be&hGPJi2|mzkSb*m*0Bi-Xpi(f2RsT zmPbd99oo2l{r2TsGxO7P3u8ME?0oMhughARp4z#wVGR$Pf$rG5E2RF)_2tJNee}ZF zOSkTH5kCr+dwMwj8Rlxoz{ue)WqdfAEmzy#ru5rd5VV3}+LY~YbgXhU!(At&3&h@=FUy68GW zj;`8^YaG<*vIN!tkU^%##5w1#0=RpQvv4t1J-fn3yv1!kB)oH)cl#GDDcv-IaL($n zacEV)szj2VHLMF_muNhGQ$()2y8NMA@}#(RjL1s%E3lxWukHzMKY)3+AVT3wkacs>Z(?C|S5`d39+gppAQs6BUaiUmO^ggl)d1i)$(s=$FgGfr^w zHXcM0D#D>$f;)(aWK}dt%qe+^5MsxIT2(_vqod;mua%N&v4MH%G-TedSk59L(g<+ux zUMe#~Oh6SWj7EXcLx7Pm2C`&RBNi2A_~pIUz}L}dgoW|vK}L`%aW>0l$t;^@(`=Sf ziYeyorTGZ;cDkIofd9hMPtMtE<-^c;bO`mo85A`{z!aJh=Ow2c9~f zn()SRFZ0yu3%9@hsi~h0W3v6=;_T$qbXbyh_4=h7Gc${6ZR|VW`lB!Y!Y8A2ez-@UdfbSc-sHr#(`T+% zbK9PI@*~^EXI}Zn_uBP*;<>jZ(=Yw0zx3uezq4{FZy;bn3$Kk32N|;FWy`k6eEC`I+&VoqHEA ztuNF1^_AOKKlJdUS1z7A`PK*hnOTcrMd#LsMhNN>GkGpTnr9 zWCTEn3m;6UeD2tYyv)}!K)*3^rMHs(%{1XF_s%OiXR4ZN){M9!(iRoPn;lx(0;BHk za~lN)L&+v*B0`T71V2+mXU1eH#wLzNscG8Lh;qtJlbR9bCbtcxMq`uX2=+jZt(ci5 zvdB3Kr69@7vgJ^*D2exN+ae}rBQ+sPfnu~eQB0Io+L5)DHKQ1WW1Di)swT1!BehLx zhB3CeZKxShGvcPUadHrBQjTS_e= z`s7m7hh}hL`KR7p=`JPfduQG`8o&|1?TA*lDBWFz%y4MJb%kt97BZrgb6_&_zS621 z?lMITP8=o}E1**6Ge-%u)e_PSxEWt|NH9}&kB~@^D#8B`RA9t4=ak&-MPx?CCKeJU zBhsLR+<9>;g)2hDNJ8b@Ct}H%Sy1oFWH_6NnaFa?h$eaV|7aMSQQM4C+q9#mZANW7 zO0hMps5^#zB@5@c-mW?s;19-%yDoGV1HnUz_{HXt6kLsEEsM0p)vkTn4U7V~l_hxB zCGVlZu(08^E;QpSCqYuqm4s{v#uaxj6M0D%I(!?Obcu{G=ZJ`j(Y%uHirJAV;DTcX z?)o0MIL7#4xdOjq@sZ79in8Nwm`3EKoZPKhDOvzA7a3~AEaLr(v_!xlyRrP(2&^Vn z59TxGpjiu|r@*LpDZwwCOiUhv@SXB}O;#}>fz80Bl`1iJYv_w6Vp-t;$KY95LZH%c zpG7!y!*!FxYn?FzWmA<963#*<#@WnR7}$8olM6xo7%V4BhDy*<2o62xdET(|u#AYr zm>Dq=<9*|p$PIW*h)pe2SS7+$Ta7#5^CsfX&}TvtJqP>&S%B|>x53YV%cO|VlVPFA z54cm|L?V>gU|(exGiD1FX`4lIRaNGPh?8YQw<6@GO9%m_;l|k%IqPt8Q0WPfqgGX5 zMb);LW-+3WiCD=(rCFI(#Vo6G&M2T~2^ltZP8^t+gmV_OA{ORMo)Ir%tYl)O%uF1J z(O5$W0N!cbcY+9R6*bC)<12GAOF74sV~RN?RS>Dm3?`&5b1qV;qjtZsYgI6Vnm4B+ z0<6a!Kr)4Gjfj!I*)dutx=M>Tvy#*XGeQ}x2k`}e9tPl+gU=S7$1pHhHQCfM!&*+N zxss4H=bVMYcyD|(YH#0OU0Pb2nVBV#i<<^HD zdvJDY>gfK1H&0*8D{E`F=@Sn>Q-^-2t5dfwZ9lx@-M8QG)#KAM;Y+{$NBj2P!(3gw zc4hVU&BKTG#-6=<`plpFxzA2c_g8ML%uO$xe)r7W{N$5QfB3btZ#@6CAAj<%efGs4 z{^;JZo=o*778j-`XGhKW8*je(7k>4ZuUz}U>hSLA_aEGS{PM}LGHT~%moA*UdGgG) zPd@Q+wZY*-`@Z{=?>+MP$JcHQw;kE9eZ|F9z8TY-am8cT#wS+?9BN1EHgwbgy^i z;#b8VZarzS16?Z*1`b64)U?|5q3E94(46hjQE zG*@sXMa;rD8EO(b1h2nH5V58Irnh?VtFf?jU zDaJOX6jK}9CN-mGI81G0DW=g-+a|X|OHFQulv|C_azfF7kP>B0jYtyFAZkRSR2ctMAg`_-;smanbc{J3~P-A25D95N!%$hS)f+5ofHqupy!TW5h?Qi9&IQLa6f=S=$Q6GQ;UEIzl?f?H zpy+ORBFx0f9Pq9AJu!0F6(wy08|i}8b&a^aD?x}!Q_kInioWwU6SOp|GwbDL5VQ`@#FD~p(i*6#uz#eZgG(Bdw8 zaP!U^#DwOZ>{h3Vuo`(O5w5vQc7c-dS@}tqIepg{fRJ!UBItED8cK4Sm!p}Ll4eG> z0C)!Jf~LwQWK7C2YZKcPlPOm$7cX3zoS0ZyS>3&N@57Hi^wJN1JTWoeFJfru~*I8s2*RM zu1HRuJaP2!N51g+U-;^m|7d(Mq@)Xn4{$Y6PuBB`Gp5a+J;#3Y-~86z;|F%{nHX*i z#%E@iM{E0!?Eltp{QlI${Pwy2!p`Y?AKJfm< z^}IGcJGEnJ_R{$a(oeJFllTA3C*OMYwE<7|#-_C8QA~9`*>0*)K7Z{}E9v;d4_>-< z`TEV3#oqMJJ^OB)J2xGs)1CJA?K_J*XDY47SPvXNv~qi8bJ*To9_*Q3%DIU~IgTFt z@FU;*{)^L-^YaVy!*;l|bNl7XSI(WkK0dqf;A4;d=70LuuKVvB1&%4pWSs;(5TlZb zc^gjkG!IT@@cR5zRwr--!xP|zUhe)E@w5;at|jTknVuPn58}zK(1Plm;kuw!F?5R> zDF477Mz~u9sSD0ug==wfk@IHg%dBP)iN!GJIybn~LMj3pr4+7#c19S@RR+Rq?9Cf0 zS7Dxi2-hAvLqb}B$H)_?3Zr6GxRWbjYmB2997e{u2&Ix-fX4yx4`rqnw%?+uV-wXqcKoZbmtdavX6^WTrW3&P-<7n#L-qNUkbMssPVGFuzqM zRSMZcUBC{RFbQi_aZGo?ETSM(4J|N_f>j||5@u12MAU$wUq}YbxCewINQy`I)tC)F|Xc%py$(zG8*i56g9t|zEYARgXTe}Lx=DO*~ zBn$x6B{;w|04Ch3y78A2v$FtkX|+K@OvV8Sp;!+vdLhkWhiC}sjKV58ClI1AYUM~x zvD&6ez{mulj_?ouCN|(4@E=%=(6QZ398opp#B5ach>0?jaK$-`h-N_l3~a;1s#!=< zN;u&vaWS*o`(1sZy4V~H3U08519+{a0Au`R1ZY{(Vr1Jb6h8J9z*%)nL zEQHF8RCA5PAVhF#AQK~s;wDYu3P-sFTu9hX9L-BWVbBjo=mq4-5@sUo4MB~FNRYl) z`tf^QBj*q*WW2&m4s#UL! zZA9a(P=(mW5Q0d6E@WnL9~-MX!o z-@A0Ww=n(K;}2gvf1&2;#aCY0d;FdwM~n@}Itc{@S&<`SIRredOS=H{W_~$He4!zy9_A_P_tzF^xXC z>!E-5{og(M&=bO;nw@y!Qy+fo8_&M`&O1+jFM>`cYgNikNxO- z-#4i@)|(qwE*-dM=k*)c1{)iqy|J+gp3&Ra)&@-+tgr7ru=o1)8`o}MUD!T7-kVrj z*m3{IKKtg^zW3&tv$Jfww(niNb9-iXz9;?Fjg+k4ZuUma#E1j+bocJP^KCnz`kUW< z`9sglZr`#0&Ykt~nfXzQH*efNaPaUeA6!oTxr?`6o!fqJeUN%%({AV?lQoLQ_C*DiN$rRC1Lo;qWT`-)yV=#?d+xa6Cch61n&S`ehd9 z7gY%XJt!f<3NnB?&weLY_yqPrE4EH#F_&aQ_g>r9qdeRJtWTtr$vS@NbPjl>bnC_% zxEgDj;MNsCsRoh*mJAt{bVmqPNMjLT=BD?c<2|~t3nJ5$2RjXNuDz=uWC)6tmxF$%MA z)vGkC^CuAyBoozDjZ_LQjXRmFv*4ZPNQfv@0mNu#QVH6JF%t=VA-)Kq3WlDbW+GhG z6)YckP>kTEcT<(ztpPtVGf@Z?M5+;*vpT@4Bp6Z};5(7Pg8BNMV8IoI%f?FWs-iilzhJ^K!b~9oNRbZl=wW_PT%OSR$!py{6 z_iD&?RjukOr_97TWuW<-GiYA~$?R-oY81%F2OSwg5E0XC9+Y#N0RY`S$1u<_7xTG+ z4lxuQn#*ugVgHK3fCYjk7OEWJ8Yvr-c&G)-f|bQX-MK)jX3UB%{iWDc%v4p_3{H0u zG=dfhu1kp|n3yoLWiKz3Aj(QinHddP6)8a?Syea$Tu+t~5oK?D5L7s@7>i^gQIil< zjnqPg>@-u$#8g?8Rcq=Ig#_4vswt%^a01N-5;2sBWO7R*Na=+NNoEA%DELH)IGd?i zGK-qctWBv&v1wyUDdn6s;d1Bk4y6#Q$JVjs&IM4bKrTe~Q;jzYV*`uB%yNMfF+}rEQQcB<~Bt&3U#%* zvN}64b@ueBJqPxY>DI)Sf-t?)%Uq@4kQHo+Ag=)(0P)c|Xk1gCBkBi4Q&a z8~^m*|BXNQmtXqs%kz78ym#jEor_oIC#IhH*=N=)J@=CzKJw)KyAJLA!Pmd@nP2?5 zhUxVAE7vZq?OxouZE=ZBYqRy+tCfW(9{un;-~RTk<(1UF{n^id`X?uTa(j8OywToV zzIv9fJaGJ>o43|QdMfq1C(q9s)hl)ATcxwR=FVI^-J6{HxxesdPQUTW z3(x)_n>{@>F}pCW6;~-=y|a=AjR^B*>dSa)23Id$S#9;{U-`n-Qzu@2<<*VB@S&$a z@$-M`7e-pWfBMS!`1s`5#I-vss~e-A`PgTEeDXI}*M_-II;J1`&_`c-=dHzhn^rl- zSS3vgv^fpG8Mld3kgc5psw3 z%tV=ph`P+kt|S1O&Wq4M)sT%w(1vEF>ak_ed`IyvO^bKMb1z}dV9dyaFYp~xg+Rpu z0Mp=!&Y-xvI37UWf9F<%lNyZ6rbKL6iBWk^IYHcF0r8oeRWR$l_m^$07#0?Q9Vd37 zlaJ<1X6X8pRZ~ueH2<8;D5nhhWNIlTg8t5ma{x>;AeWi@(U5Hd_Z*!4&_12qfJ>W< zJgw1)%`%Su%{X2+SyoM&@o&=9rnZTxX;RawrnWW9klFxaBBW#-L_}&$RGFBOF;~W% zDFhZF5z1u38iXw~X{bWQN@7OY#EcS&l19#bvM51JM6y!M)V4BgWHb!J4I8dgJ0wj) zR5R6VLZ+mglQoTLCXH1HHF2d>XYP%1Xqqr=s$mSnp$%Il4k3h;jfqG^vy-wZhf0jd zIIC)Kx3qB}1jsrMv}I$#Y8rqMs2C}jfEO^u@q+iAh)KvYnZ;05A^@Ds%#;(G1z}am zIS35*4>0_ylDYkLc#-?eTHnuUw7)Nb8 z8paqMg}TuWO^q|ooXxw{1J74@5b(YWBP=e2g%Li2`0#Ix7*YywsJz@$Sfqeq%{o^0 zjtcBeNy*H#YaEGrio3wwD*)jIX{b3%5LJ~Bh#6NR;fRR6RMdSWoMIBGm<%aHrP6>r zd7cF;i}si9WA+0zAP{}v0AZp;fknuq_;`p(H~`!m#E}OG%(Tml41NGG1^0t^NY{{R zuO=)U;J1LjAmDH0BEzuCDOVu?m55g$D5S85r|&lMV08vV@OWv4hdc7kwK_J!$J4p zEq?6<0OXA{nFID&NYs!|!(t*H8FX}NB@hH@E=FohCdO_flo6RSm&$S`A`kVjY9Hl{YloKkV$VC>$% zqM#68W=}T4wiaE0e_?oa@t>~FvILGjXaM}-S)L4UoB%MDRo$Wo{J@9rsenX;GwM;$ z@34uP+`jYlUv>yWEG(pi{w2YLO@&BfN=?fWLd|P~)z5$KXI_5oEhSo6TU(f$A2m9^ zxbxe8{DZZ7*SF0tOxEL9&RzYPkAMEqzWu-RTfY~kCuuI+UcF3>+92q7hwHa)_bk;_7*=_FBF`V)`Nk_h zI{ujl?|a~Z|Mx%tCuy$Q{`7-W2NyPIaPa7%gZmHv=5Kxdna_QEe!lwp@BQ&O^LM`T zhYNuhmllOLuiUtN_0}Dknpz&TJ9ZzKU|L%p%}tJ1p-fBfLSU9Y|S=KF7+*t31l#Ms2#%+%z}!s~DSx9fY}(eUDM~r+ zSy*VAwm&s>=8bo+UA{RtF<UiSn#`Hw5u~Ie;0{W2F=N)H zhY-RAZVGr+m@8w4k(^D1gNM)|Aj``Prl&#j7}CuP8G{`m!(BRV{mhXx9s#ht1=h_Y z^8`D)h-4z~7bhY)E4k~r+_O z1p=H)P|r}ECBX?A7JsS|qADoW@E{(bf6hR2Ii-?ZlgyC60mxtaewr#81sDPd1Vf_h zQtkSp+g-$hq0b@l%~Bh!YjVw|sZ)xEmnI&csYqnwf%=Ny=WDl1n}rLizMHO*yBW6%9NTIeunDBI0Kdv;PMMLafO%?VNcDE&$jv zND9uX9FwX6tr82dswi@n@Y1X*f!M$mn2ZsbS``FAHfAbkVv!-IET)`N+cXgo_Lx#i zc;_ObgIC~@E*#nQ;s>rKGEzSxs4yNV+UM)4(SL&Eb#gFNUwRmB*U=dYKQae5<> z5P%_&IlyogladhPzf^L^UEmYOY@h)*4ap=_%HVuhy;u_x5ziktBJwO0+(iifdn8$a zh78|GSC>jsRajQf${?JrYeZzi0(TAr8vA6+0FYQ!Vgbdk%G9;zr82<)b`l{kf-F8B zFAJmY_d?8qbS$@y1ck*+$jZw(uqcGRh;sRTvDa$cYLF z9byU0tx>E^CyODqC zLSPY=EEYrpa$ddp5^2a)R;^8ghO7ZnsmcmhpPH#uW-JnnNZEo~WfVj$SVfhY3K1D+ zRGbl&7FP&(xSY?b*)(O1Da8z-)OzRZ3=r;%ZvfYz0cV7tVtg2T&;|~ih*=m|M2(bD zj0=HTD&yT>;6p+uBZyh{wWluThJmw}k`Ymch%;4E12i&;*|5fUuD zAQD2#F$B_-14~RfR3X&W`Ae6^`{UDfFRE>>ZuIN1!LZr8xOnFD*?V^%I(z!U;obLq z_XjWh?Z5T-6Hk8hy_0Y3-oIyJX2+S=PF=fp{p#(F{#3N8p6E@z^x7NS_wBlN>smc) zpZ)ZwzWuH5-nw{GmwIPTpZ(~EADx&Ux5cs5m9;lkE-yZP{NQ~Le&wrQo!_^3Cp2S= zOP6o1URl5M=>7Y@{+;KZ`uIm~-I!Nn_=Z?0d8J)R(HZmqA@^=NuHT94`7*WdZ` zgJxxL>;C-*hlBRYtvfl##ktvASJobR@}WVDM<2hhQGNC7iP^gUz@Gj8#XtC4AN=^o z-~GxrXQrm#{KFGp_~Pe}96mf)j^F?K_Xo2JQxiJBwBwo2e^za6mYd)I){7rIdL;BG zgvLMjgR-QfZG5^nKeO%K7hkz^XY=6hg9}81jrE(iZj+{!)y-x@LnX~-oSC1USy+(q z@r&25-@JI`=_fv%WA%+Uzs=+QH63o-bM)lua-LrN_VYj9zGv61+iSh?F=b0Q0+Knk zZPT>CxWI-G_@u_}?jT2<&>T)6t`Q0*fW$G-jspj%cP8}%J#izaOd`U0qPVBIE_GPU zj7mXf2+|^6tdr@bil!6n_zEfeclTPryoc|=pAp)L3UU1k7IpYsxDp1vZ1G^ zC-bN&GPX4*LvnsfidR;nay&p*EK<~E6PbVrNqpdQZZ4K zQA`D=y$Fd&sH@%>vuKQ_sx?LfV}n#PYbJ|qN~|1+*o-Zcp`2OSgjCp+DU$^zWllka zS!>oz8qJhrn{%>J&HdU&y-I?GP$`L-#6-=IW0W>ZN|jNK>R&ZUi9BV)h@}?c9D)(6 zN-`QHid+q%3{z+{DA!Wel~mb?0`gUiLoj9z$rJ{&nJH0ScFj<*QJHTXT;teDKYAId z@ML5bU>cYa(pVf*A&G#AgFF9-shqEe%m$AX0k|VdY?LgO$6EG4vF|ZdToBMDf5!oad21eS_{LXm%D z#DblTsq)PzN*_=0Gf-OXCv85iF((L1au^5&kZ=JvrttN#U4z z`Kpsg-F=E6g8QQrU;b0}so+=sGc^lA$ke-}8v%pjNC9^bxO!Kx9bzc{hKLMF8YDpi zPJTwjEG4SgOochCcb*}}QaHJwBaOElBO}ObG-j!gxr7bF z-3isSXmw zfF4$I!%@*43dcyhYMj=E4tksN@;M|sj;)Ks?OA3I!m<53t!O;pR zD;6=B0JysI8Mq2&SKA;@K@$Q~KxAU1jv0xuSO^vZNgxrbf>01+=D=vlAVFDJ0#<{$ z98FUE6Qo7~%f;p=ZrH5=lgNG(N&U|h+ZQ58oVLXZ$dg4fEM zX4R^ydTK^gd8Z3jHLJm2WJDC$D2Z4$t*m0swP_tf&YFTs2tmOKhQv8xBFo??Lqi<0 zY?@L|YB9x>Qqwju#;iG|C48Yx0 zGAPi=kRjj8#V)w8*Nk`;m>+VixI)1PxEpXrR&~B9cTXvs%T;(Z$(U2hu}!_YH!;y4 zHgR%%;^gHsW8?j{js5ZdXuTO9o2)8YT$a-fBi4GiHqB2 z-hA_|$Da96o|)Re_h57J=9SC0w=XS(HV)#jo{*WH+jbsZI{w(P)xltWedC_T4!5+q z^zc1@^n>pmd-%Sz8OD$A2~++5X`S<_o3qO2r za$<6-5}KcT=k0f=W_Fyp_8tvJv)d;(Q*-FR&Uen9&g0{g<4b!F9x&QCbNTAr?84&M z($m|g|KJb4@yt_CzwqMg_w3vI*hfC}!xw*iqgk$|7QgiT*S;|t+_!E2#DRVLcOMwO z_SWk!zIWsLwL=H*UEIC<-u(yP{mD;u-!u2>3$Mg540mq+%BR0jtqv}nJU6(#zJBe_ zl{1%ny)d`9{ruHC_4JOx@_KA_q|M6nFIgI!m>xTI_T2XE2lwqc(5ti;dQ)Q)?Wn0I z#zyOLeqr0H=GA6Ya|jdT6XW%btz$zoLZ@TD0E7);O5OWH;hl#C2sk)Ff@BNWbSgITlz@U)fSVnVmRK8zvtzWP z{jO430pucs)b#s^z-)m*1BaLQ2k2N0j&N~4CH9Mn92j7v7@Z&cWrUS6 zqRhGD*77@oz942w2HTzt4+M`I5n;Y?-ov*@TdQCW_Ob%Tpy3Z1|C?r0OI-ygZf<0q z?GJ`mf|x}Gpa(rXaN$`dWt@P?#6~%*<)kSm)SG&!hY(!gAZ(TNdXhCj`G{0?FUM$V zWR_w?0jjA6LYujynn|;=p(Frhv<6ei6z%M@nKG$JHesS{7Bj^_Nv#(oMyi6cz`0aLh$fewU&NT@WlhqMG36RWfoV4mF3P zhy$vceVo8E7&&9$_?0VJK#i*KTwyQr|Jd_#ozx)Ce777vb?j(GY<0E)OkwPlkJD8+ zbzXDA79x?z&-&?Zic_4(0aJ<**~uhK2>qZli!ccX5!i(Y2OwoiB_M37nycU^3lLdA zMJ)ErUG>;=v7AlG^AT{QE}lpn#2d%pG+dvpXGl>&t6o)XW}r!YCm|S_NC5J~Hh4lI z5vr0yC;@{C8iY!EJu(xRa6Unn0FV~|G`$NIg0nD6%Jy`df^F%kWm)WnZJzW zu`RqtB(+vjX&~lGk+jHy&TJ$BUU_0B<`8^L#2i@Qc=oKdGAd|O#A$rA<_>HuZYe}7 zy;+@-NnQApnPmwOf}yTMRb{g(=U%UeMt7kKbzPg0Rsr=@RnEQK%fYHzC4{=Figj%{ z=PCp-6;%lmT!6u0p9y+PNqxmEo2HnNotR>bF~*cKG(g!j^K>ZkN(>_fqZUt|Zz5~~ z-zu;XWD%ZP1#A-N0 z!-xzy05K)aSwuu6rZ_h{bLr~oKmT|B?uGLge(l%(KTF$oudQyd%KFCYgAX0wSRMTT zxccvK%aY_i42+08=icYNE$>ZNm+9)7_C4L>9cBni0|Fofh)al~MC$vrA6F!IMG`BD zqO<_5D3TBeU;qpNVZ6h*p7!0$6KMPd)pT zR6?~YU!|44zLB@zKKa8Ry>W2=kw5w7w>E6tbZ%uv4vn`xxkc8x-?@JM?z!n~!|2JS znVGii;76Z2efjLK{Kl{T>wonJpZV-F`!;W0TwJ|#f1+kGHM5$Bs^pE?rJ2zkTL(6c zUYNY!v3cmwrcE7{>h0S%nymd@ooCOU+_`JlfAK4S`OUXZ?byHfd#}8#)waGZn<~8n zOAqFE_m>n?C=Gzy9t2`8Tg! zyU|{=j=Zb2w2+0)XP#NHvD@Q;5v(#RB^ILx*G1`(AN{hAC=G1gsd&g*B_t41r^yTI6 z|H(JkmRosVnV(!-qqSB?r?yoJ%HKG7B6JNjwCL@qZrw0`;o7w}$y?2OHEP~gH4CQJ zYP2x-5k&2KoLsXK~gCnkSlm3NTSBs_Ig5mC{j+avMt_hVp>srK68;^YutYXNg z7s>(0KnP?W@X{a%%DM<+X{hQpB6oh$PTg0+r->Mo{2-|a4?{JOnIYtlU8nV<{>Og_ zBZSDi1du-@$2wCp;xrl?7(o_=gQ*%D`J_JICE+3+)E6*=GFS(h1roJ_h+3^8wpv9j zFt4oaY<5hNkmVI2iCHs-z#O!Qk`>?!Nux;3R4tlDHr#2ZWRVb z03|aMMbf|=O^awvre;G!usl-Ua=tLdxJoem4GLG+j`nmR(5Yg~dc2aQF{?3Nu75wm4UydjC{tdnMS=>Z-v z!3a*s0svxsyA;~>VjtFbg#4Re|>CLcvF zo&Yvxjv7MLQQnbl4kt$_brW%QSqEiuz5KtaRW?oW- zr6%{APyvNtu&GH1WuTNrNb&rL^eqH3V9}B@q~ll zxNJrtWC)=8h!rG%Seyp{yME;)lL6Pn%!*cloI@(mN^u|#A|ah*iK&eGr~vO7_CE@h zoHf9eNOB=I@A@qj&YGEN5mhO+G)60w3Z-aNL@JDwg*YS0I8;Jz6$+w81t|xN6ebap zfQl|JlUYY4hGQn_7F!l~_EHrom)Z{E?&=z#f(u_<)sTp2R7+m8t8E}6M>SQVLRE?) z%k!ufLJ^I!EQ?X2T9JilmPZX)#IS-2sl=f06G8|v3qfM0nJIJR2rLyUkiAD@#d#I# z7X_59BF0v$*=j`u+ce#a3BiQ*peCtinj$e_W;hTE^*?0<^x<$IdAVo#yY&D(CWL?o zJkrMOraf?sfpZB2Q$#EIfv|Pl?<(=EMOCgnN=i6_8ux-o62e;4pWfK4-;K@2a$9TbhmY>svj2^jU)#BNq<>^c=NA9$PrpAh zFt~AeXr-}o>fD*9Kl0+W$)%2No1i;8wrqUo-Pbnm-a2*n=Fk84f9DUr{^gxJcV{sk z+Oqr2v+u2}ELSU)uB`UlV7zqe!4_{v)C#=Se8x%6$=_|owY2D9GA zT)n>9c>1YFbE{uCe~PJCZ7hxVv=8<4&0W3sNB`)bR94r9I)*ZC3=H(lEryFXuIC+H z6I07;_1T`@;eqj?;lb{A-aWA;C>V-cgF2-nP1gXfW9 z$$RJ>R*d`dFr%I49=4?2ly{DVI}AB;=hM@q#)M!wegoEZ%Q%%ixJg1LENbert(eOg zsy`D~x;l1X&5Y<95fSVcPMW;*z=4V$p@VR^)d0yV3!<2r*DqLS^a&7|DiU|Z#L+J? zrWPJS$X6T4pyeI9X+1!4#5nLwU$g-byo3pEISfkt9wuS=cNmo@GVv;NB0OJ&ks>8y zM41uEfO$}cq|*o^Qf3Ur_F8AW5l13eo1w21Wk0P}tB6I6u~~1#B0{qS#DOv)W>d;S zX2e+*G|NNCHAeI+qgx=VYAno~7K|9(%t~Zp=sHr2z!Aj1{45A123QoaQeZXJoLX!a zEDIEwi{P;_BKCSLA|f_~keTv4CzeRec@~+XSrlUw36n%(lTeUE4kTHyK#~Q?B8if) zNHoF-P|KJ|P|u`lU?kj`?GmAe@r;HvhF1YN#zP&$?lf7(jb7n?_8gb0)NF`iEM#K&X2*P<$4I9eS%?z1()CFQmA;8HK63&D) zl99GrkzjNI_{8@C+Z4x{Y-q%u#mMiIW8xSKw7%j4B0)7GIDn!b@74^=#6g0pDpCa~ ze>CIjMOY&Nm9i{Xi)bD5z2mUGk{;Vc+=vRlSDZvb5sO4a0pA-6pivN=$d0yP zG!elLHX)zc4uQR>DG?=E zVaY#-b(G&IoH)1HNn?%~nuQ2%?Et{naNi&w8*pO~J? zx;ob8mqMkZAiK9PH$F00spK2Sw_P}YZR5sGGs}z5eDZ~N&YtVF#^~XVJ-au&KXL8Q zz9S1OiyL~{-@ANvc>l)D`?tLG?H^KqM@M({xu^Ebt;|+3IrikC$?4fE7cS4;TIuNM zx_)z_Z)j|Cez9lg=r=xit8>rRk9_viMXRW_T1)e5eWPLL*4;zB{VVsEUwr22^9u`i zW|k*r<|pTtX{EMp)8^fKH-GTTo3p}$z3rpzU7HVXyL;`%rosN%rKwMU>V=o@-6YM& z`Zq6~yVuj+U6szo$%XNu{^gaHaCP6l$L5w61~zTUmKL^+Z#nzksRtdEq0Qs>7ash= zul?$e{_yuKgeuXSZ+MHJvmo9*)F}?w~U1P%EZ)E zyUx(a1WBDYmi%Ff3Y*ZdC@-x3#L2(aMO*gWD7u0 z1ZnonJ5QO(il2~-QmPP^!e5Pu8Qn?*y-6)&pThuj@{FP@DRC;M{Xng|mjXA&>689o z`!KbbeGHNl7N774h(Ufqhp3T=2}LGowg63y5IR9@!ct84p|>M`;|>@!R|o;H0OczP zH{e@-kvI{V5JxUl0})xY*lKBvMYD-QZDtN3WO+`^A%q~9r5q&VYRKG3j;e-fK`D9? zRn?+Ji;>8PaLcJ;76FW=kW{Bri#2jFU5EC0ymSrTu zEJm!E7?B7?i_D1cvl%HfabO9;8FL66TJF*iv8a+7qu1Az1U24@OQWc~l({USAuN}0 zfRF-8s>ocPJeGtXDE8%cB-C&!Z^{ zk-#bhE#_uX@&TMdT}H`_C?uO0<@{L?5e@<~A3qDo1HkSSm<7IV)Jr3;h{gbm2F1k8 z9E5}g`TCeAJxP`ok_C!UqnEdVyYYWuKNlMaR8%NrVj{MTN`b`Y$WpciYSrzDv`9Z8 z0@nDi(jGtuGuTxM4q`$9y6ev5WfS{?uoEyMd6YfirdXV<5vb$NhY=&sLSFTe0 zu@xl57%>hg#TBBVGZ_EGVKB@ZM*AilAxMXZtJ%E;Xad}!3qFPjcwEQr9L9f*y-CH% z=I28s6mT^%?x6EZ=5_BH){oP|uediRf$NMksAIP>1~m{->4+NKq3qum0+#H z{uM@b7Lvl0v}vg$opgW|X4u)TUT{Frs?5PMQ)QMIRdBlvq|S^*Bn$3{G8<8hCK

C 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

crj~G4}B*YxTXmL~Q`E8*v%n>^Vm13n6 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%0DE)lM}w0x{}l`1HTlkYOQyJ) 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 z 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 b`+xoq@T^5Kk*HdZ00000NkvXXu0mjfLU<^I literal 0 HcmV?d00001 diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-Animation-Detailer-lines-v30.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-Animation-Detailer-lines-v30.json new file mode 100644 index 0000000..e122ca9 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-Animation-Detailer-lines-v30.json @@ -0,0 +1,2530 @@ +{ + "last_node_id": 1589, + "last_link_id": 2063, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1990 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Animation-Detailer-lines-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v11\n\nVideo 2 Video Flux Detailer\nAdjust denoise and Shift\nrecommended 30 frames at a time\nframe_load_limit = 30 (default)\n\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 2062 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 2063 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 9, + 16, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1988, + 2058 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961, + 1073 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test5" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": false + }, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2055 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test5", + "/scene/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11838, + "1": 2219, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2681.8359375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 9, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX ANIMATION DETAILER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1523, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8192, + "1": 1269, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 370.29949951171875, + "1": 154 + }, + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1527, + "type": "RandomNoise", + "pos": [ + -8206.42033635376, + 2456.3673925773523 + ], + "size": { + "0": 255.14358520507812, + "1": 153.51564025878906 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1962 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 324337153295393, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1528, + "type": "ImageResize+", + "pos": [ + -7617.420336353761, + 3026.367392577353 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2054, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1956, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1957, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2024 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1533, + "type": "ImageColorMatch+", + "pos": [ + -5717.420336353761, + 2516.3673925773523 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1960, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1961 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1994 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1534, + "type": "SamplerCustomAdvanced", + "pos": [ + -6417.420336353761, + 2646.3673925773523 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1962, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1963, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1964, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1965, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1966, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1972 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1535, + "type": "KSamplerSelect", + "pos": [ + -6417.420336353761, + 2806.3673925773523 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1536, + "type": "BasicScheduler", + "pos": [ + -6417.420336353761, + 2906.3673925773523 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1967, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1537, + "type": "BasicGuider", + "pos": [ + -6677.420336353761, + 2686.3673925773523 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1968, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1969, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1963 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1538, + "type": "VAEEncodeTiled", + "pos": [ + -6977.420336353761, + 2726.3673925773523 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2008 + }, + { + "name": "vae", + "type": "VAE", + "link": 2049 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 320 + ] + }, + { + "id": 1539, + "type": "VAEDecodeTiled", + "pos": [ + -6037.420336353761, + 2696.3673925773523 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1972 + }, + { + "name": "vae", + "type": "VAE", + "link": 2058 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 320 + ] + }, + { + "id": 1541, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7637.420336353761, + 2436.3673925773523 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2048 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1969 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1542, + "type": "ImageApplyLUT+", + "pos": [ + -5310.420336353761, + 2515.3673925773523 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1994, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1975, + 2026 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 1543, + "type": "SaveImage", + "pos": [ + -5122.420336353761, + 2686.3673925773523 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1975 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 1546, + "type": "ModelSamplingFlux", + "pos": [ + -8213.42033635376, + 2679.3673925773523 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2047 + }, + { + "name": "width", + "type": "INT", + "link": 1977, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1978, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1967, + 1968 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "SplitSigmas", + "pos": [ + -6417.420336353761, + 3046.367392577353 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1980 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1965 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1550, + "type": "Reroute", + "pos": [ + -5907.420336353761, + 3156.3673925773537 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2025 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1961 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1551, + "type": "ImageResize+", + "pos": [ + -7627.420336353761, + 2796.3673925773523 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2053, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1983, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1984, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1552, + "type": "Reroute", + "pos": [ + -8370, + 3050 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2051, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1956, + 1977, + 1983 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1553, + "type": "Reroute", + "pos": [ + -8370, + 3070 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2052, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1957, + 1978, + 1984 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1554, + "type": "ImpactImageInfo", + "pos": [ + -8625, + 2897 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1555, + "type": "Note", + "pos": [ + -7532.420336353761, + 2330.3673925773523 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1557, + "type": "Reroute", + "pos": [ + -9020, + 3610 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 18, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1989 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2047 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1558, + "type": "Reroute", + "pos": [ + -9020, + 3640 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1990 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2048 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1559, + "type": "Reroute", + "pos": [ + -9020, + 3680 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1988 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1563, + "type": "VHS_VideoCombine", + "pos": [ + -4361, + 2078 + ], + "size": [ + 1252.3126220703125, + 2575.2398071289062 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2027 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 2061, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2060, + "widget": { + "name": "frame_rate" + } + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2057, + "widget": { + "name": "filename_prefix" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 12, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Flux", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "flux_00004-audio.mp4", + "subfolder": "foda\\test5\\fluxDetail", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1567, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7241.420336353761, + 2795.3673925773523 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2007 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2008 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1581, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7236.420336353761, + 3160.3673925773537 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2024 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1582, + "type": "ImageListToImageBatch", + "pos": [ + -4720.42033635376, + 2514.3673925773523 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2026 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2027 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1585, + "type": "VHS_LoadVideo", + "pos": [ + -9061, + 2079 + ], + "size": [ + 382.0930480957031, + 919.7209743923611 + ], + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2037, + 2050 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "audio", + "type": "AUDIO", + "links": [ + 2061 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "links": [ + 2059 + ], + "slot_index": 3, + "shape": 3 + } + ], + "title": "Driver Video", + "properties": { + "Node name for S&R": "VHS_LoadVideo" + }, + "widgets_values": { + "video": "driver.mp4", + "force_rate": 30, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 30, + "skip_first_frames": 0, + "select_every_nth": 1, + "choose video to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 30, + "skip_first_frames": 0, + "force_rate": 30, + "filename": "driver.mp4", + "type": "input", + "format": "video/mp4", + "select_every_nth": 1 + } + } + } + }, + { + "id": 1586, + "type": "ImageResize+", + "pos": [ + -9017, + 3070 + ], + "size": [ + 315, + 218 + ], + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2050 + }, + { + "name": "width", + "type": "INT", + "link": 2062, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2063, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2053, + 2054 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2051 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2052 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "stretch", + "always", + 0 + ] + }, + { + "id": 1587, + "type": "Text Concatenate", + "pos": [ + -4660, + 2590 + ], + "size": [ + 315, + 178 + ], + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2055, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2056, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2057 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "/fluxDetail/flux", + "/scene/flux", + "" + ] + }, + { + "id": 1588, + "type": "PrimitiveNode", + "pos": [ + -4660, + 2630 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2056 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Foda mode", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/fluxDetail/flux" + ] + }, + { + "id": 1589, + "type": "VHS_VideoInfo", + "pos": [ + -7240, + 3467 + ], + "size": { + "0": 393, + "1": 206 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "link": 2059 + } + ], + "outputs": [ + { + "name": "source_fps🟨", + "type": "FLOAT", + "links": [ + 2060 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "source_frame_count🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_duration🟨", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "source_width🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_height🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_fps🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_frame_count🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_duration🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_width🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_height🟦", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoInfo" + }, + "widgets_values": {} + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1956, + 1552, + 0, + 1528, + 1, + "INT" + ], + [ + 1957, + 1553, + 0, + 1528, + 2, + "INT" + ], + [ + 1960, + 1539, + 0, + 1533, + 0, + "IMAGE" + ], + [ + 1961, + 1550, + 0, + 1533, + 1, + "IMAGE" + ], + [ + 1962, + 1527, + 0, + 1534, + 0, + "NOISE" + ], + [ + 1963, + 1537, + 0, + 1534, + 1, + "GUIDER" + ], + [ + 1964, + 1535, + 0, + 1534, + 2, + "SAMPLER" + ], + [ + 1965, + 1549, + 1, + 1534, + 3, + "SIGMAS" + ], + [ + 1966, + 1538, + 0, + 1534, + 4, + "LATENT" + ], + [ + 1967, + 1546, + 0, + 1536, + 0, + "MODEL" + ], + [ + 1968, + 1546, + 0, + 1537, + 0, + "MODEL" + ], + [ + 1969, + 1541, + 0, + 1537, + 1, + "CONDITIONING" + ], + [ + 1972, + 1534, + 0, + 1539, + 0, + "LATENT" + ], + [ + 1975, + 1542, + 0, + 1543, + 0, + "IMAGE" + ], + [ + 1977, + 1552, + 0, + 1546, + 1, + "INT" + ], + [ + 1978, + 1553, + 0, + 1546, + 2, + "INT" + ], + [ + 1980, + 1536, + 0, + 1549, + 0, + "SIGMAS" + ], + [ + 1983, + 1552, + 0, + 1551, + 1, + "INT" + ], + [ + 1984, + 1553, + 0, + 1551, + 2, + "INT" + ], + [ + 1988, + 1102, + 0, + 1559, + 0, + "*" + ], + [ + 1989, + 88, + 0, + 1557, + 0, + "*" + ], + [ + 1990, + 11, + 0, + 1558, + 0, + "*" + ], + [ + 1994, + 1533, + 0, + 1542, + 0, + "IMAGE" + ], + [ + 2007, + 1551, + 0, + 1567, + 0, + "IMAGE" + ], + [ + 2008, + 1567, + 0, + 1538, + 0, + "IMAGE" + ], + [ + 2024, + 1528, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 2025, + 1581, + 0, + 1550, + 0, + "*" + ], + [ + 2026, + 1542, + 0, + 1582, + 0, + "IMAGE" + ], + [ + 2027, + 1582, + 0, + 1563, + 0, + "IMAGE" + ], + [ + 2037, + 1585, + 0, + 1554, + 0, + "IMAGE" + ], + [ + 2047, + 1557, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2048, + 1558, + 0, + 1541, + 0, + "CLIP" + ], + [ + 2049, + 1559, + 0, + 1538, + 1, + "VAE" + ], + [ + 2050, + 1585, + 0, + 1586, + 0, + "IMAGE" + ], + [ + 2051, + 1586, + 1, + 1552, + 0, + "*" + ], + [ + 2052, + 1586, + 2, + 1553, + 0, + "*" + ], + [ + 2053, + 1586, + 0, + 1551, + 0, + "IMAGE" + ], + [ + 2054, + 1586, + 0, + 1528, + 0, + "IMAGE" + ], + [ + 2055, + 1212, + 0, + 1587, + 0, + "STRING" + ], + [ + 2056, + 1588, + 0, + 1587, + 1, + "STRING" + ], + [ + 2057, + 1587, + 0, + 1563, + 5, + "STRING" + ], + [ + 2058, + 1102, + 0, + 1539, + 1, + "VAE" + ], + [ + 2059, + 1585, + 3, + 1589, + 0, + "VHS_VIDEOINFO" + ], + [ + 2060, + 1589, + 0, + 1563, + 4, + "FLOAT" + ], + [ + 2061, + 1585, + 2, + 1563, + 1, + "AUDIO" + ], + [ + 2062, + 559, + 0, + 1586, + 1, + "INT" + ], + [ + 2063, + 559, + 1, + 1586, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Flux Detailer", + "bounding": [ + -9089, + 1879, + 6108, + 1864 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.083470594338861, + "offset": [ + 9632.168536908102, + -1543.693156634956 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-LivePortrait-lines-v32.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-LivePortrait-lines-v32.json new file mode 100644 index 0000000..8159b56 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-LivePortrait-lines-v32.json @@ -0,0 +1,3725 @@ +{ + "last_node_id": 1517, + "last_link_id": 1944, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882, + 1909 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LivePortrait-lines-v32\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v12\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1875 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "analog photo of a man wearing leather jacket", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1890 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8726.551782576173, + 2603.481338111712 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918, + 1940 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1875 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7428.5517825761635, + 2000.4813381117128 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "analog photo of a man wearing leather jacket" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8456.825534185538, + 2635.3563246388844 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6153.5517825761635, + 1904.481338111716 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6152.5517825761635, + 1937.4813381117156 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10920, + "1": 2211, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7798.5517825761635, + 2051.481338111712 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7773.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7801.5517825761635, + 2439.481338111712 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7420.827487310534, + 2329.4463392861917 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.2, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7418.827487310534, + 2191.4463392861917 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7787.825534185534, + 2905.3563246388844 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -7783.825534185534, + 3006.3563246388844 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -7777.825534185534, + 3156.3563246388844 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4930, + 2900 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1941 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4920, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -4360, + 2890 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -4360, + 2460 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -3610, + 2250 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 60, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3820, + 2470 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1941 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1909 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "flux_00120_.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1503, + "type": "DownloadAndLoadLivePortraitModels", + "pos": [ + -7800, + 4109 + ], + "size": { + "0": 302.2581481933594, + "1": 82 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "live_portrait_pipe", + "type": "LIVEPORTRAITPIPE", + "links": [ + 1927, + 1931 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadLivePortraitModels" + }, + "widgets_values": [ + "auto", + "human" + ] + }, + { + "id": 1504, + "type": "VHS_LoadVideo", + "pos": [ + -8201, + 4007 + ], + "size": [ + 235.1999969482422, + 491.1999969482422 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1934 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "audio", + "type": "AUDIO", + "links": [ + 1944 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "links": [ + 1924 + ], + "slot_index": 3, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_LoadVideo" + }, + "widgets_values": { + "video": "fewgoodmen_3.mp4", + "force_rate": 0, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 0, + "skip_first_frames": 0, + "select_every_nth": 1, + "choose video to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 0, + "skip_first_frames": 0, + "force_rate": 0, + "filename": "fewgoodmen_3.mp4", + "type": "input", + "format": "video/mp4", + "select_every_nth": 1 + } + } + } + }, + { + "id": 1506, + "type": "VHS_VideoCombine", + "pos": [ + -6181, + 4030 + ], + "size": [ + 417.6697692871094, + 777.2037231445313 + ], + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1943 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 1944 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 1923, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 30, + "loop_count": 0, + "filename_prefix": "LivePortrait", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "LivePortrait_00008-audio.mp4", + "subfolder": "", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1507, + "type": "VHS_VideoInfo", + "pos": [ + -7382, + 4530 + ], + "size": { + "0": 358.39654541015625, + "1": 206 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "link": 1924 + } + ], + "outputs": [ + { + "name": "source_fps🟨", + "type": "FLOAT", + "links": [ + 1923 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "source_frame_count🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_duration🟨", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "source_width🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_height🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_fps🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_frame_count🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_duration🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_width🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_height🟦", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoInfo" + }, + "widgets_values": {} + }, + { + "id": 1508, + "type": "LivePortraitCropper", + "pos": [ + -7800, + 4281 + ], + "size": { + "0": 302.1219787597656, + "1": 243.32237243652344 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "pipeline", + "type": "LIVEPORTRAITPIPE", + "link": 1927 + }, + { + "name": "cropper", + "type": "LPCROPPER", + "link": 1926, + "slot_index": 1 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": 1930, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "cropped_image", + "type": "IMAGE", + "links": [ + 1932 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "crop_info", + "type": "CROPINFO", + "links": [ + 1933 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LivePortraitCropper" + }, + "widgets_values": [ + 512, + 3, + 0, + -0.125, + 0, + "large-small", + false + ] + }, + { + "id": 1509, + "type": "LivePortraitLoadCropper", + "pos": [ + -8203, + 4585 + ], + "size": { + "0": 302.3999938964844, + "1": 109.43758392333984 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "cropper", + "type": "LPCROPPER", + "links": [ + 1926 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LivePortraitLoadCropper" + }, + "widgets_values": [ + "CPU", + true, + 0.2 + ] + }, + { + "id": 1510, + "type": "Reroute", + "pos": [ + -8042, + 3779 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1940 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1930, + 1935 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1511, + "type": "LivePortraitProcess", + "pos": [ + -7386, + 4110 + ], + "size": { + "0": 362.2715759277344, + "1": 378.5974426269531 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "pipeline", + "type": "LIVEPORTRAITPIPE", + "link": 1931 + }, + { + "name": "crop_info", + "type": "CROPINFO", + "link": 1933 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": 1932 + }, + { + "name": "driving_images", + "type": "IMAGE", + "link": 1934 + }, + { + "name": "opt_retargeting_info", + "type": "RETARGETINGINFO", + "link": null + } + ], + "outputs": [ + { + "name": "cropped_image", + "type": "IMAGE", + "links": [ + 1936 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "output", + "type": "LP_OUT", + "links": [ + 1937 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LivePortraitProcess" + }, + "widgets_values": [ + false, + 0.025, + true, + 1, + "constant", + "relative", + 0.000003, + true, + 1 + ] + }, + { + "id": 1512, + "type": "LivePortraitComposite", + "pos": [ + -6868, + 4090 + ], + "size": { + "0": 286.35845947265625, + "1": 86 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "source_image", + "type": "IMAGE", + "link": 1935 + }, + { + "name": "cropped_image", + "type": "IMAGE", + "link": 1936, + "slot_index": 1 + }, + { + "name": "liveportrait_out", + "type": "LP_OUT", + "link": 1937 + }, + { + "name": "mask", + "type": "MASK", + "link": null + } + ], + "outputs": [ + { + "name": "full_images", + "type": "IMAGE", + "links": [ + 1943 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LivePortraitComposite" + } + }, + { + "id": 1514, + "type": "LoadAndResizeImage", + "pos": [ + -8620, + 4007 + ], + "size": [ + 315, + 522 + ], + "flags": {}, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": null, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + false, + 512, + 512, + 1, + false, + 2, + "alpha", + "image" + ] + }, + { + "id": 1517, + "type": "Label (rgthree)", + "pos": { + "0": -10706, + "1": 2405, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1496.6796875, + 200 + ], + "flags": { + "allow_interaction": true + }, + "order": 26, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "LIVE PORTRAIT", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1875, + 88, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1909, + 11, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1923, + 1507, + 0, + 1506, + 3, + "FLOAT" + ], + [ + 1924, + 1504, + 3, + 1507, + 0, + "VHS_VIDEOINFO" + ], + [ + 1926, + 1509, + 0, + 1508, + 1, + "LPCROPPER" + ], + [ + 1927, + 1503, + 0, + 1508, + 0, + "LIVEPORTRAITPIPE" + ], + [ + 1930, + 1510, + 0, + 1508, + 2, + "IMAGE" + ], + [ + 1931, + 1503, + 0, + 1511, + 0, + "LIVEPORTRAITPIPE" + ], + [ + 1932, + 1508, + 0, + 1511, + 2, + "IMAGE" + ], + [ + 1933, + 1508, + 1, + 1511, + 1, + "CROPINFO" + ], + [ + 1934, + 1504, + 0, + 1511, + 3, + "IMAGE" + ], + [ + 1935, + 1510, + 0, + 1512, + 0, + "IMAGE" + ], + [ + 1936, + 1511, + 0, + 1512, + 1, + "IMAGE" + ], + [ + 1937, + 1511, + 1, + 1512, + 2, + "LP_OUT" + ], + [ + 1940, + 1222, + 0, + 1510, + 0, + "*" + ], + [ + 1941, + 1494, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1943, + 1512, + 0, + 1506, + 0, + "IMAGE" + ], + [ + 1944, + 1504, + 2, + 1506, + 1, + "AUDIO" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 3897, + 1653 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Live Portrait", + "bounding": [ + -9096, + 3673, + 3856, + 1240 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.111377674535451, + "offset": [ + 9411.317408512286, + -911.0158163316587 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-MimicMotion-lines-v34.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-MimicMotion-lines-v34.json new file mode 100644 index 0000000..1f632b6 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Flux-MimicMotion-lines-v34.json @@ -0,0 +1,6494 @@ +{ + "last_node_id": 1585, + "last_link_id": 2032, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8749, + 1707 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1882, + 1909, + 1990 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-MimicMotion-lines-v34\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v12\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nMimic Motion\nReactor Face Swap (model/Image)\nFlux Animation Detailer\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9122, + 1729 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1875, + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9074.551782576173, + 2020.4813381117124 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "analog photo of a man wearing a spiderman cosplay in the street", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1877, + 1879, + 1883 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1878, + 1880, + 1884 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 3, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9481, + 1864 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9490, + 1732 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1889, + 1890, + 1988 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8203.103520528372, + 1085.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7965, + 1108 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1886 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8459.551782576173, + 2591.481338111712 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8126.5517825761635, + 2563.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8727, + 2603 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1911 + }, + { + "name": "width", + "type": "INT", + "link": 1877, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1878, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522, + 1912, + 1913, + 1914, + 1915 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 1946, + 1948 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 1947, + 1949 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9046.551782576173, + 2603.481338111712 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00002-LotusMIX-V1_2313748910.png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8136.5517825761635, + 2683.481338111712 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1889 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1918, + 1944 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 20, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1893, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8136.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1875 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1876 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7428.5517825761635, + 2000.4813381117128 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1892 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2348.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8126.825534185534, + 2451.3563246388844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8706.551782576173, + 2013.4813381117121 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8706.551782576173, + 2223.481338111712 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "analog photo of a man wearing a spiderman cosplay in the street" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8456.825534185538, + 2635.3563246388844 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6153.5517825761635, + 1904.481338111716 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6152.5517825761635, + 1937.4813381117156 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1886, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10639, + "1": 2398, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1444.23828125, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "MIMIC MOTION", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7798.5517825761635, + 2051.481338111712 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7773.5517825761635, + 1953.4813381117146 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1876 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1882 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7801.5517825761635, + 2439.481338111712 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\FluxDFaeTasticDetails.safetensors", + 1, + 1 + ] + }, + { + "id": 1488, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7420.827487310534, + 2329.4463392861917 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 1894 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 1899 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 1891 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 1, + 0.1, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 1489, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7418.827487310534, + 2191.4463392861917 + ], + "size": { + "0": 274.56842041015625, + "1": 98 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 1892 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 1910 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 1891 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 1893 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": null, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 1490, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7787.825534185534, + 2905.3563246388844 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1912 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1894, + 1916 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1492, + "type": "CannyEdgePreprocessor", + "pos": [ + -7783.825534185534, + 3006.3563246388844 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1913 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1897, + 1917 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1493, + "type": "HEDPreprocessor", + "pos": [ + -7777.825534185534, + 3156.3563246388844 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1914 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4930, + 2900 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1916 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Original", + "Depth", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4920, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -4040, + 2900 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1917 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1918 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Canny", + "Output", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -4040, + 2470 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -3290, + 2260 + ], + "size": { + "0": 657.5794067382812, + "1": 1072.5877685546875 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3500, + 2480 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4350, + 2470 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 64, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -8126.825534185534, + 2241.3563246388844 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1909 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1910 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9130.825534185538, + 2492.3563246388844 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1911 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "6a8d3bea3a0f89ad83b42904911427a1.jpg", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1503, + "type": "DownloadAndLoadMimicMotionModel", + "pos": [ + -6973.359910301218, + 4491.405085338445 + ], + "size": { + "0": 368.04730224609375, + "1": 107.13809967041016 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "mimic_pipeline", + "type": "MIMICPIPE", + "links": [ + 1931, + 1934 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadMimicMotionModel" + }, + "widgets_values": [ + "MimicMotionMergedUnet_1-1-fp16.safetensors", + "fp16" + ] + }, + { + "id": 1505, + "type": "VHS_LoadVideo", + "pos": [ + -8251, + 4711 + ], + "size": [ + 235.1999969482422, + 658.5777723524305 + ], + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "audio", + "type": "AUDIO", + "links": [ + 1921, + 1996 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "links": [ + 1936 + ], + "slot_index": 3, + "shape": 3 + } + ], + "title": "Driver Video", + "properties": { + "Node name for S&R": "VHS_LoadVideo" + }, + "widgets_values": { + "video": "driver.mp4", + "force_rate": 30, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 30, + "skip_first_frames": 45, + "select_every_nth": 1, + "choose video to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 30, + "skip_first_frames": 45, + "force_rate": 30, + "filename": "driver.mp4", + "type": "input", + "format": "video/mp4", + "select_every_nth": 1 + } + } + } + }, + { + "id": 1506, + "type": "GetImageSizeAndCount", + "pos": [ + -6813.359910301218, + 4681.405085338445 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1919 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1933 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "896 width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "1216 height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "31 count", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GetImageSizeAndCount" + } + }, + { + "id": 1507, + "type": "VHS_VideoCombine", + "pos": [ + -5651, + 3952 + ], + "size": [ + 977.4036254882812, + 1619.333491734096 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1954 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 1921, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 1922, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 12, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Motion", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "Motion_00012-audio.mp4", + "subfolder": "Loki-Mimic", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1508, + "type": "ImageResizeKJ", + "pos": [ + -8261, + 4413 + ], + "size": { + "0": 315, + "1": 242 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1944 + }, + { + "name": "get_image_size", + "type": "IMAGE", + "link": null + }, + { + "name": "width_input", + "type": "INT", + "link": 1946, + "widget": { + "name": "width_input" + } + }, + { + "name": "height_input", + "type": "INT", + "link": 1947, + "widget": { + "name": "height_input" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1929, + 1932 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResizeKJ" + }, + "widgets_values": [ + 1024, + 576, + "lanczos", + true, + 64, + 0, + 0 + ] + }, + { + "id": 1510, + "type": "VHS_VideoCombine", + "pos": [ + -7393.359910301218, + 4861.405085338445 + ], + "size": [ + 440, + 890 + ], + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1927 + }, + { + "name": "audio", + "type": "VHS_AUDIO", + "link": null + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 1928, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 8, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Pose", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": false, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "Pose_00016.mp4", + "subfolder": "Loki-Mimic", + "type": "temp", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1511, + "type": "MimicMotionGetPoses", + "pos": [ + -7403.359910301218, + 4681.405085338445 + ], + "size": { + "0": 453.1029052734375, + "1": 126 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "ref_image", + "type": "IMAGE", + "link": 1929 + }, + { + "name": "pose_images", + "type": "IMAGE", + "link": 1951 + } + ], + "outputs": [ + { + "name": "poses_with_ref", + "type": "IMAGE", + "links": [ + 1919, + 1927 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "pose_images", + "type": "IMAGE", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MimicMotionGetPoses" + }, + "widgets_values": [ + true, + true, + true + ] + }, + { + "id": 1512, + "type": "MimicMotionSampler", + "pos": [ + -6563.359910301218, + 4641.405085338445 + ], + "size": { + "0": 315, + "1": 430 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "mimic_pipeline", + "type": "MIMICPIPE", + "link": 1931 + }, + { + "name": "ref_image", + "type": "IMAGE", + "link": 1932 + }, + { + "name": "pose_images", + "type": "IMAGE", + "link": 1933 + }, + { + "name": "optional_scheduler", + "type": "DIFFUSERS_SCHEDULER", + "link": null + } + ], + "outputs": [ + { + "name": "samples", + "type": "LATENT", + "links": [ + 1935 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MimicMotionSampler" + }, + "widgets_values": [ + 20, + 2, + 2, + 42, + "fixed", + 30, + 0.01, + 16, + 6, + false, + 1, + 0, + 1, + 1 + ] + }, + { + "id": 1513, + "type": "MimicMotionDecode", + "pos": [ + -6183.359910301218, + 4621.405085338445 + ], + "size": { + "0": 255.466796875, + "1": 78 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "mimic_pipeline", + "type": "MIMICPIPE", + "link": 1934, + "slot_index": 0 + }, + { + "name": "samples", + "type": "LATENT", + "link": 1935 + } + ], + "outputs": [ + { + "name": "images", + "type": "IMAGE", + "links": [ + 1954, + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MimicMotionDecode" + }, + "widgets_values": [ + 4 + ] + }, + { + "id": 1514, + "type": "VHS_VideoInfo", + "pos": [ + -7753.359910301218, + 4981.405085338445 + ], + "size": { + "0": 305.0559997558594, + "1": 206 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "video_info", + "type": "VHS_VIDEOINFO", + "link": 1936 + } + ], + "outputs": [ + { + "name": "source_fps🟨", + "type": "FLOAT", + "links": [ + 1922, + 1928, + 1995, + 2028 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "source_frame_count🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_duration🟨", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "source_width🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "source_height🟨", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_fps🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_frame_count🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_duration🟦", + "type": "FLOAT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_width🟦", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "loaded_height🟦", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoInfo" + }, + "widgets_values": {} + }, + { + "id": 1515, + "type": "Note", + "pos": [ + -8828.359910301213, + 4394.405085338445 + ], + "size": { + "0": 505.5377502441406, + "1": 434.8741455078125 + }, + "flags": {}, + "order": 23, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Loki-MimicMotion-v28\n\n\nVideo: https://www.youtube.com/watch?v=zfv0gH-RuB4\nWorkflow: https://civitai.com/models/539936\n\nEasy process.\nAdd image, Add video, Queue Video\n\n- workflow will match source video FPS\n- workflow will preserve source audio\n\npack includes driver video and target image, you can use your own.\n\n\nNodes: (use manager)\nhttps://github.com/kijai/ComfyUI-MimicMotionWrapper?tab=readme-ov-file\n\nModels:\nhttps://huggingface.co/Kijai/MimicMotion_pruned/tree/main\n- place all inside /models/mimicmotion/\n\nalso requires Diffusers SVD XT\nhttps://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1/tree/main\n- place inside /models/diffusers/stable-video-diffusion-img2vid-xt-1-1/\n- move the \"svd_xt_1_1.safetensors\" to /models/diffusers/" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1523, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8115, + "1": 1321, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 370.29949951171875, + "1": 154 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1524, + "type": "Note", + "pos": [ + -8005, + 4742 + ], + "size": { + "0": 210, + "1": 417.3512268066406 + }, + "flags": {}, + "order": 25, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "if you use frame load cap of 450, the second generation queued would use skip first frames 450, then 900 for the third generation queued. You can break it into smaller parts on smaller systems.\n\nThe image size also makes larger GB requirement, so consider keeping the size down.\n\n600 frame load cap\nmight take 2000 seconds and 22GB\n\n300 frame load cap might take 1000 seconds and 16GB\n\n150 frame load cap might take 1000 seconds and 13GB" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1525, + "type": "ImageResize+", + "pos": [ + -7757, + 4701 + ], + "size": { + "0": 301.5605163574219, + "1": 170 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "width", + "type": "INT", + "link": 1948, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1949, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "pad", + "always", + 64 + ] + }, + { + "id": 1527, + "type": "RandomNoise", + "pos": [ + -7960, + 6500 + ], + "size": { + "0": 212.93296813964844, + "1": 166.71075439453125 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1962 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 468738071121340, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1528, + "type": "ImageResize+", + "pos": [ + -7700, + 7120 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1955, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1956, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1957, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2024 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1531, + "type": "Reroute", + "pos": [ + -7920, + 7110 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1958 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1955 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1533, + "type": "ImageColorMatch+", + "pos": [ + -5800, + 6610 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1960, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1961 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1994 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1534, + "type": "SamplerCustomAdvanced", + "pos": [ + -6500, + 6740 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1962, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1963, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1964, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1965, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1966, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1972 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1535, + "type": "KSamplerSelect", + "pos": [ + -6500, + 6900 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1536, + "type": "BasicScheduler", + "pos": [ + -6500, + 7000 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1967, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1537, + "type": "BasicGuider", + "pos": [ + -6760, + 6780 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1968, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1969, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1963 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1538, + "type": "VAEEncodeTiled", + "pos": [ + -7060, + 6820 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2008 + }, + { + "name": "vae", + "type": "VAE", + "link": 2000 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 320 + ] + }, + { + "id": 1539, + "type": "VAEDecodeTiled", + "pos": [ + -6120, + 6790 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1972 + }, + { + "name": "vae", + "type": "VAE", + "link": 2001 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 320 + ] + }, + { + "id": 1541, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7720, + 6530 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1999 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1969 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1542, + "type": "ImageApplyLUT+", + "pos": [ + -5393, + 6609 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1994, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1975, + 2026 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 1543, + "type": "SaveImage", + "pos": [ + -5205, + 6780 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": { + "collapsed": true + }, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1975 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 1546, + "type": "ModelSamplingFlux", + "pos": [ + -8280, + 6490 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1998 + }, + { + "name": "width", + "type": "INT", + "link": 1977, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1978, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1967, + 1968 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "SplitSigmas", + "pos": [ + -6500, + 7140 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1980 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1965 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1550, + "type": "Reroute", + "pos": [ + -5990, + 7250 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2025 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1961 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1551, + "type": "ImageResize+", + "pos": [ + -7710, + 6890 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1982, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1983, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1984, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1552, + "type": "Reroute", + "pos": [ + -8410, + 6670 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2003, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1956, + 1977, + 1983 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1553, + "type": "Reroute", + "pos": [ + -8410, + 6690 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2004, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1957, + 1978, + 1984 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1554, + "type": "ImpactImageInfo", + "pos": [ + -8674, + 6653 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 1987 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2003 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1555, + "type": "Note", + "pos": [ + -7620, + 6390 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1556, + "type": "Reroute", + "pos": [ + -9083, + 6051 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2023 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1958, + 1982, + 1987 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1557, + "type": "Reroute", + "pos": [ + -9120, + 3600 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1989 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1991 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1558, + "type": "Reroute", + "pos": [ + -9120, + 3630 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1990 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1992 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1559, + "type": "Reroute", + "pos": [ + -9120, + 3670 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1988 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1993 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1560, + "type": "Reroute", + "pos": [ + -9128.92472898042, + 5811.610402007712 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1998 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -9123.92472898042, + 5842.610402007712 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1992 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1999 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -9119, + 5882 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1993 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2000, + 2001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1563, + "type": "VHS_VideoCombine", + "pos": [ + -4047, + 6213 + ], + "size": [ + 1252.3126220703125, + 1992.42427280971 + ], + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2027 + }, + { + "name": "audio", + "type": "AUDIO", + "link": 1996, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 1995, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 12, + "loop_count": 0, + "filename_prefix": "Loki-Mimic/Flux", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "Flux_00018-audio.mp4", + "subfolder": "Loki-Mimic", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1566, + "type": "ImageListToImageBatch", + "pos": [ + -7039, + 6546 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1567, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7324, + 6877 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2007 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2008 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1568, + "type": "ReActorFaceSwap", + "pos": [ + -3537.898316368993, + 4409.918665611769 + ], + "size": { + "0": 229.14871215820312, + "1": 358 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "input_image", + "type": "IMAGE", + "link": 2019 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": null + }, + { + "name": "face_model", + "type": "FACE_MODEL", + "link": 2010, + "slot_index": 2 + }, + { + "name": "face_boost", + "type": "FACE_BOOST", + "link": 2011, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2012 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceSwap" + }, + "widgets_values": [ + true, + "inswapper_128.onnx", + "retinaface_resnet50", + "GFPGANv1.4.pth", + 1, + 0.5, + "no", + "no", + "0", + "0", + 1 + ] + }, + { + "id": 1569, + "type": "ReActorRestoreFace", + "pos": [ + -3237.8983163689936, + 4409.918665611769 + ], + "size": { + "0": 210, + "1": 130 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2012 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2014 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorRestoreFace" + }, + "widgets_values": [ + "retinaface_resnet50", + "codeformer.pth", + 1, + 0.5 + ] + }, + { + "id": 1570, + "type": "ReActorLoadFaceModel", + "pos": [ + -3913.898316368993, + 4383.918665611769 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": [ + 2010 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorLoadFaceModel" + }, + "widgets_values": [ + "Johnson.safetensors" + ] + }, + { + "id": 1571, + "type": "ReActorMaskHelper", + "pos": [ + -2977.726270262294, + 4339.516935238869 + ], + "size": { + "0": 330, + "1": 454 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2020 + }, + { + "name": "swapped_image", + "type": "IMAGE", + "link": 2014 + }, + { + "name": "mask_optional", + "type": "MASK", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2018, + 2023, + 2031 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "MASK_PREVIEW", + "type": "IMAGE", + "links": [], + "slot_index": 2, + "shape": 3 + }, + { + "name": "SWAPPED_FACE", + "type": "IMAGE", + "links": [], + "slot_index": 3, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorMaskHelper" + }, + "widgets_values": [ + "bbox/face_yolov8m.pt", + 0.5, + 10, + 3, + 10, + "sam_vit_b_01ec64.pth", + 0, + 0.93, + 0, + 0.7, + "False", + "dilate", + 0, + 9, + 1 + ] + }, + { + "id": 1572, + "type": "Note", + "pos": [ + -3279.898316368993, + 4585.918665611769 + ], + "size": { + "0": 288.1455993652344, + "1": 201.9717254638672 + }, + "flags": {}, + "order": 31, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "If you don't have the \"face_yolov8m.pt\" Ultralytics model - you can download it from the Assets and put it into the \n\"ComfyUI\\models\\ultralytics\\bbox\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth\n\n\nAs well as \"sam_vit_b_01ec64.pth\" model - download (if you don't have it) and put it into the \"ComfyUI\\models\\sams\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1573, + "type": "easy getNode", + "pos": [ + -3853, + 3984 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 1574, + "type": "ReActorFaceBoost", + "pos": [ + -3908.898316368993, + 4480.918665611769 + ], + "size": { + "0": 304.136962890625, + "1": 178 + }, + "flags": {}, + "order": 33, + "mode": 0, + "outputs": [ + { + "name": "FACE_BOOST", + "type": "FACE_BOOST", + "links": [ + 2011 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceBoost" + }, + "widgets_values": [ + false, + "codeformer.pth", + "Bicubic", + 1, + 0.5, + false + ] + }, + { + "id": 1578, + "type": "easy setNode", + "pos": [ + -2823.8983163689954, + 4302.918665611769 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 2018 + } + ], + "title": "Set_image_Swapped", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Swapped" + ], + "color": "#223" + }, + { + "id": 1579, + "type": "Reroute", + "pos": [ + -3844, + 4185 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2030 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2019, + 2020 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1580, + "type": "VHS_VideoCombine", + "pos": [ + -2557, + 4030 + ], + "size": [ + 977.4036254882812, + 1619.333491734096 + ], + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2032 + }, + { + "name": "audio", + "type": "AUDIO", + "link": null, + "slot_index": 1 + }, + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "vae", + "type": "VAE", + "link": null + }, + { + "name": "frame_rate", + "type": "FLOAT", + "link": 2028, + "widget": { + "name": "frame_rate" + } + } + ], + "outputs": [ + { + "name": "Filenames", + "type": "VHS_FILENAMES", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_VideoCombine" + }, + "widgets_values": { + "frame_rate": 12, + "loop_count": 0, + "filename_prefix": "./foda/swap/foda1", + "format": "video/h264-mp4", + "pix_fmt": "yuv420p", + "crf": 19, + "save_metadata": true, + "pingpong": false, + "save_output": true, + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "filename": "foda1_00018.mp4", + "subfolder": "foda\\swap", + "type": "output", + "format": "video/h264-mp4", + "frame_rate": 30 + } + } + } + }, + { + "id": 1581, + "type": "ImpactImageBatchToImageList", + "pos": [ + -7319, + 7242 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2024 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1582, + "type": "ImageListToImageBatch", + "pos": [ + -4803, + 6608 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2026 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2027 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1583, + "type": "ImpactImageBatchToImageList", + "pos": [ + -3974, + 4116 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2029 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2030 + ], + "slot_index": 0, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ImpactImageBatchToImageList" + } + }, + { + "id": 1584, + "type": "ImageListToImageBatch", + "pos": [ + -2799.015120848148, + 4067.313946873607 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2031 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2032 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageListToImageBatch" + } + }, + { + "id": 1585, + "type": "Label (rgthree)", + "pos": { + "0": -10915, + "1": 2177, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1744.82421875, + 200 + ], + "flags": { + "allow_interaction": true + }, + "order": 34, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1875, + 88, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1876, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1877, + 559, + 0, + 1218, + 1, + "INT" + ], + [ + 1878, + 559, + 1, + 1218, + 2, + "INT" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1882, + 11, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1886, + 1212, + 0, + 1250, + 0, + "STRING" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1889, + 1102, + 0, + 1222, + 1, + "VAE" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1891, + 1488, + 0, + 1489, + 2, + "CONTROL_NET_STACK" + ], + [ + 1892, + 1236, + 0, + 1489, + 0, + "CONDITIONING" + ], + [ + 1893, + 1489, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1894, + 1490, + 0, + 1488, + 0, + "IMAGE" + ], + [ + 1897, + 1492, + 0, + 1488, + 1, + "IMAGE" + ], + [ + 1899, + 1493, + 0, + 1488, + 2, + "IMAGE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1909, + 11, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1910, + 1501, + 0, + 1489, + 1, + "CONDITIONING" + ], + [ + 1911, + 1502, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1912, + 1218, + 0, + 1490, + 0, + "IMAGE" + ], + [ + 1913, + 1218, + 0, + 1492, + 0, + "IMAGE" + ], + [ + 1914, + 1218, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 1915, + 1218, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1916, + 1490, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1917, + 1492, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 1918, + 1222, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 1919, + 1511, + 0, + 1506, + 0, + "IMAGE" + ], + [ + 1921, + 1505, + 2, + 1507, + 1, + "AUDIO" + ], + [ + 1922, + 1514, + 0, + 1507, + 4, + "FLOAT" + ], + [ + 1927, + 1511, + 0, + 1510, + 0, + "IMAGE" + ], + [ + 1928, + 1514, + 0, + 1510, + 4, + "FLOAT" + ], + [ + 1929, + 1508, + 0, + 1511, + 0, + "IMAGE" + ], + [ + 1931, + 1503, + 0, + 1512, + 0, + "MIMICPIPE" + ], + [ + 1932, + 1508, + 0, + 1512, + 1, + "IMAGE" + ], + [ + 1933, + 1506, + 0, + 1512, + 2, + "IMAGE" + ], + [ + 1934, + 1503, + 0, + 1513, + 0, + "MIMICPIPE" + ], + [ + 1935, + 1512, + 0, + 1513, + 1, + "LATENT" + ], + [ + 1936, + 1505, + 3, + 1514, + 0, + "VHS_VIDEOINFO" + ], + [ + 1944, + 1222, + 0, + 1508, + 0, + "IMAGE" + ], + [ + 1946, + 1218, + 1, + 1508, + 2, + "INT" + ], + [ + 1947, + 1218, + 2, + 1508, + 3, + "INT" + ], + [ + 1948, + 1218, + 1, + 1525, + 1, + "INT" + ], + [ + 1949, + 1218, + 2, + 1525, + 2, + "INT" + ], + [ + 1950, + 1505, + 0, + 1525, + 0, + "IMAGE" + ], + [ + 1951, + 1525, + 0, + 1511, + 1, + "IMAGE" + ], + [ + 1954, + 1513, + 0, + 1507, + 0, + "IMAGE" + ], + [ + 1955, + 1531, + 0, + 1528, + 0, + "IMAGE" + ], + [ + 1956, + 1552, + 0, + 1528, + 1, + "INT" + ], + [ + 1957, + 1553, + 0, + 1528, + 2, + "INT" + ], + [ + 1958, + 1556, + 0, + 1531, + 0, + "*" + ], + [ + 1960, + 1539, + 0, + 1533, + 0, + "IMAGE" + ], + [ + 1961, + 1550, + 0, + 1533, + 1, + "IMAGE" + ], + [ + 1962, + 1527, + 0, + 1534, + 0, + "NOISE" + ], + [ + 1963, + 1537, + 0, + 1534, + 1, + "GUIDER" + ], + [ + 1964, + 1535, + 0, + 1534, + 2, + "SAMPLER" + ], + [ + 1965, + 1549, + 1, + 1534, + 3, + "SIGMAS" + ], + [ + 1966, + 1538, + 0, + 1534, + 4, + "LATENT" + ], + [ + 1967, + 1546, + 0, + 1536, + 0, + "MODEL" + ], + [ + 1968, + 1546, + 0, + 1537, + 0, + "MODEL" + ], + [ + 1969, + 1541, + 0, + 1537, + 1, + "CONDITIONING" + ], + [ + 1972, + 1534, + 0, + 1539, + 0, + "LATENT" + ], + [ + 1975, + 1542, + 0, + 1543, + 0, + "IMAGE" + ], + [ + 1977, + 1552, + 0, + 1546, + 1, + "INT" + ], + [ + 1978, + 1553, + 0, + 1546, + 2, + "INT" + ], + [ + 1980, + 1536, + 0, + 1549, + 0, + "SIGMAS" + ], + [ + 1982, + 1556, + 0, + 1551, + 0, + "IMAGE" + ], + [ + 1983, + 1552, + 0, + 1551, + 1, + "INT" + ], + [ + 1984, + 1553, + 0, + 1551, + 2, + "INT" + ], + [ + 1987, + 1556, + 0, + 1554, + 0, + "IMAGE" + ], + [ + 1988, + 1102, + 0, + 1559, + 0, + "*" + ], + [ + 1989, + 88, + 0, + 1557, + 0, + "*" + ], + [ + 1990, + 11, + 0, + 1558, + 0, + "*" + ], + [ + 1991, + 1557, + 0, + 1560, + 0, + "*" + ], + [ + 1992, + 1558, + 0, + 1561, + 0, + "*" + ], + [ + 1993, + 1559, + 0, + 1562, + 0, + "*" + ], + [ + 1994, + 1533, + 0, + 1542, + 0, + "IMAGE" + ], + [ + 1995, + 1514, + 0, + 1563, + 4, + "FLOAT" + ], + [ + 1996, + 1505, + 2, + 1563, + 1, + "AUDIO" + ], + [ + 1998, + 1560, + 0, + 1546, + 0, + "MODEL" + ], + [ + 1999, + 1561, + 0, + 1541, + 0, + "CLIP" + ], + [ + 2000, + 1562, + 0, + 1538, + 1, + "VAE" + ], + [ + 2001, + 1562, + 0, + 1539, + 1, + "VAE" + ], + [ + 2003, + 1554, + 2, + 1552, + 0, + "*" + ], + [ + 2004, + 1554, + 1, + 1553, + 0, + "*" + ], + [ + 2007, + 1551, + 0, + 1567, + 0, + "IMAGE" + ], + [ + 2008, + 1567, + 0, + 1538, + 0, + "IMAGE" + ], + [ + 2010, + 1570, + 0, + 1568, + 2, + "FACE_MODEL" + ], + [ + 2011, + 1574, + 0, + 1568, + 3, + "FACE_BOOST" + ], + [ + 2012, + 1568, + 0, + 1569, + 0, + "IMAGE" + ], + [ + 2014, + 1569, + 0, + 1571, + 1, + "IMAGE" + ], + [ + 2018, + 1571, + 0, + 1578, + 0, + "*" + ], + [ + 2019, + 1579, + 0, + 1568, + 0, + "IMAGE" + ], + [ + 2020, + 1579, + 0, + 1571, + 0, + "IMAGE" + ], + [ + 2023, + 1571, + 0, + 1556, + 0, + "*" + ], + [ + 2024, + 1528, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 2025, + 1581, + 0, + 1550, + 0, + "*" + ], + [ + 2026, + 1542, + 0, + 1582, + 0, + "IMAGE" + ], + [ + 2027, + 1582, + 0, + 1563, + 0, + "IMAGE" + ], + [ + 2028, + 1514, + 0, + 1580, + 4, + "FLOAT" + ], + [ + 2029, + 1513, + 0, + 1583, + 0, + "IMAGE" + ], + [ + 2030, + 1583, + 0, + 1579, + 0, + "*" + ], + [ + 2031, + 1571, + 0, + 1584, + 0, + "IMAGE" + ], + [ + 2032, + 1584, + 0, + 1580, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9125, + 1828, + 3897, + 1653 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Mimic Motion", + "bounding": [ + -9136, + 3769, + 4750, + 1964 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Detailer", + "bounding": [ + -9171, + 5973, + 6629, + 2578 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Face Swap", + "bounding": [ + -4072, + 3820, + 2785, + 1844 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.0834705943388918, + "offset": [ + 9524.896747892919, + -678.1440910921311 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Scene-Editor-v30.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Scene-Editor-v30.json new file mode 100644 index 0000000..b3c75d1 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v12-LivePortraint-MimicMotion/Foda-Scene-Editor-v30.json @@ -0,0 +1,13963 @@ +{ + "last_node_id": 1975, + "last_link_id": 2602, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2482, + 2531 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Scene-Editor-v30\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v12\n\nImage Input version, no initial generation modes\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2481, + 2527 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7794, + 1869 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 2558, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2562, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2589, + 2590, + 2601 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -9022, + 1836 + ], + "size": { + "0": 1048.749755859375, + "1": 978.4876098632812 + }, + "flags": { + "collapsed": false + }, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage2_00003_.png", + "image" + ] + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -7421, + 1871 + ], + "size": { + "0": 946.54052734375, + "1": 733.9163208007812 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2589 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1489, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 2547 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 2548 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8233, + "1": 1028, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 413.0968933105469, + "1": 442 + }, + "flags": {}, + "order": 5, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -6270, + 3476 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 234, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2297 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2591 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -5091.102458383121, + 3245.221722455663 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 237, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2591 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720, + 2375 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1978 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -4751.102458383121, + 3245.221722455663 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 239, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1780, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 2480, + 2523 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7691, + 1063 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -7797, + 1116 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "scene-editor-01" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7542, + 1062 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1902, + 2453 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "scene-editor-01", + "/scene/flux", + "" + ] + }, + { + "id": 1213, + "type": "PrimitiveNode", + "pos": [ + -7780, + 2170 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1487 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/background/flux" + ] + }, + { + "id": 1214, + "type": "CR Text Concatenate", + "pos": [ + -7780, + 2270 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2454, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1487, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1489 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/background/flux", + "" + ] + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -7760, + 3300 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2286 + }, + { + "name": "width", + "type": "INT", + "link": 2567, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2566, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2592, + 2593, + 2602 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -8988, + 3143 + ], + "size": { + "0": 1023.4092407226562, + "1": 917.2740478515625 + }, + "flags": { + "collapsed": false + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2285 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00146_.png", + "image" + ] + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -7392, + 3176 + ], + "size": { + "0": 927.81005859375, + "1": 729.1429443359375 + }, + "flags": {}, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2592 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -7740, + 3620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -7740, + 3730 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2456, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1279, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2430, + 5050 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 247, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2292 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1850 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1852 + }, + { + "name": "color", + "type": "STRING", + "link": 2235, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1774, + 2447 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1289, + "type": "ImageResize+", + "pos": [ + -7750, + 4840 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2241 + }, + { + "name": "width", + "type": "INT", + "link": 2572, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2573, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2594, + 2595 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1290, + "type": "LoadImage", + "pos": [ + -8961, + 4691 + ], + "size": { + "0": 994.4205322265625, + "1": 965.3853149414062 + }, + "flags": { + "collapsed": false + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00144_.png", + "image" + ] + }, + { + "id": 1294, + "type": "SaveImage", + "pos": [ + -7367, + 4731 + ], + "size": { + "0": 921.3519287109375, + "1": 776.690673828125 + }, + "flags": {}, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2594 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1577, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1320, + "type": "PrimitiveNode", + "pos": [ + -7740, + 5200 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1603 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/subject/flux" + ] + }, + { + "id": 1321, + "type": "CR Text Concatenate", + "pos": [ + -7740, + 5310 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2458, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1603, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1577 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/subject/flux", + "" + ] + }, + { + "id": 1324, + "type": "Reroute", + "pos": [ + -6310, + 4820 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2595 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1874, + 2379 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1325, + "type": "InspyrenetRembg", + "pos": [ + -5209, + 4818 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 238, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2212 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1613, + 2371 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2372 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1331, + "type": "SaveImage", + "pos": [ + -4781.189063979097, + 4817.606003960328 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 242, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1613 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1777, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/subject" + ] + }, + { + "id": 1336, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2547.6857739103943, + 3316.6496694959183 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 245, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2424 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1897 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1899 + }, + { + "name": "color", + "type": "STRING", + "link": 2236, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1795, + 2292 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10678, + "1": 4810, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1500.1953125, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 15, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1401, + "type": "Label (rgthree)", + "pos": { + "0": -10448, + "1": 1970, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1233.59375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 16, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SCENE GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1402, + "type": "Label (rgthree)", + "pos": { + "0": -10487, + "1": 3212, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1289.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1405, + "type": "Label (rgthree)", + "pos": { + "0": -5093.1025390625, + "1": 3085.2216796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1406, + "type": "Label (rgthree)", + "pos": { + "0": -3417, + "1": 3030, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1409, + "type": "Note", + "pos": [ + -6517, + 1215 + ], + "size": { + "0": 251.75247192382812, + "1": 86.67691802978516 + }, + "flags": {}, + "order": 20, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "COLOR PRESET [ T-FLIP ]\n#ffbf30 Yellow\n#30ffbf Green\n#bf30ff Purple\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1442, + "type": "PrimitiveNode", + "pos": [ + -3427, + 3651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1758 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1443, + "type": "CR Text Concatenate", + "pos": [ + -3425, + 3699 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2473, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1758, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1798 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1450, + "type": "SaveImage", + "pos": [ + -2188, + 3317 + ], + "size": { + "0": 699.016845703125, + "1": 588.2888793945312 + }, + "flags": {}, + "order": 246, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1795 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1798, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1462, + "type": "SaveImage", + "pos": [ + -2090, + 4920 + ], + "size": { + "0": 688.0980224609375, + "1": 565.19384765625 + }, + "flags": { + "collapsed": false + }, + "order": 248, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1774 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1903, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1464, + "type": "PrimitiveNode", + "pos": [ + -5194, + 5494 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1776 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/subject" + ] + }, + { + "id": 1465, + "type": "CR Text Concatenate", + "pos": [ + -5187, + 5592 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2468, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1776, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1777 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/subject", + "" + ] + }, + { + "id": 1467, + "type": "PrimitiveNode", + "pos": [ + -5051.102458383121, + 3955.221722455663 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1779 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1468, + "type": "CR Text Concatenate", + "pos": [ + -5036, + 4062 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 163, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2470, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1779, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1780 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1480, + "type": "Label (rgthree)", + "pos": { + "0": -215.333251953125, + "1": 4723.6669921875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1228.02734375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 24, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "MAIN SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1492, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2810, + 5240 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 244, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2372 + }, + { + "name": "x", + "type": "INT", + "link": 1905, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1907, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2282, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1852 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 700, + 400, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1493, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2810, + 4950 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 243, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2371 + }, + { + "name": "x", + "type": "INT", + "link": 1904, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1906, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2281, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1850 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 700, + 400, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1511, + "type": "ImageScaleBy", + "pos": [ + -6360, + 4890 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2213 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2.5 + ] + }, + { + "id": 1512, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2937.6880034590754, + 3556.942075310145 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 241, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1978 + }, + { + "name": "x", + "type": "INT", + "link": 1910, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1912, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2288, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1899 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -400, + 200, + "None", + 1.3, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1513, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2937.6880034590754, + 3266.9420753101444 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 240, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2375 + }, + { + "name": "x", + "type": "INT", + "link": 1908, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1911, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2287, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1897 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -400, + 200, + "None", + 1.3, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1514, + "type": "PrimitiveNode", + "pos": [ + -3140, + 5440 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1894 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine/subject" + ] + }, + { + "id": 1515, + "type": "CR Text Concatenate", + "pos": [ + -3148, + 5402 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2475, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1894, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1903 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine/subject", + "" + ] + }, + { + "id": 1519, + "type": "ShowText|pysssss", + "pos": [ + -7338, + 1065 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1902, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "./foda/scene-editor-01" + ] + }, + { + "id": 1520, + "type": "PrimitiveNode", + "pos": [ + -3150, + 5010 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1906, + 1907 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 400, + "fixed" + ] + }, + { + "id": 1521, + "type": "PrimitiveNode", + "pos": [ + -3150, + 4890 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1904, + 1905 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 700, + "fixed" + ] + }, + { + "id": 1522, + "type": "PrimitiveNode", + "pos": [ + -3177, + 3289 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1908, + 1910 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -400, + "fixed" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -3174.6880034590754, + 3409.9420753101444 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1911, + 1912 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 200, + "fixed" + ] + }, + { + "id": 1525, + "type": "InspyrenetRembg", + "pos": [ + -5197.366943294996, + 6361.263194160623 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1980 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1915, + 1975 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1976 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1526, + "type": "SaveImage", + "pos": [ + -4797.247949432767, + 6270.904585358652 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 206, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1915 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1916, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1529, + "type": "ImageResize+", + "pos": [ + -7768, + 6284 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 153, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2598 + }, + { + "name": "width", + "type": "INT", + "link": 2578, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2579, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2599 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1530, + "type": "LoadImage", + "pos": [ + -8954, + 6128 + ], + "size": { + "0": 976.8140869140625, + "1": 912.3789672851562 + }, + "flags": { + "collapsed": false + }, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2597 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\FodaThumbs\\text/flux_00089_.png [output]", + "image" + ] + }, + { + "id": 1534, + "type": "SaveImage", + "pos": [ + -7452, + 6168 + ], + "size": { + "0": 990.3489990234375, + "1": 739.43310546875 + }, + "flags": {}, + "order": 191, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2599 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1927, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1559, + "type": "PrimitiveNode", + "pos": [ + -7770, + 6570 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1953 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1560, + "type": "CR Text Concatenate", + "pos": [ + -7770, + 6670 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 175, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2462, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1953, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1927 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1566, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2194.7534644106604, + 6424.156393422819 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 250, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2446 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1958 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2063 + }, + { + "name": "color", + "type": "STRING", + "link": 2279, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1963, + 2425 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#1d393d" + ] + }, + { + "id": 1571, + "type": "Label (rgthree)", + "pos": { + "0": -4865, + "1": 6078, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1072.607421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 32, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1572, + "type": "PrimitiveNode", + "pos": [ + -3494.7534644106604, + 6778.156393422819 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1962 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1573, + "type": "CR Text Concatenate", + "pos": [ + -3487, + 6895 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 207, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2477, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1962, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1964 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1575, + "type": "SaveImage", + "pos": [ + -1834.7534644106581, + 6424.156393422819 + ], + "size": { + "0": 903.9549560546875, + "1": 615.378173828125 + }, + "flags": {}, + "order": 251, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1963 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1964, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1576, + "type": "PrimitiveNode", + "pos": [ + -5147.247949432767, + 6720.904585358652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1966 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1577, + "type": "CR Text Concatenate", + "pos": [ + -5145, + 6820 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 192, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2467, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1966, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1916 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1579, + "type": "ImageInvert", + "pos": [ + -5170.366943294996, + 6137.263194160623 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1987 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1580, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3044.7534644106604, + 6664.156393422819 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1976 + }, + { + "name": "x", + "type": "INT", + "link": 1969, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1970, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1981, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2066, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2062, + 2444 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1581, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3044.7534644106604, + 6374.156393422819 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 126, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1975 + }, + { + "name": "x", + "type": "INT", + "link": 1972, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 1973, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 1982, + "widget": { + "name": "scale" + } + }, + { + "name": "rotate", + "type": "FLOAT", + "link": 2067, + "widget": { + "name": "rotate" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1958, + 2443 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -400, + -100, + "None", + 0.55, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1582, + "type": "PrimitiveNode", + "pos": [ + -3284.7534644106604, + 6394.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 36, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1969, + 1972 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -400, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1583, + "type": "PrimitiveNode", + "pos": [ + -3274.7534644106604, + 6514.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 37, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1970, + 1973 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + -100, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1585, + "type": "ImageScaleBy", + "pos": [ + -5194.247949432767, + 6220.904585358652 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 93, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1987 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 3 + ] + }, + { + "id": 1586, + "type": "PrimitiveNode", + "pos": [ + -3270.7534644106604, + 6634.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 38, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1981, + 1982 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.55, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1590, + "type": "InspyrenetRembg", + "pos": [ + -5179.998853582167, + 7690 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1999, + 2054 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 2050 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "on" + ] + }, + { + "id": 1591, + "type": "SaveImage", + "pos": [ + -4779.998853582167, + 7620 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 214, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2000, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 1594, + "type": "ImageResize+", + "pos": [ + -7769, + 7493 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 165, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2005 + }, + { + "name": "width", + "type": "INT", + "link": 2586, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2587, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1595, + "type": "LoadImage", + "pos": [ + -8973, + 7452 + ], + "size": { + "0": 1003.7554931640625, + "1": 1031.2994384765625 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2005 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00004_ (1).png", + "image" + ] + }, + { + "id": 1599, + "type": "SaveImage", + "pos": [ + -7431, + 7505 + ], + "size": { + "0": 980.5625, + "1": 646.49853515625 + }, + "flags": {}, + "order": 203, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": null + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2011, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1624, + "type": "PrimitiveNode", + "pos": [ + -7760, + 7790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2037 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1625, + "type": "CR Text Concatenate", + "pos": [ + -7760, + 7890 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 189, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2461, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2037, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1629, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2172.176329564854, + 7726.928260203648 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 254, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2433 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2040 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2061 + }, + { + "name": "color", + "type": "STRING", + "link": 2440, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2045 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1632, + "type": "PrimitiveNode", + "pos": [ + -3502.176329564854, + 8126.928260203648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 41, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2044 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1633, + "type": "CR Text Concatenate", + "pos": [ + -3492, + 8247 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 215, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2479, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2044, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2046 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1635, + "type": "SaveImage", + "pos": [ + -1812.1763295648536, + 7726.928260203648 + ], + "size": { + "0": 892.6874389648438, + "1": 641.4454345703125 + }, + "flags": {}, + "order": 255, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2045 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2046, + "slot_index": 1, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1636, + "type": "PrimitiveNode", + "pos": [ + -5129.998853582167, + 8070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2048 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1637, + "type": "CR Text Concatenate", + "pos": [ + -5123, + 8173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 204, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2466, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 2048, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 2000 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1639, + "type": "ImageInvert", + "pos": [ + -5169.998853582167, + 7500 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2058 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageInvert" + } + }, + { + "id": 1640, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3052.176329564854, + 8016.928260203648 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 129, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2050 + }, + { + "name": "x", + "type": "INT", + "link": 2051, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2052, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2053, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 2060, + 2429 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1641, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3052.176329564854, + 7726.928260203648 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2054 + }, + { + "name": "x", + "type": "INT", + "link": 2055, + "widget": { + "name": "x" + } + }, + { + "name": "y", + "type": "INT", + "link": 2056, + "widget": { + "name": "y" + } + }, + { + "name": "scale", + "type": "FLOAT", + "link": 2057, + "widget": { + "name": "scale" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2040, + 2428 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 500, + 590, + "None", + 0.6, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1642, + "type": "PrimitiveNode", + "pos": [ + -3292.176329564854, + 7746.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2051, + 2055 + ], + "slot_index": 0, + "widget": { + "name": "x" + } + } + ], + "title": "X offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 500, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1643, + "type": "PrimitiveNode", + "pos": [ + -3282.176329564854, + 7866.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 45, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2052, + 2056 + ], + "slot_index": 0, + "widget": { + "name": "y" + } + } + ], + "title": "Y offset", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 590, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1644, + "type": "ImageScaleBy", + "pos": [ + -5179.998853582167, + 7570 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 94, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2058 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 2 + ] + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -3282.176329564854, + 7986.928260203648 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 46, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2053, + 2057 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "title": "Scale", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1646, + "type": "GrowMask", + "pos": [ + -2162.176329564854, + 7946.928260203648 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2060 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2061 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1649, + "type": "GrowMask", + "pos": [ + -2194.7534644106604, + 6644.156393422819 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 145, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2062 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2063 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 4, + true + ] + }, + { + "id": 1650, + "type": "PrimitiveNode", + "pos": [ + -3270.7534644106604, + 6759.156393422819 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2066, + 2067 + ], + "slot_index": 0, + "widget": { + "name": "rotate" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1712, + "type": "Label (rgthree)", + "pos": { + "0": -10218, + "1": 6415, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 48, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1713, + "type": "Label (rgthree)", + "pos": { + "0": -10384, + "1": 7791, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1222.4609375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 49, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TEXT GEN 2:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1717, + "type": "RandomNoise", + "pos": [ + 1323.3364280427302, + 4883.095954552696 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2383 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878824, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1719, + "type": "ImageResize+", + "pos": [ + 1573.3364280427302, + 5493.095954552696 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 208, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2206, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2148, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2149, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2194 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1720, + "type": "LoadImage", + "pos": [ + 973.3364280427304, + 5363.095954552696 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1723, + "type": "Reroute", + "pos": [ + 1363.3364280427302, + 5493.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2151 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2205, + 2206 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1725, + "type": "SaveImage", + "pos": [ + 3963.3364280427304, + 4863.095954552696 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 235, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2152 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1726, + "type": "ImageColorMatch+", + "pos": [ + 3483.3364280427304, + 5223.095954552696 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 233, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2153, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2154 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2152, + 2214 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1727, + "type": "SamplerCustomAdvanced", + "pos": [ + 2783.3364280427304, + 5113.095954552696 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 226, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2383, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2156, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2157, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2158, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2159, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2165 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1728, + "type": "KSamplerSelect", + "pos": [ + 2783.3364280427304, + 5283.095954552696 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2157 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1729, + "type": "BasicScheduler", + "pos": [ + 2783.3364280427304, + 5383.095954552696 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2381, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2192 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1730, + "type": "BasicGuider", + "pos": [ + 2523.3364280427304, + 5163.095954552696 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 217, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2380, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2382, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2156 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1734, + "type": "VAEEncodeTiled", + "pos": [ + 2223.3364280427304, + 5203.095954552696 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 223, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2163 + }, + { + "name": "vae", + "type": "VAE", + "link": 2545 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2159 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1735, + "type": "VAEDecodeTiled", + "pos": [ + 3163.3364280427304, + 5173.095954552696 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 230, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2165 + }, + { + "name": "vae", + "type": "VAE", + "link": 2546 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2153 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1750, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1563.3364280427302, + 4913.095954552696 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2544 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2382 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1755, + "type": "AspectSizeV2", + "pos": [ + 233.3364280427304, + 5053.095954552696 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1757, + "type": "ModelSamplingFlux", + "pos": [ + 1003.3364280427304, + 4873.095954552696 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 209, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2543 + }, + { + "name": "width", + "type": "INT", + "link": 2187, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2188, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2380, + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1760, + "type": "ImageScaleBy", + "pos": [ + 2003.3364280427302, + 4953.095954552696 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 219, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2190 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2163 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1762, + "type": "SplitSigmas", + "pos": [ + 2783.3364280427304, + 5523.095954552696 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 222, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2192 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2158 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1764, + "type": "Reroute", + "pos": [ + 3293.3364280427304, + 5633.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2194 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2154 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1766, + "type": "ImageResize+", + "pos": [ + 1573.3364280427302, + 5263.095954552696 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 210, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2205, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2197, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2198, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2190 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1767, + "type": "Reroute", + "pos": [ + 873.3364280427304, + 5053.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2199, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2148, + 2187, + 2197 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1768, + "type": "Reroute", + "pos": [ + 873.3364280427304, + 5073.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2200, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2149, + 2188, + 2198 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1769, + "type": "ImpactImageInfo", + "pos": [ + 613.3364280427304, + 5043.095954552696 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2207 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2200 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2199 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1771, + "type": "Note", + "pos": [ + 1663.3364280427302, + 4773.095954552696 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 54, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1772, + "type": "Reroute", + "pos": [ + 493.33642804273035, + 5293.095954552696 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2379 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2151, + 2207 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1777, + "type": "easy imageSwitch", + "pos": [ + -6370, + 5030 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 236, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2213 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2214 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2450, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2212 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1782, + "type": "PrimitiveNode", + "pos": [ + -3169.6880034590754, + 3537.942075310144 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2287, + 2288 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 1.3, + "fixed" + ] + }, + { + "id": 1786, + "type": "ImpactSwitch", + "pos": [ + -6037, + 1227 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2226 + }, + { + "name": "input2", + "type": "STRING", + "link": 2227 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2452, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2232 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2230 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 1787, + "type": "String-🔬", + "pos": [ + -6513, + 1350 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2227, + 2228 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#d7e76f", + true + ] + }, + { + "id": 1788, + "type": "String-🔬", + "pos": [ + -6520, + 1107 + ], + "size": { + "0": 210, + "1": 81.00019836425781 + }, + "flags": {}, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2226, + 2229 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "String-🔬" + }, + "widgets_values": [ + "#6fd7e7", + true + ] + }, + { + "id": 1789, + "type": "ImpactSwitch", + "pos": [ + -6036, + 1261 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "STRING", + "link": 2228 + }, + { + "name": "input2", + "type": "STRING", + "link": 2229 + }, + { + "name": "input3", + "type": "STRING", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2230, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2231, + 2235, + 2236, + 2279, + 2440 + ], + "slot_index": 0, + "shape": 3, + "label": "STRING" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1790, + "type": "ShowText|pysssss", + "pos": [ + -5764.180229718501, + 1313.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2231, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#d7e76f" + ], + "#6fd7e7" + ] + }, + { + "id": 1791, + "type": "ShowText|pysssss", + "pos": [ + -5749.180229718501, + 1128.6938541606908 + ], + "size": { + "0": 315, + "1": 76 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 2232, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "#6fd7e7" + ], + "#d7e76f" + ] + }, + { + "id": 1794, + "type": "Reroute", + "pos": [ + -3499, + 5919 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 193, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2476, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2477 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1795, + "type": "Reroute", + "pos": [ + -3521, + 7299 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2478, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2479 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1797, + "type": "ImageFlip+", + "pos": [ + -7750, + 4740 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2280 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2241 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1809, + "type": "PrimitiveNode", + "pos": [ + -3150, + 5140 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2281, + 2282 + ], + "slot_index": 0, + "widget": { + "name": "scale" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.8, + "fixed" + ] + }, + { + "id": 1810, + "type": "ImageScaleBy", + "pos": [ + -6350, + 3180 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2593 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2296 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1811, + "type": "ImageFlip+", + "pos": [ + -7759, + 3177 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 90, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2285 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2286 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1813, + "type": "easy imageSwitch", + "pos": [ + -6359, + 3340 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 232, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2296 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2360 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2449, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2297 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1814, + "type": "Label (rgthree)", + "pos": { + "0": -243.2364044189453, + "1": 3171.1650390625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1122.509765625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 59, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BG SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1815, + "type": "RandomNoise", + "pos": [ + 1247.816241786487, + 3334.7425502968304 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2385 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1817, + "type": "ImageResize+", + "pos": [ + 1497.816241786487, + 3954.7425502968304 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2367, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2300, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2301, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2345 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1818, + "type": "LoadImage", + "pos": [ + 947.8162417864869, + 3784.7425502968304 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1823, + "type": "SaveImage", + "pos": [ + 3867.816241786487, + 3314.7425502968304 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 231, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2304 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1824, + "type": "ImageColorMatch+", + "pos": [ + 3417.816241786487, + 3424.7425502968304 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2305, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2306 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2304, + 2360 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1825, + "type": "SamplerCustomAdvanced", + "pos": [ + 2707.816241786487, + 3574.7425502968304 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 220, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2385, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2308, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2309, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2310, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2311, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2317 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1826, + "type": "KSamplerSelect", + "pos": [ + 2707.816241786487, + 3734.7425502968304 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2309 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1827, + "type": "BasicScheduler", + "pos": [ + 2707.816241786487, + 3834.7425502968304 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2365, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2343 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1828, + "type": "BasicGuider", + "pos": [ + 2447.816241786487, + 3614.7425502968304 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2364, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2384, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2308 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1832, + "type": "VAEEncodeTiled", + "pos": [ + 2147.816241786487, + 3654.7425502968304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 212, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2315 + }, + { + "name": "vae", + "type": "VAE", + "link": 2539 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2311 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1833, + "type": "VAEDecodeTiled", + "pos": [ + 3087.816241786487, + 3624.7425502968304 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 224, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2317 + }, + { + "name": "vae", + "type": "VAE", + "link": 2540 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2305 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1847, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1487.816241786487, + 3364.7425502968304 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2542 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2384 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1852, + "type": "AspectSizeV2", + "pos": [ + 157.81624178648687, + 3504.7425502968304 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 63, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1854, + "type": "ModelSamplingFlux", + "pos": [ + 927.8162417864869, + 3324.7425502968304 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2541 + }, + { + "name": "width", + "type": "INT", + "link": 2339, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2340, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2364, + 2365 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1857, + "type": "ImageScaleBy", + "pos": [ + 2057.816241786487, + 3454.7425502968304 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2342 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2315 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1859, + "type": "SplitSigmas", + "pos": [ + 2707.816241786487, + 3974.7425502968304 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 211, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2343 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2310 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1861, + "type": "Reroute", + "pos": [ + 3217.816241786487, + 4084.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2345 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2306 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1863, + "type": "ImageResize+", + "pos": [ + 1497.816241786487, + 3724.7425502968304 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2366, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2348, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2349, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2342 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1864, + "type": "Reroute", + "pos": [ + 797.8162417864869, + 3504.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2359, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2300, + 2339, + 2348 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1865, + "type": "Reroute", + "pos": [ + 787.8162417864869, + 3534.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2351, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2301, + 2340, + 2349 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1866, + "type": "ImpactImageInfo", + "pos": [ + 537.8162417864869, + 3494.7425502968304 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2358 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2351 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2359 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1868, + "type": "Note", + "pos": [ + 1587.816241786487, + 3224.7425502968304 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 64, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1869, + "type": "Reroute", + "pos": [ + 417.8162417864869, + 3754.7425502968304 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2602 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2358, + 2366, + 2367 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1874, + "type": "Label (rgthree)", + "pos": { + "0": -223, + "1": 1785, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1322.55859375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 65, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SCENE SUBJECT UPSCALE", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1875, + "type": "RandomNoise", + "pos": [ + 1306.853616778442, + 1953.7614788281844 + ], + "size": { + "0": 210, + "1": 157.16712951660156 + }, + "flags": {}, + "order": 66, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 2394 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 832354133878825, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1876, + "type": "ImageResize+", + "pos": [ + 1556.853616778442, + 2563.7614788281853 + ], + "size": { + "0": 299.0065002441406, + "1": 170 + }, + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2388, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2389, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2390, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2412 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1877, + "type": "LoadImage", + "pos": [ + 1086.853616778442, + 2443.7614788281853 + ], + "size": { + "0": 259.93939208984375, + "1": 314.00042724609375 + }, + "flags": {}, + "order": 67, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1879, + "type": "SaveImage", + "pos": [ + 3916.8536167784428, + 1963.7614788281844 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 228, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2391 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1880, + "type": "ImageColorMatch+", + "pos": [ + 3476.8536167784428, + 2043.7614788281844 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2392, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 2393 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2391, + 2423 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 1881, + "type": "SamplerCustomAdvanced", + "pos": [ + 2766.8536167784428, + 2183.7614788281844 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2394, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2395, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2396, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2397, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2398, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2404 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1882, + "type": "KSamplerSelect", + "pos": [ + 2766.8536167784428, + 2343.761478828185 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 68, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2396 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1883, + "type": "BasicScheduler", + "pos": [ + 2766.8536167784428, + 2443.7614788281853 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2399, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2411 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.05 + ] + }, + { + "id": 1884, + "type": "BasicGuider", + "pos": [ + 2506.8536167784428, + 2223.7614788281844 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2400, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2401, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2395 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1885, + "type": "VAEEncodeTiled", + "pos": [ + 2206.8536167784428, + 2263.761478828185 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2402 + }, + { + "name": "vae", + "type": "VAE", + "link": 2537 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 2398 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1886, + "type": "VAEDecodeTiled", + "pos": [ + 3146.8536167784428, + 2233.7614788281844 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 221, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2404 + }, + { + "name": "vae", + "type": "VAE", + "link": 2538 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2392 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1888, + "type": "CLIPTextEncodeFlux", + "pos": [ + 1546.853616778442, + 1983.7614788281844 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2536 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2401 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1889, + "type": "AspectSizeV2", + "pos": [ + 216.85361677844227, + 2113.761478828184 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 69, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1890, + "type": "ModelSamplingFlux", + "pos": [ + 987, + 1944 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2535 + }, + { + "name": "width", + "type": "INT", + "link": 2408, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2409, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2399, + 2400 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1892, + "type": "ImageScaleBy", + "pos": [ + 2116.8536167784428, + 2063.761478828184 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2410 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2402 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1893, + "type": "SplitSigmas", + "pos": [ + 2766.8536167784428, + 2593.7614788281853 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2411 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2397 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1894, + "type": "Reroute", + "pos": [ + 3276.8536167784428, + 2693.7614788281853 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2412 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2393 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1895, + "type": "ImageResize+", + "pos": [ + 1556.853616778442, + 2333.761478828185 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 172, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2413, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 2414, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2415, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2410 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1896, + "type": "Reroute", + "pos": [ + 856.8536167784423, + 2123.761478828184 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2416, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2389, + 2408, + 2414 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1897, + "type": "Reroute", + "pos": [ + 846.8536167784423, + 2153.7614788281844 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2417, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2390, + 2409, + 2415 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1898, + "type": "ImpactImageInfo", + "pos": [ + 596.8536167784423, + 2113.761478828184 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 2418 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 2417 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 2416 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "title": "Match Source Dimensions", + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1899, + "type": "Note", + "pos": [ + 1646.853616778442, + 1833.7614788281844 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 70, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1900, + "type": "Reroute", + "pos": [ + 476.85361677844236, + 2363.761478828185 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2601 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2388, + 2413, + 2418 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1901, + "type": "ImageScaleBy", + "pos": [ + -6360, + 1880 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2590 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2422 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2.5 + ] + }, + { + "id": 1902, + "type": "easy imageSwitch", + "pos": [ + -6360, + 2020 + ], + "size": { + "0": 243.60000610351562, + "1": 78 + }, + "flags": {}, + "order": 229, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 2422 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 2423 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 2448, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2424 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Node name for S&R": "easy imageSwitch" + }, + "widgets_values": [ + false + ] + }, + { + "id": 1903, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2585.176329564854, + 7723.928260203648 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 253, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2432 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2428 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2430 + }, + { + "name": "color", + "type": "STRING", + "link": 2431, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2433 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1904, + "type": "Reroute", + "pos": [ + -2686.176329564854, + 7647.928260203648 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 252, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2425 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1905, + "type": "GrowMask", + "pos": [ + -2582.176329564854, + 7956.928260203648 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 148, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2429 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1906, + "type": "PrimitiveNode", + "pos": [ + -2502.176329564854, + 8096.928260203648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 71, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2431 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1909, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2614.7534644106604, + 6404.156393422819 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 249, + "mode": 4, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 2447 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 2443 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 2441 + }, + { + "name": "color", + "type": "STRING", + "link": 2442, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2446 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#000000" + ] + }, + { + "id": 1910, + "type": "GrowMask", + "pos": [ + -2614.7534644106604, + 6644.156393422819 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 2444 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 2441 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "GrowMask" + }, + "widgets_values": [ + 12, + true + ] + }, + { + "id": 1911, + "type": "PrimitiveNode", + "pos": [ + -2534.7534644106604, + 6784.156393422819 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 72, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2442 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#000000" + ] + }, + { + "id": 1912, + "type": "PrimitiveNode", + "pos": [ + -7788, + 1255 + ], + "size": { + "0": 243.60000610351562, + "1": 58 + }, + "flags": {}, + "order": 73, + "mode": 0, + "outputs": [ + { + "name": "BOOLEAN", + "type": "BOOLEAN", + "links": [ + 2448, + 2449, + 2450 + ], + "slot_index": 0, + "widget": { + "name": "boolean" + } + } + ], + "title": "True = FAST | False = Flux 2X", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + false + ], + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1913, + "type": "Label (rgthree)", + "pos": { + "0": -5101, + "1": 4661, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 74, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1914, + "type": "Label (rgthree)", + "pos": { + "0": -3180, + "1": 4690, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 75, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1915, + "type": "Label (rgthree)", + "pos": { + "0": -3495, + "1": 6120, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 76, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1916, + "type": "Label (rgthree)", + "pos": { + "0": -3478, + "1": 7449, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1020.80078125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 77, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1917, + "type": "Label (rgthree)", + "pos": { + "0": -4865, + "1": 7432, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1072.607421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 78, + "mode": 4, + "inputs": [], + "outputs": [], + "title": "Isolate text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1919, + "type": "PrimitiveNode", + "pos": [ + -6077, + 1107 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 79, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2452 + ], + "slot_index": 0, + "widget": { + "name": "select" + } + } + ], + "title": "CHOOSE 1 or 2", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 2, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1920, + "type": "Reroute", + "pos": [ + -7694, + 1643 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2453, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2454, + 2455 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1921, + "type": "Reroute", + "pos": [ + -7695, + 2918 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2455, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2456, + 2457, + 2469 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1922, + "type": "Reroute", + "pos": [ + -7729, + 4476 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2457, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2458, + 2459, + 2463 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1923, + "type": "Reroute", + "pos": [ + -7010.056549490951, + 5896.658482199375 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2459, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2460, + 2462, + 2464 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1924, + "type": "Reroute", + "pos": [ + -7020.81864647313, + 7254.313512669809 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2460, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2461, + 2465 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1925, + "type": "Reroute", + "pos": [ + -5193, + 7289 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2465, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2466, + 2478 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1926, + "type": "Reroute", + "pos": [ + -5221, + 5919 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2464, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2467, + 2476 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1927, + "type": "Reroute", + "pos": [ + -5207, + 4476 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2463, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2468, + 2474 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1928, + "type": "Reroute", + "pos": [ + -5130.782044375359, + 2933.1519825164387 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2469, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2470, + 2471 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1929, + "type": "Reroute", + "pos": [ + -3363.065813261525, + 2951.5847822129426 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2471, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2473 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1930, + "type": "Reroute", + "pos": [ + -3391, + 4482 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2474, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2475 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1931, + "type": "Reroute", + "pos": [ + -9310, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2481 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2485 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1932, + "type": "Reroute", + "pos": [ + -9310, + 1760 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2482 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2484 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1933, + "type": "Reroute", + "pos": [ + -9310, + 1790 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2480 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2486 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1934, + "type": "Reroute", + "pos": [ + -9306.944763789697, + 2953.280490148197 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2485 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2487 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1935, + "type": "Reroute", + "pos": [ + -9306.806035076175, + 2981.0560338296264 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2484 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2488 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1936, + "type": "Reroute", + "pos": [ + -9310.944763789697, + 3009.280490148197 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2486 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2489 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1937, + "type": "Reroute", + "pos": [ + -9252.874197436922, + 4567.676485883071 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2487 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2490 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1938, + "type": "Reroute", + "pos": [ + -9252.7354687234, + 4595.452029564501 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2488 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1939, + "type": "Reroute", + "pos": [ + -9256.874197436922, + 4623.676485883071 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2489 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2492 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1940, + "type": "Reroute", + "pos": [ + -9279.90948061331, + 6043.033844539996 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2490 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2493 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1941, + "type": "Reroute", + "pos": [ + -9279.770751899789, + 6070.809388221425 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2491 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2494 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1942, + "type": "Reroute", + "pos": [ + -9283.90948061331, + 6099.033844539996 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2492 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2495 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1943, + "type": "Reroute", + "pos": [ + -9229.701047057988, + 7379.352124126203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2493 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1944, + "type": "Reroute", + "pos": [ + -9229.562318344466, + 7407.127667807633 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2494 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1945, + "type": "Reroute", + "pos": [ + -9233.701047057988, + 7435.352124126203 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2495 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1946, + "type": "Reroute", + "pos": [ + -359, + 1522 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2527 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2528, + 2535 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1947, + "type": "Reroute", + "pos": [ + -358.9031232965825, + 1562.0669933582176 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2531 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2532, + 2536 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1948, + "type": "Reroute", + "pos": [ + -359, + 1598 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2523 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2524, + 2537, + 2538 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1955, + "type": "Reroute", + "pos": [ + -407, + 2992 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2528 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2529, + 2541 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1956, + "type": "Reroute", + "pos": [ + -407.2767076558689, + 3032.252840734856 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2532 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2533, + 2542 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1957, + "type": "Reroute", + "pos": [ + -407.2767076558689, + 3052.252840734856 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2524 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2525, + 2539, + 2540 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1958, + "type": "Reroute", + "pos": [ + -387, + 4251 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2529 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2543 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1959, + "type": "Reroute", + "pos": [ + -352, + 4284 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2533 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2544 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1960, + "type": "Reroute", + "pos": [ + -380, + 4300 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2525 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 2545, + 2546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1964, + "type": "Reroute", + "pos": [ + -9790, + 1860 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2547, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2549, + 2558 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1965, + "type": "Reroute", + "pos": [ + -9790, + 1890 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2548, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2553, + 2562 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1966, + "type": "Reroute", + "pos": [ + -9850, + 3100 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2549, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2550, + 2567 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1967, + "type": "Reroute", + "pos": [ + -9850, + 3130 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2553, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2554, + 2566 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1968, + "type": "Reroute", + "pos": [ + -9930, + 4680 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2550, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2551, + 2572 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1969, + "type": "Reroute", + "pos": [ + -9930, + 4710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2554, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2555, + 2573 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1970, + "type": "Reroute", + "pos": [ + -9840, + 6300 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2551, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2552, + 2578 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1971, + "type": "Reroute", + "pos": [ + -9840, + 6330 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2555, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2556, + 2579 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1972, + "type": "Reroute", + "pos": [ + -9610, + 7690 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2552, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2586 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1973, + "type": "Reroute", + "pos": [ + -9610, + 7720 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2556, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 2587 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1974, + "type": "ImageFlip+", + "pos": [ + -7769, + 6172 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 92, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2597 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2598 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageFlip+" + }, + "widgets_values": [ + "x" + ] + }, + { + "id": 1975, + "type": "Label (rgthree)", + "pos": { + "0": -11339, + "1": 686, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 2107.71484375, + 200 + ], + "flags": { + "allow_interaction": true + }, + "order": 80, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FODA SCENE EDITOR", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + } + ], + "links": [ + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1487, + 1213, + 0, + 1214, + 1, + "STRING" + ], + [ + 1489, + 1214, + 0, + 194, + 1, + "STRING" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1577, + 1321, + 0, + 1294, + 1, + "STRING" + ], + [ + 1603, + 1320, + 0, + 1321, + 1, + "STRING" + ], + [ + 1613, + 1325, + 0, + 1331, + 0, + "IMAGE" + ], + [ + 1758, + 1442, + 0, + 1443, + 1, + "STRING" + ], + [ + 1774, + 1279, + 0, + 1462, + 0, + "IMAGE" + ], + [ + 1776, + 1464, + 0, + 1465, + 1, + "STRING" + ], + [ + 1777, + 1465, + 0, + 1331, + 1, + "STRING" + ], + [ + 1779, + 1467, + 0, + 1468, + 1, + "STRING" + ], + [ + 1780, + 1468, + 0, + 684, + 1, + "STRING" + ], + [ + 1795, + 1336, + 0, + 1450, + 0, + "IMAGE" + ], + [ + 1798, + 1443, + 0, + 1450, + 1, + "STRING" + ], + [ + 1850, + 1493, + 0, + 1279, + 1, + "IMAGE" + ], + [ + 1852, + 1492, + 0, + 1279, + 2, + "MASK" + ], + [ + 1874, + 1324, + 0, + 1511, + 0, + "IMAGE" + ], + [ + 1894, + 1514, + 0, + 1515, + 1, + "STRING" + ], + [ + 1897, + 1513, + 0, + 1336, + 1, + "IMAGE" + ], + [ + 1899, + 1512, + 0, + 1336, + 2, + "MASK" + ], + [ + 1902, + 1212, + 0, + 1519, + 0, + "STRING" + ], + [ + 1903, + 1515, + 0, + 1462, + 1, + "STRING" + ], + [ + 1904, + 1521, + 0, + 1493, + 1, + "INT" + ], + [ + 1905, + 1521, + 0, + 1492, + 1, + "INT" + ], + [ + 1906, + 1520, + 0, + 1493, + 2, + "INT" + ], + [ + 1907, + 1520, + 0, + 1492, + 2, + "INT" + ], + [ + 1908, + 1522, + 0, + 1513, + 1, + "INT" + ], + [ + 1910, + 1522, + 0, + 1512, + 1, + "INT" + ], + [ + 1911, + 1523, + 0, + 1513, + 2, + "INT" + ], + [ + 1912, + 1523, + 0, + 1512, + 2, + "INT" + ], + [ + 1915, + 1525, + 0, + 1526, + 0, + "IMAGE" + ], + [ + 1916, + 1577, + 0, + 1526, + 1, + "STRING" + ], + [ + 1927, + 1560, + 0, + 1534, + 1, + "STRING" + ], + [ + 1953, + 1559, + 0, + 1560, + 1, + "STRING" + ], + [ + 1958, + 1581, + 0, + 1566, + 1, + "IMAGE" + ], + [ + 1962, + 1572, + 0, + 1573, + 1, + "STRING" + ], + [ + 1963, + 1566, + 0, + 1575, + 0, + "IMAGE" + ], + [ + 1964, + 1573, + 0, + 1575, + 1, + "STRING" + ], + [ + 1966, + 1576, + 0, + 1577, + 1, + "STRING" + ], + [ + 1969, + 1582, + 0, + 1580, + 1, + "INT" + ], + [ + 1970, + 1583, + 0, + 1580, + 2, + "INT" + ], + [ + 1972, + 1582, + 0, + 1581, + 1, + "INT" + ], + [ + 1973, + 1583, + 0, + 1581, + 2, + "INT" + ], + [ + 1975, + 1525, + 0, + 1581, + 0, + "IMAGE" + ], + [ + 1976, + 1525, + 1, + 1580, + 0, + "MASK" + ], + [ + 1978, + 666, + 1, + 1512, + 0, + "MASK" + ], + [ + 1980, + 1585, + 0, + 1525, + 0, + "IMAGE" + ], + [ + 1981, + 1586, + 0, + 1580, + 3, + "FLOAT" + ], + [ + 1982, + 1586, + 0, + 1581, + 3, + "FLOAT" + ], + [ + 1987, + 1579, + 0, + 1585, + 0, + "IMAGE" + ], + [ + 1998, + 1644, + 0, + 1590, + 0, + "IMAGE" + ], + [ + 1999, + 1590, + 0, + 1591, + 0, + "IMAGE" + ], + [ + 2000, + 1637, + 0, + 1591, + 1, + "STRING" + ], + [ + 2005, + 1595, + 0, + 1594, + 0, + "IMAGE" + ], + [ + 2011, + 1625, + 0, + 1599, + 1, + "STRING" + ], + [ + 2037, + 1624, + 0, + 1625, + 1, + "STRING" + ], + [ + 2040, + 1641, + 0, + 1629, + 1, + "IMAGE" + ], + [ + 2044, + 1632, + 0, + 1633, + 1, + "STRING" + ], + [ + 2045, + 1629, + 0, + 1635, + 0, + "IMAGE" + ], + [ + 2046, + 1633, + 0, + 1635, + 1, + "STRING" + ], + [ + 2048, + 1636, + 0, + 1637, + 1, + "STRING" + ], + [ + 2050, + 1590, + 1, + 1640, + 0, + "MASK" + ], + [ + 2051, + 1642, + 0, + 1640, + 1, + "INT" + ], + [ + 2052, + 1643, + 0, + 1640, + 2, + "INT" + ], + [ + 2053, + 1645, + 0, + 1640, + 3, + "FLOAT" + ], + [ + 2054, + 1590, + 0, + 1641, + 0, + "IMAGE" + ], + [ + 2055, + 1642, + 0, + 1641, + 1, + "INT" + ], + [ + 2056, + 1643, + 0, + 1641, + 2, + "INT" + ], + [ + 2057, + 1645, + 0, + 1641, + 3, + "FLOAT" + ], + [ + 2058, + 1639, + 0, + 1644, + 0, + "IMAGE" + ], + [ + 2060, + 1640, + 0, + 1646, + 0, + "MASK" + ], + [ + 2061, + 1646, + 0, + 1629, + 2, + "MASK" + ], + [ + 2062, + 1580, + 0, + 1649, + 0, + "MASK" + ], + [ + 2063, + 1649, + 0, + 1566, + 2, + "MASK" + ], + [ + 2066, + 1650, + 0, + 1580, + 4, + "FLOAT" + ], + [ + 2067, + 1650, + 0, + 1581, + 4, + "FLOAT" + ], + [ + 2148, + 1767, + 0, + 1719, + 1, + "INT" + ], + [ + 2149, + 1768, + 0, + 1719, + 2, + "INT" + ], + [ + 2151, + 1772, + 0, + 1723, + 0, + "*" + ], + [ + 2152, + 1726, + 0, + 1725, + 0, + "IMAGE" + ], + [ + 2153, + 1735, + 0, + 1726, + 0, + "IMAGE" + ], + [ + 2154, + 1764, + 0, + 1726, + 1, + "IMAGE" + ], + [ + 2156, + 1730, + 0, + 1727, + 1, + "GUIDER" + ], + [ + 2157, + 1728, + 0, + 1727, + 2, + "SAMPLER" + ], + [ + 2158, + 1762, + 1, + 1727, + 3, + "SIGMAS" + ], + [ + 2159, + 1734, + 0, + 1727, + 4, + "LATENT" + ], + [ + 2163, + 1760, + 0, + 1734, + 0, + "IMAGE" + ], + [ + 2165, + 1727, + 0, + 1735, + 0, + "LATENT" + ], + [ + 2187, + 1767, + 0, + 1757, + 1, + "INT" + ], + [ + 2188, + 1768, + 0, + 1757, + 2, + "INT" + ], + [ + 2190, + 1766, + 0, + 1760, + 0, + "IMAGE" + ], + [ + 2192, + 1729, + 0, + 1762, + 0, + "SIGMAS" + ], + [ + 2194, + 1719, + 0, + 1764, + 0, + "*" + ], + [ + 2197, + 1767, + 0, + 1766, + 1, + "INT" + ], + [ + 2198, + 1768, + 0, + 1766, + 2, + "INT" + ], + [ + 2199, + 1769, + 2, + 1767, + 0, + "*" + ], + [ + 2200, + 1769, + 1, + 1768, + 0, + "*" + ], + [ + 2205, + 1723, + 0, + 1766, + 0, + "IMAGE" + ], + [ + 2206, + 1723, + 0, + 1719, + 0, + "IMAGE" + ], + [ + 2207, + 1772, + 0, + 1769, + 0, + "IMAGE" + ], + [ + 2212, + 1777, + 0, + 1325, + 0, + "IMAGE" + ], + [ + 2213, + 1511, + 0, + 1777, + 0, + "IMAGE" + ], + [ + 2214, + 1726, + 0, + 1777, + 1, + "IMAGE" + ], + [ + 2226, + 1788, + 0, + 1786, + 0, + "STRING" + ], + [ + 2227, + 1787, + 0, + 1786, + 1, + "STRING" + ], + [ + 2228, + 1787, + 0, + 1789, + 0, + "STRING" + ], + [ + 2229, + 1788, + 0, + 1789, + 1, + "STRING" + ], + [ + 2230, + 1786, + 2, + 1789, + 3, + "INT" + ], + [ + 2231, + 1789, + 0, + 1790, + 0, + "STRING" + ], + [ + 2232, + 1786, + 0, + 1791, + 0, + "STRING" + ], + [ + 2235, + 1789, + 0, + 1279, + 3, + "STRING" + ], + [ + 2236, + 1789, + 0, + 1336, + 3, + "STRING" + ], + [ + 2241, + 1797, + 0, + 1289, + 0, + "IMAGE" + ], + [ + 2279, + 1789, + 0, + 1566, + 3, + "STRING" + ], + [ + 2280, + 1290, + 0, + 1797, + 0, + "IMAGE" + ], + [ + 2281, + 1809, + 0, + 1493, + 3, + "FLOAT" + ], + [ + 2282, + 1809, + 0, + 1492, + 3, + "FLOAT" + ], + [ + 2285, + 1219, + 0, + 1811, + 0, + "IMAGE" + ], + [ + 2286, + 1811, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 2287, + 1782, + 0, + 1513, + 3, + "FLOAT" + ], + [ + 2288, + 1782, + 0, + 1512, + 3, + "FLOAT" + ], + [ + 2292, + 1336, + 0, + 1279, + 0, + "IMAGE" + ], + [ + 2296, + 1810, + 0, + 1813, + 0, + "IMAGE" + ], + [ + 2297, + 1813, + 0, + 665, + 0, + "*" + ], + [ + 2300, + 1864, + 0, + 1817, + 1, + "INT" + ], + [ + 2301, + 1865, + 0, + 1817, + 2, + "INT" + ], + [ + 2304, + 1824, + 0, + 1823, + 0, + "IMAGE" + ], + [ + 2305, + 1833, + 0, + 1824, + 0, + "IMAGE" + ], + [ + 2306, + 1861, + 0, + 1824, + 1, + "IMAGE" + ], + [ + 2308, + 1828, + 0, + 1825, + 1, + "GUIDER" + ], + [ + 2309, + 1826, + 0, + 1825, + 2, + "SAMPLER" + ], + [ + 2310, + 1859, + 1, + 1825, + 3, + "SIGMAS" + ], + [ + 2311, + 1832, + 0, + 1825, + 4, + "LATENT" + ], + [ + 2315, + 1857, + 0, + 1832, + 0, + "IMAGE" + ], + [ + 2317, + 1825, + 0, + 1833, + 0, + "LATENT" + ], + [ + 2339, + 1864, + 0, + 1854, + 1, + "INT" + ], + [ + 2340, + 1865, + 0, + 1854, + 2, + "INT" + ], + [ + 2342, + 1863, + 0, + 1857, + 0, + "IMAGE" + ], + [ + 2343, + 1827, + 0, + 1859, + 0, + "SIGMAS" + ], + [ + 2345, + 1817, + 0, + 1861, + 0, + "*" + ], + [ + 2348, + 1864, + 0, + 1863, + 1, + "INT" + ], + [ + 2349, + 1865, + 0, + 1863, + 2, + "INT" + ], + [ + 2351, + 1866, + 1, + 1865, + 0, + "*" + ], + [ + 2358, + 1869, + 0, + 1866, + 0, + "IMAGE" + ], + [ + 2359, + 1866, + 2, + 1864, + 0, + "*" + ], + [ + 2360, + 1824, + 0, + 1813, + 1, + "IMAGE" + ], + [ + 2364, + 1854, + 0, + 1828, + 0, + "MODEL" + ], + [ + 2365, + 1854, + 0, + 1827, + 0, + "MODEL" + ], + [ + 2366, + 1869, + 0, + 1863, + 0, + "IMAGE" + ], + [ + 2367, + 1869, + 0, + 1817, + 0, + "IMAGE" + ], + [ + 2371, + 1325, + 0, + 1493, + 0, + "IMAGE" + ], + [ + 2372, + 1325, + 1, + 1492, + 0, + "MASK" + ], + [ + 2375, + 666, + 0, + 1513, + 0, + "IMAGE" + ], + [ + 2379, + 1324, + 0, + 1772, + 0, + "*" + ], + [ + 2380, + 1757, + 0, + 1730, + 0, + "MODEL" + ], + [ + 2381, + 1757, + 0, + 1729, + 0, + "MODEL" + ], + [ + 2382, + 1750, + 0, + 1730, + 1, + "CONDITIONING" + ], + [ + 2383, + 1717, + 0, + 1727, + 0, + "NOISE" + ], + [ + 2384, + 1847, + 0, + 1828, + 1, + "CONDITIONING" + ], + [ + 2385, + 1815, + 0, + 1825, + 0, + "NOISE" + ], + [ + 2388, + 1900, + 0, + 1876, + 0, + "IMAGE" + ], + [ + 2389, + 1896, + 0, + 1876, + 1, + "INT" + ], + [ + 2390, + 1897, + 0, + 1876, + 2, + "INT" + ], + [ + 2391, + 1880, + 0, + 1879, + 0, + "IMAGE" + ], + [ + 2392, + 1886, + 0, + 1880, + 0, + "IMAGE" + ], + [ + 2393, + 1894, + 0, + 1880, + 1, + "IMAGE" + ], + [ + 2394, + 1875, + 0, + 1881, + 0, + "NOISE" + ], + [ + 2395, + 1884, + 0, + 1881, + 1, + "GUIDER" + ], + [ + 2396, + 1882, + 0, + 1881, + 2, + "SAMPLER" + ], + [ + 2397, + 1893, + 1, + 1881, + 3, + "SIGMAS" + ], + [ + 2398, + 1885, + 0, + 1881, + 4, + "LATENT" + ], + [ + 2399, + 1890, + 0, + 1883, + 0, + "MODEL" + ], + [ + 2400, + 1890, + 0, + 1884, + 0, + "MODEL" + ], + [ + 2401, + 1888, + 0, + 1884, + 1, + "CONDITIONING" + ], + [ + 2402, + 1892, + 0, + 1885, + 0, + "IMAGE" + ], + [ + 2404, + 1881, + 0, + 1886, + 0, + "LATENT" + ], + [ + 2408, + 1896, + 0, + 1890, + 1, + "INT" + ], + [ + 2409, + 1897, + 0, + 1890, + 2, + "INT" + ], + [ + 2410, + 1895, + 0, + 1892, + 0, + "IMAGE" + ], + [ + 2411, + 1883, + 0, + 1893, + 0, + "SIGMAS" + ], + [ + 2412, + 1876, + 0, + 1894, + 0, + "*" + ], + [ + 2413, + 1900, + 0, + 1895, + 0, + "IMAGE" + ], + [ + 2414, + 1896, + 0, + 1895, + 1, + "INT" + ], + [ + 2415, + 1897, + 0, + 1895, + 2, + "INT" + ], + [ + 2416, + 1898, + 2, + 1896, + 0, + "*" + ], + [ + 2417, + 1898, + 1, + 1897, + 0, + "*" + ], + [ + 2418, + 1900, + 0, + 1898, + 0, + "IMAGE" + ], + [ + 2422, + 1901, + 0, + 1902, + 0, + "IMAGE" + ], + [ + 2423, + 1880, + 0, + 1902, + 1, + "IMAGE" + ], + [ + 2424, + 1902, + 0, + 1336, + 0, + "IMAGE" + ], + [ + 2425, + 1566, + 0, + 1904, + 0, + "*" + ], + [ + 2428, + 1641, + 0, + 1903, + 1, + "IMAGE" + ], + [ + 2429, + 1640, + 0, + 1905, + 0, + "MASK" + ], + [ + 2430, + 1905, + 0, + 1903, + 2, + "MASK" + ], + [ + 2431, + 1906, + 0, + 1903, + 3, + "STRING" + ], + [ + 2432, + 1904, + 0, + 1903, + 0, + "IMAGE" + ], + [ + 2433, + 1903, + 0, + 1629, + 0, + "IMAGE" + ], + [ + 2440, + 1789, + 0, + 1629, + 3, + "STRING" + ], + [ + 2441, + 1910, + 0, + 1909, + 2, + "MASK" + ], + [ + 2442, + 1911, + 0, + 1909, + 3, + "STRING" + ], + [ + 2443, + 1581, + 0, + 1909, + 1, + "IMAGE" + ], + [ + 2444, + 1580, + 0, + 1910, + 0, + "MASK" + ], + [ + 2446, + 1909, + 0, + 1566, + 0, + "IMAGE" + ], + [ + 2447, + 1279, + 0, + 1909, + 0, + "IMAGE" + ], + [ + 2448, + 1912, + 0, + 1902, + 2, + "BOOLEAN" + ], + [ + 2449, + 1912, + 0, + 1813, + 2, + "BOOLEAN" + ], + [ + 2450, + 1912, + 0, + 1777, + 2, + "BOOLEAN" + ], + [ + 2452, + 1919, + 0, + 1786, + 3, + "INT" + ], + [ + 2453, + 1212, + 0, + 1920, + 0, + "*" + ], + [ + 2454, + 1920, + 0, + 1214, + 0, + "STRING" + ], + [ + 2455, + 1920, + 0, + 1921, + 0, + "*" + ], + [ + 2456, + 1921, + 0, + 1250, + 0, + "STRING" + ], + [ + 2457, + 1921, + 0, + 1922, + 0, + "*" + ], + [ + 2458, + 1922, + 0, + 1321, + 0, + "STRING" + ], + [ + 2459, + 1922, + 0, + 1923, + 0, + "*" + ], + [ + 2460, + 1923, + 0, + 1924, + 0, + "*" + ], + [ + 2461, + 1924, + 0, + 1625, + 0, + "STRING" + ], + [ + 2462, + 1923, + 0, + 1560, + 0, + "STRING" + ], + [ + 2463, + 1922, + 0, + 1927, + 0, + "*" + ], + [ + 2464, + 1923, + 0, + 1926, + 0, + "*" + ], + [ + 2465, + 1924, + 0, + 1925, + 0, + "*" + ], + [ + 2466, + 1925, + 0, + 1637, + 0, + "STRING" + ], + [ + 2467, + 1926, + 0, + 1577, + 0, + "STRING" + ], + [ + 2468, + 1927, + 0, + 1465, + 0, + "STRING" + ], + [ + 2469, + 1921, + 0, + 1928, + 0, + "*" + ], + [ + 2470, + 1928, + 0, + 1468, + 0, + "STRING" + ], + [ + 2471, + 1928, + 0, + 1929, + 0, + "*" + ], + [ + 2473, + 1929, + 0, + 1443, + 0, + "STRING" + ], + [ + 2474, + 1927, + 0, + 1930, + 0, + "*" + ], + [ + 2475, + 1930, + 0, + 1515, + 0, + "STRING" + ], + [ + 2476, + 1926, + 0, + 1794, + 0, + "*" + ], + [ + 2477, + 1794, + 0, + 1573, + 0, + "STRING" + ], + [ + 2478, + 1925, + 0, + 1795, + 0, + "*" + ], + [ + 2479, + 1795, + 0, + 1633, + 0, + "STRING" + ], + [ + 2480, + 1102, + 0, + 1933, + 0, + "*" + ], + [ + 2481, + 88, + 0, + 1931, + 0, + "*" + ], + [ + 2482, + 11, + 0, + 1932, + 0, + "*" + ], + [ + 2484, + 1932, + 0, + 1935, + 0, + "*" + ], + [ + 2485, + 1931, + 0, + 1934, + 0, + "*" + ], + [ + 2486, + 1933, + 0, + 1936, + 0, + "*" + ], + [ + 2487, + 1934, + 0, + 1937, + 0, + "*" + ], + [ + 2488, + 1935, + 0, + 1938, + 0, + "*" + ], + [ + 2489, + 1936, + 0, + 1939, + 0, + "*" + ], + [ + 2490, + 1937, + 0, + 1940, + 0, + "*" + ], + [ + 2491, + 1938, + 0, + 1941, + 0, + "*" + ], + [ + 2492, + 1939, + 0, + 1942, + 0, + "*" + ], + [ + 2493, + 1940, + 0, + 1943, + 0, + "*" + ], + [ + 2494, + 1941, + 0, + 1944, + 0, + "*" + ], + [ + 2495, + 1942, + 0, + 1945, + 0, + "*" + ], + [ + 2523, + 1102, + 0, + 1948, + 0, + "*" + ], + [ + 2524, + 1948, + 0, + 1957, + 0, + "*" + ], + [ + 2525, + 1957, + 0, + 1960, + 0, + "*" + ], + [ + 2527, + 88, + 0, + 1946, + 0, + "*" + ], + [ + 2528, + 1946, + 0, + 1955, + 0, + "*" + ], + [ + 2529, + 1955, + 0, + 1958, + 0, + "*" + ], + [ + 2531, + 11, + 0, + 1947, + 0, + "*" + ], + [ + 2532, + 1947, + 0, + 1956, + 0, + "*" + ], + [ + 2533, + 1956, + 0, + 1959, + 0, + "*" + ], + [ + 2535, + 1946, + 0, + 1890, + 0, + "MODEL" + ], + [ + 2536, + 1947, + 0, + 1888, + 0, + "CLIP" + ], + [ + 2537, + 1948, + 0, + 1885, + 1, + "VAE" + ], + [ + 2538, + 1948, + 0, + 1886, + 1, + "VAE" + ], + [ + 2539, + 1957, + 0, + 1832, + 1, + "VAE" + ], + [ + 2540, + 1957, + 0, + 1833, + 1, + "VAE" + ], + [ + 2541, + 1955, + 0, + 1854, + 0, + "MODEL" + ], + [ + 2542, + 1956, + 0, + 1847, + 0, + "CLIP" + ], + [ + 2543, + 1958, + 0, + 1757, + 0, + "MODEL" + ], + [ + 2544, + 1959, + 0, + 1750, + 0, + "CLIP" + ], + [ + 2545, + 1960, + 0, + 1734, + 1, + "VAE" + ], + [ + 2546, + 1960, + 0, + 1735, + 1, + "VAE" + ], + [ + 2547, + 559, + 0, + 1964, + 0, + "*" + ], + [ + 2548, + 559, + 1, + 1965, + 0, + "*" + ], + [ + 2549, + 1964, + 0, + 1966, + 0, + "*" + ], + [ + 2550, + 1966, + 0, + 1968, + 0, + "*" + ], + [ + 2551, + 1968, + 0, + 1970, + 0, + "*" + ], + [ + 2552, + 1970, + 0, + 1972, + 0, + "*" + ], + [ + 2553, + 1965, + 0, + 1967, + 0, + "*" + ], + [ + 2554, + 1967, + 0, + 1969, + 0, + "*" + ], + [ + 2555, + 1969, + 0, + 1971, + 0, + "*" + ], + [ + 2556, + 1971, + 0, + 1973, + 0, + "*" + ], + [ + 2558, + 1964, + 0, + 166, + 1, + "INT" + ], + [ + 2562, + 1965, + 0, + 166, + 2, + "INT" + ], + [ + 2566, + 1967, + 0, + 1218, + 2, + "INT" + ], + [ + 2567, + 1966, + 0, + 1218, + 1, + "INT" + ], + [ + 2572, + 1968, + 0, + 1289, + 1, + "INT" + ], + [ + 2573, + 1969, + 0, + 1289, + 2, + "INT" + ], + [ + 2578, + 1970, + 0, + 1529, + 1, + "INT" + ], + [ + 2579, + 1971, + 0, + 1529, + 2, + "INT" + ], + [ + 2586, + 1972, + 0, + 1594, + 1, + "INT" + ], + [ + 2587, + 1973, + 0, + 1594, + 2, + "INT" + ], + [ + 2589, + 166, + 0, + 194, + 0, + "IMAGE" + ], + [ + 2590, + 166, + 0, + 1901, + 0, + "IMAGE" + ], + [ + 2591, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 2592, + 1218, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 2593, + 1218, + 0, + 1810, + 0, + "IMAGE" + ], + [ + 2594, + 1289, + 0, + 1294, + 0, + "IMAGE" + ], + [ + 2595, + 1289, + 0, + 1324, + 0, + "*" + ], + [ + 2597, + 1530, + 0, + 1974, + 0, + "IMAGE" + ], + [ + 2598, + 1974, + 0, + 1529, + 0, + "IMAGE" + ], + [ + 2599, + 1529, + 0, + 1534, + 0, + "IMAGE" + ], + [ + 2601, + 166, + 0, + 1900, + 0, + "*" + ], + [ + 2602, + 1218, + 0, + 1869, + 0, + "*" + ] + ], + "groups": [ + { + "title": "SCENE | GENERATION", + "bounding": [ + -9108, + 1705, + 3049, + 1147 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "REMBG | BG SUBJECT", + "bounding": [ + -5140, + 3037, + 1357, + 1083 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BACKGROUND SUBJECT | GENERATION", + "bounding": [ + -9066, + 2982, + 3019, + 1175 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "FOREGROUND SUBJECT | GENERATION", + "bounding": [ + -9036, + 4548, + 3018, + 1190 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + FG SUBJECT", + "bounding": [ + -3421, + 4659, + 2069, + 1007 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | FG SUBJECT", + "bounding": [ + -5254, + 4629, + 1481, + 997 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + BG SUBJECT", + "bounding": [ + -3443, + 3064, + 2110, + 932 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GEN 1", + "bounding": [ + -9056, + 6007, + 3048, + 1090 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | TEXT 1", + "bounding": [ + -5234, + 6008, + 1500, + 1113 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + TEXT 1", + "bounding": [ + -3534, + 6055, + 2728, + 1047 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GEN 2", + "bounding": [ + -9053, + 7343, + 3061, + 1215 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | TEXT 2", + "bounding": [ + -5221, + 7360, + 1473, + 1102 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SCENE + TEXT 2", + "bounding": [ + -3525, + 7395, + 2736, + 1092 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "MAIN SUBJECT | UPSCALE", + "bounding": [ + -248, + 4690, + 5467, + 1009 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "BG Subject upscale", + "bounding": [ + -274, + 3123, + 5474, + 1024 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Scene Flux upscale", + "bounding": [ + -264, + 1738, + 5463, + 1042 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.555991731349225, + "offset": [ + 10040.731883354634, + -613.2015978770373 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v14-training-tools/Foda-Flux-Lora-COMPARE-lines-v27-x.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v14-training-tools/Foda-Flux-Lora-COMPARE-lines-v27-x.json new file mode 100644 index 0000000..2087ffe --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v14-training-tools/Foda-Flux-Lora-COMPARE-lines-v27-x.json @@ -0,0 +1,10121 @@ +{ + "last_node_id": 1714, + "last_link_id": 2391, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9101, + 1714 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2259 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-COMPARE-lines-v27\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v14\n\ntxt2img + img2img FLUX1 switch\nLora intermediate compare \n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9566, + 1678 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2349 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9643, + 1941 + ], + "size": { + "0": 473.0478820800781, + "1": 236.35003662109375 + }, + "flags": {}, + "order": 28, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "use your lora trained captions as prompts to test\n\nAssassinKahb style a demonic looking skeleton holding a sword with red hair\n\nextreme close up anime kzk woman with long red hair and blue cosmic eyes\n\nanime kzk woman with red hair holding a rifle and wearing a green uniform, crouching down in a hallway with a building in the background\n\nanime kzk woman with red hair shooting directly at the camera, with red hair holding a gun in front of a white background\n\nanime kzk woman with red hair, sneaking inside a sci-fi megatower interior, holding a gun in a room with a red light coming from the ceiling\n\nclose up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup\n\n\n\nAn ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8970.609188172684, + 2043.9527165676045 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "A serene coastal landscape where towering cliffs have been intricately carved into the shape of an ancient Sphinx, reminiscent of Egyptian architecture. The Sphinx faces the ocean, its massive form casting a shadow on the calm, reflective waters below. The sky is clear and bright blue, adding to the surreal beauty of the scene, with the contrast between the warm tones of the carved stone and the cool, tranquil sea", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 2065, + 2068 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 2066, + 2069 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 3, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9567, + 1804 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": { + "collapsed": false + }, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -8731, + 1735 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1890, + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8206, + 1082 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare-NTTW-V1-x" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7959, + 1116 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2133, + 2144, + 2149, + 2154, + 2159, + 2185, + 2204, + 2265, + 2276, + 2313, + 2337, + 2385 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "compare-NTTW-V1-x", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8520.609188172684, + 2853.952716567604 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8121.609188172685, + 2827.952716567604 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1992 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8122.609188172685, + 2997.952716567604 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 7, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6160, + 2016 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1999 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 2260 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5890, + 2070 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2135, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6540, + 1975 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 107, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2219, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1993, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6540, + 2334 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2141, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2220, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6780, + 1995 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2140, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1981, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -8350.609188172684, + 2175.952716567604 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8577.609188172684, + 2160.952716567604 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2351 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7197, + 2284 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2236 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1988, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1989, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1981 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8351.609188172684, + 2495.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7837.609188172685, + 2732.952716567604 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507, + 2009, + 2029, + 2080, + 2101, + 2122, + 2305, + 2329, + 2374 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8357.609188172684, + 2627.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8970.609188172684, + 2425.952716567604 + ], + "size": { + "0": 304, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1521, + 1987 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8963.609188172684, + 2651.952716567604 + ], + "size": { + "0": 280.1095275878906, + "1": 223.4860076904297 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "close up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup" + ], + "A serene coastal landscape where towering cliffs have been intricately carved into the shape of an ancient Sphinx, reminiscent of Egyptian architecture. The Sphinx faces the ocean, its massive form casting a shadow on the calm, reflective waters below. The sky is clear and bright blue, adding to the surreal beauty of the scene, with the contrast between the warm tones of the carved stone and the cool, tranquil sea" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8522.609188172684, + 2983.952716567604 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2067 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6540, + 2215 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6115, + 2166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2134 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10325, + "1": 2192, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881, + 2004, + 2024, + 2074, + 2095, + 2116, + 2299, + 2323, + 2368 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 100464612679264, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -3323.3349609375, + 2460.7357157067754 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2210 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2211 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "E 6", + "E 7", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -3313.6098660574053, + 2040.9670635246384 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -3323.6098660574053, + 3270.967063524635 + ], + "size": { + "0": 478.6578369140625, + "1": 276.0000915527344 + }, + "flags": {}, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2212 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2213 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 2280 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "E 8", + "E 9", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -3323.6098660574053, + 2840.9670635246357 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -2373.3349609375, + 1994.7357157067747 + ], + "size": { + "0": 972.8972778320312, + "1": 1542.4033203125 + }, + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2267, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -2656, + 2841 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2281 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -2743, + 2351 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "FLUX SHIFT", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FFFFFF", + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -8971, + 2953 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2065, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2066, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2067 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "455098249_899611818852437_5616901435628109530_n.jpg", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8580.609188172684, + 2057.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2350 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1535, + "type": "CR Model Input Switch", + "pos": [ + -8325.609188172684, + 2054.952716567604 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1977 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1978 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1537, + "type": "Reroute", + "pos": [ + -7836.609188172685, + 2422.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1987, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1988, + 1989, + 2013, + 2014, + 2033, + 2034, + 2084, + 2085, + 2105, + 2106, + 2126, + 2127, + 2310, + 2311, + 2334, + 2335, + 2379, + 2380 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1538, + "type": "Reroute", + "pos": [ + -7816.609188172685, + 2049.9527165676045 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2137, + 2147, + 2152, + 2157, + 2162, + 2188, + 2316, + 2340, + 2388, + 2389 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1539, + "type": "Reroute", + "pos": [ + -7823.609188172685, + 2827.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1992 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1993, + 2008, + 2028, + 2078, + 2099, + 2120, + 2303, + 2327, + 2372 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7816.609188172685, + 2079.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2259 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2138, + 2148, + 2153, + 2158, + 2163, + 2189, + 2317, + 2341, + 2390 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7815.609188172685, + 2110.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1998 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1999, + 2001, + 2021, + 2071, + 2092, + 2113, + 2296, + 2320, + 2365 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1542, + "type": "VAEDecode", + "pos": [ + -6153.038980688686, + 4129.319500816326 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2000 + }, + { + "name": "vae", + "type": "VAE", + "link": 2001 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2002, + 2262 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1543, + "type": "SaveImage", + "pos": [ + -5883.038980688686, + 4179.319500816326 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2002 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2204, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1544, + "type": "SamplerCustomAdvanced", + "pos": [ + -6533.038980688686, + 4089.319500816326 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2004, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2005, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2217, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2007, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2008, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2000 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1546, + "type": "BasicScheduler", + "pos": [ + -6533.038980688686, + 4449.319500816325 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2202, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2009, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2222, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2015 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1547, + "type": "BasicGuider", + "pos": [ + -6773.038980688686, + 4109.319500816326 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2201, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2011, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2005 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1548, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7191.552860539996, + 4403.067752116096 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2255 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2013, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2014, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2011 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1549, + "type": "SplitSigmas", + "pos": [ + -6533.038980688686, + 4329.319500816325 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2015 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2007 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1553, + "type": "VAEDecode", + "pos": [ + -6148, + 6381 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2020 + }, + { + "name": "vae", + "type": "VAE", + "link": 2021 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2022, + 2289 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1554, + "type": "SaveImage", + "pos": [ + -5901.512115402336, + 6448.429975530784 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2022 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2177, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1555, + "type": "SamplerCustomAdvanced", + "pos": [ + -6551.512115402336, + 6348.429975530784 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2024, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2025, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2214, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2027, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2028, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2020 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1557, + "type": "BasicScheduler", + "pos": [ + -6551.512115402336, + 6708.429975530784 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2176, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2029, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2224, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2035 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1558, + "type": "BasicGuider", + "pos": [ + -6791.512115402336, + 6368.429975530784 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2175, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2031, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1559, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7163, + 6672 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2256 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2033, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2034, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1560, + "type": "SplitSigmas", + "pos": [ + -6551.512115402336, + 6588.429975530784 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2035 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2027 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1575, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8204, + "1": 1209, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 326.03900146484375, + "1": 298 + }, + "flags": {}, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1576, + "type": "Label (rgthree)", + "pos": { + "0": -10157, + "1": 2386, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 996.38671875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 14, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "COMPARE", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1578, + "type": "LoadAndResizeImage", + "pos": [ + -3798.6098660574053, + 2064.9670635246384 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2068, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2069, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 001.png", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1579, + "type": "VAEDecode", + "pos": [ + -6121.2047528305975, + 3102.4979271381007 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2070 + }, + { + "name": "vae", + "type": "VAE", + "link": 2071 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2072, + 2261 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1580, + "type": "SaveImage", + "pos": [ + -5851.2047528305975, + 3152.4979271381007 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2072 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2196, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1581, + "type": "SamplerCustomAdvanced", + "pos": [ + -6501.204752830597, + 3062.4979271381007 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2074, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2075, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2218, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2077, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2078, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2070 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1583, + "type": "BasicScheduler", + "pos": [ + -6501, + 3422 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2199, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2080, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2221, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2086 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1584, + "type": "BasicGuider", + "pos": [ + -6741.204752830597, + 3082.4979271381007 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2198, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2082, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2075 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1585, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7138, + 3391 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2254 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2084, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2085, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2082 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1586, + "type": "SplitSigmas", + "pos": [ + -6501.204752830597, + 3302.4979271381007 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2086 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2077 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1590, + "type": "VAEDecode", + "pos": [ + -6171.53823155842, + 5273.435418381279 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2091 + }, + { + "name": "vae", + "type": "VAE", + "link": 2092 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2093, + 2263 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1591, + "type": "SaveImage", + "pos": [ + -5901.53823155842, + 5263.435418381279 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2093 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2194, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1592, + "type": "SamplerCustomAdvanced", + "pos": [ + -6551.538231558421, + 5233.435418381279 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2095, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2096, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2216, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2098, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2099, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2091 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1594, + "type": "BasicScheduler", + "pos": [ + -6551.538231558421, + 5593.4354183812775 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2191, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2101, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2223, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2107 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1595, + "type": "BasicGuider", + "pos": [ + -6791.53823155842, + 5253.435418381279 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2190, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2103, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2096 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1596, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7160, + 5572 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2251 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2105, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2106, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2103 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1597, + "type": "SplitSigmas", + "pos": [ + -6551.538231558421, + 5473.435418381278 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2107 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2098 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1601, + "type": "VAEDecode", + "pos": [ + -6127, + 7449 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2112 + }, + { + "name": "vae", + "type": "VAE", + "link": 2113 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2114, + 2290 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1602, + "type": "SaveImage", + "pos": [ + -5874.164862383831, + 7497.402827680376 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2114 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2183, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1603, + "type": "SamplerCustomAdvanced", + "pos": [ + -6524.164862383832, + 7417.402827680376 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2116, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2117, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2118, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2119, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2120, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2112 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1604, + "type": "KSamplerSelect", + "pos": [ + -8121.609188172685, + 2360.952716567604 + ], + "size": { + "0": 210, + "1": 66.9239730834961 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2118, + 2214, + 2216, + 2217, + 2218, + 2219, + 2301, + 2325, + 2370 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1605, + "type": "BasicScheduler", + "pos": [ + -6524.164862383832, + 7777.402827680376 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2180, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2122, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2225, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2128 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1606, + "type": "BasicGuider", + "pos": [ + -6764.164862383832, + 7417.402827680376 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2179, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2124, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2117 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1607, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7166, + 7754 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2257 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2126, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2127, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2124 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1608, + "type": "SplitSigmas", + "pos": [ + -6524.164862383832, + 7657.402827680376 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2128 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2119 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1612, + "type": "lora_loader", + "pos": [ + -7453, + 1994 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2137 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2138 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2228, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2140, + 2141 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2236 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2136 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e6-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1613, + "type": "Text Concatenate", + "pos": [ + -6116, + 2112 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2133, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2136, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2134, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1615, + "type": "PrimitiveNode", + "pos": [ + -6070.2047528305975, + 3272.4979271381007 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2146 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1616, + "type": "Text Concatenate", + "pos": [ + -6071.2047528305975, + 3212.4979271381007 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2144, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2195, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2146, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2196 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1617, + "type": "lora_loader", + "pos": [ + -7387, + 3073 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2147 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2148 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2229, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2198, + 2199 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2254 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2195 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e7-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1618, + "type": "PrimitiveNode", + "pos": [ + -6129.538231558421, + 5435.435418381278 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2151 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1619, + "type": "Text Concatenate", + "pos": [ + -6123.538231558421, + 5389.435418381278 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2149, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2193, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2151, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2194 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1620, + "type": "lora_loader", + "pos": [ + -7412.53823155842, + 5252.435418381279 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2152 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2153 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2232, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2190, + 2191 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2251 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2193 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e9-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1621, + "type": "PrimitiveNode", + "pos": [ + -6099.164862383831, + 7597.402827680376 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2156 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1622, + "type": "Text Concatenate", + "pos": [ + -6106.164862383831, + 7557.402827680376 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2154, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2184, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2156, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2183 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1623, + "type": "lora_loader", + "pos": [ + -7415.164862383833, + 7430.402827680376 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2157 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2158 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2230, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2179, + 2180 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2257 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2184 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1624, + "type": "PrimitiveNode", + "pos": [ + -6124.512115402336, + 6538.429975530784 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2161 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1625, + "type": "Text Concatenate", + "pos": [ + -6132.512115402336, + 6492.429975530784 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2159, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2178, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2161, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2177 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1626, + "type": "lora_loader", + "pos": [ + -7418.512115402336, + 6351.429975530784 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2162 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2163 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2231, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2175, + 2176 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2256 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2178 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e10-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1630, + "type": "PrimitiveNode", + "pos": [ + -6121.038980688686, + 4278.319500816325 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2187 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1631, + "type": "Text Concatenate", + "pos": [ + -6112.038980688686, + 4229.319500816325 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2185, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2203, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2187, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1632, + "type": "lora_loader", + "pos": [ + -7438, + 4088 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2188 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2189 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2233, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2201, + 2202 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2255 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2203 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e8-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1635, + "type": "Reroute", + "pos": [ + -3440.492598135773, + 2460.854309816417 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2260 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2210 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1636, + "type": "Reroute", + "pos": [ + -3444.492598135773, + 2664.8543098164164 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2261 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2211 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1637, + "type": "Reroute", + "pos": [ + -3450.492598135773, + 3273.854309816415 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2262 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2212 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1638, + "type": "Reroute", + "pos": [ + -3446.492598135773, + 3488.854309816415 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2263 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2213 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1639, + "type": "PrimitiveNode", + "pos": [ + -8119.609188172685, + 2479.952716567604 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2220, + 2221, + 2222, + 2223, + 2224, + 2225, + 2306, + 2330, + 2375 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 12, + "fixed" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -8118.609188172685, + 2613.952716567604 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2228, + 2229, + 2230, + 2231, + 2232, + 2233, + 2318, + 2342 + ], + "slot_index": 0, + "widget": { + "name": "strength_model" + } + } + ], + "title": "Lora Strength", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.7000000000000001, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1654, + "type": "Note", + "pos": [ + -10140, + 1823 + ], + "size": { + "0": 482.0799255371094, + "1": 355.24700927734375 + }, + "flags": {}, + "order": 27, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "skyforge style (2), multiple girls, ladder, aircraft, airship, paradise style (22), overgrown, neofutur style (18), paradise style (10), junglecity (15)\n\ncity, paradise style (3), hyperfutur style (5), power lines, day, junglecity (9), 6+boys, fantasm style (2), neofutur style (11), no humans\n\n1girl, paradise style (7), building, rockhouse style (4), tower, paradise style (3), neofutur style (3), junglecity (9), neofutur style (31), ocean\n\n\ncranehouse style (3), scenery, sky, no humans, cloud, outdoors, day, ocean, crane (machine), blue sky, watercraft\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nparadise style (13), cloud, sky, scenery, no humans, day, outdoors, blue sky, cloudy sky, building, railing\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nancientrealm style (4), scenery, moon, sky, cloud, night, castle, city, outdoors, building, tower\n\nfantasm style (6), scenery, no humans, cloud, sky, fantasy, planet, building, city, tree, star (sky)\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1655, + "type": "PrimitiveNode", + "pos": [ + -2639.3349609375, + 2084.7357157067745 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2266 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1656, + "type": "Text Concatenate", + "pos": [ + -2634.3349609375, + 2041.735715706775 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2265, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2266, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2267 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1657, + "type": "CR Simple Image Compare", + "pos": [ + -3320, + 4090 + ], + "size": { + "0": 478.6578369140625, + "1": 276.0000915527344 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2268 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2269 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2270, + 2282, + 2347 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "E 10", + "E 11", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1658, + "type": "PreviewImage", + "pos": [ + -3320, + 3660 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2270 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1659, + "type": "Reroute", + "pos": [ + -3450, + 4090 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2289 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2268 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1660, + "type": "Reroute", + "pos": [ + -3440, + 4310 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2290 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2269 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1661, + "type": "Save Image Grid (mtb)", + "pos": [ + -2390, + 3640 + ], + "size": { + "0": 982.0357666015625, + "1": 1605.613525390625 + }, + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2346 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2275, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1662, + "type": "PrimitiveNode", + "pos": [ + -2660, + 3730 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2277 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1663, + "type": "Text Concatenate", + "pos": [ + -2650, + 3680 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2276, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2277, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2275 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1665, + "type": "Reroute", + "pos": [ + -2773, + 2946 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2280 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2281 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1666, + "type": "CR Simple Image Compare", + "pos": [ + -3330, + 4970 + ], + "size": { + "0": 478.6578369140625, + "1": 276.0000915527344 + }, + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2284 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2285 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2286, + 2348 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "E 12", + "E 13", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1667, + "type": "PreviewImage", + "pos": [ + -3330, + 4540 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2286 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1668, + "type": "Reroute", + "pos": [ + -3460, + 4970 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2343 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2284 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1669, + "type": "Reroute", + "pos": [ + -3470, + 5202 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2344 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2285 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1673, + "type": "VAEDecode", + "pos": [ + -6129, + 8490 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2295 + }, + { + "name": "vae", + "type": "VAE", + "link": 2296 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2297, + 2343 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1674, + "type": "SaveImage", + "pos": [ + -5872.018154909947, + 8564.145088155037 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2297 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2298, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1675, + "type": "SamplerCustomAdvanced", + "pos": [ + -6522.018154909945, + 8484.145088155037 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2299, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2300, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2301, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2302, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2303, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2295 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1676, + "type": "BasicScheduler", + "pos": [ + -6522.018154909945, + 8844.145088155037 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2304, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2305, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2306, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2312 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1677, + "type": "BasicGuider", + "pos": [ + -6762.018154909945, + 8484.145088155037 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2307, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2308, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2300 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1678, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7163.853292526113, + 8820.742260474663 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2309 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2310, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2311, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2308 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1679, + "type": "SplitSigmas", + "pos": [ + -6522.018154909945, + 8724.145088155037 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2312 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2302 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1680, + "type": "PrimitiveNode", + "pos": [ + -6097.018154909945, + 8664.145088155037 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2315 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1681, + "type": "Text Concatenate", + "pos": [ + -6104.018154909945, + 8624.145088155037 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2313, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2314, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2315, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2298 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1682, + "type": "lora_loader", + "pos": [ + -7413, + 8497 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2316 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2317 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2318, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2304, + 2307 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2309 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2314 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e12-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1683, + "type": "VAEDecode", + "pos": [ + -6110, + 9610 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2319 + }, + { + "name": "vae", + "type": "VAE", + "link": 2320 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2321, + 2344 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1684, + "type": "SaveImage", + "pos": [ + -5860, + 9660 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2321 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2322, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1685, + "type": "SamplerCustomAdvanced", + "pos": [ + -6510, + 9580 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2323, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2324, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2325, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2326, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2327, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2319 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1686, + "type": "BasicScheduler", + "pos": [ + -6510, + 9940 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2328, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2329, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2330, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2336 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1687, + "type": "BasicGuider", + "pos": [ + -6750, + 9580 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2331, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2332, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2324 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1688, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7150, + 9910 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2333 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2334, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2335, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2332 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1689, + "type": "SplitSigmas", + "pos": [ + -6510, + 9820 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2336 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2326 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1690, + "type": "PrimitiveNode", + "pos": [ + -6090, + 9760 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2339 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1691, + "type": "Text Concatenate", + "pos": [ + -6090, + 9720 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2337, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2338, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2339, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2322 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1692, + "type": "lora_loader", + "pos": [ + -7400, + 9590 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2340 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2341 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2342, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2328, + 2331 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2333 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2338 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\NTTW-Flux-kappa-e13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1693, + "type": "ImpactMakeImageBatch", + "pos": [ + -2704, + 4546 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2347 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2348 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2346 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1694, + "type": "Reroute", + "pos": [ + -8764.609188172684, + 1954.9527165676045 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2349 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2350, + 2351 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1705, + "type": "VAEDecode", + "pos": [ + -6192.424392781431, + 55.960491518303016 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2364 + }, + { + "name": "vae", + "type": "VAE", + "link": 2365 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2366 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1706, + "type": "SaveImage", + "pos": [ + -5922.424392781431, + 105.96049151830302 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2366 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2367, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1707, + "type": "SamplerCustomAdvanced", + "pos": [ + -6572.424392781431, + 15.960491518303012 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2368, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2369, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2370, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2371, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2372, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2364 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1708, + "type": "BasicScheduler", + "pos": [ + -6572.424392781431, + 375.96049151830306 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2388, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2374, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2375, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1709, + "type": "BasicGuider", + "pos": [ + -6812.424392781431, + 35.960491518303016 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2389, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2377, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2369 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1710, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7232.424392781431, + 325.96049151830306 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2390 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2379, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2380, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2377 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1711, + "type": "SplitSigmas", + "pos": [ + -6572.424392781431, + 255.96049151830303 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2381 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2371 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1712, + "type": "PrimitiveNode", + "pos": [ + -6176, + 204 + ], + "size": { + "0": 210, + "1": 60 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2391 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1714, + "type": "Text Concatenate", + "pos": [ + -6168, + 153 + ], + "size": [ + 315, + 178 + ], + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2385, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2391, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2367 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1977, + 1506, + 0, + 1535, + 0, + "MODEL" + ], + [ + 1978, + 1232, + 0, + 1535, + 1, + "MODEL" + ], + [ + 1981, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1987, + 1245, + 0, + 1537, + 0, + "*" + ], + [ + 1988, + 1537, + 0, + 1236, + 1, + "STRING" + ], + [ + 1989, + 1537, + 0, + 1236, + 2, + "STRING" + ], + [ + 1991, + 1535, + 0, + 1538, + 0, + "*" + ], + [ + 1992, + 1217, + 0, + 1539, + 0, + "*" + ], + [ + 1993, + 1539, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1998, + 1102, + 0, + 1541, + 0, + "*" + ], + [ + 1999, + 1541, + 0, + 1222, + 1, + "VAE" + ], + [ + 2000, + 1544, + 0, + 1542, + 0, + "LATENT" + ], + [ + 2001, + 1541, + 0, + 1542, + 1, + "VAE" + ], + [ + 2002, + 1542, + 0, + 1543, + 0, + "IMAGE" + ], + [ + 2004, + 1484, + 0, + 1544, + 0, + "NOISE" + ], + [ + 2005, + 1547, + 0, + 1544, + 1, + "GUIDER" + ], + [ + 2007, + 1549, + 1, + 1544, + 3, + "SIGMAS" + ], + [ + 2008, + 1539, + 0, + 1544, + 4, + "LATENT" + ], + [ + 2009, + 1241, + 0, + 1546, + 1, + "FLOAT" + ], + [ + 2011, + 1548, + 0, + 1547, + 1, + "CONDITIONING" + ], + [ + 2013, + 1537, + 0, + 1548, + 1, + "STRING" + ], + [ + 2014, + 1537, + 0, + 1548, + 2, + "STRING" + ], + [ + 2015, + 1546, + 0, + 1549, + 0, + "SIGMAS" + ], + [ + 2020, + 1555, + 0, + 1553, + 0, + "LATENT" + ], + [ + 2021, + 1541, + 0, + 1553, + 1, + "VAE" + ], + [ + 2022, + 1553, + 0, + 1554, + 0, + "IMAGE" + ], + [ + 2024, + 1484, + 0, + 1555, + 0, + "NOISE" + ], + [ + 2025, + 1558, + 0, + 1555, + 1, + "GUIDER" + ], + [ + 2027, + 1560, + 1, + 1555, + 3, + "SIGMAS" + ], + [ + 2028, + 1539, + 0, + 1555, + 4, + "LATENT" + ], + [ + 2029, + 1241, + 0, + 1557, + 1, + "FLOAT" + ], + [ + 2031, + 1559, + 0, + 1558, + 1, + "CONDITIONING" + ], + [ + 2033, + 1537, + 0, + 1559, + 1, + "STRING" + ], + [ + 2034, + 1537, + 0, + 1559, + 2, + "STRING" + ], + [ + 2035, + 1557, + 0, + 1560, + 0, + "SIGMAS" + ], + [ + 2065, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 2066, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 2067, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 2068, + 559, + 0, + 1578, + 0, + "INT" + ], + [ + 2069, + 559, + 1, + 1578, + 1, + "INT" + ], + [ + 2070, + 1581, + 0, + 1579, + 0, + "LATENT" + ], + [ + 2071, + 1541, + 0, + 1579, + 1, + "VAE" + ], + [ + 2072, + 1579, + 0, + 1580, + 0, + "IMAGE" + ], + [ + 2074, + 1484, + 0, + 1581, + 0, + "NOISE" + ], + [ + 2075, + 1584, + 0, + 1581, + 1, + "GUIDER" + ], + [ + 2077, + 1586, + 1, + 1581, + 3, + "SIGMAS" + ], + [ + 2078, + 1539, + 0, + 1581, + 4, + "LATENT" + ], + [ + 2080, + 1241, + 0, + 1583, + 1, + "FLOAT" + ], + [ + 2082, + 1585, + 0, + 1584, + 1, + "CONDITIONING" + ], + [ + 2084, + 1537, + 0, + 1585, + 1, + "STRING" + ], + [ + 2085, + 1537, + 0, + 1585, + 2, + "STRING" + ], + [ + 2086, + 1583, + 0, + 1586, + 0, + "SIGMAS" + ], + [ + 2091, + 1592, + 0, + 1590, + 0, + "LATENT" + ], + [ + 2092, + 1541, + 0, + 1590, + 1, + "VAE" + ], + [ + 2093, + 1590, + 0, + 1591, + 0, + "IMAGE" + ], + [ + 2095, + 1484, + 0, + 1592, + 0, + "NOISE" + ], + [ + 2096, + 1595, + 0, + 1592, + 1, + "GUIDER" + ], + [ + 2098, + 1597, + 1, + 1592, + 3, + "SIGMAS" + ], + [ + 2099, + 1539, + 0, + 1592, + 4, + "LATENT" + ], + [ + 2101, + 1241, + 0, + 1594, + 1, + "FLOAT" + ], + [ + 2103, + 1596, + 0, + 1595, + 1, + "CONDITIONING" + ], + [ + 2105, + 1537, + 0, + 1596, + 1, + "STRING" + ], + [ + 2106, + 1537, + 0, + 1596, + 2, + "STRING" + ], + [ + 2107, + 1594, + 0, + 1597, + 0, + "SIGMAS" + ], + [ + 2112, + 1603, + 0, + 1601, + 0, + "LATENT" + ], + [ + 2113, + 1541, + 0, + 1601, + 1, + "VAE" + ], + [ + 2114, + 1601, + 0, + 1602, + 0, + "IMAGE" + ], + [ + 2116, + 1484, + 0, + 1603, + 0, + "NOISE" + ], + [ + 2117, + 1606, + 0, + 1603, + 1, + "GUIDER" + ], + [ + 2118, + 1604, + 0, + 1603, + 2, + "SAMPLER" + ], + [ + 2119, + 1608, + 1, + 1603, + 3, + "SIGMAS" + ], + [ + 2120, + 1539, + 0, + 1603, + 4, + "LATENT" + ], + [ + 2122, + 1241, + 0, + 1605, + 1, + "FLOAT" + ], + [ + 2124, + 1607, + 0, + 1606, + 1, + "CONDITIONING" + ], + [ + 2126, + 1537, + 0, + 1607, + 1, + "STRING" + ], + [ + 2127, + 1537, + 0, + 1607, + 2, + "STRING" + ], + [ + 2128, + 1605, + 0, + 1608, + 0, + "SIGMAS" + ], + [ + 2133, + 1212, + 0, + 1613, + 0, + "STRING" + ], + [ + 2134, + 1249, + 0, + 1613, + 2, + "STRING" + ], + [ + 2135, + 1613, + 0, + 1223, + 1, + "STRING" + ], + [ + 2136, + 1612, + 2, + 1613, + 1, + "STRING" + ], + [ + 2137, + 1538, + 0, + 1612, + 0, + "MODEL" + ], + [ + 2138, + 1540, + 0, + 1612, + 1, + "CLIP" + ], + [ + 2140, + 1612, + 0, + 1227, + 0, + "MODEL" + ], + [ + 2141, + 1612, + 0, + 1226, + 0, + "MODEL" + ], + [ + 2144, + 1212, + 0, + 1616, + 0, + "STRING" + ], + [ + 2146, + 1615, + 0, + 1616, + 2, + "STRING" + ], + [ + 2147, + 1538, + 0, + 1617, + 0, + "MODEL" + ], + [ + 2148, + 1540, + 0, + 1617, + 1, + "CLIP" + ], + [ + 2149, + 1212, + 0, + 1619, + 0, + "STRING" + ], + [ + 2151, + 1618, + 0, + 1619, + 2, + "STRING" + ], + [ + 2152, + 1538, + 0, + 1620, + 0, + "MODEL" + ], + [ + 2153, + 1540, + 0, + 1620, + 1, + "CLIP" + ], + [ + 2154, + 1212, + 0, + 1622, + 0, + "STRING" + ], + [ + 2156, + 1621, + 0, + 1622, + 2, + "STRING" + ], + [ + 2157, + 1538, + 0, + 1623, + 0, + "MODEL" + ], + [ + 2158, + 1540, + 0, + 1623, + 1, + "CLIP" + ], + [ + 2159, + 1212, + 0, + 1625, + 0, + "STRING" + ], + [ + 2161, + 1624, + 0, + 1625, + 2, + "STRING" + ], + [ + 2162, + 1538, + 0, + 1626, + 0, + "MODEL" + ], + [ + 2163, + 1540, + 0, + 1626, + 1, + "CLIP" + ], + [ + 2175, + 1626, + 0, + 1558, + 0, + "MODEL" + ], + [ + 2176, + 1626, + 0, + 1557, + 0, + "MODEL" + ], + [ + 2177, + 1625, + 0, + 1554, + 1, + "STRING" + ], + [ + 2178, + 1626, + 2, + 1625, + 1, + "STRING" + ], + [ + 2179, + 1623, + 0, + 1606, + 0, + "MODEL" + ], + [ + 2180, + 1623, + 0, + 1605, + 0, + "MODEL" + ], + [ + 2183, + 1622, + 0, + 1602, + 1, + "STRING" + ], + [ + 2184, + 1623, + 2, + 1622, + 1, + "STRING" + ], + [ + 2185, + 1212, + 0, + 1631, + 0, + "STRING" + ], + [ + 2187, + 1630, + 0, + 1631, + 2, + "STRING" + ], + [ + 2188, + 1538, + 0, + 1632, + 0, + "MODEL" + ], + [ + 2189, + 1540, + 0, + 1632, + 1, + "CLIP" + ], + [ + 2190, + 1620, + 0, + 1595, + 0, + "MODEL" + ], + [ + 2191, + 1620, + 0, + 1594, + 0, + "MODEL" + ], + [ + 2193, + 1620, + 2, + 1619, + 1, + "STRING" + ], + [ + 2194, + 1619, + 0, + 1591, + 1, + "STRING" + ], + [ + 2195, + 1617, + 2, + 1616, + 1, + "STRING" + ], + [ + 2196, + 1616, + 0, + 1580, + 1, + "STRING" + ], + [ + 2198, + 1617, + 0, + 1584, + 0, + "MODEL" + ], + [ + 2199, + 1617, + 0, + 1583, + 0, + "MODEL" + ], + [ + 2201, + 1632, + 0, + 1547, + 0, + "MODEL" + ], + [ + 2202, + 1632, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2203, + 1632, + 2, + 1631, + 1, + "STRING" + ], + [ + 2204, + 1212, + 0, + 1543, + 1, + "STRING" + ], + [ + 2210, + 1635, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 2211, + 1636, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 2212, + 1637, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 2213, + 1638, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 2214, + 1604, + 0, + 1555, + 2, + "SAMPLER" + ], + [ + 2216, + 1604, + 0, + 1592, + 2, + "SAMPLER" + ], + [ + 2217, + 1604, + 0, + 1544, + 2, + "SAMPLER" + ], + [ + 2218, + 1604, + 0, + 1581, + 2, + "SAMPLER" + ], + [ + 2219, + 1604, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 2220, + 1639, + 0, + 1226, + 2, + "INT" + ], + [ + 2221, + 1639, + 0, + 1583, + 2, + "INT" + ], + [ + 2222, + 1639, + 0, + 1546, + 2, + "INT" + ], + [ + 2223, + 1639, + 0, + 1594, + 2, + "INT" + ], + [ + 2224, + 1639, + 0, + 1557, + 2, + "INT" + ], + [ + 2225, + 1639, + 0, + 1605, + 2, + "INT" + ], + [ + 2228, + 1645, + 0, + 1612, + 2, + "FLOAT" + ], + [ + 2229, + 1645, + 0, + 1617, + 2, + "FLOAT" + ], + [ + 2230, + 1645, + 0, + 1623, + 2, + "FLOAT" + ], + [ + 2231, + 1645, + 0, + 1626, + 2, + "FLOAT" + ], + [ + 2232, + 1645, + 0, + 1620, + 2, + "FLOAT" + ], + [ + 2233, + 1645, + 0, + 1632, + 2, + "FLOAT" + ], + [ + 2236, + 1612, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2251, + 1620, + 1, + 1596, + 0, + "CLIP" + ], + [ + 2254, + 1617, + 1, + 1585, + 0, + "CLIP" + ], + [ + 2255, + 1632, + 1, + 1548, + 0, + "CLIP" + ], + [ + 2256, + 1626, + 1, + 1559, + 0, + "CLIP" + ], + [ + 2257, + 1623, + 1, + 1607, + 0, + "CLIP" + ], + [ + 2259, + 11, + 0, + 1540, + 0, + "*" + ], + [ + 2260, + 1222, + 0, + 1635, + 0, + "*" + ], + [ + 2261, + 1579, + 0, + 1636, + 0, + "*" + ], + [ + 2262, + 1542, + 0, + 1637, + 0, + "*" + ], + [ + 2263, + 1590, + 0, + 1638, + 0, + "*" + ], + [ + 2265, + 1212, + 0, + 1656, + 0, + "STRING" + ], + [ + 2266, + 1655, + 0, + 1656, + 1, + "STRING" + ], + [ + 2267, + 1656, + 0, + 1498, + 1, + "STRING" + ], + [ + 2268, + 1659, + 0, + 1657, + 0, + "IMAGE" + ], + [ + 2269, + 1660, + 0, + 1657, + 1, + "IMAGE" + ], + [ + 2270, + 1657, + 0, + 1658, + 0, + "IMAGE" + ], + [ + 2275, + 1663, + 0, + 1661, + 1, + "STRING" + ], + [ + 2276, + 1212, + 0, + 1663, + 0, + "STRING" + ], + [ + 2277, + 1662, + 0, + 1663, + 1, + "STRING" + ], + [ + 2280, + 1496, + 0, + 1665, + 0, + "*" + ], + [ + 2281, + 1665, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 2282, + 1657, + 0, + 1664, + 0, + "IMAGE" + ], + [ + 2284, + 1668, + 0, + 1666, + 0, + "IMAGE" + ], + [ + 2285, + 1669, + 0, + 1666, + 1, + "IMAGE" + ], + [ + 2286, + 1666, + 0, + 1667, + 0, + "IMAGE" + ], + [ + 2289, + 1553, + 0, + 1659, + 0, + "*" + ], + [ + 2290, + 1601, + 0, + 1660, + 0, + "*" + ], + [ + 2295, + 1675, + 0, + 1673, + 0, + "LATENT" + ], + [ + 2296, + 1541, + 0, + 1673, + 1, + "VAE" + ], + [ + 2297, + 1673, + 0, + 1674, + 0, + "IMAGE" + ], + [ + 2298, + 1681, + 0, + 1674, + 1, + "STRING" + ], + [ + 2299, + 1484, + 0, + 1675, + 0, + "NOISE" + ], + [ + 2300, + 1677, + 0, + 1675, + 1, + "GUIDER" + ], + [ + 2301, + 1604, + 0, + 1675, + 2, + "SAMPLER" + ], + [ + 2302, + 1679, + 1, + 1675, + 3, + "SIGMAS" + ], + [ + 2303, + 1539, + 0, + 1675, + 4, + "LATENT" + ], + [ + 2304, + 1682, + 0, + 1676, + 0, + "MODEL" + ], + [ + 2305, + 1241, + 0, + 1676, + 1, + "FLOAT" + ], + [ + 2306, + 1639, + 0, + 1676, + 2, + "INT" + ], + [ + 2307, + 1682, + 0, + 1677, + 0, + "MODEL" + ], + [ + 2308, + 1678, + 0, + 1677, + 1, + "CONDITIONING" + ], + [ + 2309, + 1682, + 1, + 1678, + 0, + "CLIP" + ], + [ + 2310, + 1537, + 0, + 1678, + 1, + "STRING" + ], + [ + 2311, + 1537, + 0, + 1678, + 2, + "STRING" + ], + [ + 2312, + 1676, + 0, + 1679, + 0, + "SIGMAS" + ], + [ + 2313, + 1212, + 0, + 1681, + 0, + "STRING" + ], + [ + 2314, + 1682, + 2, + 1681, + 1, + "STRING" + ], + [ + 2315, + 1680, + 0, + 1681, + 2, + "STRING" + ], + [ + 2316, + 1538, + 0, + 1682, + 0, + "MODEL" + ], + [ + 2317, + 1540, + 0, + 1682, + 1, + "CLIP" + ], + [ + 2318, + 1645, + 0, + 1682, + 2, + "FLOAT" + ], + [ + 2319, + 1685, + 0, + 1683, + 0, + "LATENT" + ], + [ + 2320, + 1541, + 0, + 1683, + 1, + "VAE" + ], + [ + 2321, + 1683, + 0, + 1684, + 0, + "IMAGE" + ], + [ + 2322, + 1691, + 0, + 1684, + 1, + "STRING" + ], + [ + 2323, + 1484, + 0, + 1685, + 0, + "NOISE" + ], + [ + 2324, + 1687, + 0, + 1685, + 1, + "GUIDER" + ], + [ + 2325, + 1604, + 0, + 1685, + 2, + "SAMPLER" + ], + [ + 2326, + 1689, + 1, + 1685, + 3, + "SIGMAS" + ], + [ + 2327, + 1539, + 0, + 1685, + 4, + "LATENT" + ], + [ + 2328, + 1692, + 0, + 1686, + 0, + "MODEL" + ], + [ + 2329, + 1241, + 0, + 1686, + 1, + "FLOAT" + ], + [ + 2330, + 1639, + 0, + 1686, + 2, + "INT" + ], + [ + 2331, + 1692, + 0, + 1687, + 0, + "MODEL" + ], + [ + 2332, + 1688, + 0, + 1687, + 1, + "CONDITIONING" + ], + [ + 2333, + 1692, + 1, + 1688, + 0, + "CLIP" + ], + [ + 2334, + 1537, + 0, + 1688, + 1, + "STRING" + ], + [ + 2335, + 1537, + 0, + 1688, + 2, + "STRING" + ], + [ + 2336, + 1686, + 0, + 1689, + 0, + "SIGMAS" + ], + [ + 2337, + 1212, + 0, + 1691, + 0, + "STRING" + ], + [ + 2338, + 1692, + 2, + 1691, + 1, + "STRING" + ], + [ + 2339, + 1690, + 0, + 1691, + 2, + "STRING" + ], + [ + 2340, + 1538, + 0, + 1692, + 0, + "MODEL" + ], + [ + 2341, + 1540, + 0, + 1692, + 1, + "CLIP" + ], + [ + 2342, + 1645, + 0, + 1692, + 2, + "FLOAT" + ], + [ + 2343, + 1673, + 0, + 1668, + 0, + "*" + ], + [ + 2344, + 1683, + 0, + 1669, + 0, + "*" + ], + [ + 2346, + 1693, + 0, + 1661, + 0, + "IMAGE" + ], + [ + 2347, + 1657, + 0, + 1693, + 0, + "IMAGE" + ], + [ + 2348, + 1666, + 0, + 1693, + 1, + "IMAGE" + ], + [ + 2349, + 88, + 0, + 1694, + 0, + "*" + ], + [ + 2350, + 1694, + 0, + 1506, + 0, + "MODEL" + ], + [ + 2351, + 1694, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2364, + 1707, + 0, + 1705, + 0, + "LATENT" + ], + [ + 2365, + 1541, + 0, + 1705, + 1, + "VAE" + ], + [ + 2366, + 1705, + 0, + 1706, + 0, + "IMAGE" + ], + [ + 2367, + 1714, + 0, + 1706, + 1, + "STRING" + ], + [ + 2368, + 1484, + 0, + 1707, + 0, + "NOISE" + ], + [ + 2369, + 1709, + 0, + 1707, + 1, + "GUIDER" + ], + [ + 2370, + 1604, + 0, + 1707, + 2, + "SAMPLER" + ], + [ + 2371, + 1711, + 1, + 1707, + 3, + "SIGMAS" + ], + [ + 2372, + 1539, + 0, + 1707, + 4, + "LATENT" + ], + [ + 2374, + 1241, + 0, + 1708, + 1, + "FLOAT" + ], + [ + 2375, + 1639, + 0, + 1708, + 2, + "INT" + ], + [ + 2377, + 1710, + 0, + 1709, + 1, + "CONDITIONING" + ], + [ + 2379, + 1537, + 0, + 1710, + 1, + "STRING" + ], + [ + 2380, + 1537, + 0, + 1710, + 2, + "STRING" + ], + [ + 2381, + 1708, + 0, + 1711, + 0, + "SIGMAS" + ], + [ + 2385, + 1212, + 0, + 1714, + 0, + "STRING" + ], + [ + 2388, + 1538, + 0, + 1708, + 0, + "MODEL" + ], + [ + 2389, + 1538, + 0, + 1709, + 0, + "MODEL" + ], + [ + 2390, + 1540, + 0, + 1710, + 0, + "CLIP" + ], + [ + 2391, + 1712, + 0, + 1714, + 1, + "STRING" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -8996, + 1947, + 1303, + 1608 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #1", + "bounding": [ + -7495, + 1869, + 2515, + 971 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #3", + "bounding": [ + -7488, + 3988, + 2524, + 933 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #5", + "bounding": [ + -7505, + 6235, + 2537, + 952 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Presentation Grids", + "bounding": [ + -3890, + 1878, + 2610, + 3578 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #2", + "bounding": [ + -7442, + 2970, + 2448, + 911 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #4", + "bounding": [ + -7480, + 5158, + 2478, + 935 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #6", + "bounding": [ + -7473, + 7340, + 2471, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #7", + "bounding": [ + -7447, + 8397, + 2460, + 944 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #8", + "bounding": [ + -7440, + 9492, + 2477, + 914 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Control | No Lora", + "bounding": [ + -7518, + -80, + 2470, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.1948717100000044, + "offset": [ + 11832.086265150665, + 588.7013220162493 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v14-training-tools/Foda-Flux-Lora-Tester-lines-v27.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v14-training-tools/Foda-Flux-Lora-Tester-lines-v27.json new file mode 100644 index 0000000..e1ed706 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v14-training-tools/Foda-Flux-Lora-Tester-lines-v27.json @@ -0,0 +1,3626 @@ +{ + "last_node_id": 1737, + "last_link_id": 2432, + "nodes": [ + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9101, + 1714 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2259 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-Tester-lines-v27\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v14\n\ntxt2img + img2img FLUX1 switch\nLora intermediate compare \n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9566, + 1678 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2349 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9643, + 1941 + ], + "size": { + "0": 473.0478820800781, + "1": 236.35003662109375 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "use your lora trained captions as prompts to test\n\nAssassinKahb style a demonic looking skeleton holding a sword with red hair\n\nextreme close up anime kzk woman with long red hair and blue cosmic eyes\n\nanime kzk woman with red hair holding a rifle and wearing a green uniform, crouching down in a hallway with a building in the background\n\nanime kzk woman with red hair shooting directly at the camera, with red hair holding a gun in front of a white background\n\nanime kzk woman with red hair, sneaking inside a sci-fi megatower interior, holding a gun in a room with a red light coming from the ceiling\n\nclose up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup\n\nA serene coastal landscape where towering cliffs have been intricately carved into the shape of an ancient Sphinx, reminiscent of Egyptian architecture. The Sphinx faces the ocean, its massive form casting a shadow on the calm, reflective waters below. The sky is clear and bright blue, adding to the surreal beauty of the scene, with the contrast between the warm tones of the carved stone and the cool, tranquil sea\n\nAn ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky\n\n\n\nAn ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8970.609188172684, + 2043.9527165676045 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "An ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8586, + 1273 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 2065 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 2066 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 3, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9567, + 1804 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": { + "collapsed": false + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -8731, + 1735 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1890, + 1998 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7961.103520528369, + 1073.1365919757848 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8206, + 1082 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare-NTTW-V1-x" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7959, + 1116 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2133, + 2385, + 2428 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "compare-NTTW-V1-x", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8520.609188172684, + 2853.952716567604 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8121.609188172685, + 2827.952716567604 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1992 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8122.609188172685, + 2997.952716567604 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 10, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6160, + 2105.433059622959 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1999 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 2395 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -5890, + 2159.433059622959 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2135, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6540, + 2064.43305962296 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2219, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1993, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6540, + 2423.433059622959 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2141, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2220, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -6780, + 2084.4330596229597 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2140, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1981, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -8350.609188172684, + 2175.952716567604 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8577.609188172684, + 2160.952716567604 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2351 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7197, + 2373.433059622959 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2236 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1988, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1989, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1981 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8351.609188172684, + 2495.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7837.609188172685, + 2732.952716567604 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507, + 2374 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8357.609188172684, + 2627.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8970.609188172684, + 2425.952716567604 + ], + "size": { + "0": 304, + "1": 178.00009155273438 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1521, + 1987 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8963.609188172684, + 2651.952716567604 + ], + "size": { + "0": 280.1095275878906, + "1": 223.4860076904297 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "close up anime kzk woman with red hair wearing spysuit portrait, wearing black and white makeup" + ], + "An ancient Asian warrior, clad in traditional armor, is seated in deep meditation atop a massive stone platform. The warrior's presence is powerful yet serene, with strong, chiseled features. The surrounding environment is dominated by towering rock formations and cliffs, intricately carved with symbols and statues that reflect a deep, ancient rock culture. The entire scene is imbued with a sense of strength, discipline, and connection to the earth, under a tranquil sky" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8522.609188172684, + 2983.952716567604 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 2067 + }, + { + "name": "vae", + "type": "VAE", + "link": 1890 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6540, + 2304.433059622959 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6115, + 2255.433059622959 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2134 + ], + "slot_index": 0, + "widget": { + "name": "text_c" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10325, + "1": 2192, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 15, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881, + 2368 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 816582108600558, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4091.4298096095276, + 2533.8829946459064 + ], + "size": { + "0": 493.4223327636719, + "1": 276.00006103515625 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 2432 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2431 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2423 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "LORA ~ ON", + "LORA ~ OFF", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -8971, + 2953 + ], + "size": { + "0": 315, + "1": 522.0001220703125 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 2065, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 2066, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 2067 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "455098249_899611818852437_5616901435628109530_n.jpg", + true, + 1024, + 1024, + 1, + true, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8580.609188172684, + 2057.952716567604 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2350 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1535, + "type": "CR Model Input Switch", + "pos": [ + -8325.609188172684, + 2054.952716567604 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1977 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1978 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1537, + "type": "Reroute", + "pos": [ + -7836.609188172685, + 2422.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1987, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1988, + 1989, + 2379, + 2380 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1538, + "type": "Reroute", + "pos": [ + -7816.609188172685, + 2049.9527165676045 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2137, + 2388, + 2389 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1539, + "type": "Reroute", + "pos": [ + -7823.609188172685, + 2827.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1992 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1993, + 2372 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7816.609188172685, + 2079.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2259 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2138, + 2390 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7815.609188172685, + 2110.952716567604 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1998 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1999, + 2365 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1575, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8204, + "1": 1209, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 326.03900146484375, + "1": 298 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1576, + "type": "Label (rgthree)", + "pos": { + "0": -9957, + "1": 2403, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 788.96484375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 24, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TESTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1604, + "type": "KSamplerSelect", + "pos": [ + -8121.609188172685, + 2360.952716567604 + ], + "size": { + "0": 210, + "1": 66.9239730834961 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 2219, + 2370 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1612, + "type": "lora_loader", + "pos": [ + -7453, + 2083.4330596229597 + ], + "size": { + "0": 556.1939697265625, + "1": 186 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2137 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2138 + }, + { + "name": "strength_model", + "type": "FLOAT", + "link": 2228, + "widget": { + "name": "strength_model" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2140, + 2141 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2236 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "lora_name", + "type": "STRING", + "links": [ + 2136 + ], + "slot_index": 2, + "shape": 3 + }, + { + "name": "strength_model", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "strength_clip", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "lora_loader" + }, + "widgets_values": [ + "flux\\civit\\Thorra-Flux-lite-e11-12.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1613, + "type": "Text Concatenate", + "pos": [ + -6116, + 2201.433059622959 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2133, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2136, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": 2134, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2135 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "", + "compare", + "" + ] + }, + { + "id": 1635, + "type": "Reroute", + "pos": [ + -4347, + 2593 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2394 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2431 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1636, + "type": "Reroute", + "pos": [ + -4348, + 2533 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2395 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 2432 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1639, + "type": "PrimitiveNode", + "pos": [ + -8119.609188172685, + 2479.952716567604 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2220, + 2375 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 12, + "fixed" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1645, + "type": "PrimitiveNode", + "pos": [ + -8118.609188172685, + 2613.952716567604 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2228 + ], + "slot_index": 0, + "widget": { + "name": "strength_model" + } + } + ], + "title": "Lora Strength", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 0.7000000000000001, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1654, + "type": "Note", + "pos": [ + -10140, + 1823 + ], + "size": { + "0": 482.0799255371094, + "1": 355.24700927734375 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "skyforge style (2), multiple girls, ladder, aircraft, airship, paradise style (22), overgrown, neofutur style (18), paradise style (10), junglecity (15)\n\ncity, paradise style (3), hyperfutur style (5), power lines, day, junglecity (9), 6+boys, fantasm style (2), neofutur style (11), no humans\n\n1girl, paradise style (7), building, rockhouse style (4), tower, paradise style (3), neofutur style (3), junglecity (9), neofutur style (31), ocean\n\n\ncranehouse style (3), scenery, sky, no humans, cloud, outdoors, day, ocean, crane (machine), blue sky, watercraft\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nparadise style (13), cloud, sky, scenery, no humans, day, outdoors, blue sky, cloudy sky, building, railing\n\ncloudempire style (3), cloud, scenery, sky, no humans, aircraft, airship, city, building, science fiction, outdoors\n\nancientrealm style (4), scenery, moon, sky, cloud, night, castle, city, outdoors, building, tower\n\nfantasm style (6), scenery, no humans, cloud, sky, fantasy, planet, building, city, tree, star (sky)\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1694, + "type": "Reroute", + "pos": [ + -8764.609188172684, + 1954.9527165676045 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2349 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2350, + 2351 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1705, + "type": "VAEDecode", + "pos": [ + -6118.404556670584, + 3210.5206925600637 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 2364 + }, + { + "name": "vae", + "type": "VAE", + "link": 2365 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2366, + 2394 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1706, + "type": "SaveImage", + "pos": [ + -5848.404556670584, + 3260.5206925600637 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2366 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2367, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1707, + "type": "SamplerCustomAdvanced", + "pos": [ + -6498.404556670584, + 3170.5206925600637 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 2368, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 2369, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 2370, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2371, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 2372, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 2364 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": [], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1708, + "type": "BasicScheduler", + "pos": [ + -6498.404556670584, + 3530.5206925600637 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2388, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 2374, + "widget": { + "name": "denoise" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2375, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 2381 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 12, + 1 + ] + }, + { + "id": 1709, + "type": "BasicGuider", + "pos": [ + -6738.404556670584, + 3190.5206925600637 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2389, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2377, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 2369 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1710, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7158.404556670584, + 3480.5206925600637 + ], + "size": { + "0": 306.2856750488281, + "1": 108 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2390 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 2379, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 2380, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2377 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1711, + "type": "SplitSigmas", + "pos": [ + -6498.404556670584, + 3410.5206925600637 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 2381 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 2371 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1712, + "type": "PrimitiveNode", + "pos": [ + -6102, + 3359 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2391 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1714, + "type": "Text Concatenate", + "pos": [ + -6093.980163889152, + 3307.5602010417606 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2385, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2391, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2367 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + }, + { + "id": 1726, + "type": "SaveImage", + "pos": [ + -3517, + 2168 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 2423 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 2430, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1736, + "type": "PrimitiveNode", + "pos": [ + -3894, + 2205 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2429 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "compare" + ] + }, + { + "id": 1737, + "type": "Text Concatenate", + "pos": [ + -3916, + 2141 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 2428, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 2429, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2430 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "/", + "true", + "", + "compare", + "compare", + "" + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1890, + 1102, + 0, + 1247, + 1, + "VAE" + ], + [ + 1977, + 1506, + 0, + 1535, + 0, + "MODEL" + ], + [ + 1978, + 1232, + 0, + 1535, + 1, + "MODEL" + ], + [ + 1981, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1987, + 1245, + 0, + 1537, + 0, + "*" + ], + [ + 1988, + 1537, + 0, + 1236, + 1, + "STRING" + ], + [ + 1989, + 1537, + 0, + 1236, + 2, + "STRING" + ], + [ + 1991, + 1535, + 0, + 1538, + 0, + "*" + ], + [ + 1992, + 1217, + 0, + 1539, + 0, + "*" + ], + [ + 1993, + 1539, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1998, + 1102, + 0, + 1541, + 0, + "*" + ], + [ + 1999, + 1541, + 0, + 1222, + 1, + "VAE" + ], + [ + 2065, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 2066, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 2067, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 2133, + 1212, + 0, + 1613, + 0, + "STRING" + ], + [ + 2134, + 1249, + 0, + 1613, + 2, + "STRING" + ], + [ + 2135, + 1613, + 0, + 1223, + 1, + "STRING" + ], + [ + 2136, + 1612, + 2, + 1613, + 1, + "STRING" + ], + [ + 2137, + 1538, + 0, + 1612, + 0, + "MODEL" + ], + [ + 2138, + 1540, + 0, + 1612, + 1, + "CLIP" + ], + [ + 2140, + 1612, + 0, + 1227, + 0, + "MODEL" + ], + [ + 2141, + 1612, + 0, + 1226, + 0, + "MODEL" + ], + [ + 2219, + 1604, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 2220, + 1639, + 0, + 1226, + 2, + "INT" + ], + [ + 2228, + 1645, + 0, + 1612, + 2, + "FLOAT" + ], + [ + 2236, + 1612, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2259, + 11, + 0, + 1540, + 0, + "*" + ], + [ + 2349, + 88, + 0, + 1694, + 0, + "*" + ], + [ + 2350, + 1694, + 0, + 1506, + 0, + "MODEL" + ], + [ + 2351, + 1694, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2364, + 1707, + 0, + 1705, + 0, + "LATENT" + ], + [ + 2365, + 1541, + 0, + 1705, + 1, + "VAE" + ], + [ + 2366, + 1705, + 0, + 1706, + 0, + "IMAGE" + ], + [ + 2367, + 1714, + 0, + 1706, + 1, + "STRING" + ], + [ + 2368, + 1484, + 0, + 1707, + 0, + "NOISE" + ], + [ + 2369, + 1709, + 0, + 1707, + 1, + "GUIDER" + ], + [ + 2370, + 1604, + 0, + 1707, + 2, + "SAMPLER" + ], + [ + 2371, + 1711, + 1, + 1707, + 3, + "SIGMAS" + ], + [ + 2372, + 1539, + 0, + 1707, + 4, + "LATENT" + ], + [ + 2374, + 1241, + 0, + 1708, + 1, + "FLOAT" + ], + [ + 2375, + 1639, + 0, + 1708, + 2, + "INT" + ], + [ + 2377, + 1710, + 0, + 1709, + 1, + "CONDITIONING" + ], + [ + 2379, + 1537, + 0, + 1710, + 1, + "STRING" + ], + [ + 2380, + 1537, + 0, + 1710, + 2, + "STRING" + ], + [ + 2381, + 1708, + 0, + 1711, + 0, + "SIGMAS" + ], + [ + 2385, + 1212, + 0, + 1714, + 0, + "STRING" + ], + [ + 2388, + 1538, + 0, + 1708, + 0, + "MODEL" + ], + [ + 2389, + 1538, + 0, + 1709, + 0, + "MODEL" + ], + [ + 2390, + 1540, + 0, + 1710, + 0, + "CLIP" + ], + [ + 2391, + 1712, + 0, + 1714, + 1, + "STRING" + ], + [ + 2394, + 1705, + 0, + 1635, + 0, + "*" + ], + [ + 2395, + 1222, + 0, + 1636, + 0, + "*" + ], + [ + 2423, + 1494, + 0, + 1726, + 0, + "IMAGE" + ], + [ + 2428, + 1212, + 0, + 1737, + 0, + "STRING" + ], + [ + 2429, + 1736, + 0, + 1737, + 1, + "STRING" + ], + [ + 2430, + 1737, + 0, + 1726, + 1, + "STRING" + ], + [ + 2431, + 1635, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 2432, + 1636, + 0, + 1494, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -8996, + 1947, + 1303, + 1608 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Lora #1", + "bounding": [ + -7495, + 1958, + 2515, + 971 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Presentation Grids", + "bounding": [ + -4658, + 1951, + 2273, + 1027 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "Control | No Lora", + "bounding": [ + -7444, + 3075, + 2470, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.313842837672101, + "offset": [ + 10792.826065223004, + -192.86066224501565 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json new file mode 100644 index 0000000..239d08b --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-CNET-IPA-basic-lines-v44.json @@ -0,0 +1,3050 @@ +{ + "last_node_id": 1562, + "last_link_id": 2056, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -6552.474377679978, + 2171.859747876937 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -6542.474377679978, + 2322.076319467548 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -6951.474377679978, + 2185.0763194675474 + ], + "size": { + "0": 315, + "1": 542.0001220703125 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -5752.474377679978, + 2170.0763194675474 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -5434.474377679978, + 2071.0763194675465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -5431.9249134336715, + 2035.281906296992 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2054 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6132.474377679978, + 2172.0763194675474 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -6354.9249134336715, + 2486.281906296991 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1956 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2020 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1559, + "type": "CannyEdgePreprocessor", + "pos": [ + -8460, + 3180 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2036 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2030 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1560, + "type": "HEDPreprocessor", + "pos": [ + -8460, + 3330 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 16, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1985 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1558, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -8470, + 3060 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2035 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960, + 2035, + 2036, + 2037 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2038 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2040 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2041 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2043 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11553, + "1": 2155, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1557, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7570, + 2133 + ], + "size": { + "0": 243.60000610351562, + "1": 98 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 2038 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 2040 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 2034 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 2041 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 2043 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1556, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7570, + 2373 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 2029 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 2030 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 2031 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 2034 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-CNET-IPA-basic-lines-v44\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nCNET stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7116.9249134336715, + 2050.281906296992 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2054, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -5482.474377679978, + 2150.0763194675474 + ], + "size": { + "0": 964.846435546875, + "1": 1056.662353515625 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8272, + 2453 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8268, + 2562 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8504, + 2434 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8504, + 2564 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2027 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2016, + 1549, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2029, + 1558, + 0, + 1556, + 0, + "IMAGE" + ], + [ + 2030, + 1559, + 0, + 1556, + 1, + "IMAGE" + ], + [ + 2031, + 1560, + 0, + 1556, + 2, + "IMAGE" + ], + [ + 2034, + 1556, + 0, + 1557, + 2, + "CONTROL_NET_STACK" + ], + [ + 2035, + 1502, + 0, + 1558, + 0, + "IMAGE" + ], + [ + 2036, + 1502, + 0, + 1559, + 0, + "IMAGE" + ], + [ + 2037, + 1502, + 0, + 1560, + 0, + "IMAGE" + ], + [ + 2038, + 1236, + 0, + 1557, + 0, + "CONDITIONING" + ], + [ + 2040, + 1501, + 0, + 1557, + 1, + "CONDITIONING" + ], + [ + 2041, + 1557, + 0, + 1561, + 0, + "*" + ], + [ + 2043, + 1557, + 1, + 1562, + 0, + "*" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2054, + 1212, + 0, + 1542, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7144, + 2001, + 2677, + 1244 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.6115909044841921, + "offset": [ + 9670.483855064647, + -1592.786364024229 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-IPA-basic-lines-v34.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-IPA-basic-lines-v34.json new file mode 100644 index 0000000..e07cbe7 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-IPA-basic-lines-v34.json @@ -0,0 +1,2162 @@ +{ + "last_node_id": 1544, + "last_link_id": 2010, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8190, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8679.481343149784, + 2378.4564635286083 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10373, + "1": 2372, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 2, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -9746, + "1": 2175, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 566.796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 3, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1927, + 1928 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8552.929560573612, + 2774.9751254168964 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -6643.610456835531, + 2180.4175706081974 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -5573.610456835531, + 2158.6341421988077 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -6633.610456835531, + 2330.634142198808 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8569.929560573612, + 2744.9751254168964 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -7042.610456835531, + 2193.6341421988077 + ], + "size": [ + 315, + 542.0000228881836 + ], + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -7972.9295605736115, + 2254.9751254168964 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7642.9295605736115, + 2134.9751254168955 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1927 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1954 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8679.481343149784, + 2168.4564635286083 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7625.9295605736115, + 2295.9751254168964 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1928 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1955 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8202.929560573612, + 2134.9751254168955 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1990 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8192.929560573612, + 2234.9751254168964 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1931 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -7942.9295605736115, + 2134.9751254168955 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1985 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1931, + 1990 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -5843.610456835531, + 2178.6341421988077 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -5525.610456835531, + 2079.634142198807 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -5523.060992589225, + 2043.8397290282523 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2009 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 13, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8596, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6223.610456835531, + 2180.6341421988077 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1954 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 1955 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.5 + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 15, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, " + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9047.929560573612, + 2106.9751254168955 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-IPA-basic-lines-v34\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nFlux IP Adapter (X-labs)\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7226.060992589225, + 2063.8397290282523 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2009, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8191, + 2426 + ], + "size": { + "0": 210, + "1": 87.26942443847656 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 196673262563057, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8180, + 2720 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1956 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9054, + 2518 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1927, + 1505, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1928, + 1505, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1931, + 1504, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1954, + 1236, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 1955, + 1501, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1990, + 1504, + 0, + 1538, + 0, + "MODEL" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2009, + 1212, + 0, + 1542, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9098, + 1983, + 1758, + 1148 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7235, + 2010, + 2500, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.28531167061102236, + "offset": [ + 10619.690797880734, + -581.0873198022142 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-IPA-basic-lines-v38.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-IPA-basic-lines-v38.json new file mode 100644 index 0000000..7d9bf73 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/Foda-Flux-LORA-IPA-basic-lines-v38.json @@ -0,0 +1,2717 @@ +{ + "last_node_id": 1562, + "last_link_id": 2058, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -6594.16051075026, + 2245.530452523221 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -6584.16051075026, + 2395.7470241138312 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -6993.16051075026, + 2258.7470241138312 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -5794.16051075026, + 2243.7470241138312 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -5476.16051075026, + 2144.747024113832 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -5473.611046503954, + 2108.9526109432786 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 2056 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 12, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6174.16051075026, + 2245.7470241138312 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -6396.611046503954, + 2559.952610943275 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10955, + "1": 2158, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 14, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1956 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 2020 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 15, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1985 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2053 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2053 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2049 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2054 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2054 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-IPA-basic-lines-v38\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7167.611046503954, + 2112.9526109432786 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2056, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -5524.16051075026, + 2223.7470241138312 + ], + "size": [ + 966.5551845245473, + 952.1945344041474 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8503, + 2429 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2004 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8504, + 2557 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2027 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8279, + 2437 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2018 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8274, + 2560 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2016, + 1549, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2053, + 1236, + 0, + 1561, + 0, + "*" + ], + [ + 2054, + 1501, + 0, + 1562, + 0, + "*" + ], + [ + 2056, + 1212, + 0, + 1542, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7186, + 2075, + 2672, + 1163 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.8954302432553072, + "offset": [ + 9001.860483433738, + -1997.1022216802448 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-Ipadapter-lines-v30.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-Ipadapter-lines-v30.json new file mode 100644 index 0000000..85bbdb9 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-Ipadapter-lines-v30.json @@ -0,0 +1,4365 @@ +{ + "last_node_id": 1544, + "last_link_id": 2005, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8109.481343149775, + 2838.4564635286083 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1982, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1920, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8099.755094759145, + 2503.331450055781 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7074.5517825761635, + 2629.481338111712 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8679.481343149784, + 2378.4564635286083 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4715.525772749447, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3295.525772749448, + 3525.578939696701 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4145.525772749447, + 3515.578939696701 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 74, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10373, + "1": 2372, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 5, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -9746, + "1": 2175, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 566.796875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 6, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1927, + 1928 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8552.929560573612, + 2774.9751254168964 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1510, + "type": "SaveImage", + "pos": [ + -6130, + 2950 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1940, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -7206.549464246306, + 3918.577841579945 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -6136.549464246306, + 3896.7944131705553 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7196.549464246306, + 4068.794413170556 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8569.929560573612, + 2744.9751254168964 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -7605.549464246306, + 3931.7944131705553 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1527, + "type": "LoadFluxIPAdapter", + "pos": [ + -7201.618667570003, + 4880.718374526017 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1530, + "type": "SaveImage", + "pos": [ + -6131.618667570003, + 4860.718374526017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1973 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1974, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1533, + "type": "LoadAndResizeImage", + "pos": [ + -7601.618667570003, + 4890.718374526017 + ], + "size": { + "0": 320, + "1": 540 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1967 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -3835.525772749448, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1930, + 1938, + 1972, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -7972.9295605736115, + 2254.9751254168964 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7642.9295605736115, + 2134.9751254168955 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1927 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1920, + 1935, + 1954, + 1969 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8679.481343149784, + 2168.4564635286083 + ], + "size": { + "0": 372.5661315917969, + "1": 178 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7625.9295605736115, + 2295.9751254168964 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1928 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1936, + 1955, + 1970 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8202.929560573612, + 2134.9751254168955 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1990 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8192.929560573612, + 2234.9751254168964 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1931 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -7942.9295605736115, + 2134.9751254168955 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1982, + 1985, + 1987, + 1988 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1526, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7192, + 5031 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1988, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1966 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1967, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.72 + ] + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1931, + 1933, + 1990 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6153, + 1937 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1992, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7248, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1992, + 1993 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1512, + "type": "CR Text Concatenate", + "pos": [ + -6130, + 2870 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1994, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1942, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1940 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7260.354499723701, + 2742.4879525975975 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1993, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1994, + 1995 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1930 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1509, + "type": "VAEDecode", + "pos": [ + -6400, + 2970 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1943 + }, + { + "name": "vae", + "type": "VAE", + "link": 1938 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1939, + 1998 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -6406.549464246306, + 3916.7944131705553 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950, + 1999 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1529, + "type": "VAEDecode", + "pos": [ + -6401.618667570003, + 4880.718374526017 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1978 + }, + { + "name": "vae", + "type": "VAE", + "link": 1972 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1973, + 2000 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -6088.549464246306, + 3817.7944131705544 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7912.838656037527, + 3661.3338668867245 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1995, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996, + 2001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1543, + "type": "Reroute", + "pos": [ + -7936.47296741812, + 4638.282032321379 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2001, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2002 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1532, + "type": "CR Text Concatenate", + "pos": [ + -6132, + 4781 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2002, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1975, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1974 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1531, + "type": "PrimitiveNode", + "pos": [ + -6141, + 4741 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1975 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -6086, + 3782 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1511, + "type": "PrimitiveNode", + "pos": [ + -6133, + 2843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1942 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6151, + 1906 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -4805.525772749447, + 1985.5789396967007 + ], + "size": { + "0": 1707.9832763671875, + "1": 1445.9287109375 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -3835.525772749448, + 3945.578939696701 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2000 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "IPA | 0.9", + "IPA | 0.7", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4715.525772749447, + 3945.578939696701 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1997 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Foda Standard", + "IPA | OFF", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1987, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 50, + 1 + ] + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -7802, + 2519 + ], + "size": [ + 210, + 82 + ], + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 3, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 440.19559475052665, + 296.0987236490323 + ], + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -7798, + 2672 + ], + "size": [ + 210, + 87.2694242748662 + ], + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2003, + 2004, + 2005 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 196673262563057, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8099.9295605736115, + 2717.9751254168964 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505, + 1934, + 1956, + 1971 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8099.755094759145, + 2606.331450055781 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9055.929560573612, + 2515.9751254168964 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8596, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1507, + "type": "XlabsSampler", + "pos": [ + -6811, + 2968 + ], + "size": [ + 342.5999755859375, + 258 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1933, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1935 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 1936 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1934 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2003, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1943 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.5 + ] + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6786.549464246306, + 3918.7944131705553 + ], + "size": [ + 342.5999755859375, + 258 + ], + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1954 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 1955 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.5 + ] + }, + { + "id": 1528, + "type": "XlabsSampler", + "pos": [ + -6781.618667570003, + 4880.718374526017 + ], + "size": [ + 342.5999755859375, + 258 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1989, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1969 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 1970 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1971 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2005, + "widget": { + "name": "noise_seed" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.5 + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 26, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, " + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9047.929560573612, + 2106.9751254168955 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 28, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-Ipadapter-lines-v32\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nFlux IP Adapter (X-labs)\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1920, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1927, + 1505, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1928, + 1505, + 0, + 1501, + 0, + "CLIP" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1930, + 1506, + 0, + 1222, + 1, + "VAE" + ], + [ + 1931, + 1504, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1933, + 1504, + 0, + 1507, + 0, + "MODEL" + ], + [ + 1934, + 1217, + 0, + 1507, + 3, + "LATENT" + ], + [ + 1935, + 1236, + 0, + 1507, + 1, + "CONDITIONING" + ], + [ + 1936, + 1501, + 0, + 1507, + 2, + "CONDITIONING" + ], + [ + 1938, + 1506, + 0, + 1509, + 1, + "VAE" + ], + [ + 1939, + 1509, + 0, + 1510, + 0, + "IMAGE" + ], + [ + 1940, + 1512, + 0, + 1510, + 1, + "STRING" + ], + [ + 1942, + 1511, + 0, + 1512, + 1, + "STRING" + ], + [ + 1943, + 1507, + 0, + 1509, + 0, + "LATENT" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1954, + 1236, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 1955, + 1501, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1966, + 1527, + 0, + 1526, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1967, + 1533, + 0, + 1526, + 2, + "IMAGE" + ], + [ + 1969, + 1236, + 0, + 1528, + 1, + "CONDITIONING" + ], + [ + 1970, + 1501, + 0, + 1528, + 2, + "CONDITIONING" + ], + [ + 1971, + 1217, + 0, + 1528, + 3, + "LATENT" + ], + [ + 1972, + 1506, + 0, + 1529, + 1, + "VAE" + ], + [ + 1973, + 1529, + 0, + 1530, + 0, + "IMAGE" + ], + [ + 1974, + 1532, + 0, + 1530, + 1, + "STRING" + ], + [ + 1975, + 1531, + 0, + 1532, + 1, + "STRING" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1978, + 1528, + 0, + 1529, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1982, + 1539, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1987, + 1539, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1988, + 1539, + 0, + 1526, + 0, + "MODEL" + ], + [ + 1989, + 1526, + 0, + 1528, + 0, + "MODEL" + ], + [ + 1990, + 1504, + 0, + 1538, + 0, + "MODEL" + ], + [ + 1991, + 1212, + 0, + 1540, + 0, + "*" + ], + [ + 1992, + 1540, + 0, + 1250, + 0, + "STRING" + ], + [ + 1993, + 1540, + 0, + 1541, + 0, + "*" + ], + [ + 1994, + 1541, + 0, + 1512, + 0, + "STRING" + ], + [ + 1995, + 1541, + 0, + 1542, + 0, + "*" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 1997, + 1222, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1998, + 1509, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1999, + 1521, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 2000, + 1529, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 2001, + 1542, + 0, + 1543, + 0, + "*" + ], + [ + 2002, + 1543, + 0, + 1532, + 0, + "STRING" + ], + [ + 2003, + 1544, + 0, + 1507, + 5, + "INT" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2005, + 1544, + 0, + 1528, + 5, + "INT" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9098, + 1983, + 1758, + 1148 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Standard", + "bounding": [ + -7138, + 1792, + 1841, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter - OFF", + "bounding": [ + -7128, + 2776, + 1831, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7798, + 3748, + 2500, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.72", + "bounding": [ + -7783, + 4674, + 2486, + 913 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Comparison", + "bounding": [ + -4879, + 1886, + 1868, + 2389 + ], + "color": "#b06634", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.17715610000000687, + "offset": [ + 10973.65492327013, + 68.77360307480558 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-LORA-CNET-Ipadapter-lines-v34.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-LORA-CNET-Ipadapter-lines-v34.json new file mode 100644 index 0000000..4fddbcd --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-LORA-CNET-Ipadapter-lines-v34.json @@ -0,0 +1,5501 @@ +{ + "last_node_id": 1562, + "last_link_id": 2052, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1982, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2044, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4715.525772749447, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3295.525772749448, + 3525.578939696701 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4145.525772749447, + 3515.578939696701 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 90, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1510, + "type": "SaveImage", + "pos": [ + -6130, + 2950 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1940, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -7206.549464246306, + 3918.577841579945 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -6136.549464246306, + 3896.7944131705553 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7196.549464246306, + 4068.794413170556 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -7605.549464246306, + 3931.7944131705553 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1527, + "type": "LoadFluxIPAdapter", + "pos": [ + -7201.618667570003, + 4880.718374526017 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1530, + "type": "SaveImage", + "pos": [ + -6131.618667570003, + 4860.718374526017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1973 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1974, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1533, + "type": "LoadAndResizeImage", + "pos": [ + -7601.618667570003, + 4890.718374526017 + ], + "size": { + "0": 320, + "1": 540 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1967 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -3835.525772749448, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1930, + 1938, + 1972, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1526, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7192, + 5031 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1988, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1966 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1967, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.72 + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6153, + 1937 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1992, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1512, + "type": "CR Text Concatenate", + "pos": [ + -6130, + 2870 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1994, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1942, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1940 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1930 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1509, + "type": "VAEDecode", + "pos": [ + -6400, + 2970 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1943 + }, + { + "name": "vae", + "type": "VAE", + "link": 1938 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1939, + 1998 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -6406.549464246306, + 3916.7944131705553 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950, + 1999 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1529, + "type": "VAEDecode", + "pos": [ + -6401.618667570003, + 4880.718374526017 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1978 + }, + { + "name": "vae", + "type": "VAE", + "link": 1972 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1973, + 2000 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -6088.549464246306, + 3817.7944131705544 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1532, + "type": "CR Text Concatenate", + "pos": [ + -6132, + 4781 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2002, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1975, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1974 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1531, + "type": "PrimitiveNode", + "pos": [ + -6141, + 4741 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1975 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -6086, + 3782 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1511, + "type": "PrimitiveNode", + "pos": [ + -6133, + 2843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1942 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6151, + 1906 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -4805.525772749447, + 1985.5789396967007 + ], + "size": { + "0": 1707.9832763671875, + "1": 1445.9287109375 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -3835.525772749448, + 3945.578939696701 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2000 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "IPA | 0.9", + "IPA | 0.7", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4715.525772749447, + 3945.578939696701 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1997 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Foda Standard", + "IPA | OFF", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1987, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 50, + 1 + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7132, + 1749 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1992, + 1993 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7130, + 2742 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1993, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1994, + 1995 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7797, + 3710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1995, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996, + 2001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1543, + "type": "Reroute", + "pos": [ + -7775, + 4642 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2001, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2002 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1933, + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6786.549464246306, + 3918.7944131705553 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1528, + "type": "XlabsSampler", + "pos": [ + -6781.618667570003, + 4880.718374526017 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1989, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2050 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2052 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1971 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2005, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2025, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2028, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7075, + 2629 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1550, + "type": "ImpactSwitch", + "pos": [ + -7088, + 3112 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2015 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2016 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2014, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2017 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -7009, + 4233 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1553, + "type": "ImpactSwitch", + "pos": [ + -7017, + 5190 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2022 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2023 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2024, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505, + 1934, + 1956, + 1971 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519, + 2014, + 2020, + 2024 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1507, + "type": "XlabsSampler", + "pos": [ + -6811, + 2968 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1933, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2045 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2046 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1934 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2003, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2017, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2026, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1943 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1559, + "type": "CannyEdgePreprocessor", + "pos": [ + -8460, + 3180 + ], + "size": { + "0": 323.68756103515625, + "1": 106 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2036 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2030 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 1560, + "type": "HEDPreprocessor", + "pos": [ + -8460, + 3330 + ], + "size": { + "0": 314.8426818847656, + "1": 82 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2037 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2031 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "HEDPreprocessor" + }, + "widgets_values": [ + "enable", + 1024 + ] + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1982, + 1985, + 1987, + 1988 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8270, + 2740 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2026, + 2027, + 2028 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8531, + 2452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8535, + 2557 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8302, + 2438 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8305, + 2567 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2003, + 2004, + 2005 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8080, + 2572 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8079, + 2450 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2015, + 2018, + 2022 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1558, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -8470, + 3060 + ], + "size": { + "0": 328.918212890625, + "1": 58 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 2035 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 2029 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960, + 2035, + 2036, + 2037 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2038 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2040 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2041 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2044, + 2045, + 2049, + 2050 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2043 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2046, + 2051, + 2052 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -11553, + "1": 2155, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1744.82421875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 31, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA CNET:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1557, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -7570, + 2133 + ], + "size": { + "0": 243.60000610351562, + "1": 98 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 2038 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 2040 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 2034 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 2041 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 2043 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "On" + ] + }, + { + "id": 1556, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -7570, + 2373 + ], + "size": { + "0": 278.79998779296875, + "1": 454 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 2029 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 2030 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 2031 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 2034 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "On", + "flux\\flux-depth-controlnet.safetensors", + 1, + 0, + 0.1, + "On", + "flux\\flux-canny-controlnet.safetensors", + 0.7000000000000001, + 0.7000000000000001, + 1, + "Off", + "flux\\flux-hed-controlnet.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-CNET-Ipadapter-lines-v34\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nCNET stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1930, + 1506, + 0, + 1222, + 1, + "VAE" + ], + [ + 1933, + 1504, + 0, + 1507, + 0, + "MODEL" + ], + [ + 1934, + 1217, + 0, + 1507, + 3, + "LATENT" + ], + [ + 1938, + 1506, + 0, + 1509, + 1, + "VAE" + ], + [ + 1939, + 1509, + 0, + 1510, + 0, + "IMAGE" + ], + [ + 1940, + 1512, + 0, + 1510, + 1, + "STRING" + ], + [ + 1942, + 1511, + 0, + 1512, + 1, + "STRING" + ], + [ + 1943, + 1507, + 0, + 1509, + 0, + "LATENT" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1966, + 1527, + 0, + 1526, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1967, + 1533, + 0, + 1526, + 2, + "IMAGE" + ], + [ + 1971, + 1217, + 0, + 1528, + 3, + "LATENT" + ], + [ + 1972, + 1506, + 0, + 1529, + 1, + "VAE" + ], + [ + 1973, + 1529, + 0, + 1530, + 0, + "IMAGE" + ], + [ + 1974, + 1532, + 0, + 1530, + 1, + "STRING" + ], + [ + 1975, + 1531, + 0, + 1532, + 1, + "STRING" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1978, + 1528, + 0, + 1529, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1982, + 1539, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1987, + 1539, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1988, + 1539, + 0, + 1526, + 0, + "MODEL" + ], + [ + 1989, + 1526, + 0, + 1528, + 0, + "MODEL" + ], + [ + 1991, + 1212, + 0, + 1540, + 0, + "*" + ], + [ + 1992, + 1540, + 0, + 1250, + 0, + "STRING" + ], + [ + 1993, + 1540, + 0, + 1541, + 0, + "*" + ], + [ + 1994, + 1541, + 0, + 1512, + 0, + "STRING" + ], + [ + 1995, + 1541, + 0, + 1542, + 0, + "*" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 1997, + 1222, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1998, + 1509, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1999, + 1521, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 2000, + 1529, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 2001, + 1542, + 0, + 1543, + 0, + "*" + ], + [ + 2002, + 1543, + 0, + 1532, + 0, + "STRING" + ], + [ + 2003, + 1544, + 0, + 1507, + 5, + "INT" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2005, + 1544, + 0, + 1528, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2014, + 1217, + 2, + 1550, + 3, + "INT" + ], + [ + 2015, + 1548, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2016, + 1549, + 0, + 1550, + 1, + "FLOAT" + ], + [ + 2017, + 1550, + 0, + 1507, + 6, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2022, + 1548, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 1, + "FLOAT" + ], + [ + 2024, + 1217, + 2, + 1553, + 3, + "INT" + ], + [ + 2025, + 1553, + 0, + 1528, + 6, + "FLOAT" + ], + [ + 2026, + 1554, + 0, + 1507, + 7, + "INT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2028, + 1554, + 0, + 1528, + 7, + "INT" + ], + [ + 2029, + 1558, + 0, + 1556, + 0, + "IMAGE" + ], + [ + 2030, + 1559, + 0, + 1556, + 1, + "IMAGE" + ], + [ + 2031, + 1560, + 0, + 1556, + 2, + "IMAGE" + ], + [ + 2034, + 1556, + 0, + 1557, + 2, + "CONTROL_NET_STACK" + ], + [ + 2035, + 1502, + 0, + 1558, + 0, + "IMAGE" + ], + [ + 2036, + 1502, + 0, + 1559, + 0, + "IMAGE" + ], + [ + 2037, + 1502, + 0, + 1560, + 0, + "IMAGE" + ], + [ + 2038, + 1236, + 0, + 1557, + 0, + "CONDITIONING" + ], + [ + 2040, + 1501, + 0, + 1557, + 1, + "CONDITIONING" + ], + [ + 2041, + 1557, + 0, + 1561, + 0, + "*" + ], + [ + 2043, + 1557, + 1, + 1562, + 0, + "*" + ], + [ + 2044, + 1561, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 2045, + 1561, + 0, + 1507, + 1, + "CONDITIONING" + ], + [ + 2046, + 1562, + 0, + 1507, + 2, + "CONDITIONING" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2050, + 1561, + 0, + 1528, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2052, + 1562, + 0, + 1528, + 2, + "CONDITIONING" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Standard", + "bounding": [ + -7138, + 1792, + 1841, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter - OFF", + "bounding": [ + -7128, + 2776, + 1831, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7798, + 3748, + 2500, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.72", + "bounding": [ + -7783, + 4674, + 2486, + 913 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Comparison", + "bounding": [ + -4879, + 1886, + 1868, + 2389 + ], + "color": "#b06634", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.744940226888773, + "offset": [ + 9388.490373755767, + -973.427481123378 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-LORA-Ipadapter-lines-v36.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-LORA-Ipadapter-lines-v36.json new file mode 100644 index 0000000..e4a6589 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v15-IPAdapter/compare/Foda-Flux-LORA-Ipadapter-lines-v36.json @@ -0,0 +1,5168 @@ +{ + "last_node_id": 1562, + "last_link_id": 2054, + "nodes": [ + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8380, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8520, + 2840 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 1, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6156.5517825761635, + 2013.4813381117121 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1888, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6816.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1881, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6816.5517825761635, + 2173.481338111712 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7075.5517825761635, + 2053.481338111712 + ], + "size": { + "0": 161.1999969482422, + "1": 46 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1982, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2044, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6806.5517825761635, + 2413.481338111712 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -9346.692602566953, + 2368.3900102313655 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ] + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6816.5517825761635, + 2533.481338111712 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "slot_index": 0, + "shape": 3 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1495, + "type": "PreviewImage", + "pos": [ + -4715.525772749447, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1900 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1499, + "type": "ImpactMakeImageBatch", + "pos": [ + -3295.525772749448, + 3525.578939696701 + ], + "size": { + "0": 140, + "1": 66 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1905 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1906 + }, + { + "name": "image3", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1904 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 1500, + "type": "CR Overlay Text", + "pos": [ + -4145.525772749447, + 3515.578939696701 + ], + "size": { + "0": 234.24307250976562, + "1": 389 + }, + "flags": {}, + "order": 85, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1907 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1905 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Overlay Text" + }, + "widgets_values": [ + "HED", + "AlumniSansCollegiateOne-Regular.ttf", + 200, + "custom", + "top", + "left", + 20, + 0, + 0, + 0, + 0, + "text center", + "#FF0000", + true + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -9220.14081999078, + 2764.9086721196536 + ], + "size": { + "0": 209.20352172851562, + "1": 46 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1960 + }, + { + "name": "vae", + "type": "VAE", + "link": 1929 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1510, + "type": "SaveImage", + "pos": [ + -6130, + 2950 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1939 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1940, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1516, + "type": "LoadFluxIPAdapter", + "pos": [ + -7206.549464246306, + 3918.577841579945 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1944 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1522, + "type": "SaveImage", + "pos": [ + -6136.549464246306, + 3896.7944131705553 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1950 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1951, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1514, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7196.549464246306, + 4068.794413170556 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1985, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1944 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1961, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1948 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.92 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -9237.14081999078, + 2734.9086721196536 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1879, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1880, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1525, + "type": "LoadAndResizeImage", + "pos": [ + -7605.549464246306, + 3931.7944131705553 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1961 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1527, + "type": "LoadFluxIPAdapter", + "pos": [ + -7201.618667570003, + 4880.718374526017 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "ipadapterFlux", + "type": "IP_ADAPTER_FLUX", + "links": [ + 1966 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadFluxIPAdapter" + }, + "widgets_values": [ + "flux-ip-adapter.safetensors", + "clip_vision_L.safetensors", + "CPU" + ] + }, + { + "id": 1530, + "type": "SaveImage", + "pos": [ + -6131.618667570003, + 4860.718374526017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1973 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1974, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1533, + "type": "LoadAndResizeImage", + "pos": [ + -7601.618667570003, + 4890.718374526017 + ], + "size": { + "0": 320, + "1": 540 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1967 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1497, + "type": "PreviewImage", + "pos": [ + -3835.525772749448, + 3515.578939696701 + ], + "size": { + "0": 483.5324401855469, + "1": 389.8552551269531 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1903 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1506, + "type": "Reroute", + "pos": [ + -8770, + 1730 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1924 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1929, + 1930, + 1938, + 1972, + 1976 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -9346.692602566953, + 2158.3900102313655 + ], + "size": { + "0": 372.5661315917969, + "1": 178.0000762939453 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 1984 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1538, + "type": "ModelSamplingAuraFlow", + "pos": [ + -8510, + 2140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2010 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1980 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingAuraFlow" + }, + "widgets_values": [ + 1 + ] + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8500, + 2240 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2011 + }, + { + "name": "width", + "type": "INT", + "link": 1883, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1884, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1983 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1526, + "type": "ApplyFluxIPAdapter", + "pos": [ + -7192, + 5031 + ], + "size": { + "0": 307.6257629394531, + "1": 98 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1988, + "slot_index": 0 + }, + { + "name": "ip_adapter_flux", + "type": "IP_ADAPTER_FLUX", + "link": 1966 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1967, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1989 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ApplyFluxIPAdapter" + }, + "widgets_values": [ + 0.72 + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9502, + 1851 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1924 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9494, + 1696 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1925 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9495, + 1565 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1926 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9840, + 1699 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6153, + 1937 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1992, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1887, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1888 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1512, + "type": "CR Text Concatenate", + "pos": [ + -6130, + 2870 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1994, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1942, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1940 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6426.5517825761635, + 2033.481338111712 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1930 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1997 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1509, + "type": "VAEDecode", + "pos": [ + -6400, + 2970 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1943 + }, + { + "name": "vae", + "type": "VAE", + "link": 1938 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1939, + 1998 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1521, + "type": "VAEDecode", + "pos": [ + -6406.549464246306, + 3916.7944131705553 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1977 + }, + { + "name": "vae", + "type": "VAE", + "link": 1976 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1950, + 1999 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1529, + "type": "VAEDecode", + "pos": [ + -6401.618667570003, + 4880.718374526017 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1978 + }, + { + "name": "vae", + "type": "VAE", + "link": 1972 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1973, + 2000 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1524, + "type": "CR Text Concatenate", + "pos": [ + -6088.549464246306, + 3817.7944131705544 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1996, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1952, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1951 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1532, + "type": "CR Text Concatenate", + "pos": [ + -6132, + 4781 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 2002, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1975, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1974 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/IPA/flux", + "" + ] + }, + { + "id": 1531, + "type": "PrimitiveNode", + "pos": [ + -6141, + 4741 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1975 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1523, + "type": "PrimitiveNode", + "pos": [ + -6086, + 3782 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1952 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1511, + "type": "PrimitiveNode", + "pos": [ + -6133, + 2843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1942 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6151, + 1906 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1887 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/IPA/flux" + ] + }, + { + "id": 1498, + "type": "Save Image Grid (mtb)", + "pos": [ + -4805.525772749447, + 1985.5789396967007 + ], + "size": { + "0": 1707.9832763671875, + "1": 1445.9287109375 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1904 + } + ], + "properties": { + "Node name for S&R": "Save Image Grid (mtb)" + }, + "widgets_values": [ + "ComfyUI", + false + ] + }, + { + "id": 1496, + "type": "CR Simple Image Compare", + "pos": [ + -3835.525772749448, + 3945.578939696701 + ], + "size": { + "0": 478.6578369140625, + "1": 276 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1999 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 2000 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1903, + 1906 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "IPA | 0.9", + "IPA | 0.7", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1494, + "type": "CR Simple Image Compare", + "pos": [ + -4715.525772749447, + 3945.578939696701 + ], + "size": { + "0": 479.8944396972656, + "1": 276 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1997 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1998 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1900, + 1907 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Simple Image Compare" + }, + "widgets_values": [ + "Foda Standard", + "IPA | OFF", + 100, + "AlumniSansCollegiateOne-Regular.ttf", + 80, + "dark", + 16, + true, + true + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8380, + 1130 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1991 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "IPA-testing2", + "/scene/flux", + "" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6816.5517825761635, + 2273.481338111712 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1987, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 50, + 1 + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8620, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "IPA-testing2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1534, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8170, + "1": 1111, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 440.1955871582031, + "1": 296.0987243652344 + }, + "flags": {}, + "order": 17, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1503, + "type": "Label (rgthree)", + "pos": { + "0": -10994, + "1": 2351, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1189.16015625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 18, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "IP ADAPTER", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1540, + "type": "Reroute", + "pos": [ + -7132, + 1749 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1991, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1992, + 1993 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1541, + "type": "Reroute", + "pos": [ + -7130, + 2742 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1993, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1994, + 1995 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1542, + "type": "Reroute", + "pos": [ + -7797, + 3710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1995, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 1996, + 2001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1543, + "type": "Reroute", + "pos": [ + -7775, + 4642 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2001, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 2002 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1536, + "type": "Note", + "pos": [ + -8280, + 2260 + ], + "size": { + "0": 232.28611755371094, + "1": 114.16587829589844 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8620, + 1257 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1879, + 1883, + 1958 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1880, + 1884, + 1959 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1504, + "type": "Reroute", + "pos": [ + -8769, + 1667 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1926 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1933, + 2008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1505, + "type": "Reroute", + "pos": [ + -8770, + 1700 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1925 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 2009 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1518, + "type": "XlabsSampler", + "pos": [ + -6786.549464246306, + 3918.7944131705553 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1948, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2049 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2051 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1956 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2004, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2021, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2027, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1977 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1528, + "type": "XlabsSampler", + "pos": [ + -6781.618667570003, + 4880.718374526017 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1989, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2050 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2052 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1971 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2005, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2025, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2028, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1978 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7075, + 2629 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1550, + "type": "ImpactSwitch", + "pos": [ + -7088, + 3112 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2015 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2016 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2014, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2017 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1552, + "type": "ImpactSwitch", + "pos": [ + -7009, + 4233 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2018 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2019 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2020, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2021 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1553, + "type": "ImpactSwitch", + "pos": [ + -7017, + 5190 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 2022 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 2023 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 2024, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 2025 + ], + "slot_index": 0, + "shape": 3, + "label": "FLOAT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "slot_index": 1, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10955, + "1": 2158, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 21, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8510, + 2710 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505, + 1934, + 1956, + 1971 + ], + "slot_index": 0, + "shape": 3, + "label": "LATENT" + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519, + 2014, + 2020, + 2024 + ], + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -10282, + 2006 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 22, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background\n\ndepiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9715.14081999078, + 2096.9086721196527 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of assassinkahb style skeleton warrior with red hair, with a sword, \n\nholding sign with glowing green text \"X-LABS IP Adapter\"\n\n", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1507, + "type": "XlabsSampler", + "pos": [ + -6811, + 2968 + ], + "size": { + "0": 342.5999755859375, + "1": 258 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1933, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 2045 + }, + { + "name": "neg_conditioning", + "type": "CONDITIONING", + "link": 2046 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1934 + }, + { + "name": "controlnet_condition", + "type": "ControlNetCondition", + "link": null + }, + { + "name": "noise_seed", + "type": "INT", + "link": 2003, + "widget": { + "name": "noise_seed" + } + }, + { + "name": "image_to_image_strength", + "type": "FLOAT", + "link": 2017, + "widget": { + "name": "image_to_image_strength" + } + }, + { + "name": "steps", + "type": "INT", + "link": 2026, + "widget": { + "name": "steps" + } + } + ], + "outputs": [ + { + "name": "latent", + "type": "LATENT", + "links": [ + 1943 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "XlabsSampler" + }, + "widgets_values": [ + 5, + "fixed", + 50, + 1, + 3.5, + 0.6 + ] + }, + { + "id": 1546, + "type": "CR Apply LoRA Stack", + "pos": [ + -8935, + 2132 + ], + "size": { + "0": 332.0785217285156, + "1": 66 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 2008 + }, + { + "name": "clip", + "type": "CLIP", + "link": 2009 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2007 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 2010, + 2011 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 2012, + 2013 + ], + "slot_index": 1, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "slot_index": 2, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1545, + "type": "CR LoRA Stack", + "pos": [ + -8931, + 2244 + ], + "size": { + "0": 335.3713684082031, + "1": 342 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 2006, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2007 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "Off", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "On", + "flux\\civit\\AssassinKahb-flux-1024x-Kappa-Prodigy-e12.safetensors", + 1, + 1 + ] + }, + { + "id": 1547, + "type": "CR LoRA Stack", + "pos": [ + -8935, + 2632 + ], + "size": { + "0": 343.28521728515625, + "1": 342 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 2006 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "Off", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\civit\\NTTW-Flux-kappa-e11-13.safetensors", + 0.7000000000000001, + 1 + ] + }, + { + "id": 1539, + "type": "CR Model Input Switch", + "pos": [ + -8250, + 2140 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 1980 + }, + { + "name": "model2", + "type": "MODEL", + "link": 1983 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1982, + 1985, + 1987, + 1988 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 1554, + "type": "PrimitiveNode", + "pos": [ + -8270, + 2740 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2026, + 2027, + 2028 + ], + "slot_index": 0, + "widget": { + "name": "steps" + } + } + ], + "title": "IPA sampler Steps", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 50, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8531, + 2452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8535, + 2557 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8302, + 2438 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1881 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1544, + "type": "Seed Generator", + "pos": [ + -8305, + 2567 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 2003, + 2004, + 2005 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "IPA Seed", + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 6, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1549, + "type": "Primitive float [Crystools]", + "pos": [ + -8080, + 2572 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2016, + 2019, + 2023 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "image2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1548, + "type": "Primitive float [Crystools]", + "pos": [ + -8079, + 2450 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 2015, + 2018, + 2022 + ], + "slot_index": 0, + "shape": 3 + } + ], + "title": "text2image IPA denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1502, + "type": "LoadAndResizeImage", + "pos": [ + -9723.14081999078, + 2505.9086721196536 + ], + "size": { + "0": 315, + "1": 542 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1958, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1959, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1960 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "mask", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "image_path", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadAndResizeImage" + }, + "widgets_values": [ + "AssassinKahb style a demonic looking skeleton holding a sword with red hair 1.png", + true, + 1024, + 1024, + 1, + false, + 64, + "alpha", + "image" + ] + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7906, + 2131 + ], + "size": { + "0": 246.61355590820312, + "1": 108 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2012 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2053 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1561, + "type": "Reroute", + "pos": [ + -7328, + 2241 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2053 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2044, + 2045, + 2049, + 2050 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1562, + "type": "Reroute", + "pos": [ + -7330, + 2275 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 2054 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 2046, + 2051, + 2052 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1501, + "type": "CLIPTextEncode", + "pos": [ + -7893, + 2292 + ], + "size": { + "0": 210, + "1": 81.00007629394531 + }, + "flags": { + "collapsed": false + }, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 2013 + }, + { + "name": "text", + "type": "STRING", + "link": 1984, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 2054 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "", + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-LORA-Ipadapter-lines-v36\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v15\n\ntxt2img + img2img FLUX1 switch\nLora Stack\nFlux IP Adapter (X-labs)\n\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1879, + 559, + 0, + 1216, + 0, + "INT" + ], + [ + 1880, + 559, + 1, + 1216, + 1, + "INT" + ], + [ + 1881, + 1484, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1883, + 559, + 0, + 1232, + 1, + "INT" + ], + [ + 1884, + 559, + 1, + 1232, + 2, + "INT" + ], + [ + 1887, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1888, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1900, + 1494, + 0, + 1495, + 0, + "IMAGE" + ], + [ + 1903, + 1496, + 0, + 1497, + 0, + "IMAGE" + ], + [ + 1904, + 1499, + 0, + 1498, + 0, + "IMAGE" + ], + [ + 1905, + 1500, + 0, + 1499, + 0, + "IMAGE" + ], + [ + 1906, + 1496, + 0, + 1499, + 1, + "IMAGE" + ], + [ + 1907, + 1494, + 0, + 1500, + 0, + "IMAGE" + ], + [ + 1924, + 1102, + 0, + 1506, + 0, + "*" + ], + [ + 1925, + 11, + 0, + 1505, + 0, + "*" + ], + [ + 1926, + 88, + 0, + 1504, + 0, + "*" + ], + [ + 1929, + 1506, + 0, + 1247, + 1, + "VAE" + ], + [ + 1930, + 1506, + 0, + 1222, + 1, + "VAE" + ], + [ + 1933, + 1504, + 0, + 1507, + 0, + "MODEL" + ], + [ + 1934, + 1217, + 0, + 1507, + 3, + "LATENT" + ], + [ + 1938, + 1506, + 0, + 1509, + 1, + "VAE" + ], + [ + 1939, + 1509, + 0, + 1510, + 0, + "IMAGE" + ], + [ + 1940, + 1512, + 0, + 1510, + 1, + "STRING" + ], + [ + 1942, + 1511, + 0, + 1512, + 1, + "STRING" + ], + [ + 1943, + 1507, + 0, + 1509, + 0, + "LATENT" + ], + [ + 1944, + 1516, + 0, + 1514, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1948, + 1514, + 0, + 1518, + 0, + "MODEL" + ], + [ + 1950, + 1521, + 0, + 1522, + 0, + "IMAGE" + ], + [ + 1951, + 1524, + 0, + 1522, + 1, + "STRING" + ], + [ + 1952, + 1523, + 0, + 1524, + 1, + "STRING" + ], + [ + 1956, + 1217, + 0, + 1518, + 3, + "LATENT" + ], + [ + 1958, + 559, + 0, + 1502, + 0, + "INT" + ], + [ + 1959, + 559, + 1, + 1502, + 1, + "INT" + ], + [ + 1960, + 1502, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1961, + 1525, + 0, + 1514, + 2, + "IMAGE" + ], + [ + 1966, + 1527, + 0, + 1526, + 1, + "IP_ADAPTER_FLUX" + ], + [ + 1967, + 1533, + 0, + 1526, + 2, + "IMAGE" + ], + [ + 1971, + 1217, + 0, + 1528, + 3, + "LATENT" + ], + [ + 1972, + 1506, + 0, + 1529, + 1, + "VAE" + ], + [ + 1973, + 1529, + 0, + 1530, + 0, + "IMAGE" + ], + [ + 1974, + 1532, + 0, + 1530, + 1, + "STRING" + ], + [ + 1975, + 1531, + 0, + 1532, + 1, + "STRING" + ], + [ + 1976, + 1506, + 0, + 1521, + 1, + "VAE" + ], + [ + 1977, + 1518, + 0, + 1521, + 0, + "LATENT" + ], + [ + 1978, + 1528, + 0, + 1529, + 0, + "LATENT" + ], + [ + 1980, + 1538, + 0, + 1539, + 0, + "MODEL" + ], + [ + 1982, + 1539, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1983, + 1232, + 0, + 1539, + 1, + "MODEL" + ], + [ + 1984, + 1245, + 1, + 1501, + 1, + "STRING" + ], + [ + 1985, + 1539, + 0, + 1514, + 0, + "MODEL" + ], + [ + 1987, + 1539, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1988, + 1539, + 0, + 1526, + 0, + "MODEL" + ], + [ + 1989, + 1526, + 0, + 1528, + 0, + "MODEL" + ], + [ + 1991, + 1212, + 0, + 1540, + 0, + "*" + ], + [ + 1992, + 1540, + 0, + 1250, + 0, + "STRING" + ], + [ + 1993, + 1540, + 0, + 1541, + 0, + "*" + ], + [ + 1994, + 1541, + 0, + 1512, + 0, + "STRING" + ], + [ + 1995, + 1541, + 0, + 1542, + 0, + "*" + ], + [ + 1996, + 1542, + 0, + 1524, + 0, + "STRING" + ], + [ + 1997, + 1222, + 0, + 1494, + 0, + "IMAGE" + ], + [ + 1998, + 1509, + 0, + 1494, + 1, + "IMAGE" + ], + [ + 1999, + 1521, + 0, + 1496, + 0, + "IMAGE" + ], + [ + 2000, + 1529, + 0, + 1496, + 1, + "IMAGE" + ], + [ + 2001, + 1542, + 0, + 1543, + 0, + "*" + ], + [ + 2002, + 1543, + 0, + 1532, + 0, + "STRING" + ], + [ + 2003, + 1544, + 0, + 1507, + 5, + "INT" + ], + [ + 2004, + 1544, + 0, + 1518, + 5, + "INT" + ], + [ + 2005, + 1544, + 0, + 1528, + 5, + "INT" + ], + [ + 2006, + 1547, + 0, + 1545, + 0, + "LORA_STACK" + ], + [ + 2007, + 1545, + 0, + 1546, + 2, + "LORA_STACK" + ], + [ + 2008, + 1504, + 0, + 1546, + 0, + "MODEL" + ], + [ + 2009, + 1505, + 0, + 1546, + 1, + "CLIP" + ], + [ + 2010, + 1546, + 0, + 1538, + 0, + "MODEL" + ], + [ + 2011, + 1546, + 0, + 1232, + 0, + "MODEL" + ], + [ + 2012, + 1546, + 1, + 1236, + 0, + "CLIP" + ], + [ + 2013, + 1546, + 1, + 1501, + 0, + "CLIP" + ], + [ + 2014, + 1217, + 2, + 1550, + 3, + "INT" + ], + [ + 2015, + 1548, + 0, + 1550, + 0, + "FLOAT" + ], + [ + 2016, + 1549, + 0, + 1550, + 1, + "FLOAT" + ], + [ + 2017, + 1550, + 0, + 1507, + 6, + "FLOAT" + ], + [ + 2018, + 1548, + 0, + 1552, + 0, + "FLOAT" + ], + [ + 2019, + 1549, + 0, + 1552, + 1, + "FLOAT" + ], + [ + 2020, + 1217, + 2, + 1552, + 3, + "INT" + ], + [ + 2021, + 1552, + 0, + 1518, + 6, + "FLOAT" + ], + [ + 2022, + 1548, + 0, + 1553, + 0, + "FLOAT" + ], + [ + 2023, + 1549, + 0, + 1553, + 1, + "FLOAT" + ], + [ + 2024, + 1217, + 2, + 1553, + 3, + "INT" + ], + [ + 2025, + 1553, + 0, + 1528, + 6, + "FLOAT" + ], + [ + 2026, + 1554, + 0, + 1507, + 7, + "INT" + ], + [ + 2027, + 1554, + 0, + 1518, + 7, + "INT" + ], + [ + 2028, + 1554, + 0, + 1528, + 7, + "INT" + ], + [ + 2044, + 1561, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 2045, + 1561, + 0, + 1507, + 1, + "CONDITIONING" + ], + [ + 2046, + 1562, + 0, + 1507, + 2, + "CONDITIONING" + ], + [ + 2049, + 1561, + 0, + 1518, + 1, + "CONDITIONING" + ], + [ + 2050, + 1561, + 0, + 1528, + 1, + "CONDITIONING" + ], + [ + 2051, + 1562, + 0, + 1518, + 2, + "CONDITIONING" + ], + [ + 2052, + 1562, + 0, + 1528, + 2, + "CONDITIONING" + ], + [ + 2053, + 1236, + 0, + 1561, + 0, + "*" + ], + [ + 2054, + 1501, + 0, + 1562, + 0, + "*" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Prompt Setup", + "bounding": [ + -9765, + 1973, + 2525, + 1535 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Standard", + "bounding": [ + -7138, + 1792, + 1841, + 950 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter - OFF", + "bounding": [ + -7128, + 2776, + 1831, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.92", + "bounding": [ + -7798, + 3748, + 2500, + 886 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "IP Adapter ON - strength 0.72", + "bounding": [ + -7783, + 4674, + 2486, + 913 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Comparison", + "bounding": [ + -4879, + 1886, + 1868, + 2389 + ], + "color": "#b06634", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.1113776745354147, + "offset": [ + 9340.609534575487, + -969.7692354114315 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v2/Foda-Flux-Shift-v16.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v2/Foda-Flux-Shift-v16.json new file mode 100644 index 0000000..496193a --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v2/Foda-Flux-Shift-v16.json @@ -0,0 +1,4946 @@ +{ + "last_node_id": 501, + "last_link_id": 534, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -2154.644663382219, + 2327.456259169896 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -840, + 1810 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width", + "properties": {}, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -840, + 1910 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height", + "properties": {}, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 101, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + 463.3065131353478, + 1425.3926901568632 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + 721.3065131353476, + 1363.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + 1817.3065131353485, + 1238.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + 1403.306513135349, + 1285.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 54, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1443.1598122799574, + 2569.1982219635465 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 103, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2619.198221963545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 96, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + 1423.1598122799578, + 2359.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 79, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + 483.15981227996417, + 2499.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + 743.1598122799633, + 2479.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + 743.1598122799633, + 2439.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + 473.15981227996417, + 2529.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 89, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2289.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 14, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + 1832.159812279959, + 2319.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -1430, + 2080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833.159812279959, + 2349.198221963546 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 106, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -2154.644663382219, + 2457.456259169896 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -1380, + 500 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 199 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -1390, + 410 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 201 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 199, + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -870, + 250 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -1390, + 380 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 201 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -920, + 260 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -2200, + -430 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2200, + -270 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -2030, + -310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -2030, + -130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -1620, + -330 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -1640, + -140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 81, + "type": "easy setNode", + "pos": [ + -2030, + 340 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 204 + } + ], + "title": "Set_int_height", + "properties": { + "previousName": "int_height" + }, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 80, + "type": "easy setNode", + "pos": [ + -2020, + 310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 203 + } + ], + "title": "Set_int_width", + "properties": { + "previousName": "int_width" + }, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 85, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 68, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 93, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -1.050106829475265, + 1226.5783205082919 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 20, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 1422.949893170525, + 1488.5783205082919 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 104, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -450, + 2000 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 219 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00533_.png", + "image" + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 70, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 720, + 90 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + 330, + 30 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + 330, + -10 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + 740, + 50 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + 770, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_baseOut_0" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 26, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + 1010, + -10 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -440, + 490 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -340, + 620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + 20, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + 27, + 41 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 330, + 230 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + 2902.888460543613, + 85.28805821480057 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 92, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 312 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 322 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + 2512.888460543613, + 85.28805821480057 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 83, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 314, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 515, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 318, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + 2192.888460543613, + 105.28805821480057 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 65, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 320, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 321, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 284, + "type": "easy getNode", + "pos": [ + 2212.888460543613, + 35.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 320, + 514 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 285, + "type": "easy getNode", + "pos": [ + 2512.888460543613, + 25.288058214800564 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 318 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 286, + "type": "easy getNode", + "pos": [ + 2512.888460543613, + -14.71194178519943 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 314 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 287, + "type": "easy getNode", + "pos": [ + 2922.888460543613, + 45.288058214800564 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 312 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 288, + "type": "easy getNode", + "pos": [ + 2202.888460543613, + 75.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 321 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 289, + "type": "easy setNode", + "pos": [ + 2922.888460543613, + 175.28805821480057 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 100, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 322 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1" + ], + "color": "#223" + }, + { + "id": 290, + "type": "Note", + "pos": [ + 2522.888460543613, + 465.28805821480057 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 36, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + 2512.888460543613, + 225.28805821480057 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -450, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -610, + 620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "link": 469 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + 152, + 381 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 466, + "type": "easy getNode", + "pos": [ + 2342.888460543613, + 375.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 477 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + 2512.888460543613, + 325.28805821480057 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 67, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 514, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 515 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -319, + 423 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 468 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + 4, + 1541 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -600, + 1310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -450, + 1640 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + 429, + 1587 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -590, + 1350 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 526, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 527, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 468 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -2210, + 140 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 44, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 203, + 205 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 204, + 206 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -1800, + -260 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 192743051096558, + "fixed" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1750 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -910, + 140 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -1370, + 170 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -1360, + 220 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -1850, + 410 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda_01195_.png", + "image" + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -770, + 530 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 469 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ] + }, + { + "id": 492, + "type": "PrimitiveNode", + "pos": [ + -613, + 266 + ], + "size": { + "0": 445.641357421875, + "1": 121.5062484741211 + }, + "flags": {}, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 526, + 527 + ], + "slot_index": 0, + "widget": { + "name": "clip_l" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 49, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -438, + 528 + ], + "size": { + "0": 264.7846374511719, + "1": 58 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -1620, + 420 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + 3192.888460543613, + -4.711941785199432 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 288.08437091562905, + 106 + ], + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -1800, + -420 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1018, + -428 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 53, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Shift-v16\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v2\n\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\nFlux1 Sampler Garden\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 199, + 165, + 0, + 32, + 0, + "*" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 201, + 169, + 0, + 165, + 1, + "VAE" + ], + [ + 203, + 160, + 0, + 80, + 0, + "*" + ], + [ + 204, + 160, + 1, + 81, + 0, + "*" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 312, + 287, + 0, + 278, + 1, + "VAE" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 314, + 286, + 0, + 280, + 0, + "NOISE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 318, + 285, + 0, + 280, + 4, + "LATENT" + ], + [ + 320, + 284, + 0, + 283, + 0, + "MODEL" + ], + [ + 321, + 288, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 322, + 278, + 0, + 289, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 468, + 448, + 0, + 211, + 0, + "*" + ], + [ + 469, + 451, + 0, + 450, + 0, + "*" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 477, + 466, + 0, + 465, + 1, + "FLOAT" + ], + [ + 514, + 284, + 0, + 465, + 0, + "MODEL" + ], + [ + 515, + 465, + 0, + 280, + 3, + "SIGMAS" + ], + [ + 526, + 492, + 0, + 448, + 1, + "STRING" + ], + [ + 527, + 492, + 0, + 448, + 2, + "STRING" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift DPM ALT", + "bounding": [ + 2113, + -81, + 2118, + 1152 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.8954302432552398, + "offset": [ + 1827.3072675245128, + 883.7975037736635 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v2/Foda-Flux-sampler-garden-v12.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v2/Foda-Flux-sampler-garden-v12.json new file mode 100644 index 0000000..f1836b4 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v2/Foda-Flux-sampler-garden-v12.json @@ -0,0 +1,16485 @@ +{ + "last_node_id": 501, + "last_link_id": 534, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -2154.644663382219, + 2327.456259169896 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -840, + 1810 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width", + "properties": {}, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -840, + 1910 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height", + "properties": {}, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 208, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 357, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + 463.3065131353478, + 1425.3926901568632 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + 721.3065131353476, + 1363.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + 1817.3065131353485, + 1238.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 364, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + 1403.306513135349, + 1285.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 200, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1443.1598122799574, + 2569.1982219635465 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 359, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2619.198221963545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 316, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + 1423.1598122799578, + 2359.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 262, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 201, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 202, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + 483.15981227996417, + 2499.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + 743.1598122799633, + 2479.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + 743.1598122799633, + 2439.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + 473.15981227996417, + 2529.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 203, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 291, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2289.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 14, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + 1832.159812279959, + 2319.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 361, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 204, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -1430, + 2080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 207, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833.159812279959, + 2349.198221963546 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 362, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 363, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -2154.644663382219, + 2457.456259169896 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -1380, + 500 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 314, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 199 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -1390, + 410 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 289, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 201 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 199, + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -870, + 250 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 358, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -1390, + 380 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 201 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -920, + 260 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -2100, + -670 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2100, + -510 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -1930, + -550 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -1930, + -370 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 206, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -1520, + -570 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 261, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -1540, + -380 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 257, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 81, + "type": "easy setNode", + "pos": [ + -2030, + 340 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 256, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 204 + } + ], + "title": "Set_int_height", + "properties": { + "previousName": "int_height" + }, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 80, + "type": "easy setNode", + "pos": [ + -2020, + 310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 254, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 203 + } + ], + "title": "Set_int_width", + "properties": { + "previousName": "int_width" + }, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 171, + "type": "VAEDecode", + "pos": [ + 2892.89700549305, + 73.85460341849014 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 294, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 207 + }, + { + "name": "vae", + "type": "VAE", + "link": 208 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 209, + 218 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 178, + "type": "easy getNode", + "pos": [ + 2502.897005493049, + 13.85460341849021 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 214 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 179, + "type": "easy getNode", + "pos": [ + 2502.897005493049, + -26.145396581509843 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 210 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 180, + "type": "easy getNode", + "pos": [ + 2912.89700549305, + 33.854603418490214 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 208 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 183, + "type": "Note", + "pos": [ + 2512.897005493049, + 453.85460341848943 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 23, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 173, + "type": "SamplerCustomAdvanced", + "pos": [ + 2502.897005493049, + 73.85460341849014 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 267, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 210, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 211, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 212, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 213, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 214, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 207 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 287, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 251, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 313, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -1.050106829475265, + 1226.5783205082919 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 1422.949893170525, + 1488.5783205082919 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 360, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -450, + 2000 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 292, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 219 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00533_.png", + "image" + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 174, + "type": "KSamplerSelect", + "pos": [ + 2502.897005493049, + 213.85460341849029 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 27, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 212 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 175, + "type": "BasicScheduler", + "pos": [ + 2502.897005493049, + 313.8546034184901 + ], + "size": [ + 309.76611328125, + 106 + ], + "flags": {}, + "order": 232, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 215, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 471, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 213 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 172, + "type": "SaveImage", + "pos": [ + 3182.89700549305, + -26.145396581509843 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 319, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 209 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 182, + "type": "easy setNode", + "pos": [ + 2942.89700549305, + 163.85460341849006 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 320, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 218 + } + ], + "title": "Set_image_baseOut", + "properties": { + "previousName": "image_baseOut" + }, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 253, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 720, + 90 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 293, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 266, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": [ + 309.76611328125, + 106 + ], + "flags": {}, + "order": 231, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + 330, + 30 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + 330, + -10 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + 740, + 50 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + 770, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 318, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_baseOut_0" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 31, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + 1010, + -10 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 317, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -440, + 490 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -340, + 620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 264, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 70, + "type": "easy getNode", + "pos": [ + 2192.2626709498877, + 696.3696731563584 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 224 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + 20, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 211, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + 27, + 41 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 177, + "type": "easy getNode", + "pos": [ + 2193.2626709498877, + 33.369673156358296 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 215, + 249 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 181, + "type": "easy getNode", + "pos": [ + 2193.2626709498877, + 63.36967315635821 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 250 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V1", + "properties": {}, + "widgets_values": [ + "conPOS_V1" + ], + "color": "#223" + }, + { + "id": 176, + "type": "BasicGuider", + "pos": [ + 2189.2626709498877, + 95.36967315635812 + ], + "size": [ + 263.18935017163767, + 46 + ], + "flags": {}, + "order": 212, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 249, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 250, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 211 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 330, + 230 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 213, + "type": "VAEDecode", + "pos": [ + 7929.86083984375, + -2493.483070373535 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 295, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 251 + }, + { + "name": "vae", + "type": "VAE", + "link": 252 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 253, + 262 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 215, + "type": "SamplerCustomAdvanced", + "pos": [ + 7539.86083984375, + -2493.483070373535 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 268, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 254, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 255, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 256, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 525, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 258, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 251 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 218, + "type": "BasicGuider", + "pos": [ + 7219.86083984375, + -2473.483070373535 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 213, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 260, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 261, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 255 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 219, + "type": "easy getNode", + "pos": [ + 7239.86083984375, + -2543.483070373535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 260, + 524 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 220, + "type": "easy getNode", + "pos": [ + 7539.86083984375, + -2553.483070373535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 258 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 221, + "type": "easy getNode", + "pos": [ + 7539.86083984375, + -2593.483070373535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 254 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 222, + "type": "easy getNode", + "pos": [ + 7949.86083984375, + -2533.483070373535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 252 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 223, + "type": "easy getNode", + "pos": [ + 7229.86083984375, + -2503.483070373535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 261 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 224, + "type": "easy setNode", + "pos": [ + 7979.86083984375, + -2403.483070373535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 322, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 262 + } + ], + "title": "Set_image_baseOut_0_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_baseOut_0_0" + ], + "color": "#223" + }, + { + "id": 225, + "type": "Note", + "pos": [ + 7549.86083984375, + -2113.483070373535 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 44, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 214, + "type": "SaveImage", + "pos": [ + 8219.86083984375, + -2593.483070373535 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 321, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 253 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 216, + "type": "KSamplerSelect", + "pos": [ + 7539.86083984375, + -2353.483070373535 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 45, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 256 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "heun" + ] + }, + { + "id": 226, + "type": "VAEDecode", + "pos": [ + 7956.332275390625, + -1123.6669311523438 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 296, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 263 + }, + { + "name": "vae", + "type": "VAE", + "link": 264 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 265, + 274 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 227, + "type": "SaveImage", + "pos": [ + 8246.332275390625, + -1223.6669311523438 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 323, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 265 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 231, + "type": "BasicGuider", + "pos": [ + 7246.332275390625, + -1103.6669311523438 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 214, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 272, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 273, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 267 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 232, + "type": "easy getNode", + "pos": [ + 7266.332275390625, + -1173.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 272, + 522 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 233, + "type": "easy getNode", + "pos": [ + 7566.332275390625, + -1183.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 270 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 234, + "type": "easy getNode", + "pos": [ + 7566.332275390625, + -1223.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 266 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 235, + "type": "easy getNode", + "pos": [ + 7976.332275390625, + -1163.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 49, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 264 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 236, + "type": "easy getNode", + "pos": [ + 7256.332275390625, + -1133.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 273 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 237, + "type": "easy setNode", + "pos": [ + 8006.332275390625, + -1033.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 324, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 274 + } + ], + "title": "Set_image_baseOut_0_0_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_baseOut_0_0_0" + ], + "color": "#223" + }, + { + "id": 238, + "type": "Note", + "pos": [ + 7576.332275390625, + -743.6669311523438 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 51, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 228, + "type": "SamplerCustomAdvanced", + "pos": [ + 7566.332275390625, + -1123.6669311523438 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 269, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 266, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 267, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 268, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 523, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 270, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 263 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 229, + "type": "KSamplerSelect", + "pos": [ + 7566.332275390625, + -983.6669311523438 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 268 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "heunpp2" + ] + }, + { + "id": 239, + "type": "VAEDecode", + "pos": [ + 7923.66455078125, + 223.666259765625 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 297, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 275 + }, + { + "name": "vae", + "type": "VAE", + "link": 276 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 277, + 286 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 240, + "type": "SaveImage", + "pos": [ + 8213.66455078125, + 123.666259765625 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 325, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 277 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 244, + "type": "BasicGuider", + "pos": [ + 7213.66455078125, + 243.666259765625 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 216, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 284, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 285, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 279 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 246, + "type": "easy getNode", + "pos": [ + 7533.66455078125, + 163.666259765625 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 282 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 247, + "type": "easy getNode", + "pos": [ + 7533.66455078125, + 123.666259765625 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 278 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 248, + "type": "easy getNode", + "pos": [ + 7943.66455078125, + 183.666259765625 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 276 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 249, + "type": "easy getNode", + "pos": [ + 7223.66455078125, + 213.666259765625 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 285 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 250, + "type": "easy setNode", + "pos": [ + 7973.66455078125, + 313.666259765625 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 326, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 286 + } + ], + "title": "Set_image_baseOut_0_0_1", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_baseOut_0_0_1" + ], + "color": "#223" + }, + { + "id": 251, + "type": "Note", + "pos": [ + 7543.66455078125, + 603.666259765625 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 57, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 241, + "type": "SamplerCustomAdvanced", + "pos": [ + 7533.66455078125, + 223.666259765625 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 270, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 278, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 279, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 280, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 521, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 282, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 275 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 242, + "type": "KSamplerSelect", + "pos": [ + 7533.66455078125, + 363.666259765625 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 58, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 280 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpm_2" + ] + }, + { + "id": 252, + "type": "VAEDecode", + "pos": [ + 5286.332275390625, + -2502.6666870117188 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 298, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 287 + }, + { + "name": "vae", + "type": "VAE", + "link": 288 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 289, + 298 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 254, + "type": "SamplerCustomAdvanced", + "pos": [ + 4896.332275390625, + -2502.6666870117188 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 271, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 290, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 291, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 292, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 519, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 294, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 287 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 257, + "type": "BasicGuider", + "pos": [ + 4576.332275390625, + -2482.6666870117188 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 215, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 296, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 297, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 291 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 258, + "type": "easy getNode", + "pos": [ + 4596.332275390625, + -2552.6666870117188 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 296, + 518 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 259, + "type": "easy getNode", + "pos": [ + 4896.332275390625, + -2562.6666870117188 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 294 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 260, + "type": "easy getNode", + "pos": [ + 4896.332275390625, + -2602.6666870117188 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 290 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 261, + "type": "easy getNode", + "pos": [ + 5306.332275390625, + -2542.6666870117188 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 288 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 262, + "type": "easy getNode", + "pos": [ + 4586.332275390625, + -2512.6666870117188 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 297 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 264, + "type": "Note", + "pos": [ + 4906.332275390625, + -2122.6666870117188 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 64, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 255, + "type": "KSamplerSelect", + "pos": [ + 4896.332275390625, + -2362.6666870117188 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 65, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 292 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_sde_gpu" + ] + }, + { + "id": 263, + "type": "easy setNode", + "pos": [ + 5306.332275390625, + -2412.6666870117188 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 328, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 298 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform", + "properties": { + "previousName": "image_dpmpp_sde_gpu-ddim_uniform" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform" + ], + "color": "#223" + }, + { + "id": 253, + "type": "SaveImage", + "pos": [ + 5576.332275390625, + -2592.6666870117188 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 327, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 289 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 245, + "type": "easy getNode", + "pos": [ + 7224.66455078125, + 183.666259765625 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 66, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 284, + 520 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 265, + "type": "VAEDecode", + "pos": [ + 10164.823749159914, + -2460.8596551176597 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 299, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 299 + }, + { + "name": "vae", + "type": "VAE", + "link": 300 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 301, + 310 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 267, + "type": "SamplerCustomAdvanced", + "pos": [ + 9774.823749159914, + -2460.8596551176597 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 272, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 302, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 303, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 304, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 517, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 306, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 299 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 270, + "type": "BasicGuider", + "pos": [ + 9454.823749159914, + -2440.85965511766 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 217, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 308, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 309, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 303 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 271, + "type": "easy getNode", + "pos": [ + 9474.823749159914, + -2510.85965511766 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 67, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 308, + 516 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 272, + "type": "easy getNode", + "pos": [ + 9774.823749159914, + -2520.85965511766 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 68, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 306 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 273, + "type": "easy getNode", + "pos": [ + 9774.823749159914, + -2560.8596551176597 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 69, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 302 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 274, + "type": "easy getNode", + "pos": [ + 10184.823749159914, + -2500.8596551176597 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 300 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 275, + "type": "easy getNode", + "pos": [ + 9464.823749159914, + -2470.8596551176597 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 71, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 309 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 276, + "type": "easy setNode", + "pos": [ + 10184.823749159914, + -2370.85965511766 + ], + "size": { + "0": 302.3999938964844, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 330, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 310 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_0" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 277, + "type": "Note", + "pos": [ + 9784.823749159914, + -2080.85965511766 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 72, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 268, + "type": "KSamplerSelect", + "pos": [ + 9774.823749159914, + -2320.85965511766 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 73, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 304 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 266, + "type": "SaveImage", + "pos": [ + 10464.823749159914, + -2550.85965511766 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 329, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 301 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + 10146.332275390625, + -1073.6669311523438 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 300, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 312 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 322 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + 9756.332275390625, + -1073.6669311523438 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 273, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 314, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 515, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 318, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + 9436.332275390625, + -1053.6669311523438 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 218, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 320, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 321, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 284, + "type": "easy getNode", + "pos": [ + 9456.332275390625, + -1123.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 74, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 320, + 514 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 285, + "type": "easy getNode", + "pos": [ + 9756.332275390625, + -1133.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 75, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 318 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 286, + "type": "easy getNode", + "pos": [ + 9756.332275390625, + -1173.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 314 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 287, + "type": "easy getNode", + "pos": [ + 10166.332275390625, + -1113.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 77, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 312 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 288, + "type": "easy getNode", + "pos": [ + 9446.332275390625, + -1083.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 78, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 321 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 289, + "type": "easy setNode", + "pos": [ + 10166.332275390625, + -983.6669311523438 + ], + "size": { + "0": 302.3999938964844, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 332, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 322 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1" + ], + "color": "#223" + }, + { + "id": 290, + "type": "Note", + "pos": [ + 9766.332275390625, + -693.6669311523438 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 79, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + 10436.332275390625, + -1163.6669311523438 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 331, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + 9756.332275390625, + -933.6669311523438 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 80, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 291, + "type": "VAEDecode", + "pos": [ + 16353.667724609375, + 263.66680908203125 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 301, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 323 + }, + { + "name": "vae", + "type": "VAE", + "link": 324 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 325, + 334 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 292, + "type": "SaveImage", + "pos": [ + 16643.667724609375, + 173.66680908203125 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 333, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 325 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 296, + "type": "BasicGuider", + "pos": [ + 15643.667724609375, + 283.66680908203125 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 219, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 332, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 333, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 327 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 297, + "type": "easy getNode", + "pos": [ + 15663.667724609375, + 213.66680908203125 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 81, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 332, + 513 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 298, + "type": "easy getNode", + "pos": [ + 15963.667724609375, + 203.66680908203125 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 330 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 299, + "type": "easy getNode", + "pos": [ + 15963.667724609375, + 163.66680908203125 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 83, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 326 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 300, + "type": "easy getNode", + "pos": [ + 16373.667724609375, + 223.66680908203125 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 84, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 324 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 301, + "type": "easy getNode", + "pos": [ + 15653.667724609375, + 253.66680908203125 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 333 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 302, + "type": "easy setNode", + "pos": [ + 16373.667724609375, + 353.66680908203125 + ], + "size": { + "0": 302.3999938964844, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 334, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 334 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_2", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_2" + ], + "color": "#223" + }, + { + "id": 303, + "type": "Note", + "pos": [ + 15973.667724609375, + 643.6668090820312 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 86, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 294, + "type": "KSamplerSelect", + "pos": [ + 15963.667724609375, + 403.66680908203125 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 87, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 328 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_sde" + ] + }, + { + "id": 293, + "type": "SamplerCustomAdvanced", + "pos": [ + 15963.667724609375, + 263.66680908203125 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 274, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 326, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 327, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 328, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 512, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 330, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 323 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 304, + "type": "VAEDecode", + "pos": [ + 14185.636476627076, + -2449.1270605670506 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 302, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 335 + }, + { + "name": "vae", + "type": "VAE", + "link": 336 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 337, + 346 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 305, + "type": "SaveImage", + "pos": [ + 14475.636476627078, + -2539.1270605670506 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 335, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 337 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 309, + "type": "BasicGuider", + "pos": [ + 13475.636476627078, + -2429.1270605670506 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 220, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 344, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 345, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 339 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 310, + "type": "easy getNode", + "pos": [ + 13495.636476627078, + -2499.1270605670506 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 344, + 511 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 311, + "type": "easy getNode", + "pos": [ + 13795.636476627078, + -2509.1270605670506 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 342 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 312, + "type": "easy getNode", + "pos": [ + 13795.636476627078, + -2549.1270605670506 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 90, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 338 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 313, + "type": "easy getNode", + "pos": [ + 14205.636476627076, + -2489.1270605670506 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 336 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 314, + "type": "easy getNode", + "pos": [ + 13485.636476627078, + -2459.1270605670506 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 92, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 345 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 315, + "type": "easy setNode", + "pos": [ + 14205.636476627076, + -2359.127060567051 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 336, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 346 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_0" + ], + "color": "#223" + }, + { + "id": 316, + "type": "Note", + "pos": [ + 13805.636476627078, + -2069.1270605670506 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 93, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 307, + "type": "KSamplerSelect", + "pos": [ + 13795.636476627078, + -2309.127060567051 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 94, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 340 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_sde_gpu" + ] + }, + { + "id": 306, + "type": "SamplerCustomAdvanced", + "pos": [ + 13795.636476627078, + -2449.1270605670506 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 275, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 338, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 339, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 340, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 510, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 342, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 335 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 317, + "type": "VAEDecode", + "pos": [ + 14180.87665450672, + -1086.4994713649282 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 303, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 347 + }, + { + "name": "vae", + "type": "VAE", + "link": 348 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 349, + 358 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 322, + "type": "BasicGuider", + "pos": [ + 13470.87665450672, + -1066.4994713649285 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 221, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 356, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 357, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 351 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 323, + "type": "easy getNode", + "pos": [ + 13490.87665450672, + -1136.499471364928 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 95, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 356, + 509 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 324, + "type": "easy getNode", + "pos": [ + 13790.87665450672, + -1146.499471364928 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 96, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 354 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 325, + "type": "easy getNode", + "pos": [ + 13790.87665450672, + -1186.499471364928 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 97, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 350 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 326, + "type": "easy getNode", + "pos": [ + 14200.87665450672, + -1126.4994713649282 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 98, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 348 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 327, + "type": "easy getNode", + "pos": [ + 13480.87665450672, + -1096.4994713649282 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 99, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 357 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 328, + "type": "easy setNode", + "pos": [ + 14200.87665450672, + -996.4994713649286 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 338, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 358 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_1", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_1" + ], + "color": "#223" + }, + { + "id": 329, + "type": "Note", + "pos": [ + 13800.87665450672, + -706.4994713649285 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 100, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 320, + "type": "KSamplerSelect", + "pos": [ + 13790.87665450672, + -946.4994713649286 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 101, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 352 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_3m_sde" + ] + }, + { + "id": 318, + "type": "SaveImage", + "pos": [ + 14470.876654506721, + -1176.4994713649282 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 337, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 349 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 319, + "type": "SamplerCustomAdvanced", + "pos": [ + 13790.87665450672, + -1086.4994713649282 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 276, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 350, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 351, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 352, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 508, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 354, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 347 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 330, + "type": "VAEDecode", + "pos": [ + 14186.16474044423, + 245.1294967399139 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 304, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 359 + }, + { + "name": "vae", + "type": "VAE", + "link": 360 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 361, + 370 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 332, + "type": "SamplerCustomAdvanced", + "pos": [ + 13796.16474044423, + 245.1294967399139 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 277, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 362, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 363, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 364, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 506, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 366, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 359 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 335, + "type": "BasicGuider", + "pos": [ + 13476.16474044423, + 265.1294967399138 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 222, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 368, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 369, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 363 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 336, + "type": "easy getNode", + "pos": [ + 13496.16474044423, + 195.12949673991383 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 102, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 368, + 507 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 337, + "type": "easy getNode", + "pos": [ + 13796.16474044423, + 185.12949673991378 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 103, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 366 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 338, + "type": "easy getNode", + "pos": [ + 13796.16474044423, + 145.12949673991378 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 104, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 362 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 339, + "type": "easy getNode", + "pos": [ + 14206.16474044423, + 205.12949673991383 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 105, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 360 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 340, + "type": "easy getNode", + "pos": [ + 13486.16474044423, + 235.1294967399139 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 369 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 341, + "type": "easy setNode", + "pos": [ + 14206.16474044423, + 335.1294967399138 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 340, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 370 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_2", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_2" + ], + "color": "#223" + }, + { + "id": 342, + "type": "Note", + "pos": [ + 13806.16474044423, + 625.1294967399135 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 107, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 333, + "type": "KSamplerSelect", + "pos": [ + 13796.16474044423, + 385.1294967399138 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 108, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 364 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_3m_sde_gpu" + ] + }, + { + "id": 331, + "type": "SaveImage", + "pos": [ + 14476.16474044423, + 155.12949673991378 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 339, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 361 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 343, + "type": "VAEDecode", + "pos": [ + 16323.66162109375, + -2386.3338623046875 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 305, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 371 + }, + { + "name": "vae", + "type": "VAE", + "link": 372 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 373, + 382 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 345, + "type": "SamplerCustomAdvanced", + "pos": [ + 15933.66162109375, + -2386.3338623046875 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 278, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 374, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 375, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 376, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 378, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 371 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 348, + "type": "BasicGuider", + "pos": [ + 15613.66162109375, + -2366.3338623046875 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 223, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 380, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 381, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 375 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 349, + "type": "easy getNode", + "pos": [ + 15633.66162109375, + -2436.3338623046875 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 109, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 380, + 505 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 350, + "type": "easy getNode", + "pos": [ + 15933.66162109375, + -2446.3338623046875 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 110, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 378 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 351, + "type": "easy getNode", + "pos": [ + 15933.66162109375, + -2486.3338623046875 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 374 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 352, + "type": "easy getNode", + "pos": [ + 16343.66162109375, + -2426.3338623046875 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 112, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 372 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 353, + "type": "easy getNode", + "pos": [ + 15623.66162109375, + -2396.3338623046875 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 113, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 381 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 354, + "type": "easy setNode", + "pos": [ + 16343.66162109375, + -2296.3338623046875 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 342, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 382 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_3", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_3" + ], + "color": "#223" + }, + { + "id": 355, + "type": "Note", + "pos": [ + 15943.66162109375, + -2006.3338623046875 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 114, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 346, + "type": "KSamplerSelect", + "pos": [ + 15933.66162109375, + -2246.3338623046875 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 115, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 376 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "ddpm" + ] + }, + { + "id": 344, + "type": "SaveImage", + "pos": [ + 16613.66162109375, + -2476.3338623046875 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 341, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 373 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 356, + "type": "VAEDecode", + "pos": [ + 16353.670349121094, + -1040 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 306, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 383 + }, + { + "name": "vae", + "type": "VAE", + "link": 384 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 385, + 394 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 361, + "type": "BasicGuider", + "pos": [ + 15643.670349121094, + -1020 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 224, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 392, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 393, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 387 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 362, + "type": "easy getNode", + "pos": [ + 15663.670349121094, + -1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 116, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 392, + 503 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 363, + "type": "easy getNode", + "pos": [ + 15963.670349121094, + -1100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 117, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 390 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 364, + "type": "easy getNode", + "pos": [ + 15963.670349121094, + -1140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 118, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 386 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 365, + "type": "easy getNode", + "pos": [ + 16373.670349121094, + -1080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 119, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 384 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 366, + "type": "easy getNode", + "pos": [ + 15653.670349121094, + -1050 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 120, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 393 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 367, + "type": "easy setNode", + "pos": [ + 16373.670349121094, + -950 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 344, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 394 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_4", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_4" + ], + "color": "#223" + }, + { + "id": 368, + "type": "Note", + "pos": [ + 15973.670349121094, + -660 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 121, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 358, + "type": "SamplerCustomAdvanced", + "pos": [ + 15963.670349121094, + -1030 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 279, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 386, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 387, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 388, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 502, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 390, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 383 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 359, + "type": "KSamplerSelect", + "pos": [ + 15963.670349121094, + -900 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 122, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 388 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "lcm" + ] + }, + { + "id": 357, + "type": "SaveImage", + "pos": [ + 16643.670349121094, + -1120 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 343, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 385 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 369, + "type": "VAEDecode", + "pos": [ + 19546.729942921353, + -2420.4807702017474 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 307, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 395 + }, + { + "name": "vae", + "type": "VAE", + "link": 396 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 397, + 406 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 374, + "type": "BasicGuider", + "pos": [ + 18836.729942921353, + -2400.4807702017474 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 225, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 404, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 405, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 399 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 375, + "type": "easy getNode", + "pos": [ + 18856.729942921353, + -2470.4807702017474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 123, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 404, + 501 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 376, + "type": "easy getNode", + "pos": [ + 19156.729942921353, + -2480.4807702017474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 124, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 402 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 377, + "type": "easy getNode", + "pos": [ + 19156.729942921353, + -2520.4807702017474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 125, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 398 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 378, + "type": "easy getNode", + "pos": [ + 19566.729942921353, + -2460.4807702017474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 126, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 396 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 379, + "type": "easy getNode", + "pos": [ + 18846.729942921353, + -2430.4807702017474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 127, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 405 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 380, + "type": "easy setNode", + "pos": [ + 19566.729942921353, + -2330.4807702017474 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 346, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 406 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_5", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_5" + ], + "color": "#223" + }, + { + "id": 381, + "type": "Note", + "pos": [ + 19166.729942921353, + -2040.4807702017474 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 128, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 371, + "type": "SamplerCustomAdvanced", + "pos": [ + 19156.729942921353, + -2420.4807702017474 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 280, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 398, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 399, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 400, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 500, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 402, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 395 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 372, + "type": "KSamplerSelect", + "pos": [ + 19156.729942921353, + -2280.4807702017474 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 129, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 400 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "ipndm" + ] + }, + { + "id": 370, + "type": "SaveImage", + "pos": [ + 19836.729942921353, + -2510.4807702017474 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 345, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 397 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 382, + "type": "VAEDecode", + "pos": [ + 19532.659301757812, + -1103.6665344238281 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 308, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 407 + }, + { + "name": "vae", + "type": "VAE", + "link": 408 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 409, + 418 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 384, + "type": "SamplerCustomAdvanced", + "pos": [ + 19142.659301757812, + -1103.6665344238281 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 281, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 410, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 411, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 412, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 498, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 414, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 407 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 387, + "type": "BasicGuider", + "pos": [ + 18822.659301757812, + -1083.6665344238281 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 226, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 416, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 417, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 411 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 388, + "type": "easy getNode", + "pos": [ + 18842.659301757812, + -1153.6665344238281 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 130, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 416, + 499 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 389, + "type": "easy getNode", + "pos": [ + 19142.659301757812, + -1163.6665344238281 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 131, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 414 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 390, + "type": "easy getNode", + "pos": [ + 19142.659301757812, + -1203.6665344238281 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 132, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 410 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 391, + "type": "easy getNode", + "pos": [ + 19552.659301757812, + -1143.6665344238281 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 133, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 408 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 392, + "type": "easy getNode", + "pos": [ + 18832.659301757812, + -1113.6665344238281 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 134, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 417 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 393, + "type": "easy setNode", + "pos": [ + 19552.659301757812, + -1013.6665344238281 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 348, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 418 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_6", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_6" + ], + "color": "#223" + }, + { + "id": 394, + "type": "Note", + "pos": [ + 19152.659301757812, + -723.6665344238281 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 135, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 385, + "type": "KSamplerSelect", + "pos": [ + 19142.659301757812, + -963.6665344238281 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 136, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 412 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "ipndm_v" + ] + }, + { + "id": 383, + "type": "SaveImage", + "pos": [ + 19822.659301757812, + -1193.6665344238281 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 347, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 409 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 395, + "type": "VAEDecode", + "pos": [ + 19503.675354003906, + 223.6663818359375 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 309, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 419 + }, + { + "name": "vae", + "type": "VAE", + "link": 420 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 421, + 430 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 397, + "type": "SamplerCustomAdvanced", + "pos": [ + 19113.675354003906, + 223.6663818359375 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 282, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 422, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 423, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 424, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 496, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 426, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 419 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 400, + "type": "BasicGuider", + "pos": [ + 18793.675354003906, + 243.6663818359375 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 227, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 428, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 429, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 423 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 401, + "type": "easy getNode", + "pos": [ + 18813.675354003906, + 173.6663818359375 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 137, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 428, + 497 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 402, + "type": "easy getNode", + "pos": [ + 19113.675354003906, + 163.6663818359375 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 138, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 426 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 403, + "type": "easy getNode", + "pos": [ + 19113.675354003906, + 123.6663818359375 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 139, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 422 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 404, + "type": "easy getNode", + "pos": [ + 19523.675354003906, + 183.6663818359375 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 140, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 420 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 405, + "type": "easy getNode", + "pos": [ + 18803.675354003906, + 213.6663818359375 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 141, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 429 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 406, + "type": "easy setNode", + "pos": [ + 19523.675354003906, + 313.6663818359375 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 350, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 430 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_7", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_7" + ], + "color": "#223" + }, + { + "id": 407, + "type": "Note", + "pos": [ + 19123.675354003906, + 603.6663818359375 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 142, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 398, + "type": "KSamplerSelect", + "pos": [ + 19113.675354003906, + 363.6663818359375 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 143, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 424 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "deis" + ] + }, + { + "id": 396, + "type": "SaveImage", + "pos": [ + 19793.675354003906, + 133.6663818359375 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 349, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 421 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 408, + "type": "VAEDecode", + "pos": [ + 10165.410393972881, + 243.481262320578 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 310, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 431 + }, + { + "name": "vae", + "type": "VAE", + "link": 432 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 433, + 442 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 410, + "type": "SamplerCustomAdvanced", + "pos": [ + 9775.410393972881, + 243.481262320578 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 283, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 434, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 435, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 436, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 494, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 438, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 431 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 413, + "type": "BasicGuider", + "pos": [ + 9455.410393972881, + 263.4812623205775 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 228, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 440, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 441, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 435 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 415, + "type": "easy getNode", + "pos": [ + 9775.410393972881, + 183.48126232057805 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 144, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 438 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 416, + "type": "easy getNode", + "pos": [ + 9775.410393972881, + 143.4812623205785 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 434 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 417, + "type": "easy getNode", + "pos": [ + 10185.410393972881, + 203.48126232057808 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 146, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 432 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 418, + "type": "easy getNode", + "pos": [ + 9455.410393972881, + 233.48126232057803 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 147, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 441 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 419, + "type": "easy setNode", + "pos": [ + 10185.410393972881, + 333.48126232057797 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 352, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 442 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_8", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_8" + ], + "color": "#223" + }, + { + "id": 420, + "type": "Note", + "pos": [ + 9785.410393972881, + 623.4812623205771 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 148, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 411, + "type": "KSamplerSelect", + "pos": [ + 9775.410393972881, + 383.4812623205783 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 149, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 436 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "ddim" + ] + }, + { + "id": 409, + "type": "SaveImage", + "pos": [ + 10455.410393972881, + 153.4812623205785 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 351, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 433 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 414, + "type": "easy getNode", + "pos": [ + 9465.410393972881, + 193.48126232057808 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 150, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 440, + 495 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 421, + "type": "VAEDecode", + "pos": [ + 7969.350058347472, + 1527.350095719965 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 311, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 443 + }, + { + "name": "vae", + "type": "VAE", + "link": 444 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 445, + 454 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 422, + "type": "SaveImage", + "pos": [ + 8259.350058347472, + 1437.3500957199647 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 353, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 445 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 426, + "type": "BasicGuider", + "pos": [ + 7259.350058347474, + 1547.350095719965 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 229, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 452, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 453, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 447 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 427, + "type": "easy getNode", + "pos": [ + 7279.350058347474, + 1477.3500957199647 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 151, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 452, + 492 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 428, + "type": "easy getNode", + "pos": [ + 7579.350058347474, + 1467.3500957199647 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 152, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 450 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 429, + "type": "easy getNode", + "pos": [ + 7579.350058347474, + 1427.3500957199647 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 153, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 446 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 430, + "type": "easy getNode", + "pos": [ + 7989.350058347472, + 1487.3500957199647 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 154, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 444 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 431, + "type": "easy getNode", + "pos": [ + 7269.350058347474, + 1517.350095719965 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 155, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 453 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 432, + "type": "easy setNode", + "pos": [ + 7989.350058347472, + 1617.3500957199647 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 354, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 454 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_9", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_9" + ], + "color": "#223" + }, + { + "id": 433, + "type": "Note", + "pos": [ + 7589.350058347474, + 1907.3500957199647 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 156, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 424, + "type": "KSamplerSelect", + "pos": [ + 7579.350058347474, + 1667.3500957199644 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 157, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 448 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "uni_pc" + ] + }, + { + "id": 423, + "type": "SamplerCustomAdvanced", + "pos": [ + 7579.350058347474, + 1527.350095719965 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 284, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 446, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 447, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 448, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 493, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 450, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 443 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 434, + "type": "VAEDecode", + "pos": [ + 10199.987792968754, + 1553.666381835935 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 312, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 455 + }, + { + "name": "vae", + "type": "VAE", + "link": 456 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 457, + 466 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 436, + "type": "SamplerCustomAdvanced", + "pos": [ + 9809.987792968754, + 1553.666381835935 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 285, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 458, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 459, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 460, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 490, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 462, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 455 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 439, + "type": "BasicGuider", + "pos": [ + 9489.987792968754, + 1573.666381835935 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 230, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 464, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 465, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 459 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 441, + "type": "easy getNode", + "pos": [ + 9809.987792968754, + 1493.666381835935 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 158, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 462 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 442, + "type": "easy getNode", + "pos": [ + 9809.987792968754, + 1453.666381835935 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 159, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 458 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 443, + "type": "easy getNode", + "pos": [ + 10219.987792968754, + 1513.666381835935 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 160, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 456 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 444, + "type": "easy getNode", + "pos": [ + 9499.987792968754, + 1543.666381835935 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 161, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 465 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 445, + "type": "easy setNode", + "pos": [ + 10219.987792968754, + 1643.6663818359355 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 356, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 466 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1_10", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1_10" + ], + "color": "#223" + }, + { + "id": 446, + "type": "Note", + "pos": [ + 9819.987792968754, + 1933.6663818359357 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 162, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 437, + "type": "KSamplerSelect", + "pos": [ + 9809.987792968754, + 1693.6663818359355 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 163, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 460 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "uni_pc_bh2" + ] + }, + { + "id": 435, + "type": "SaveImage", + "pos": [ + 10489.987792968754, + 1463.666381835935 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 355, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 457 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 440, + "type": "easy getNode", + "pos": [ + 9495.987792968754, + 1509.666381835935 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 164, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 464, + 491 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -450, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 165, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -610, + 620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 259, + "mode": 0, + "inputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "link": 469 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + 152, + 381 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 166, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 454, + "type": "easy getNode", + "pos": [ + 2336.2626709498877, + 363.3696731563582 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 167, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 471 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 456, + "type": "easy getNode", + "pos": [ + 7370, + -2203.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 168, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 472 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 458, + "type": "easy getNode", + "pos": [ + 7396.332275390625, + -833.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 169, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 473 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 460, + "type": "easy getNode", + "pos": [ + 7373.66455078125, + 513.666259765625 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 170, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 474 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 462, + "type": "easy getNode", + "pos": [ + 4736.332275390625, + -2212.6666870117188 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 171, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 475 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 464, + "type": "easy getNode", + "pos": [ + 9606.332275390625, + -2166.3338623046875 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 172, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 476 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 466, + "type": "easy getNode", + "pos": [ + 9586.332275390625, + -783.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 173, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 477 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 468, + "type": "easy getNode", + "pos": [ + 15803.667724609375, + 553.6668090820312 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 174, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 478 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 470, + "type": "easy getNode", + "pos": [ + 13625.636476627078, + -2159.127060567051 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 175, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 479 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 472, + "type": "easy getNode", + "pos": [ + 13630.87665450672, + -796.4994713649287 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 176, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 480 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 474, + "type": "easy getNode", + "pos": [ + 13636.16474044423, + 535.1294967399134 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 177, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 481 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 476, + "type": "easy getNode", + "pos": [ + 15773.66162109375, + -2096.3338623046875 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 178, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 482 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 478, + "type": "easy getNode", + "pos": [ + 15803.670349121094, + -750 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 179, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 483 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 480, + "type": "easy getNode", + "pos": [ + 18993.65869140625, + -2133.6669311523438 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 180, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 484 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 482, + "type": "easy getNode", + "pos": [ + 18972.659301757812, + -813.6665344238281 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 181, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 485 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 484, + "type": "easy getNode", + "pos": [ + 18953.675354003906, + 503.6663818359375 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 182, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 486 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 486, + "type": "easy getNode", + "pos": [ + 9615.410393972881, + 543.481262320578 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 183, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 487 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 488, + "type": "easy getNode", + "pos": [ + 7426.834890578, + 1823.2823115473636 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 184, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 488 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 490, + "type": "easy getNode", + "pos": [ + 9649.987792968754, + 1843.6663818359357 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 185, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 489 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 489, + "type": "BasicScheduler", + "pos": [ + 9809.987792968754, + 1793.6663818359357 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 250, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 491, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 489, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 490 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 487, + "type": "BasicScheduler", + "pos": [ + 7586.834890578, + 1773.2823115473639 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 249, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 492, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 488, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 493 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 485, + "type": "BasicScheduler", + "pos": [ + 9775.410393972881, + 493.481262320578 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 248, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 495, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 487, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 494 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 483, + "type": "BasicScheduler", + "pos": [ + 19113.675354003906, + 463.6663818359375 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 247, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 497, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 486, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 496 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "karras", + 4, + 1 + ] + }, + { + "id": 481, + "type": "BasicScheduler", + "pos": [ + 19142.659301757812, + -863.6665344238281 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 246, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 499, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 485, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 498 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "karras", + 4, + 1 + ] + }, + { + "id": 479, + "type": "BasicScheduler", + "pos": [ + 19163.65869140625, + -2173.6669311523438 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 245, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 501, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 484, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 500 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "karras", + 4, + 1 + ] + }, + { + "id": 477, + "type": "BasicScheduler", + "pos": [ + 15963.670349121094, + -800 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 244, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 503, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 483, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 502 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "exponential", + 4, + 1 + ] + }, + { + "id": 475, + "type": "BasicScheduler", + "pos": [ + 15943.66162109375, + -2146.3338623046875 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 243, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 505, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 482, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 504 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "exponential", + 4, + 1 + ] + }, + { + "id": 473, + "type": "BasicScheduler", + "pos": [ + 13796.16474044423, + 485.1294967399136 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 242, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 507, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 481, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 506 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "exponential", + 4, + 1 + ] + }, + { + "id": 471, + "type": "BasicScheduler", + "pos": [ + 13790.87665450672, + -846.4994713649288 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 241, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 509, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 480, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 508 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "exponential", + 4, + 1 + ] + }, + { + "id": 469, + "type": "BasicScheduler", + "pos": [ + 13795.636476627078, + -2209.1270605670516 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 240, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 511, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 479, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 510 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "exponential", + 4, + 1 + ] + }, + { + "id": 467, + "type": "BasicScheduler", + "pos": [ + 15963.667724609375, + 503.66680908203125 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 239, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 513, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 478, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 512 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "exponential", + 4, + 1 + ] + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + 9756.332275390625, + -833.6669311523438 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 238, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 514, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 515 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 463, + "type": "BasicScheduler", + "pos": [ + 9776.332275390625, + -2216.3338623046875 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 237, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 516, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 476, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 517 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 461, + "type": "BasicScheduler", + "pos": [ + 4896.332275390625, + -2262.6666870117188 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 236, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 518, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 475, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 519 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "ddim_uniform", + 4, + 1 + ] + }, + { + "id": 459, + "type": "BasicScheduler", + "pos": [ + 7533.66455078125, + 463.666259765625 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 235, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 520, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 474, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 521 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 457, + "type": "BasicScheduler", + "pos": [ + 7576.332275390625, + -883.6669311523438 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 234, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 522, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 473, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 523 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 455, + "type": "BasicScheduler", + "pos": [ + 7540, + -2253.6669311523438 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 233, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 524, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 472, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 525 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 188, + "type": "easy setNode", + "pos": [ + 2342.2626709498877, + 1026.3696731563584 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 265, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 225 + } + ], + "title": "Set_conPOS_V1", + "properties": { + "previousName": "conPOS_V1" + }, + "widgets_values": [ + "conPOS_V1" + ], + "color": "#223" + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -319, + 423 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 290, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 468 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + 4, + 1541 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 186, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -600, + 1310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 187, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -450, + 1640 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 286, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + 429, + 1587 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 188, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -590, + 1350 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 252, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": [ + 305.32547491450396, + 98 + ], + "flags": {}, + "order": 260, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 526, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 527, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 468 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -2210, + 140 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 189, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 203, + 205 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 204, + 206 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -1700, + -500 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 190, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 192743051096558, + "fixed" + ] + }, + { + "id": 447, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -600, + "1": -760, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 429.7245677538758, + 466 + ], + "flags": {}, + "order": 191, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "yellow", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1750 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 263, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -910, + 140 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 315, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -1370, + 170 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 255, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -1360, + 220 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 288, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -1850, + 410 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 192, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda_01195_.png", + "image" + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -770, + 530 + ], + "size": [ + 293.52677024491527, + 58 + ], + "flags": {}, + "order": 193, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 469 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ] + }, + { + "id": 492, + "type": "PrimitiveNode", + "pos": [ + -613, + 266 + ], + "size": [ + 445.64136875935924, + 121.50624775232279 + ], + "flags": {}, + "order": 194, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 526, + 527 + ], + "slot_index": 0, + "widget": { + "name": "clip_l" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": [ + 1070.547927934384, + 180.40959319710112 + ], + "flags": {}, + "order": 195, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -910, + "1": -270, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 297.8335533949057, + 82 + ], + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -438, + 528 + ], + "size": { + "0": 264.7846374511719, + "1": 58 + }, + "flags": {}, + "order": 209, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 186, + "type": "CLIPTextEncodeFlux", + "pos": [ + 2192.2626709498877, + 736.3696731563583 + ], + "size": [ + 308.81724442965606, + 251.5594630928099 + ], + "flags": {}, + "order": 210, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 224 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 225 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "cinematic, diffuse light", + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -600, + "1": -250, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 423.0379582279661, + 106 + ], + "flags": {}, + "order": 197, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -1620, + 420 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 258, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -1700, + -660 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 198, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1140, + -720 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 199, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-sampler-garden-v12\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v2\n\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\nFlux1 Sampler Garden\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 199, + 165, + 0, + 32, + 0, + "*" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 201, + 169, + 0, + 165, + 1, + "VAE" + ], + [ + 203, + 160, + 0, + 80, + 0, + "*" + ], + [ + 204, + 160, + 1, + 81, + 0, + "*" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 207, + 173, + 0, + 171, + 0, + "LATENT" + ], + [ + 208, + 180, + 0, + 171, + 1, + "VAE" + ], + [ + 209, + 171, + 0, + 172, + 0, + "IMAGE" + ], + [ + 210, + 179, + 0, + 173, + 0, + "NOISE" + ], + [ + 211, + 176, + 0, + 173, + 1, + "GUIDER" + ], + [ + 212, + 174, + 0, + 173, + 2, + "SAMPLER" + ], + [ + 213, + 175, + 0, + 173, + 3, + "SIGMAS" + ], + [ + 214, + 178, + 0, + 173, + 4, + "LATENT" + ], + [ + 215, + 177, + 0, + 175, + 0, + "MODEL" + ], + [ + 218, + 171, + 0, + 182, + 0, + "*" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 224, + 70, + 0, + 186, + 0, + "CLIP" + ], + [ + 225, + 186, + 0, + 188, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 249, + 177, + 0, + 176, + 0, + "MODEL" + ], + [ + 250, + 181, + 0, + 176, + 1, + "CONDITIONING" + ], + [ + 251, + 215, + 0, + 213, + 0, + "LATENT" + ], + [ + 252, + 222, + 0, + 213, + 1, + "VAE" + ], + [ + 253, + 213, + 0, + 214, + 0, + "IMAGE" + ], + [ + 254, + 221, + 0, + 215, + 0, + "NOISE" + ], + [ + 255, + 218, + 0, + 215, + 1, + "GUIDER" + ], + [ + 256, + 216, + 0, + 215, + 2, + "SAMPLER" + ], + [ + 258, + 220, + 0, + 215, + 4, + "LATENT" + ], + [ + 260, + 219, + 0, + 218, + 0, + "MODEL" + ], + [ + 261, + 223, + 0, + 218, + 1, + "CONDITIONING" + ], + [ + 262, + 213, + 0, + 224, + 0, + "*" + ], + [ + 263, + 228, + 0, + 226, + 0, + "LATENT" + ], + [ + 264, + 235, + 0, + 226, + 1, + "VAE" + ], + [ + 265, + 226, + 0, + 227, + 0, + "IMAGE" + ], + [ + 266, + 234, + 0, + 228, + 0, + "NOISE" + ], + [ + 267, + 231, + 0, + 228, + 1, + "GUIDER" + ], + [ + 268, + 229, + 0, + 228, + 2, + "SAMPLER" + ], + [ + 270, + 233, + 0, + 228, + 4, + "LATENT" + ], + [ + 272, + 232, + 0, + 231, + 0, + "MODEL" + ], + [ + 273, + 236, + 0, + 231, + 1, + "CONDITIONING" + ], + [ + 274, + 226, + 0, + 237, + 0, + "*" + ], + [ + 275, + 241, + 0, + 239, + 0, + "LATENT" + ], + [ + 276, + 248, + 0, + 239, + 1, + "VAE" + ], + [ + 277, + 239, + 0, + 240, + 0, + "IMAGE" + ], + [ + 278, + 247, + 0, + 241, + 0, + "NOISE" + ], + [ + 279, + 244, + 0, + 241, + 1, + "GUIDER" + ], + [ + 280, + 242, + 0, + 241, + 2, + "SAMPLER" + ], + [ + 282, + 246, + 0, + 241, + 4, + "LATENT" + ], + [ + 284, + 245, + 0, + 244, + 0, + "MODEL" + ], + [ + 285, + 249, + 0, + 244, + 1, + "CONDITIONING" + ], + [ + 286, + 239, + 0, + 250, + 0, + "*" + ], + [ + 287, + 254, + 0, + 252, + 0, + "LATENT" + ], + [ + 288, + 261, + 0, + 252, + 1, + "VAE" + ], + [ + 289, + 252, + 0, + 253, + 0, + "IMAGE" + ], + [ + 290, + 260, + 0, + 254, + 0, + "NOISE" + ], + [ + 291, + 257, + 0, + 254, + 1, + "GUIDER" + ], + [ + 292, + 255, + 0, + 254, + 2, + "SAMPLER" + ], + [ + 294, + 259, + 0, + 254, + 4, + "LATENT" + ], + [ + 296, + 258, + 0, + 257, + 0, + "MODEL" + ], + [ + 297, + 262, + 0, + 257, + 1, + "CONDITIONING" + ], + [ + 298, + 252, + 0, + 263, + 0, + "*" + ], + [ + 299, + 267, + 0, + 265, + 0, + "LATENT" + ], + [ + 300, + 274, + 0, + 265, + 1, + "VAE" + ], + [ + 301, + 265, + 0, + 266, + 0, + "IMAGE" + ], + [ + 302, + 273, + 0, + 267, + 0, + "NOISE" + ], + [ + 303, + 270, + 0, + 267, + 1, + "GUIDER" + ], + [ + 304, + 268, + 0, + 267, + 2, + "SAMPLER" + ], + [ + 306, + 272, + 0, + 267, + 4, + "LATENT" + ], + [ + 308, + 271, + 0, + 270, + 0, + "MODEL" + ], + [ + 309, + 275, + 0, + 270, + 1, + "CONDITIONING" + ], + [ + 310, + 265, + 0, + 276, + 0, + "*" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 312, + 287, + 0, + 278, + 1, + "VAE" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 314, + 286, + 0, + 280, + 0, + "NOISE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 318, + 285, + 0, + 280, + 4, + "LATENT" + ], + [ + 320, + 284, + 0, + 283, + 0, + "MODEL" + ], + [ + 321, + 288, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 322, + 278, + 0, + 289, + 0, + "*" + ], + [ + 323, + 293, + 0, + 291, + 0, + "LATENT" + ], + [ + 324, + 300, + 0, + 291, + 1, + "VAE" + ], + [ + 325, + 291, + 0, + 292, + 0, + "IMAGE" + ], + [ + 326, + 299, + 0, + 293, + 0, + "NOISE" + ], + [ + 327, + 296, + 0, + 293, + 1, + "GUIDER" + ], + [ + 328, + 294, + 0, + 293, + 2, + "SAMPLER" + ], + [ + 330, + 298, + 0, + 293, + 4, + "LATENT" + ], + [ + 332, + 297, + 0, + 296, + 0, + "MODEL" + ], + [ + 333, + 301, + 0, + 296, + 1, + "CONDITIONING" + ], + [ + 334, + 291, + 0, + 302, + 0, + "*" + ], + [ + 335, + 306, + 0, + 304, + 0, + "LATENT" + ], + [ + 336, + 313, + 0, + 304, + 1, + "VAE" + ], + [ + 337, + 304, + 0, + 305, + 0, + "IMAGE" + ], + [ + 338, + 312, + 0, + 306, + 0, + "NOISE" + ], + [ + 339, + 309, + 0, + 306, + 1, + "GUIDER" + ], + [ + 340, + 307, + 0, + 306, + 2, + "SAMPLER" + ], + [ + 342, + 311, + 0, + 306, + 4, + "LATENT" + ], + [ + 344, + 310, + 0, + 309, + 0, + "MODEL" + ], + [ + 345, + 314, + 0, + 309, + 1, + "CONDITIONING" + ], + [ + 346, + 304, + 0, + 315, + 0, + "*" + ], + [ + 347, + 319, + 0, + 317, + 0, + "LATENT" + ], + [ + 348, + 326, + 0, + 317, + 1, + "VAE" + ], + [ + 349, + 317, + 0, + 318, + 0, + "IMAGE" + ], + [ + 350, + 325, + 0, + 319, + 0, + "NOISE" + ], + [ + 351, + 322, + 0, + 319, + 1, + "GUIDER" + ], + [ + 352, + 320, + 0, + 319, + 2, + "SAMPLER" + ], + [ + 354, + 324, + 0, + 319, + 4, + "LATENT" + ], + [ + 356, + 323, + 0, + 322, + 0, + "MODEL" + ], + [ + 357, + 327, + 0, + 322, + 1, + "CONDITIONING" + ], + [ + 358, + 317, + 0, + 328, + 0, + "*" + ], + [ + 359, + 332, + 0, + 330, + 0, + "LATENT" + ], + [ + 360, + 339, + 0, + 330, + 1, + "VAE" + ], + [ + 361, + 330, + 0, + 331, + 0, + "IMAGE" + ], + [ + 362, + 338, + 0, + 332, + 0, + "NOISE" + ], + [ + 363, + 335, + 0, + 332, + 1, + "GUIDER" + ], + [ + 364, + 333, + 0, + 332, + 2, + "SAMPLER" + ], + [ + 366, + 337, + 0, + 332, + 4, + "LATENT" + ], + [ + 368, + 336, + 0, + 335, + 0, + "MODEL" + ], + [ + 369, + 340, + 0, + 335, + 1, + "CONDITIONING" + ], + [ + 370, + 330, + 0, + 341, + 0, + "*" + ], + [ + 371, + 345, + 0, + 343, + 0, + "LATENT" + ], + [ + 372, + 352, + 0, + 343, + 1, + "VAE" + ], + [ + 373, + 343, + 0, + 344, + 0, + "IMAGE" + ], + [ + 374, + 351, + 0, + 345, + 0, + "NOISE" + ], + [ + 375, + 348, + 0, + 345, + 1, + "GUIDER" + ], + [ + 376, + 346, + 0, + 345, + 2, + "SAMPLER" + ], + [ + 378, + 350, + 0, + 345, + 4, + "LATENT" + ], + [ + 380, + 349, + 0, + 348, + 0, + "MODEL" + ], + [ + 381, + 353, + 0, + 348, + 1, + "CONDITIONING" + ], + [ + 382, + 343, + 0, + 354, + 0, + "*" + ], + [ + 383, + 358, + 0, + 356, + 0, + "LATENT" + ], + [ + 384, + 365, + 0, + 356, + 1, + "VAE" + ], + [ + 385, + 356, + 0, + 357, + 0, + "IMAGE" + ], + [ + 386, + 364, + 0, + 358, + 0, + "NOISE" + ], + [ + 387, + 361, + 0, + 358, + 1, + "GUIDER" + ], + [ + 388, + 359, + 0, + 358, + 2, + "SAMPLER" + ], + [ + 390, + 363, + 0, + 358, + 4, + "LATENT" + ], + [ + 392, + 362, + 0, + 361, + 0, + "MODEL" + ], + [ + 393, + 366, + 0, + 361, + 1, + "CONDITIONING" + ], + [ + 394, + 356, + 0, + 367, + 0, + "*" + ], + [ + 395, + 371, + 0, + 369, + 0, + "LATENT" + ], + [ + 396, + 378, + 0, + 369, + 1, + "VAE" + ], + [ + 397, + 369, + 0, + 370, + 0, + "IMAGE" + ], + [ + 398, + 377, + 0, + 371, + 0, + "NOISE" + ], + [ + 399, + 374, + 0, + 371, + 1, + "GUIDER" + ], + [ + 400, + 372, + 0, + 371, + 2, + "SAMPLER" + ], + [ + 402, + 376, + 0, + 371, + 4, + "LATENT" + ], + [ + 404, + 375, + 0, + 374, + 0, + "MODEL" + ], + [ + 405, + 379, + 0, + 374, + 1, + "CONDITIONING" + ], + [ + 406, + 369, + 0, + 380, + 0, + "*" + ], + [ + 407, + 384, + 0, + 382, + 0, + "LATENT" + ], + [ + 408, + 391, + 0, + 382, + 1, + "VAE" + ], + [ + 409, + 382, + 0, + 383, + 0, + "IMAGE" + ], + [ + 410, + 390, + 0, + 384, + 0, + "NOISE" + ], + [ + 411, + 387, + 0, + 384, + 1, + "GUIDER" + ], + [ + 412, + 385, + 0, + 384, + 2, + "SAMPLER" + ], + [ + 414, + 389, + 0, + 384, + 4, + "LATENT" + ], + [ + 416, + 388, + 0, + 387, + 0, + "MODEL" + ], + [ + 417, + 392, + 0, + 387, + 1, + "CONDITIONING" + ], + [ + 418, + 382, + 0, + 393, + 0, + "*" + ], + [ + 419, + 397, + 0, + 395, + 0, + "LATENT" + ], + [ + 420, + 404, + 0, + 395, + 1, + "VAE" + ], + [ + 421, + 395, + 0, + 396, + 0, + "IMAGE" + ], + [ + 422, + 403, + 0, + 397, + 0, + "NOISE" + ], + [ + 423, + 400, + 0, + 397, + 1, + "GUIDER" + ], + [ + 424, + 398, + 0, + 397, + 2, + "SAMPLER" + ], + [ + 426, + 402, + 0, + 397, + 4, + "LATENT" + ], + [ + 428, + 401, + 0, + 400, + 0, + "MODEL" + ], + [ + 429, + 405, + 0, + 400, + 1, + "CONDITIONING" + ], + [ + 430, + 395, + 0, + 406, + 0, + "*" + ], + [ + 431, + 410, + 0, + 408, + 0, + "LATENT" + ], + [ + 432, + 417, + 0, + 408, + 1, + "VAE" + ], + [ + 433, + 408, + 0, + 409, + 0, + "IMAGE" + ], + [ + 434, + 416, + 0, + 410, + 0, + "NOISE" + ], + [ + 435, + 413, + 0, + 410, + 1, + "GUIDER" + ], + [ + 436, + 411, + 0, + 410, + 2, + "SAMPLER" + ], + [ + 438, + 415, + 0, + 410, + 4, + "LATENT" + ], + [ + 440, + 414, + 0, + 413, + 0, + "MODEL" + ], + [ + 441, + 418, + 0, + 413, + 1, + "CONDITIONING" + ], + [ + 442, + 408, + 0, + 419, + 0, + "*" + ], + [ + 443, + 423, + 0, + 421, + 0, + "LATENT" + ], + [ + 444, + 430, + 0, + 421, + 1, + "VAE" + ], + [ + 445, + 421, + 0, + 422, + 0, + "IMAGE" + ], + [ + 446, + 429, + 0, + 423, + 0, + "NOISE" + ], + [ + 447, + 426, + 0, + 423, + 1, + "GUIDER" + ], + [ + 448, + 424, + 0, + 423, + 2, + "SAMPLER" + ], + [ + 450, + 428, + 0, + 423, + 4, + "LATENT" + ], + [ + 452, + 427, + 0, + 426, + 0, + "MODEL" + ], + [ + 453, + 431, + 0, + 426, + 1, + "CONDITIONING" + ], + [ + 454, + 421, + 0, + 432, + 0, + "*" + ], + [ + 455, + 436, + 0, + 434, + 0, + "LATENT" + ], + [ + 456, + 443, + 0, + 434, + 1, + "VAE" + ], + [ + 457, + 434, + 0, + 435, + 0, + "IMAGE" + ], + [ + 458, + 442, + 0, + 436, + 0, + "NOISE" + ], + [ + 459, + 439, + 0, + 436, + 1, + "GUIDER" + ], + [ + 460, + 437, + 0, + 436, + 2, + "SAMPLER" + ], + [ + 462, + 441, + 0, + 436, + 4, + "LATENT" + ], + [ + 464, + 440, + 0, + 439, + 0, + "MODEL" + ], + [ + 465, + 444, + 0, + 439, + 1, + "CONDITIONING" + ], + [ + 466, + 434, + 0, + 445, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 468, + 448, + 0, + 211, + 0, + "*" + ], + [ + 469, + 451, + 0, + 450, + 0, + "*" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 471, + 454, + 0, + 175, + 1, + "FLOAT" + ], + [ + 472, + 456, + 0, + 455, + 1, + "FLOAT" + ], + [ + 473, + 458, + 0, + 457, + 1, + "FLOAT" + ], + [ + 474, + 460, + 0, + 459, + 1, + "FLOAT" + ], + [ + 475, + 462, + 0, + 461, + 1, + "FLOAT" + ], + [ + 476, + 464, + 0, + 463, + 1, + "FLOAT" + ], + [ + 477, + 466, + 0, + 465, + 1, + "FLOAT" + ], + [ + 478, + 468, + 0, + 467, + 1, + "FLOAT" + ], + [ + 479, + 470, + 0, + 469, + 1, + "FLOAT" + ], + [ + 480, + 472, + 0, + 471, + 1, + "FLOAT" + ], + [ + 481, + 474, + 0, + 473, + 1, + "FLOAT" + ], + [ + 482, + 476, + 0, + 475, + 1, + "FLOAT" + ], + [ + 483, + 478, + 0, + 477, + 1, + "FLOAT" + ], + [ + 484, + 480, + 0, + 479, + 1, + "FLOAT" + ], + [ + 485, + 482, + 0, + 481, + 1, + "FLOAT" + ], + [ + 486, + 484, + 0, + 483, + 1, + "FLOAT" + ], + [ + 487, + 486, + 0, + 485, + 1, + "FLOAT" + ], + [ + 488, + 488, + 0, + 487, + 1, + "FLOAT" + ], + [ + 489, + 490, + 0, + 489, + 1, + "FLOAT" + ], + [ + 490, + 489, + 0, + 436, + 3, + "SIGMAS" + ], + [ + 491, + 440, + 0, + 489, + 0, + "MODEL" + ], + [ + 492, + 427, + 0, + 487, + 0, + "MODEL" + ], + [ + 493, + 487, + 0, + 423, + 3, + "SIGMAS" + ], + [ + 494, + 485, + 0, + 410, + 3, + "SIGMAS" + ], + [ + 495, + 414, + 0, + 485, + 0, + "MODEL" + ], + [ + 496, + 483, + 0, + 397, + 3, + "SIGMAS" + ], + [ + 497, + 401, + 0, + 483, + 0, + "MODEL" + ], + [ + 498, + 481, + 0, + 384, + 3, + "SIGMAS" + ], + [ + 499, + 388, + 0, + 481, + 0, + "MODEL" + ], + [ + 500, + 479, + 0, + 371, + 3, + "SIGMAS" + ], + [ + 501, + 375, + 0, + 479, + 0, + "MODEL" + ], + [ + 502, + 477, + 0, + 358, + 3, + "SIGMAS" + ], + [ + 503, + 362, + 0, + 477, + 0, + "MODEL" + ], + [ + 504, + 475, + 0, + 345, + 3, + "SIGMAS" + ], + [ + 505, + 349, + 0, + 475, + 0, + "MODEL" + ], + [ + 506, + 473, + 0, + 332, + 3, + "SIGMAS" + ], + [ + 507, + 336, + 0, + 473, + 0, + "MODEL" + ], + [ + 508, + 471, + 0, + 319, + 3, + "SIGMAS" + ], + [ + 509, + 323, + 0, + 471, + 0, + "MODEL" + ], + [ + 510, + 469, + 0, + 306, + 3, + "SIGMAS" + ], + [ + 511, + 310, + 0, + 469, + 0, + "MODEL" + ], + [ + 512, + 467, + 0, + 293, + 3, + "SIGMAS" + ], + [ + 513, + 297, + 0, + 467, + 0, + "MODEL" + ], + [ + 514, + 284, + 0, + 465, + 0, + "MODEL" + ], + [ + 515, + 465, + 0, + 280, + 3, + "SIGMAS" + ], + [ + 516, + 271, + 0, + 463, + 0, + "MODEL" + ], + [ + 517, + 463, + 0, + 267, + 3, + "SIGMAS" + ], + [ + 518, + 258, + 0, + 461, + 0, + "MODEL" + ], + [ + 519, + 461, + 0, + 254, + 3, + "SIGMAS" + ], + [ + 520, + 245, + 0, + 459, + 0, + "MODEL" + ], + [ + 521, + 459, + 0, + 241, + 3, + "SIGMAS" + ], + [ + 522, + 232, + 0, + 457, + 0, + "MODEL" + ], + [ + 523, + 457, + 0, + 228, + 3, + "SIGMAS" + ], + [ + 524, + 219, + 0, + 455, + 0, + "MODEL" + ], + [ + 525, + 455, + 0, + 215, + 3, + "SIGMAS" + ], + [ + 526, + 492, + 0, + 448, + 1, + "STRING" + ], + [ + 527, + 492, + 0, + 448, + 2, + "STRING" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux1 Default", + "bounding": [ + 2130, + -126, + 2124, + 1195 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + }, + { + "title": "HEUN - SIMPLE", + "bounding": [ + 7197, + -2728, + 2066, + 1273 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "HEUNPP2 SIMPLE", + "bounding": [ + 7216, + -1367, + 2082, + 1286 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DPM_2 SIMPLE", + "bounding": [ + 7214, + -19, + 2067, + 1301 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DPMPP_SDE_GPU - DDIM_UNIFORM", + "bounding": [ + 4547, + -2712, + 2077, + 1217 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DPMPP_2M SIMPLE", + "bounding": [ + 9375, + -2736, + 2127, + 1295 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DPMPP_2M_ALT SIMPLE", + "bounding": [ + 9381, + -1357, + 2105, + 1290 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DPMPP_SDE EXPONENTIAL", + "bounding": [ + 15571, + 13, + 2103, + 1258 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DPMPP_2M_SDE_GPU EXPONENTIAL", + "bounding": [ + 13432, + -2703, + 2079, + 1266 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DPMPP_3M_SDE EXPONENTIAL", + "bounding": [ + 13429, + -1381, + 2068, + 1290 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DPMPP_3M_SDE_GPU EXPONENTIAL", + "bounding": [ + 13421, + -57, + 2091, + 1308 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DDPM EXPONENTIAL", + "bounding": [ + 15556, + -2700, + 2089, + 1309 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "LCM EXPONENTIAL", + "bounding": [ + 15559, + -1346, + 2097, + 1306 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IPNDM KARRAS", + "bounding": [ + 18736, + -2662, + 2129, + 1239 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "IPNDM_V KARRAS", + "bounding": [ + 18743, + -1343, + 2133, + 1254 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DEIS KARRAS", + "bounding": [ + 18757, + -28, + 2062, + 1253 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "DDIM SIMPLE", + "bounding": [ + 9395, + 61, + 2096, + 1173 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "UNI_PC SIMPLE", + "bounding": [ + 7153, + 1344, + 2137, + 1183 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + }, + { + "title": "UNI_PC_BH2 SIMPLE", + "bounding": [ + 9370, + 1361, + 2126, + 1183 + ], + "color": "#b58b2a", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.3109994191500594, + "offset": [ + 1687.5534805099292, + 894.6655784733218 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-Auto-Shift-v26.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-Auto-Shift-v26.json new file mode 100644 index 0000000..3390321 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-Auto-Shift-v26.json @@ -0,0 +1,5258 @@ +{ + "last_node_id": 518, + "last_link_id": 558, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -2154.644663382219, + 2327.456259169896 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -840, + 1810 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width", + "properties": {}, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -840, + 1910 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height", + "properties": {}, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + 463.3065131353478, + 1425.3926901568632 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + 721.3065131353476, + 1363.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + 1817.3065131353485, + 1238.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 114, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + 1403.306513135349, + 1285.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1443.1598122799574, + 2569.1982219635465 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2619.198221963545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 102, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + 1423.1598122799578, + 2359.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 83, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 59, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + 483.15981227996417, + 2499.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + 743.1598122799633, + 2479.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + 743.1598122799633, + 2439.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + 473.15981227996417, + 2529.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 60, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 94, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2289.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 14, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + 1832.159812279959, + 2319.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 61, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -1430, + 2080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833.159812279959, + 2349.198221963546 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 112, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 113, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -2154.644663382219, + 2457.456259169896 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -2350, + 600 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 199 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -2030, + 290 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 108, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2080, + 300 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 16, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -2200, + -430 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2200, + -270 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -2030, + -310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -2030, + -130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -1620, + -330 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -1640, + -140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 81, + "type": "easy setNode", + "pos": [ + -2820, + 370 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 204 + } + ], + "title": "Set_int_height", + "properties": { + "previousName": "int_height" + }, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 80, + "type": "easy setNode", + "pos": [ + -2810, + 340 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 203 + } + ], + "title": "Set_int_width", + "properties": { + "previousName": "int_width" + }, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 89, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 71, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 98, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -1.050106829475265, + 1226.5783205082919 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 1422.949893170525, + 1488.5783205082919 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 110, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -450, + 2000 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 219 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00569_.png", + "image" + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 73, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 720, + 90 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + 330, + 30 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + 330, + -10 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + 740, + 50 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + 770, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_baseOut_0" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 25, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + 1010, + -10 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -440, + 490 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -340, + 620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + 20, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + 27, + 41 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 330, + 230 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + 2902.888460543613, + 85.28805821480057 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 97, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 312 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 322 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + 2512.888460543613, + 85.28805821480057 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 87, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 314, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 515, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 318, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + 2192.888460543613, + 105.28805821480057 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 68, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 320, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 321, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 284, + "type": "easy getNode", + "pos": [ + 2212.888460543613, + 35.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 320, + 514 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 285, + "type": "easy getNode", + "pos": [ + 2512.888460543613, + 25.288058214800564 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 318 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 286, + "type": "easy getNode", + "pos": [ + 2512.888460543613, + -14.71194178519943 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 314 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 287, + "type": "easy getNode", + "pos": [ + 2922.888460543613, + 45.288058214800564 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 312 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 288, + "type": "easy getNode", + "pos": [ + 2202.888460543613, + 75.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 321 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 289, + "type": "easy setNode", + "pos": [ + 2922.888460543613, + 175.28805821480057 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 322 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1" + ], + "color": "#223" + }, + { + "id": 290, + "type": "Note", + "pos": [ + 2522.888460543613, + 465.28805821480057 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 35, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + 2512.888460543613, + 225.28805821480057 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 36, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -450, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -610, + 620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "link": 469 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + 152, + 381 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 466, + "type": "easy getNode", + "pos": [ + 2342.888460543613, + 375.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 477 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + 2512.888460543613, + 325.28805821480057 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 70, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 514, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 515 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + 4, + 1541 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -600, + 1310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -450, + 1640 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + 429, + 1587 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -590, + 1350 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1750 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -2350, + 250 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 43, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + 3192.888460543613, + -4.711941785199432 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -1800, + -420 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 44, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 208 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 201 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 199, + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -2354, + 468 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 201 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 508, + "type": "easy getNode", + "pos": [ + -1252, + 94 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_noise_seed_int", + "properties": {}, + "widgets_values": [ + "noise_seed_int" + ], + "color": "#223" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 535, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 544, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 468 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 515, + "type": "ShowText|pysssss", + "pos": [ + -908, + 131 + ], + "size": { + "0": 321.7624816894531, + "1": 175.9002227783203 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 551, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(text:\"JOHNSON\":1) half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur, superb Herbarium of a (scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k:1.3) , (deep red theme:0.7) , in focus, Suffering" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -1800, + -260 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 595629658497532, + "randomize" + ] + }, + { + "id": 517, + "type": "ShowText|pysssss", + "pos": [ + -1679, + 526 + ], + "size": { + "0": 351.6853942871094, + "1": 109.46977233886719 + }, + "flags": {}, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 556, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k" + ] + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -319, + 267 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 468 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2070, + 180 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 505, + "type": "OneButtonPrompt", + "pos": [ + -1255, + 132 + ], + "size": { + "0": 315, + "1": 434 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "seed", + "type": "INT", + "link": 546, + "widget": { + "name": "seed" + } + }, + { + "name": "custom_subject", + "type": "STRING", + "link": 557, + "widget": { + "name": "custom_subject" + } + }, + { + "name": "prompt_prefix", + "type": "STRING", + "link": 558, + "widget": { + "name": "prompt_prefix" + } + } + ], + "outputs": [ + { + "name": "prompt", + "type": "STRING", + "links": [ + 551 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "prompt_g", + "type": "STRING", + "links": [ + 544 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "prompt_l", + "type": "STRING", + "links": [ + 535 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "OneButtonPrompt" + }, + "widgets_values": [ + 5, + "all", + "all", + 20, + "------ all", + "", + "", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + "all", + false, + "SDXL", + "none", + 867998245293409, + "randomize" + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -3000, + 170 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 203, + 205 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 204, + 206 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -1683, + -19 + ], + "size": { + "0": 350.91888427734375, + "1": 108.04949951171875 + }, + "flags": {}, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 558 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(text:\"JOHNSON\":1) half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda_01143_.png", + "image" + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 530 + ], + "size": { + "0": 264.7846374511719, + "1": 58 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -770, + 530 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 469 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.45 + ] + }, + { + "id": 509, + "type": "PrimitiveNode", + "pos": [ + -1683, + 135 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 546 + ], + "slot_index": 0, + "widget": { + "name": "seed" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 867998245293409, + "fixed" + ] + }, + { + "id": 516, + "type": "DPMagicPrompt", + "pos": [ + -1683, + 268 + ], + "size": { + "0": 360.16033935546875, + "1": 216.4399871826172 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 556, + 557 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DPMagicPrompt" + }, + "widgets_values": [ + "scary concrete electronic jungle at night, psychedelic art, moebius style", + 16, + "fixed", + "No" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 56, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Auto-Shift-v26\n\nVideo: https://www.youtube.com/watch?v=73STu8lOZCw\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v3\n\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\nAuto-Prompt Enhancer\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 199, + 165, + 0, + 32, + 0, + "*" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 201, + 169, + 0, + 165, + 1, + "VAE" + ], + [ + 203, + 160, + 0, + 80, + 0, + "*" + ], + [ + 204, + 160, + 1, + 81, + 0, + "*" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 312, + 287, + 0, + 278, + 1, + "VAE" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 314, + 286, + 0, + 280, + 0, + "NOISE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 318, + 285, + 0, + 280, + 4, + "LATENT" + ], + [ + 320, + 284, + 0, + 283, + 0, + "MODEL" + ], + [ + 321, + 288, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 322, + 278, + 0, + 289, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 468, + 448, + 0, + 211, + 0, + "*" + ], + [ + 469, + 451, + 0, + 450, + 0, + "*" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 477, + 466, + 0, + 465, + 1, + "FLOAT" + ], + [ + 514, + 284, + 0, + 465, + 0, + "MODEL" + ], + [ + 515, + 465, + 0, + 280, + 3, + "SIGMAS" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 535, + 505, + 2, + 448, + 1, + "STRING" + ], + [ + 544, + 505, + 1, + 448, + 2, + "STRING" + ], + [ + 546, + 509, + 0, + 505, + 0, + "INT" + ], + [ + 551, + 505, + 0, + 515, + 0, + "STRING" + ], + [ + 556, + 516, + 0, + 517, + 0, + "STRING" + ], + [ + 557, + 516, + 0, + 505, + 1, + "STRING" + ], + [ + 558, + 518, + 0, + 505, + 2, + "STRING" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift DPM ALT", + "bounding": [ + 2113, + -81, + 2118, + 1152 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.4420993610650845, + "offset": [ + 1525.686806128118, + 559.3651303530912 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-AutoShift-Lines-v31.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-AutoShift-Lines-v31.json new file mode 100644 index 0000000..49f0d9a --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-AutoShift-Lines-v31.json @@ -0,0 +1,3032 @@ +{ + "last_node_id": 529, + "last_link_id": 624, + "nodes": [ + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 582 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 572, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1443.1598122799574, + 2569.1982219635465 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 54, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2619.198221963545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 53, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 581 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 51, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 611, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 574, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 573, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 578, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 580 + }, + { + "name": "vae", + "type": "VAE", + "link": 620 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 621 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 603, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 602, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 29, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 579 + }, + { + "name": "vae", + "type": "VAE", + "link": 619 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 42, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 595 + }, + { + "name": "vae", + "type": "VAE", + "link": 618 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 36, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 571, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 577, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 608, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 622, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 567, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 575, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 616 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 515, + "type": "ShowText|pysssss", + "pos": [ + -908, + 131 + ], + "size": { + "0": 321.7624816894531, + "1": 175.9002227783203 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 551, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur, superb Herbarium of a (scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k:1.3) , (deep red theme:0.7) , in focus, Suffering" + ] + }, + { + "id": 517, + "type": "ShowText|pysssss", + "pos": [ + -1679, + 526 + ], + "size": { + "0": 351.6853942871094, + "1": 109.46977233886719 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 556, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k" + ] + }, + { + "id": 505, + "type": "OneButtonPrompt", + "pos": [ + -1255, + 132 + ], + "size": { + "0": 315, + "1": 434 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "seed", + "type": "INT", + "link": 546, + "widget": { + "name": "seed" + } + }, + { + "name": "custom_subject", + "type": "STRING", + "link": 557, + "widget": { + "name": "custom_subject" + } + }, + { + "name": "prompt_prefix", + "type": "STRING", + "link": 558, + "widget": { + "name": "prompt_prefix" + } + } + ], + "outputs": [ + { + "name": "prompt", + "type": "STRING", + "links": [ + 551 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "prompt_g", + "type": "STRING", + "links": [ + 544 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "prompt_l", + "type": "STRING", + "links": [ + 535 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "OneButtonPrompt" + }, + "widgets_values": [ + 5, + "all", + "all", + 20, + "------ all", + "", + "", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + "all", + false, + "SDXL", + "none", + 867998245293409, + "randomize" + ] + }, + { + "id": 516, + "type": "DPMagicPrompt", + "pos": [ + -1683, + 268 + ], + "size": { + "0": 360.16033935546875, + "1": 216.4399871826172 + }, + "flags": {}, + "order": 6, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 556, + 557 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DPMagicPrompt" + }, + "widgets_values": [ + "scary concrete electronic jungle at night, psychedelic art, moebius style", + 16, + "fixed", + "No" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -1683, + -19 + ], + "size": { + "0": 350.91888427734375, + "1": 108.04949951171875 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 558 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "blonde_1.png", + "image" + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 530 + ], + "size": { + "0": 264.7846374511719, + "1": 58 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 615 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 567, + 568, + 571, + 572, + 573, + 574 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 605 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 535, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 544, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -590, + 1350 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 604 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 577, + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833, + 2349 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1750 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 623, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 624, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 581, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 40, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 610, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 595 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 1422.949893170525, + 1488.5783205082919 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 580, + 602 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 219, + 579, + 603 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00569_.png", + "image" + ] + }, + { + "id": 509, + "type": "PrimitiveNode", + "pos": [ + -1683, + 135 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 546 + ], + "slot_index": 0, + "widget": { + "name": "seed" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 867998245293409, + "fixed" + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 529, + "type": "SaveImage", + "pos": [ + 1008, + 17 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 614 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 331, + 233 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 568, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 612, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -466, + 424 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.45 + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -3000, + -460 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 615 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2990, + -340 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 604, + 605 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -3000, + -190 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 608, + 610, + 611 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 374359308328708, + "randomize" + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -3000, + 144 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 623 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 624 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2081, + 340 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 717, + 91 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 617 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 614 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -3010, + -560 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 616, + 617, + 618, + 619, + 620, + 621 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2071, + 102 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 622 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-AutoShift-Lines-v31\n\nVideo: https://www.youtube.com/watch?v=73STu8lOZCw\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v2\n\nAll EasyUse Nodes removed\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\nauto-prompt enhancer\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n\nspecial no Easy Use version." + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 535, + 505, + 2, + 448, + 1, + "STRING" + ], + [ + 544, + 505, + 1, + 448, + 2, + "STRING" + ], + [ + 546, + 509, + 0, + 505, + 0, + "INT" + ], + [ + 551, + 505, + 0, + 515, + 0, + "STRING" + ], + [ + 556, + 516, + 0, + 517, + 0, + "STRING" + ], + [ + 557, + 516, + 0, + 505, + 1, + "STRING" + ], + [ + 558, + 518, + 0, + 505, + 2, + "STRING" + ], + [ + 567, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 568, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 571, + 206, + 0, + 114, + 0, + "MODEL" + ], + [ + 572, + 206, + 0, + 113, + 0, + "MODEL" + ], + [ + 573, + 206, + 0, + 134, + 0, + "MODEL" + ], + [ + 574, + 206, + 0, + 133, + 0, + "MODEL" + ], + [ + 575, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 577, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 578, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 579, + 51, + 0, + 121, + 0, + "IMAGE" + ], + [ + 580, + 99, + 0, + 139, + 0, + "IMAGE" + ], + [ + 581, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 582, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 595, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 602, + 99, + 0, + 58, + 1, + "IMAGE" + ], + [ + 603, + 51, + 0, + 58, + 0, + "IMAGE" + ], + [ + 604, + 11, + 0, + 495, + 0, + "CLIP" + ], + [ + 605, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 608, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 610, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 611, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 612, + 451, + 0, + 197, + 1, + "FLOAT" + ], + [ + 614, + 193, + 0, + 529, + 0, + "IMAGE" + ], + [ + 615, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 616, + 10, + 0, + 165, + 1, + "VAE" + ], + [ + 617, + 10, + 0, + 193, + 1, + "VAE" + ], + [ + 618, + 10, + 0, + 123, + 1, + "VAE" + ], + [ + 619, + 10, + 0, + 121, + 1, + "VAE" + ], + [ + 620, + 10, + 0, + 139, + 1, + "VAE" + ], + [ + 621, + 10, + 0, + 140, + 1, + "VAE" + ], + [ + 622, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 623, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 624, + 160, + 1, + 64, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.586309297171645, + "offset": [ + 1757.1933622769775, + 527.3524845133275 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-Shift-Lines-v33.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-Shift-Lines-v33.json new file mode 100644 index 0000000..b82c4d2 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v3/Foda-Shift-Lines-v33.json @@ -0,0 +1,2749 @@ +{ + "last_node_id": 530, + "last_link_id": 626, + "nodes": [ + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 39, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 582 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 29, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 572, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1443.1598122799574, + 2569.1982219635465 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2619.198221963545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 581 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 611, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 30, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 574, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 32, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 573, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 578, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 580 + }, + { + "name": "vae", + "type": "VAE", + "link": 620 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 621 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 45, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 603, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 602, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2080, + 300 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 25, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 579 + }, + { + "name": "vae", + "type": "VAE", + "link": 619 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 595 + }, + { + "name": "vae", + "type": "VAE", + "link": 618 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 31, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 571, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 577, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 608, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 622, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 567, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 575, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 616 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "blonde_1.png", + "image" + ] + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 605 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 625, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 626, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -590, + 1350 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 604 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 577, + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833, + 2349 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1750 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 623, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 624, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 581, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 610, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 595 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 1422.949893170525, + 1488.5783205082919 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 41, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 580, + 602 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 219, + 579, + 603 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00569_.png", + "image" + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 9, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 529, + "type": "SaveImage", + "pos": [ + 1008, + 17 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 614 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 331, + 233 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 568, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 612, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -3000, + -460 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 615 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2990, + -340 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 604, + 605 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -3000, + -190 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 608, + 610, + 611 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 606816453748683, + "randomize" + ] + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 720, + 90 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 617 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 614 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -3000, + 144 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 623 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 624 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -3010, + -560 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 616, + 617, + 618, + 619, + 620, + 621 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -466, + 424 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 528 + ], + "size": { + "0": 264.7846374511719, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 615 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 567, + 568, + 571, + 572, + 573, + 574 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -995, + 144 + ], + "size": { + "0": 470.33001708984375, + "1": 210.27598571777344 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 625, + 626 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2069, + 141 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 622 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Shift-Lines-v33\n\nVideo: https://www.youtube.com/watch?v=73STu8lOZCw\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v2\n\nAll EasyUse Nodes removed\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n\nspecial no Easy Use version." + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 567, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 568, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 571, + 206, + 0, + 114, + 0, + "MODEL" + ], + [ + 572, + 206, + 0, + 113, + 0, + "MODEL" + ], + [ + 573, + 206, + 0, + 134, + 0, + "MODEL" + ], + [ + 574, + 206, + 0, + 133, + 0, + "MODEL" + ], + [ + 575, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 577, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 578, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 579, + 51, + 0, + 121, + 0, + "IMAGE" + ], + [ + 580, + 99, + 0, + 139, + 0, + "IMAGE" + ], + [ + 581, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 582, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 595, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 602, + 99, + 0, + 58, + 1, + "IMAGE" + ], + [ + 603, + 51, + 0, + 58, + 0, + "IMAGE" + ], + [ + 604, + 11, + 0, + 495, + 0, + "CLIP" + ], + [ + 605, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 608, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 610, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 611, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 612, + 451, + 0, + 197, + 1, + "FLOAT" + ], + [ + 614, + 193, + 0, + 529, + 0, + "IMAGE" + ], + [ + 615, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 616, + 10, + 0, + 165, + 1, + "VAE" + ], + [ + 617, + 10, + 0, + 193, + 1, + "VAE" + ], + [ + 618, + 10, + 0, + 123, + 1, + "VAE" + ], + [ + 619, + 10, + 0, + 121, + 1, + "VAE" + ], + [ + 620, + 10, + 0, + 139, + 1, + "VAE" + ], + [ + 621, + 10, + 0, + 140, + 1, + "VAE" + ], + [ + 622, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 623, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 624, + 160, + 1, + 64, + 2, + "INT" + ], + [ + 625, + 518, + 0, + 448, + 1, + "STRING" + ], + [ + 626, + 518, + 0, + 448, + 2, + "STRING" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.4420993610651318, + "offset": [ + 1791.1919928794039, + 538.0585953807071 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-AutoShift-Lines-v36.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-AutoShift-Lines-v36.json new file mode 100644 index 0000000..95e0abb --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-AutoShift-Lines-v36.json @@ -0,0 +1,3069 @@ +{ + "last_node_id": 529, + "last_link_id": 626, + "nodes": [ + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 45, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 582 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 36, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 572, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1443.1598122799574, + 2569.1982219635465 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 54, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2619.198221963545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 53, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 581 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 51, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 611, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 574, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 37, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 573, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 578, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 580 + }, + { + "name": "vae", + "type": "VAE", + "link": 620 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 621 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 603, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 602, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 26, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 579 + }, + { + "name": "vae", + "type": "VAE", + "link": 619 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 595 + }, + { + "name": "vae", + "type": "VAE", + "link": 618 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 571, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 577, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 608, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 622, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 567, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 575, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 616 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 515, + "type": "ShowText|pysssss", + "pos": [ + -908, + 131 + ], + "size": { + "0": 321.7624816894531, + "1": 175.9002227783203 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 551, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur, superb Herbarium of a (scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k:1.3) , (deep red theme:0.7) , in focus, Suffering" + ] + }, + { + "id": 517, + "type": "ShowText|pysssss", + "pos": [ + -1679, + 526 + ], + "size": { + "0": 351.6853942871094, + "1": 109.46977233886719 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 556, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "scary concrete electronic jungle at night, psychedelic art, moebius style bao pham, donato giancola, larry elmore, masterpiece, trending on artstation, featured on pixiv, cinematic composition, beautiful lighting, sharp, details, hyper-detailed, hdr, 4 k, 8 k" + ] + }, + { + "id": 505, + "type": "OneButtonPrompt", + "pos": [ + -1255, + 132 + ], + "size": { + "0": 315, + "1": 434 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "seed", + "type": "INT", + "link": 546, + "widget": { + "name": "seed" + } + }, + { + "name": "custom_subject", + "type": "STRING", + "link": 557, + "widget": { + "name": "custom_subject" + } + }, + { + "name": "prompt_prefix", + "type": "STRING", + "link": 558, + "widget": { + "name": "prompt_prefix" + } + } + ], + "outputs": [ + { + "name": "prompt", + "type": "STRING", + "links": [ + 551 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "prompt_g", + "type": "STRING", + "links": [ + 544 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "prompt_l", + "type": "STRING", + "links": [ + 535 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "OneButtonPrompt" + }, + "widgets_values": [ + 5, + "all", + "all", + 20, + "------ all", + "", + "", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + "all", + false, + "SDXL", + "none", + 867998245293409, + "randomize" + ] + }, + { + "id": 516, + "type": "DPMagicPrompt", + "pos": [ + -1683, + 268 + ], + "size": { + "0": 360.16033935546875, + "1": 216.4399871826172 + }, + "flags": {}, + "order": 6, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 556, + 557 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DPMagicPrompt" + }, + "widgets_values": [ + "scary concrete electronic jungle at night, psychedelic art, moebius style", + 16, + "fixed", + "No" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -1683, + -19 + ], + "size": { + "0": 350.91888427734375, + "1": 108.04949951171875 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 558 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "blonde_1.png", + "image" + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 530 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 615 + }, + { + "name": "width", + "type": "INT", + "link": 625, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 626, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 567, + 568, + 571, + 572, + 573, + 574 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 2, + 0.5, + 1024, + 1024 + ] + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 605 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 535, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 544, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -590, + 1350 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 604 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 577, + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833, + 2349 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1750 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 623, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 624, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 581, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 41, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 610, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 595 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 1422.949893170525, + 1488.5783205082919 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 580, + 602 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 219, + 579, + 603 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00569_.png", + "image" + ] + }, + { + "id": 509, + "type": "PrimitiveNode", + "pos": [ + -1683, + 135 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 546 + ], + "slot_index": 0, + "widget": { + "name": "seed" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 867998245293409, + "fixed" + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 12, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 529, + "type": "SaveImage", + "pos": [ + 1008, + 17 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 614 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 331, + 233 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 568, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 612, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -466, + 424 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.45 + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -3000, + -460 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 615 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2990, + -340 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 604, + 605 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -3000, + -190 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 608, + 610, + 611 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 374359308328708, + "randomize" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2081, + 340 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 717, + 91 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 617 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 614 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -3010, + -560 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 616, + 617, + 618, + 619, + 620, + 621 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2071, + 102 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 622 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -3000, + 144 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 623, + 625 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 624, + 626 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 21, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-AutoShift-Lines-v36\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\nAll EasyUse Nodes removed\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\nauto-prompt enhancer\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n\nspecial no Easy Use version." + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 535, + 505, + 2, + 448, + 1, + "STRING" + ], + [ + 544, + 505, + 1, + 448, + 2, + "STRING" + ], + [ + 546, + 509, + 0, + 505, + 0, + "INT" + ], + [ + 551, + 505, + 0, + 515, + 0, + "STRING" + ], + [ + 556, + 516, + 0, + 517, + 0, + "STRING" + ], + [ + 557, + 516, + 0, + 505, + 1, + "STRING" + ], + [ + 558, + 518, + 0, + 505, + 2, + "STRING" + ], + [ + 567, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 568, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 571, + 206, + 0, + 114, + 0, + "MODEL" + ], + [ + 572, + 206, + 0, + 113, + 0, + "MODEL" + ], + [ + 573, + 206, + 0, + 134, + 0, + "MODEL" + ], + [ + 574, + 206, + 0, + 133, + 0, + "MODEL" + ], + [ + 575, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 577, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 578, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 579, + 51, + 0, + 121, + 0, + "IMAGE" + ], + [ + 580, + 99, + 0, + 139, + 0, + "IMAGE" + ], + [ + 581, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 582, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 595, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 602, + 99, + 0, + 58, + 1, + "IMAGE" + ], + [ + 603, + 51, + 0, + 58, + 0, + "IMAGE" + ], + [ + 604, + 11, + 0, + 495, + 0, + "CLIP" + ], + [ + 605, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 608, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 610, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 611, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 612, + 451, + 0, + 197, + 1, + "FLOAT" + ], + [ + 614, + 193, + 0, + 529, + 0, + "IMAGE" + ], + [ + 615, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 616, + 10, + 0, + 165, + 1, + "VAE" + ], + [ + 617, + 10, + 0, + 193, + 1, + "VAE" + ], + [ + 618, + 10, + 0, + 123, + 1, + "VAE" + ], + [ + 619, + 10, + 0, + 121, + 1, + "VAE" + ], + [ + 620, + 10, + 0, + 139, + 1, + "VAE" + ], + [ + 621, + 10, + 0, + 140, + 1, + "VAE" + ], + [ + 622, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 623, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 624, + 160, + 1, + 64, + 2, + "INT" + ], + [ + 625, + 160, + 0, + 206, + 1, + "INT" + ], + [ + 626, + 160, + 1, + 206, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.4420993610651318, + "offset": [ + 1687.5959271301276, + 558.5511780303802 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Auto-basic-v40.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Auto-basic-v40.json new file mode 100644 index 0000000..3bc838b --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Auto-basic-v40.json @@ -0,0 +1,8699 @@ +{ + "last_node_id": 603, + "last_link_id": 648, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3063.348149124651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4231.913462035597, + 3172.890093014862 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 168, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -5189.913462035599, + 3282.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -4931.9134620356, + 3220.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + -3835.9134620355962, + 3095.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 185, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + -4249.913462035597, + 3142.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 92, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + -1068.361448687094, + 3377.1528843198066 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 174, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3427.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 164, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + -1088.3614486870931, + 3167.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 130, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 93, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 94, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -2028.3614486870854, + 3307.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3287.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3247.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -2038.3614486870852, + 3337.1528843198066 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 95, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 150, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3097.152884319805 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + -679.3614486870888, + 3127.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 181, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -9275.6767578125, + "1": 3063.3466796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 96, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 182, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3836.9134620355962, + 3133.890093014862 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 184, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3193.348149124652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -6839.678149847246, + 2210.5563832591633 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 199 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6519.678149847246, + 1800.5563832591642 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 171, + "mode": 4, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6569.678149847246, + 1810.5563832591642 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 14, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9497.825214155624, + 1850.5332501722428 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9327.825214155624, + 1810.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9687.825214155624, + 1790.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -9707.825214155624, + 1980.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929.270082000423, + 3303.075723366291 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 134, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 102, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 153, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -5654.270082000422, + 3084.075723366291 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -4230.270082000421, + 3346.075723366291 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 178, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3725.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 104, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5337.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 131, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5337.815664947508, + 1992.9385860099167 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 100, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + -5337.815664947508, + 1692.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + -5337.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + -4927.815664947508, + 1712.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5327.815664947508, + 2132.9385860099164 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 20, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + -5647.815664947508, + 1742.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5657.815664947508, + 1772.9385860099164 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 98, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + -5640.815664947508, + 1703.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5337.815664947508, + 1892.9385860099167 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + -3032.616443959621, + 1754.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 152, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 314, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 562, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 318, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + -3352.616443959619, + 1774.0291774549971 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 320, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 321, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 284, + "type": "easy getNode", + "pos": [ + -3332.616443959619, + 1704.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 320, + 514 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 285, + "type": "easy getNode", + "pos": [ + -3032.616443959621, + 1694.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 318 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 286, + "type": "easy getNode", + "pos": [ + -3032.616443959621, + 1654.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 314 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 287, + "type": "easy getNode", + "pos": [ + -2622.6164439596223, + 1714.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 312 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 288, + "type": "easy getNode", + "pos": [ + -3342.616443959619, + 1744.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 321 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 290, + "type": "Note", + "pos": [ + -3022.616443959621, + 2134.0291774549955 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 29, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -8310.094690991695, + 1670.8007846435646 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + -5515.815664947508, + 2043.9385860099167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 466, + "type": "easy getNode", + "pos": [ + -3202.6164439596196, + 2044.029177454997 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 477 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -5649.219975170947, + 3398.497402857999 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -6249.740839704884, + 3035.721531305536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3365.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 133, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -5224.219975170947, + 3444.4974028579986 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 35, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 103, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6249.740839704884, + 3475.7215313055394 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 137, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6839.678149847246, + 1760.5563832591642 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 141, + "mode": 4, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + -2352.6164439596246, + 1664.0291774549971 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 175, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -6849.678149847246, + 2080.5563832591633 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 201 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -8180.0946909916975, + 1860.8007846435646 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 468 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -7870.094690991704, + 2000.8007846435646 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 144, + "mode": 4, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -7970.094690991704, + 1740.8007846435646 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 522, + "type": "SplitSigmas", + "pos": [ + -3029.5049045032333, + 2251.741119240196 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 132, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 561 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 562 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 525, + "type": "SaveImage", + "pos": [ + -1301.5049045032354, + 1908.7411192401971 + ], + "size": { + "0": 901.50830078125, + "1": 784.7509155273438 + }, + "flags": {}, + "order": 183, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 568 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + -2642.616443959622, + 1754.0291774549971 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 167, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 312 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 322, + 569 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4947.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 151, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 526, + "type": "ImageEnhanceDifference+", + "pos": [ + -3395.504904503232, + 2658.741119240196 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 571 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 572 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 570 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageEnhanceDifference+" + }, + "widgets_values": [ + 0.5 + ] + }, + { + "id": 529, + "type": "easy getNode", + "pos": [ + -3395.504904503232, + 2628.741119240196 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 572, + 574 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Alt", + "properties": {}, + "widgets_values": [ + "image_Alt" + ], + "color": "#223" + }, + { + "id": 528, + "type": "easy getNode", + "pos": [ + -3401.504904503232, + 2587.741119240196 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 571, + 573 + ], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -7456.782657580682, + 4248.362064249411 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00081_.png", + "image" + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -6651.7826575806885, + 4291.362064249411 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 136, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 289, + "type": "easy setNode", + "pos": [ + -2622.5049045032347, + 1843.7411192401967 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 176, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 322 + } + ], + "title": "Set_image_Alt", + "properties": { + "previousName": "image_Alt" + }, + "widgets_values": [ + "image_Alt" + ], + "color": "#223" + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + -4897.815664947508, + 1842.9385860099167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 166, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut", + "properties": { + "previousName": "image_baseOut" + }, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + -3032.616443959621, + 1894.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + -3032.616443959621, + 1994.0291774549971 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 101, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 514, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 561 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -6029.678149847246, + 1800.5563832591642 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 180, + "mode": 4, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 579 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6249.6781498472465, + 1740.5563832591642 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 42, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6259.6781498472465, + 1640.556383259164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 43, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -7060.740839704886, + 3829.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 45, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00028_.png", + "image" + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6559.678149847246, + 1690.556383259164 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 160, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7079.678149847246, + 2120.5563832591633 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 123, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 647 + }, + { + "name": "width", + "type": "INT", + "link": 643, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 644, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 539, + "type": "easy setNode", + "pos": [ + -9280, + 110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 585 + } + ], + "title": "Set_model_sdxl", + "properties": { + "previousName": "model_sdxl" + }, + "widgets_values": [ + "model_sdxl" + ], + "color": "#223" + }, + { + "id": 538, + "type": "easy setNode", + "pos": [ + -9270, + 150 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 584 + } + ], + "title": "Set_clip_sdxl", + "properties": { + "previousName": "clip_sdxl" + }, + "widgets_values": [ + "clip_sdxl" + ], + "color": "#223" + }, + { + "id": 540, + "type": "easy setNode", + "pos": [ + -9270, + 280 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 586 + } + ], + "title": "Set_vae_sdxl", + "properties": { + "previousName": "vae_sdxl" + }, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 544, + "type": "easy setNode", + "pos": [ + -6140, + 1160 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 588 + } + ], + "title": "Set_str_pre_prompt", + "properties": { + "previousName": "str_pre_prompt" + }, + "widgets_values": [ + "str_pre_prompt" + ], + "color": "#223" + }, + { + "id": 545, + "type": "easy getNode", + "pos": [ + -8770.094690991695, + 1690.8007846435646 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 589 + ], + "slot_index": 0 + } + ], + "title": "Get_str_pre_prompt", + "properties": {}, + "widgets_values": [ + "str_pre_prompt" + ], + "color": "#223" + }, + { + "id": 547, + "type": "easy getNode", + "pos": [ + -8770.094690991695, + 1660.8007846435646 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 591 + ], + "slot_index": 0 + } + ], + "title": "Get_str_mid_prompt", + "properties": {}, + "widgets_values": [ + "str_mid_prompt" + ], + "color": "#223" + }, + { + "id": 552, + "type": "easy getNode", + "pos": [ + -8771.476793759131, + 5.525991144934602 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 594 + ], + "slot_index": 0 + } + ], + "title": "Get_str_pre_prompt", + "properties": {}, + "widgets_values": [ + "str_pre_prompt" + ], + "color": "#223" + }, + { + "id": 553, + "type": "easy getNode", + "pos": [ + -8771.476793759131, + -24.474008855065406 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 593 + ], + "slot_index": 0 + } + ], + "title": "Get_str_mid_prompt", + "properties": {}, + "widgets_values": [ + "str_mid_prompt" + ], + "color": "#223" + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -6029.678149847246, + 1760.5563832591642 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 172, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 579 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 562, + "type": "VAEEncode", + "pos": [ + -6809.275299524032, + 461.6543827526889 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 606 + }, + { + "name": "vae", + "type": "VAE", + "link": 607 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 597, + 604 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 563, + "type": "ImageResize+", + "pos": [ + -7039.275299524032, + 461.6543827526889 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 608 + }, + { + "name": "width", + "type": "INT", + "link": 637, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 638, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 606 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 568, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + -18.345617247312358 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 558, + "type": "easy setNode", + "pos": [ + -6799.275299524032, + 101.65438275268772 + ], + "size": { + "0": 235.1999969482422, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 602 + } + ], + "title": "Set_latent_txt2img_base_sdxl", + "properties": { + "previousName": "latent_txt2img_base_sdxl" + }, + "widgets_values": [ + "latent_txt2img_base_sdxl" + ], + "color": "#223" + }, + { + "id": 565, + "type": "Note", + "pos": [ + -6509.275299524032, + 191.6543827526878 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 51, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 561, + "type": "easy setNode", + "pos": [ + -6489.275299524032, + 151.65438275268775 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 605 + } + ], + "title": "Set_latent_selected_sdxl", + "properties": { + "previousName": "latent_selected_sdxl" + }, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 570, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + 81.65438275268774 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 613 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 569, + "type": "ImpactSwitch", + "pos": [ + -5989.275299524031, + 71.65438275268774 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 612 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 613 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 614, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 611 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 566, + "type": "easy getNode", + "pos": [ + -6809.275299524032, + 421.6543827526888 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 607 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 554, + "type": "easy setNode", + "pos": [ + -6809.275299524032, + 541.654382752689 + ], + "size": { + "0": 235.1999969482422, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 597 + } + ], + "title": "Set_latent_img2img_base_sdxl", + "properties": { + "previousName": "latent_img2img_base_sdxl" + }, + "widgets_values": [ + "latent_img2img_base_sdxl" + ], + "color": "#223" + }, + { + "id": 505, + "type": "OneButtonPrompt", + "pos": [ + -8770.094690991695, + 1730.8007846435646 + ], + "size": { + "0": 311.73919677734375, + "1": 338 + }, + "flags": {}, + "order": 126, + "mode": 4, + "inputs": [ + { + "name": "seed", + "type": "INT", + "link": 546, + "widget": { + "name": "seed" + } + }, + { + "name": "custom_subject", + "type": "STRING", + "link": 591, + "widget": { + "name": "custom_subject" + } + }, + { + "name": "prompt_prefix", + "type": "STRING", + "link": 589, + "widget": { + "name": "prompt_prefix" + } + } + ], + "outputs": [ + { + "name": "prompt", + "type": "STRING", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "prompt_g", + "type": "STRING", + "links": [ + 567 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "prompt_l", + "type": "STRING", + "links": [ + 535 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "OneButtonPrompt" + }, + "widgets_values": [ + 6, + "anime", + "anime", + 20, + "human - generic", + "", + "", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + "female", + false, + "Stable Cascade", + "none", + 867998245293414, + "randomize" + ] + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -6849.678149847246, + 2120.5563832591633 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 145, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 201 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 199, + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 564, + "type": "LoadImage", + "pos": [ + -7361.275299524032, + 461.6543827526889 + ], + "size": { + "0": 247.5770263671875, + "1": 310.6395568847656 + }, + "flags": {}, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 608 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_02503_.png", + "image" + ] + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8330.094690991695, + 1720.8007846435646 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 535, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 567, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 468 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -9867.825214155624, + 1860.5332501722428 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 867049610233719, + "fixed" + ] + }, + { + "id": 542, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8381.476793759135, + 95.5259911449345 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 587 + }, + { + "name": "text_g", + "type": "STRING", + "link": 595, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 596, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 617 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "" + ] + }, + { + "id": 579, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8381.476793759135, + 215.52599114493466 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 620 + }, + { + "name": "text_g", + "type": "STRING", + "link": 622, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 623, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 624 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "" + ] + }, + { + "id": 573, + "type": "easy setNode", + "pos": [ + -8361.476793759135, + 245.52599114493484 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 624 + } + ], + "title": "Set_condNEG_sdxl", + "properties": { + "previousName": "condNEG_sdxl" + }, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 572, + "type": "easy setNode", + "pos": [ + -8351.476793759135, + 125.5259911449345 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 617 + } + ], + "title": "Set_conPOS_sdxl", + "properties": { + "previousName": "conPOS_sdxl" + }, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 576, + "type": "easy getNode", + "pos": [ + -5552.919481100726, + 17.64355125345062 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 619 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_sdxl", + "properties": {}, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 577, + "type": "easy getNode", + "pos": [ + -5552.919481100726, + 47.64355125345056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 625 + ], + "slot_index": 0 + } + ], + "title": "Get_condNEG_sdxl", + "properties": {}, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 578, + "type": "easy getNode", + "pos": [ + -5542.919481100726, + 77.64355125345058 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 626 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected_sdxl", + "properties": {}, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 585, + "type": "easy setNode", + "pos": [ + -6580, + 1290 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 629 + } + ], + "title": "Set_seed_sdxl", + "properties": { + "previousName": "seed_sdxl" + }, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4657.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 165, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 574, + "type": "KSampler", + "pos": [ + -5542.910740989727, + 147.37820605914314 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 618 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 619 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 625 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 626 + }, + { + "name": "seed", + "type": "INT", + "link": 631, + "widget": { + "name": "seed" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 627 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 13789555372897, + "randomize", + 20, + 8, + "euler", + "normal", + 1 + ] + }, + { + "id": 588, + "type": "easy getNode", + "pos": [ + -5545.910740989727, + 111.37820605914321 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 631 + ], + "slot_index": 0 + } + ], + "title": "Get_seed_sdxl", + "properties": {}, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 583, + "type": "easy getNode", + "pos": [ + -5171.910740989727, + 107.37820605914321 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 628 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 586, + "type": "SaveImage", + "pos": [ + -4898.910740989727, + 145.37820605914314 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 630 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/base" + ] + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9327.825214155624, + 2000.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 546, + "type": "easy setNode", + "pos": [ + -6140, + 1420 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 590 + } + ], + "title": "Set_str_mid_prompt", + "properties": { + "previousName": "str_mid_prompt" + }, + "widgets_values": [ + "str_mid_prompt" + ], + "color": "#223" + }, + { + "id": 591, + "type": "easy getNode", + "pos": [ + -8030, + 400 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 632 + ], + "slot_index": 0 + } + ], + "title": "Get_model_sdxl", + "properties": {}, + "widgets_values": [ + "model_sdxl" + ], + "color": "#223" + }, + { + "id": 592, + "type": "easy getNode", + "pos": [ + -8030, + 440 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 633 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl", + "properties": {}, + "widgets_values": [ + "clip_sdxl" + ], + "color": "#223" + }, + { + "id": 595, + "type": "easy setNode", + "pos": [ + -7960, + 610 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 636 + } + ], + "title": "Set_clip_sdxl_LoraStack", + "properties": { + "previousName": "clip_sdxl_LoraStack" + }, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 560, + "type": "LatentSwitch", + "pos": [ + -6509, + 2 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 603 + }, + { + "name": "input2", + "type": "LATENT", + "link": 604 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 605 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 614 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 567, + "type": "easy setNode", + "pos": [ + -5989, + 122 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "link": 611 + } + ], + "title": "Set_f_denoise_sdxl", + "properties": { + "previousName": "f_denoise_sdxl" + }, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 571, + "type": "AutoNegativePrompt", + "pos": [ + -8150.476793759137, + 42.52599114493453 + ], + "size": { + "0": 400, + "1": 246 + }, + "flags": {}, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "postive_prompt", + "type": "STRING", + "link": 615, + "widget": { + "name": "postive_prompt" + } + }, + { + "name": "seed", + "type": "INT", + "link": 648, + "widget": { + "name": "seed" + } + } + ], + "outputs": [ + { + "name": "negative_prompt", + "type": "STRING", + "links": [ + 622, + 623 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "AutoNegativePrompt" + }, + "widgets_values": [ + "", + "text, watermark, nsfw", + 0, + 0, + "SDXL", + 867998245293414, + "randomize" + ] + }, + { + "id": 543, + "type": "easy getNode", + "pos": [ + -8381, + 55 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 587 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl_LoraStack", + "properties": {}, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 580, + "type": "easy getNode", + "pos": [ + -8381, + 176 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 64, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 620 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl_LoraStack", + "properties": {}, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 575, + "type": "easy getNode", + "pos": [ + -5552, + -12 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 65, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 618 + ], + "slot_index": 0 + } + ], + "title": "Get_model_LoraStack", + "properties": {}, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 594, + "type": "easy setNode", + "pos": [ + -7970, + 580 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 635 + } + ], + "title": "Set_model_LoraStack", + "properties": { + "previousName": "model_LoraStack" + }, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 593, + "type": "CR LoRA Stack", + "pos": [ + -8380, + 400 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 634 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "civit\\Thorra_SDXL_public_r1.safetensors", + 1, + 1, + "Off", + "None", + 1, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 584, + "type": "easy seed", + "pos": [ + -6650, + 1150 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 67, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 629 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "SDXL Gen Seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 497728534501396, + "fixed", + null + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -9867.825214155624, + 1700.5332501722428 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 68, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -6880, + 1330 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -6880, + 1360 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 557, + "type": "EmptyLatentImage", + "pos": [ + -6802, + 34 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 639, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 640, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 602, + 603 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 600, + "type": "easy getNode", + "pos": [ + -7380, + 1780 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 69, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 642, + 644 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 599, + "type": "easy getNode", + "pos": [ + -7380, + 1740 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 641, + 643 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 598, + "type": "easy getNode", + "pos": [ + -7330, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 71, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 638, + 640 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 597, + "type": "easy getNode", + "pos": [ + -7330, + 40 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 637, + 639 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -7030, + 1150 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 73, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 5, + 4, + 64 + ] + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -6488, + 3535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 74, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -6489.740839704884, + 3635.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 75, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 590, + "type": "CR Apply LoRA Stack", + "pos": [ + -8020, + 470 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 632 + }, + { + "name": "clip", + "type": "CLIP", + "link": 633 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 634, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 635 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 636 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 491, + "type": "Note", + "pos": [ + -5890, + 990 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 76, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -6340, + 1020 + ], + "size": { + "0": 376.19744873046875, + "1": 107.75599670410156 + }, + "flags": {}, + "order": 77, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 588 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1) anime kzk woman with red hair wearing a black suit and swinging her fist" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 516, + "type": "DPMagicPrompt", + "pos": [ + -6340, + 1210 + ], + "size": { + "0": 374.09326171875, + "1": 176.03826904296875 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 590 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Mid Prompt", + "properties": { + "Node name for S&R": "DPMagicPrompt" + }, + "widgets_values": [ + "psychedelic art, moebius style", + 21, + "fixed", + "No" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 601, + "type": "ShowText|pysssss", + "pos": [ + -8763, + 440 + ], + "size": { + "0": 317.6929626464844, + "1": 160.85986328125 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 645, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(sign:\"JOHNSON\":1) anime kzk woman with red hair wearing a black suit and swinging her fist, (psychedelic art, moebius style anthropomorphic highly detailed concept art, polygonal shards, artstation, behance, deviantart, inspired by innocent manga, inspired by castlevania concept art, trending, ayami kojima, shinichi sakamoto:1.2) , macabre, womanly, pixabay, comic, futuristic" + ] + }, + { + "id": 550, + "type": "OneButtonPrompt", + "pos": [ + -8771.476793759131, + 45.52599114493453 + ], + "size": { + "0": 311.73919677734375, + "1": 338 + }, + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "seed", + "type": "INT", + "link": 592, + "widget": { + "name": "seed" + } + }, + { + "name": "custom_subject", + "type": "STRING", + "link": 593, + "widget": { + "name": "custom_subject" + } + }, + { + "name": "prompt_prefix", + "type": "STRING", + "link": 594, + "widget": { + "name": "prompt_prefix" + } + } + ], + "outputs": [ + { + "name": "prompt", + "type": "STRING", + "links": [ + 615, + 645 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "prompt_g", + "type": "STRING", + "links": [ + 595 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "prompt_l", + "type": "STRING", + "links": [ + 596 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "OneButtonPrompt" + }, + "widgets_values": [ + 1, + "none", + "none", + 1, + "human - fictional", + "", + "", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + "female", + false, + "SDXL", + "none", + 867998245293414, + "randomize" + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6850, + 1721 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 115, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 641, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 642, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 519, + "type": "easy getNode", + "pos": [ + -7960.094690991704, + 1770.8007846435646 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 79, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 559 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 520, + "type": "easy getNode", + "pos": [ + -7960.094690991704, + 1800.8007846435646 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 560 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 582, + "type": "VAEDecode", + "pos": [ + -5172.910740989727, + 145.37820605914314 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 627 + }, + { + "name": "vae", + "type": "VAE", + "link": 628 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 630, + 646 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 602, + "type": "easy setNode", + "pos": [ + -5152, + 228 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 646 + } + ], + "title": "Set_image_sdxl_baseOut", + "properties": { + "previousName": "image_sdxl_baseOut" + }, + "widgets_values": [ + "image_sdxl_baseOut" + ], + "color": "#223" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7390, + 2121 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": true + }, + "order": 81, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "base_00006_.png", + "image" + ] + }, + { + "id": 603, + "type": "easy getNode", + "pos": [ + -7389, + 2076 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 647 + ], + "slot_index": 0 + } + ], + "title": "Get_image_sdxl_baseOut", + "properties": {}, + "widgets_values": [ + "image_sdxl_baseOut" + ], + "color": "#223" + }, + { + "id": 551, + "type": "PrimitiveNode", + "pos": [ + -9031.476793759131, + 45.52599114493453 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 83, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 592, + 648 + ], + "slot_index": 0, + "widget": { + "name": "seed" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 867998245293414, + "fixed" + ] + }, + { + "id": 527, + "type": "PreviewImage", + "pos": [ + -3044, + 2686 + ], + "size": { + "0": 1352.2564697265625, + "1": 1021.6309204101562 + }, + "flags": { + "collapsed": true + }, + "order": 135, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 570 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 530, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -3040, + "1": 2586, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1268.8807373046875, + "1": 988.3410034179688 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 573, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 574, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_fgqfn_00003_.png&type=temp&subfolder=&rand=0.7827918422656603" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_fgqfn_00004_.png&type=temp&subfolder=&rand=0.4038772392609076" + } + ] + ] + }, + { + "id": 521, + "type": "ImageApplyLUT+", + "pos": [ + -1317.5049045032354, + 1708.7411192401967 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 177, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 569, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 568 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -6650.7826575806885, + 4121.362064249411 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "Teal & Orange - ET.cube", + false, + false, + 0.5 + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5882, + "1": 1209, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 154 + }, + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7464, + "1": 1093, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 343.4275817871094, + "1": 226 + }, + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "SDXL / FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 541, + "type": "VAELoader", + "pos": [ + -9450, + 190 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 86, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 586 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7960.094690991704, + 1830.8007846435646 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 122, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 0.45, + 1024, + 1024 + ] + }, + { + "id": 509, + "type": "PrimitiveNode", + "pos": [ + -9040.094690991695, + 1730.8007846435646 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 87, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 546 + ], + "slot_index": 0, + "widget": { + "name": "seed" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + 867998245293414, + "fixed" + ] + }, + { + "id": 537, + "type": "CheckpointLoaderSimple", + "pos": [ + -9450, + -20 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 88, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 585 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 584 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": [], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9498, + 1691 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 89, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 589, + "type": "Note", + "pos": [ + -7922.611800747382, + 4132.282756764742 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 90, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9337, + 994 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 91, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Auto-basic-v40\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\ntxt/img2img bridge SDXL to FLUX \nSDXL lora stack loader\nSingle or Double Action Operation\ntxt2img + img2img SDXL switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X (23GB)\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 199, + 165, + 0, + 32, + 0, + "*" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 201, + 169, + 0, + 165, + 1, + "VAE" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 312, + 287, + 0, + 278, + 1, + "VAE" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 314, + 286, + 0, + 280, + 0, + "NOISE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 318, + 285, + 0, + 280, + 4, + "LATENT" + ], + [ + 320, + 284, + 0, + 283, + 0, + "MODEL" + ], + [ + 321, + 288, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 322, + 278, + 0, + 289, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 468, + 448, + 0, + 211, + 0, + "*" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 477, + 466, + 0, + 465, + 1, + "FLOAT" + ], + [ + 514, + 284, + 0, + 465, + 0, + "MODEL" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 535, + 505, + 2, + 448, + 1, + "STRING" + ], + [ + 546, + 509, + 0, + 505, + 0, + "INT" + ], + [ + 559, + 519, + 0, + 206, + 1, + "INT" + ], + [ + 560, + 520, + 0, + 206, + 2, + "INT" + ], + [ + 561, + 465, + 0, + 522, + 0, + "SIGMAS" + ], + [ + 562, + 522, + 1, + 280, + 3, + "SIGMAS" + ], + [ + 567, + 505, + 1, + 448, + 2, + "STRING" + ], + [ + 568, + 521, + 0, + 525, + 0, + "IMAGE" + ], + [ + 569, + 278, + 0, + 521, + 0, + "IMAGE" + ], + [ + 570, + 526, + 0, + 527, + 0, + "IMAGE" + ], + [ + 571, + 528, + 0, + 526, + 0, + "IMAGE" + ], + [ + 572, + 529, + 0, + 526, + 1, + "IMAGE" + ], + [ + 573, + 528, + 0, + 530, + 0, + "IMAGE" + ], + [ + 574, + 529, + 0, + 530, + 1, + "IMAGE" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 579, + 535, + 0, + 450, + 0, + "*" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 584, + 537, + 1, + 538, + 0, + "*" + ], + [ + 585, + 537, + 0, + 539, + 0, + "*" + ], + [ + 586, + 541, + 0, + 540, + 0, + "*" + ], + [ + 587, + 543, + 0, + 542, + 0, + "CLIP" + ], + [ + 588, + 518, + 0, + 544, + 0, + "*" + ], + [ + 589, + 545, + 0, + 505, + 2, + "STRING" + ], + [ + 590, + 516, + 0, + 546, + 0, + "*" + ], + [ + 591, + 547, + 0, + 505, + 1, + "STRING" + ], + [ + 592, + 551, + 0, + 550, + 0, + "INT" + ], + [ + 593, + 553, + 0, + 550, + 1, + "STRING" + ], + [ + 594, + 552, + 0, + 550, + 2, + "STRING" + ], + [ + 595, + 550, + 1, + 542, + 1, + "STRING" + ], + [ + 596, + 550, + 2, + 542, + 2, + "STRING" + ], + [ + 597, + 562, + 0, + 554, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 602, + 557, + 0, + 558, + 0, + "*" + ], + [ + 603, + 557, + 0, + 560, + 0, + "LATENT" + ], + [ + 604, + 562, + 0, + 560, + 1, + "LATENT" + ], + [ + 605, + 560, + 0, + 561, + 0, + "*" + ], + [ + 606, + 563, + 0, + 562, + 0, + "IMAGE" + ], + [ + 607, + 566, + 0, + 562, + 1, + "VAE" + ], + [ + 608, + 564, + 0, + 563, + 0, + "IMAGE" + ], + [ + 611, + 569, + 0, + 567, + 0, + "*" + ], + [ + 612, + 568, + 0, + 569, + 0, + "FLOAT" + ], + [ + 613, + 570, + 0, + 569, + 1, + "FLOAT" + ], + [ + 614, + 560, + 2, + 569, + 3, + "INT" + ], + [ + 615, + 550, + 0, + 571, + 0, + "STRING" + ], + [ + 617, + 542, + 0, + 572, + 0, + "*" + ], + [ + 618, + 575, + 0, + 574, + 0, + "MODEL" + ], + [ + 619, + 576, + 0, + 574, + 1, + "CONDITIONING" + ], + [ + 620, + 580, + 0, + 579, + 0, + "CLIP" + ], + [ + 622, + 571, + 0, + 579, + 1, + "STRING" + ], + [ + 623, + 571, + 0, + 579, + 2, + "STRING" + ], + [ + 624, + 579, + 0, + 573, + 0, + "*" + ], + [ + 625, + 577, + 0, + 574, + 2, + "CONDITIONING" + ], + [ + 626, + 578, + 0, + 574, + 3, + "LATENT" + ], + [ + 627, + 574, + 0, + 582, + 0, + "LATENT" + ], + [ + 628, + 583, + 0, + 582, + 1, + "VAE" + ], + [ + 629, + 584, + 0, + 585, + 0, + "*" + ], + [ + 630, + 582, + 0, + 586, + 0, + "IMAGE" + ], + [ + 631, + 588, + 0, + 574, + 4, + "INT" + ], + [ + 632, + 591, + 0, + 590, + 0, + "MODEL" + ], + [ + 633, + 592, + 0, + 590, + 1, + "CLIP" + ], + [ + 634, + 593, + 0, + 590, + 2, + "LORA_STACK" + ], + [ + 635, + 590, + 0, + 594, + 0, + "*" + ], + [ + 636, + 590, + 1, + 595, + 0, + "*" + ], + [ + 637, + 597, + 0, + 563, + 1, + "INT" + ], + [ + 638, + 598, + 0, + 563, + 2, + "INT" + ], + [ + 639, + 597, + 0, + 557, + 0, + "INT" + ], + [ + 640, + 598, + 0, + 557, + 1, + "INT" + ], + [ + 641, + 599, + 0, + 158, + 0, + "INT" + ], + [ + 642, + 600, + 0, + 158, + 1, + "INT" + ], + [ + 643, + 599, + 0, + 166, + 1, + "INT" + ], + [ + 644, + 600, + 0, + 166, + 2, + "INT" + ], + [ + 645, + 550, + 0, + 601, + 0, + "STRING" + ], + [ + 646, + 582, + 0, + 602, + 0, + "*" + ], + [ + 647, + 603, + 0, + 166, + 0, + "IMAGE" + ], + [ + 648, + 551, + 0, + 571, + 1, + "INT" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -9667, + 2934, + 2067, + 1101 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Low Sigma Shift Sampler", + "bounding": [ + -3433, + 1588, + 3157, + 1180 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5710, + 1578, + 2121, + 1154 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -7542, + 4043, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7592, + 1563, + 1767, + 891 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL latent - txt2img - img2img", + "bounding": [ + -7588, + -102, + 1793, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL - conditioning", + "bounding": [ + -9034, + -109, + 1359, + 901 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -9064, + 1560, + 1431, + 531 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL Base Sampler", + "bounding": [ + -5706, + -95, + 1695, + 958 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8728, + 928, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.111377674535266, + "offset": [ + 9637.520833550465, + -907.2172408170328 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Cnet-Lines-v46.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Cnet-Lines-v46.json new file mode 100644 index 0000000..ccaba3f --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Cnet-Lines-v46.json @@ -0,0 +1,8653 @@ +{ + "last_node_id": 748, + "last_link_id": 876, + "nodes": [ + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4231.913462035597, + 3172.890093014862 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 125, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 868 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 81, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 858, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + -1068.361448687094, + 3377.1528843198066 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 870 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 139, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 876, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 861, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 860, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 854, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 135, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 862 + }, + { + "name": "vae", + "type": "VAE", + "link": 801 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 145, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 802 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 161, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3836.9134620355962, + 3133.890093014862 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 134, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6476.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6526.473907695666, + 1824.303216748167 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 2, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929.270082000423, + 3303.075723366291 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 873, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 78, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 874 + }, + { + "name": "vae", + "type": "VAE", + "link": 798 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 117, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 799 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 97, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 857, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 852, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5337.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 840, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 835, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5337.815664947508, + 1992.9385860099167 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 809, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 843, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5327.815664947508, + 2132.9385860099164 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5657.815664947508, + 1772.9385860099164 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 808, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 828, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5337.815664947508, + 1892.9385860099167 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + -3032.616443959621, + 1754.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 842, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 562, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 837, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + -3352.616443959619, + 1774.0291774549971 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 823, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 830, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 290, + "type": "Note", + "pos": [ + -3022.616443959621, + 2134.0291774549955 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6796.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 522, + "type": "SplitSigmas", + "pos": [ + -3029.5049045032333, + 2251.741119240196 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 561 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 562 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -7456.782657580682, + 4248.362064249411 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00082_.png", + "image" + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -6651.7826575806885, + 4291.362064249411 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 52, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + -3032.616443959621, + 1894.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + -3032.616443959621, + 1994.0291774549971 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 824, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 844, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 561 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6216.473907695667, + 1654.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7036.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 789 + }, + { + "name": "width", + "type": "INT", + "link": 815, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 819, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 562, + "type": "VAEEncode", + "pos": [ + -6809.275299524032, + 461.6543827526889 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 606 + }, + { + "name": "vae", + "type": "VAE", + "link": 750 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 604 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 568, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + -18.345617247312358 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 565, + "type": "Note", + "pos": [ + -6509.275299524032, + 191.6543827526878 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 11, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 570, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + 81.65438275268774 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 613 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -6806.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 791 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4657.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 589, + "type": "Note", + "pos": [ + -7922.611800747382, + 4132.282756764742 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 13, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6206.473907695667, + 1754.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 574, + "type": "KSampler", + "pos": [ + -5543, + 187 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 742 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 764 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 765 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 783 + }, + { + "name": "seed", + "type": "INT", + "link": 787, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 766, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 627 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 880771783959066, + "randomize", + 20, + 8, + "euler", + "simple", + 1 + ] + }, + { + "id": 582, + "type": "VAEDecode", + "pos": [ + -5170, + 190 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 627 + }, + { + "name": "vae", + "type": "VAE", + "link": 752 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 630 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 563, + "type": "ImageResize+", + "pos": [ + -7090, + 460 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 608 + }, + { + "name": "width", + "type": "INT", + "link": 779, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 780, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 606 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 586, + "type": "SaveImage", + "pos": [ + -4903, + 72 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 630 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/base" + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -6650.7826575806885, + 4121.362064249411 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 33, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 673, + "type": "InvertMask", + "pos": [ + 2043.8764476800854, + 1213.5080067913482 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 152, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 702 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 703 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 2053.8764476800857, + 2093.508006791343 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 155, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -756.1032653157338, + 1177.4470234974137 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 142, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 692 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 693, + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 663, + "type": "BRIAAI Matting", + "pos": [ + -646.1235523199091, + 1143.5080067913477 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "video_frames", + "type": "IMAGE", + "link": 693 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 698, + 701, + 714 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 697, + 702 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "BRIAAI Matting" + }, + "widgets_values": [ + "v1.4", + true, + "white", + 4 + ] + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + -2353, + 1664 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 671, + "type": "JoinImageWithAlpha", + "pos": [ + 2043.8764476800854, + 1123.5080067913477 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 158, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 701 + }, + { + "name": "alpha", + "type": "MASK", + "link": 703 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 717 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 1065.8764112730887, + 1942.3969131837475 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 2053.8764476800857, + 2003.5080067913455 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 160, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 773.8764476800901, + 2033.5080067913455 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 669, + "type": "JoinImageWithAlpha", + "pos": [ + 763.8764476800897, + 1153.5080067913477 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 151, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 698 + }, + { + "name": "alpha", + "type": "MASK", + "link": 697 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 721 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 679, + "type": "SaveImage", + "pos": [ + -242.94889990003193, + 1038.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 150, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 714 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 680, + "type": "SaveImage", + "pos": [ + 1074.0511000999668, + 1050.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 157, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 721 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -236.9488999000324, + 1942.087638226154 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 153, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 2379.0511000999672, + 1934.087638226154 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 681, + "type": "SaveImage", + "pos": [ + 2369.0511000999672, + 1041.0876382261536 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 162, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 717 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -636.1235523199091, + 2013.5080067913455 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 688, + "type": "DWPreprocessor", + "pos": [ + -9040, + 420 + ], + "size": { + "0": 315, + "1": 198 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 755 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 727 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "POSE_KEYPOINT", + "type": "POSE_KEYPOINT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DWPreprocessor" + }, + "widgets_values": [ + "enable", + "enable", + "enable", + 1024, + "yolox_l.onnx", + "dw-ll_ucoco_384_bs5.torchscript.pt" + ] + }, + { + "id": 689, + "type": "CannyEdgePreprocessor", + "pos": [ + -9040, + 650 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 756 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 728 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 593, + "type": "CR LoRA Stack", + "pos": [ + -8211, + 420 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 634 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "civit\\Thorra_SDXL_public_r1.safetensors", + 0.7000000000000001, + 1, + "On", + "kzkAnimeThorra-XL_C3Lier-LR3E3.safetensors", + 0.6, + 1, + "On", + "trrz_ThoraXL-000001.safetensors", + 0.3, + 1 + ] + }, + { + "id": 686, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -8653, + 306 + ], + "size": { + "0": 418.1999816894531, + "1": 454 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 729 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 727 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 728 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 722 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "Off", + "controlnet_loras\\control-lora-depth-rank128.safetensors", + 1, + 0, + 1, + "Off", + "XL\\OpenPoseXL2.safetensors", + 1, + 0, + 1, + "Off", + "controlnet_loras\\control-lora-canny-rank128.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 690, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -9040, + 330 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 754 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 729 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 691, + "type": "LoadImage", + "pos": [ + -9433, + -4 + ], + "size": { + "0": 315, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 732 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00000-485042714.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 564, + "type": "LoadImage", + "pos": [ + -7410, + 460 + ], + "size": { + "0": 247.5770263671875, + "1": 314 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 608 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_02503_.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 697, + "type": "Reroute", + "pos": [ + -9326.109554090366, + -269.8882225471106 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 738 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 739 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 698, + "type": "Reroute", + "pos": [ + -8089.394568929491, + -267.90631506719456 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 739 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 740 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 699, + "type": "Reroute", + "pos": [ + -6005.636874623557, + -261.765520050581 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 758 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 742 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 700, + "type": "Reroute", + "pos": [ + -9327, + -240 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 743 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 744, + 745, + 746 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 701, + "type": "Reroute", + "pos": [ + -8088, + -240 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 746 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 747 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 702, + "type": "Reroute", + "pos": [ + -9327, + -207 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 753 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 749 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 703, + "type": "Reroute", + "pos": [ + -8087, + -208 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 749 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 750, + 751 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 704, + "type": "Reroute", + "pos": [ + -6006, + -213 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 751 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 752 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 537, + "type": "CheckpointLoaderSimple", + "pos": [ + -9954, + -271 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 738 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 743 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": [], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 541, + "type": "VAELoader", + "pos": [ + -9952, + -139 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 753 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 590, + "type": "CR Apply LoRA Stack", + "pos": [ + -7870, + 610 + ], + "size": { + "0": 215.18667602539062, + "1": 66 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 740 + }, + { + "name": "clip", + "type": "CLIP", + "link": 747 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 634, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 757 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [], + "shape": 3, + "slot_index": 1 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 705, + "type": "Reroute", + "pos": [ + -7401, + -264 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 757 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 758 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 687, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -8220, + 130 + ], + "size": { + "0": 330, + "1": 98 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 723 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 724 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 722 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 759 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 760 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 706, + "type": "Reroute", + "pos": [ + -7562.3635744005, + -168.34771285508882 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 759 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 761 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 707, + "type": "Reroute", + "pos": [ + -7561, + -140 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 760 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 763 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 708, + "type": "Reroute", + "pos": [ + -5696, + -163 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 761 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 764 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 709, + "type": "Reroute", + "pos": [ + -5696, + -131 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 763 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 765 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 569, + "type": "ImpactSwitch", + "pos": [ + -5987, + 72 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 612 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 613 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 614, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 766 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 579, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8477, + 180 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 745 + }, + { + "name": "text_g", + "type": "STRING", + "link": 768, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 767, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 724 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "" + ] + }, + { + "id": 692, + "type": "ImageResize+", + "pos": [ + -9436, + 450 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 69, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 732, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 775, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 776, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 754, + 755, + 756 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 710, + "type": "Reroute", + "pos": [ + -9531, + 839 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 773, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 775, + 777 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 711, + "type": "Reroute", + "pos": [ + -9531, + 873 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 774, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 776, + 778 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 712, + "type": "Reroute", + "pos": [ + -7564, + 837 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 68, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 777, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 779, + 781 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 713, + "type": "Reroute", + "pos": [ + -7564, + 871 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 778, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 780, + 782 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 557, + "type": "EmptyLatentImage", + "pos": [ + -6802, + 34 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 781, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 782, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 603 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 560, + "type": "LatentSwitch", + "pos": [ + -6509, + 2 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 603 + }, + { + "name": "input2", + "type": "LATENT", + "link": 604 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 783 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 614 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 714, + "type": "Reroute", + "pos": [ + -9530, + 911 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 784, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 785 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 715, + "type": "Reroute", + "pos": [ + -7564, + 906 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 785, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 786 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 716, + "type": "Reroute", + "pos": [ + -5687, + 814 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 786, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 787 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 542, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8476, + 144 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 744 + }, + { + "name": "text_g", + "type": "STRING", + "link": 769, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 770, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 723 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "" + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7347, + 2135 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 789 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "base_00052_.png", + "image" + ] + }, + { + "id": 718, + "type": "Reroute", + "pos": [ + -5872, + 1425 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 792 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 793, + 794 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 719, + "type": "Reroute", + "pos": [ + -3737.9412560147775, + 1431.8695287966038 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 794 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 795 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 717, + "type": "Reroute", + "pos": [ + -7754, + 1430 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 790 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 791, + 792 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 721, + "type": "Reroute", + "pos": [ + -5999, + 2834 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 797 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 798, + 799, + 800 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 722, + "type": "Reroute", + "pos": [ + -2525, + 2844 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 800 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 801, + 802 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 723, + "type": "Reroute", + "pos": [ + -7521, + 1407 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 806 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 807 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6807, + 1735 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 814, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 818, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7987, + 1750 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 71, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 805 + }, + { + "name": "width", + "type": "INT", + "link": 813, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 817, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 806 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 0.45, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 725, + "type": "Reroute", + "pos": [ + -8107, + 1482 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 812, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 813, + 814, + 815 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 726, + "type": "Reroute", + "pos": [ + -8105, + 1511 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 816, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 817, + 818, + 819 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 724, + "type": "Reroute", + "pos": [ + -5693, + 1396 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 807 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 808, + 809, + 822 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 727, + "type": "Reroute", + "pos": [ + -3432, + 1398 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 822 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 823, + 824 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 728, + "type": "Reroute", + "pos": [ + -7754, + 1463 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 826 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 827 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 729, + "type": "Reroute", + "pos": [ + -5870, + 1454 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 827 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 828, + 829 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 730, + "type": "Reroute", + "pos": [ + -3736, + 1459 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 829 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 830 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -8480, + 2200 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 790, + 796 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8503, + 1730 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": { + "collapsed": true + }, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 825 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 831, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 832, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 826 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 601, + "type": "ShowText|pysssss", + "pos": [ + -8593, + -47 + ], + "size": { + "0": 334.60601806640625, + "1": 141.8167724609375 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 788, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8629, + 1794 + ], + "size": { + "0": 317.6929626464844, + "1": 160.85986328125 + }, + "flags": {}, + "order": 66, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 833, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6516.473907695666, + 1704.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194, + 834 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 731, + "type": "Reroute", + "pos": [ + -5870, + 1483 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 834 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 835, + 836 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 732, + "type": "Reroute", + "pos": [ + -3734, + 1483 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 836 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 837 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 733, + "type": "Reroute", + "pos": [ + -7521, + 1373 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 838 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 839 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 734, + "type": "Reroute", + "pos": [ + -5693, + 1363 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 839 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 840, + 841 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 735, + "type": "Reroute", + "pos": [ + -3433, + 1370 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 841 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 842 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5986, + 1774 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 843, + 844 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 530, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -3040, + "1": 2583, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1268.8807373046875, + "1": 988.3410034179688 + }, + "flags": { + "collapsed": true + }, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 845, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 846, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vkziz_00005_.png&type=temp&subfolder=&rand=0.18880777086439626" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vkziz_00006_.png&type=temp&subfolder=&rand=0.9377382862851376" + } + ] + ] + }, + { + "id": 527, + "type": "PreviewImage", + "pos": [ + -3044, + 2686 + ], + "size": { + "0": 1352.2564697265625, + "1": 1021.6309204101562 + }, + "flags": { + "collapsed": true + }, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 570 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + -2642.616443959622, + 1754.0291774549971 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 795 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 692, + 846, + 847 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4947.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 793 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 845, + 848 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 526, + "type": "ImageEnhanceDifference+", + "pos": [ + -3395.504904503232, + 2658.741119240196 + ], + "size": { + "0": 242.7758331298828, + "1": 78 + }, + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 848 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 847 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 570 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageEnhanceDifference+" + }, + "widgets_values": [ + 0.5 + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -8830, + 2350 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 825, + 849 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 736, + "type": "Reroute", + "pos": [ + -7687, + 2798 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 849 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 850 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 850 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 851 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 738, + "type": "Reroute", + "pos": [ + -2525, + 2872 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 98, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 853 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 854 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -8487, + 2359 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 805, + 855 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 720, + "type": "Reroute", + "pos": [ + -7687, + 2825 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 796 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 797 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 739, + "type": "Reroute", + "pos": [ + -7688, + 2771 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 855 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 856 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 737, + "type": "Reroute", + "pos": [ + -5611, + 2859 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 851 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 852, + 853 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 740, + "type": "Reroute", + "pos": [ + -5613, + 2809 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 856 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 857, + 858, + 859 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 741, + "type": "Reroute", + "pos": [ + -2524, + 2817 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 859 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 860, + 861 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -4230.270082000421, + 3346.075723366291 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 130, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 862 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 742, + "type": "Reroute", + "pos": [ + -7687, + 2853 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 863, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 865 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 743, + "type": "Reroute", + "pos": [ + -7687, + 2877 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 864, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 866 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6249.740839704884, + 3475.7215313055394 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 74, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 865, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 866, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 867 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 744, + "type": "Reroute", + "pos": [ + -5607, + 2896 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 867 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 868, + 869 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 745, + "type": "Reroute", + "pos": [ + -2522, + 2906 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 105, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 869 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 870 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -8830, + 2170 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 838, + 871 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 867049610233719, + "fixed" + ] + }, + { + "id": 746, + "type": "Reroute", + "pos": [ + -7686, + 2742 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 871 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 872 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 874 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\SDXL/ALT1_00010_.png [output]", + "image" + ] + }, + { + "id": 747, + "type": "Reroute", + "pos": [ + -5611, + 2779 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 872 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 873, + 875 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 748, + "type": "Reroute", + "pos": [ + -2524, + 2790 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 84, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 875 + } + ], + "outputs": [ + { + "name": "", + "type": "NOISE", + "links": [ + 876 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 584, + "type": "easy seed", + "pos": [ + -10700, + 1300 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 784 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "SDXL Gen Seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 72608093073838, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -10299, + 1286 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 650, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 768, + 769, + 770, + 788, + 831, + 832, + 833 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 767 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + "text, watermark, nsfw", + "base", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -10300, + 1039 + ], + "size": { + "0": 365.17755126953125, + "1": 197.7924041748047 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 650 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9847, + 1068 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 28, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -11190, + "1": 1048, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 178 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -11188, + "1": 1271, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 355.1565246582031, + "1": 202 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "SDXL / FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -10756, + 1061 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 773, + 812, + 863 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 774, + 816, + 864 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -10302, + 300 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 32, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Cnet-Lines-v46\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\ntxt/img2img bridge SDXL to FLUX \nSDXL lora stack loader\nSDXL Control Net Stack: Depth, Pose, Canny\nSingle or Double Action Operation\ntxt2img + img2img SDXL switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X (23GB)\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 561, + 465, + 0, + 522, + 0, + "SIGMAS" + ], + [ + 562, + 522, + 1, + 280, + 3, + "SIGMAS" + ], + [ + 570, + 526, + 0, + 527, + 0, + "IMAGE" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 603, + 557, + 0, + 560, + 0, + "LATENT" + ], + [ + 604, + 562, + 0, + 560, + 1, + "LATENT" + ], + [ + 606, + 563, + 0, + 562, + 0, + "IMAGE" + ], + [ + 608, + 564, + 0, + 563, + 0, + "IMAGE" + ], + [ + 612, + 568, + 0, + 569, + 0, + "FLOAT" + ], + [ + 613, + 570, + 0, + 569, + 1, + "FLOAT" + ], + [ + 614, + 560, + 2, + 569, + 3, + "INT" + ], + [ + 627, + 574, + 0, + 582, + 0, + "LATENT" + ], + [ + 630, + 582, + 0, + 586, + 0, + "IMAGE" + ], + [ + 634, + 593, + 0, + 590, + 2, + "LORA_STACK" + ], + [ + 650, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 692, + 278, + 0, + 665, + 0, + "*" + ], + [ + 693, + 665, + 0, + 663, + 0, + "IMAGE" + ], + [ + 697, + 663, + 1, + 669, + 1, + "MASK" + ], + [ + 698, + 663, + 0, + 669, + 0, + "IMAGE" + ], + [ + 701, + 663, + 0, + 671, + 0, + "IMAGE" + ], + [ + 702, + 663, + 1, + 673, + 0, + "MASK" + ], + [ + 703, + 673, + 0, + 671, + 1, + "MASK" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 714, + 663, + 0, + 679, + 0, + "IMAGE" + ], + [ + 717, + 671, + 0, + 681, + 0, + "IMAGE" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 721, + 669, + 0, + 680, + 0, + "IMAGE" + ], + [ + 722, + 686, + 0, + 687, + 2, + "CONTROL_NET_STACK" + ], + [ + 723, + 542, + 0, + 687, + 0, + "CONDITIONING" + ], + [ + 724, + 579, + 0, + 687, + 1, + "CONDITIONING" + ], + [ + 727, + 688, + 0, + 686, + 1, + "IMAGE" + ], + [ + 728, + 689, + 0, + 686, + 2, + "IMAGE" + ], + [ + 729, + 690, + 0, + 686, + 0, + "IMAGE" + ], + [ + 732, + 691, + 0, + 692, + 0, + "IMAGE" + ], + [ + 738, + 537, + 0, + 697, + 0, + "*" + ], + [ + 739, + 697, + 0, + 698, + 0, + "*" + ], + [ + 740, + 698, + 0, + 590, + 0, + "MODEL" + ], + [ + 742, + 699, + 0, + 574, + 0, + "MODEL" + ], + [ + 743, + 537, + 1, + 700, + 0, + "*" + ], + [ + 744, + 700, + 0, + 542, + 0, + "CLIP" + ], + [ + 745, + 700, + 0, + 579, + 0, + "CLIP" + ], + [ + 746, + 700, + 0, + 701, + 0, + "*" + ], + [ + 747, + 701, + 0, + 590, + 1, + "CLIP" + ], + [ + 749, + 702, + 0, + 703, + 0, + "*" + ], + [ + 750, + 703, + 0, + 562, + 1, + "VAE" + ], + [ + 751, + 703, + 0, + 704, + 0, + "*" + ], + [ + 752, + 704, + 0, + 582, + 1, + "VAE" + ], + [ + 753, + 541, + 0, + 702, + 0, + "*" + ], + [ + 754, + 692, + 0, + 690, + 0, + "IMAGE" + ], + [ + 755, + 692, + 0, + 688, + 0, + "IMAGE" + ], + [ + 756, + 692, + 0, + 689, + 0, + "IMAGE" + ], + [ + 757, + 590, + 0, + 705, + 0, + "*" + ], + [ + 758, + 705, + 0, + 699, + 0, + "*" + ], + [ + 759, + 687, + 0, + 706, + 0, + "*" + ], + [ + 760, + 687, + 1, + 707, + 0, + "*" + ], + [ + 761, + 706, + 0, + 708, + 0, + "*" + ], + [ + 763, + 707, + 0, + 709, + 0, + "*" + ], + [ + 764, + 708, + 0, + 574, + 1, + "CONDITIONING" + ], + [ + 765, + 709, + 0, + 574, + 2, + "CONDITIONING" + ], + [ + 766, + 569, + 0, + 574, + 5, + "FLOAT" + ], + [ + 767, + 604, + 1, + 579, + 2, + "STRING" + ], + [ + 768, + 604, + 0, + 579, + 1, + "STRING" + ], + [ + 769, + 604, + 0, + 542, + 1, + "STRING" + ], + [ + 770, + 604, + 0, + 542, + 2, + "STRING" + ], + [ + 773, + 559, + 0, + 710, + 0, + "*" + ], + [ + 774, + 559, + 1, + 711, + 0, + "*" + ], + [ + 775, + 710, + 0, + 692, + 1, + "INT" + ], + [ + 776, + 711, + 0, + 692, + 2, + "INT" + ], + [ + 777, + 710, + 0, + 712, + 0, + "*" + ], + [ + 778, + 711, + 0, + 713, + 0, + "*" + ], + [ + 779, + 712, + 0, + 563, + 1, + "INT" + ], + [ + 780, + 713, + 0, + 563, + 2, + "INT" + ], + [ + 781, + 712, + 0, + 557, + 0, + "INT" + ], + [ + 782, + 713, + 0, + 557, + 1, + "INT" + ], + [ + 783, + 560, + 0, + 574, + 3, + "LATENT" + ], + [ + 784, + 584, + 0, + 714, + 0, + "*" + ], + [ + 785, + 714, + 0, + 715, + 0, + "*" + ], + [ + 786, + 715, + 0, + 716, + 0, + "*" + ], + [ + 787, + 716, + 0, + 574, + 4, + "INT" + ], + [ + 788, + 604, + 0, + 601, + 0, + "STRING" + ], + [ + 789, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 790, + 10, + 0, + 717, + 0, + "*" + ], + [ + 791, + 717, + 0, + 165, + 1, + "VAE" + ], + [ + 792, + 717, + 0, + 718, + 0, + "*" + ], + [ + 793, + 718, + 0, + 193, + 1, + "VAE" + ], + [ + 794, + 718, + 0, + 719, + 0, + "*" + ], + [ + 795, + 719, + 0, + 278, + 1, + "VAE" + ], + [ + 796, + 10, + 0, + 720, + 0, + "*" + ], + [ + 797, + 720, + 0, + 721, + 0, + "*" + ], + [ + 798, + 721, + 0, + 121, + 1, + "VAE" + ], + [ + 799, + 721, + 0, + 123, + 1, + "VAE" + ], + [ + 800, + 721, + 0, + 722, + 0, + "*" + ], + [ + 801, + 722, + 0, + 139, + 1, + "VAE" + ], + [ + 802, + 722, + 0, + 140, + 1, + "VAE" + ], + [ + 805, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 806, + 206, + 0, + 723, + 0, + "*" + ], + [ + 807, + 723, + 0, + 724, + 0, + "*" + ], + [ + 808, + 724, + 0, + 198, + 0, + "MODEL" + ], + [ + 809, + 724, + 0, + 197, + 0, + "MODEL" + ], + [ + 812, + 559, + 0, + 725, + 0, + "*" + ], + [ + 813, + 725, + 0, + 206, + 1, + "INT" + ], + [ + 814, + 725, + 0, + 158, + 0, + "INT" + ], + [ + 815, + 725, + 0, + 166, + 1, + "INT" + ], + [ + 816, + 559, + 1, + 726, + 0, + "*" + ], + [ + 817, + 726, + 0, + 206, + 2, + "INT" + ], + [ + 818, + 726, + 0, + 158, + 1, + "INT" + ], + [ + 819, + 726, + 0, + 166, + 2, + "INT" + ], + [ + 822, + 724, + 0, + 727, + 0, + "*" + ], + [ + 823, + 727, + 0, + 283, + 0, + "MODEL" + ], + [ + 824, + 727, + 0, + 465, + 0, + "MODEL" + ], + [ + 825, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 826, + 448, + 0, + 728, + 0, + "*" + ], + [ + 827, + 728, + 0, + 729, + 0, + "*" + ], + [ + 828, + 729, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 829, + 729, + 0, + 730, + 0, + "*" + ], + [ + 830, + 730, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 831, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 832, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 833, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 834, + 163, + 0, + 731, + 0, + "*" + ], + [ + 835, + 731, + 0, + 195, + 4, + "LATENT" + ], + [ + 836, + 731, + 0, + 732, + 0, + "*" + ], + [ + 837, + 732, + 0, + 280, + 4, + "LATENT" + ], + [ + 838, + 25, + 0, + 733, + 0, + "*" + ], + [ + 839, + 733, + 0, + 734, + 0, + "*" + ], + [ + 840, + 734, + 0, + 195, + 0, + "NOISE" + ], + [ + 841, + 734, + 0, + 735, + 0, + "*" + ], + [ + 842, + 735, + 0, + 280, + 0, + "NOISE" + ], + [ + 843, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 844, + 535, + 0, + 465, + 1, + "FLOAT" + ], + [ + 845, + 193, + 0, + 530, + 0, + "IMAGE" + ], + [ + 846, + 278, + 0, + 530, + 1, + "IMAGE" + ], + [ + 847, + 278, + 0, + 526, + 1, + "IMAGE" + ], + [ + 848, + 193, + 0, + 526, + 0, + "IMAGE" + ], + [ + 849, + 11, + 0, + 736, + 0, + "*" + ], + [ + 850, + 736, + 0, + 495, + 0, + "CLIP" + ], + [ + 851, + 495, + 0, + 737, + 0, + "*" + ], + [ + 852, + 737, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 853, + 737, + 0, + 738, + 0, + "*" + ], + [ + 854, + 738, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 855, + 88, + 0, + 739, + 0, + "*" + ], + [ + 856, + 739, + 0, + 740, + 0, + "*" + ], + [ + 857, + 740, + 0, + 114, + 0, + "MODEL" + ], + [ + 858, + 740, + 0, + 113, + 0, + "MODEL" + ], + [ + 859, + 740, + 0, + 741, + 0, + "*" + ], + [ + 860, + 741, + 0, + 134, + 0, + "MODEL" + ], + [ + 861, + 741, + 0, + 133, + 0, + "MODEL" + ], + [ + 862, + 99, + 0, + 139, + 0, + "IMAGE" + ], + [ + 863, + 559, + 0, + 742, + 0, + "*" + ], + [ + 864, + 559, + 1, + 743, + 0, + "*" + ], + [ + 865, + 742, + 0, + 64, + 1, + "INT" + ], + [ + 866, + 743, + 0, + 64, + 2, + "INT" + ], + [ + 867, + 64, + 0, + 744, + 0, + "*" + ], + [ + 868, + 744, + 0, + 107, + 1, + "IMAGE" + ], + [ + 869, + 744, + 0, + 745, + 0, + "*" + ], + [ + 870, + 745, + 0, + 129, + 1, + "IMAGE" + ], + [ + 871, + 25, + 0, + 746, + 0, + "*" + ], + [ + 872, + 746, + 0, + 747, + 0, + "*" + ], + [ + 873, + 747, + 0, + 111, + 0, + "NOISE" + ], + [ + 874, + 51, + 0, + 121, + 0, + "IMAGE" + ], + [ + 875, + 747, + 0, + 748, + 0, + "*" + ], + [ + 876, + 748, + 0, + 131, + 0, + "NOISE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Low Sigma Shift Sampler", + "bounding": [ + -3433, + 1588, + 2112, + 1174 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5710, + 1578, + 2121, + 1154 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -7542, + 4043, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7548, + 1577, + 1767, + 891 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL latent - txt2img - img2img", + "bounding": [ + -7588, + -102, + 1793, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL - conditioning", + "bounding": [ + -9540, + -107, + 1908, + 911 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8951, + 1560, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL Base Sampler", + "bounding": [ + -5706, + -95, + 1684, + 888 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -11251, + 964, + 1948, + 534 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + -776, + 917, + 4054, + 1856 + ], + "color": "#88A", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.744940226888645, + "offset": [ + 10644.756522639993, + -225.08468355824348 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Cnet-v43.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Cnet-v43.json new file mode 100644 index 0000000..ca4692b --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-Cnet-v43.json @@ -0,0 +1,10762 @@ +{ + "last_node_id": 696, + "last_link_id": 736, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3063.348149124651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4231.913462035597, + 3172.890093014862 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 196, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -5189.913462035599, + 3282.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -4931.9134620356, + 3220.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + -3835.9134620355962, + 3095.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 216, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + -4249.913462035597, + 3142.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + -1068.361448687094, + 3377.1528843198066 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 204, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3427.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 192, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + -1088.3614486870931, + 3167.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 110, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -2028.3614486870854, + 3307.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3287.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3247.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -2038.3614486870852, + 3337.1528843198066 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 111, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 177, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3097.152884319805 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + -679.3614486870888, + 3127.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 211, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -9275.6767578125, + "1": 3063.3466796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 112, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 212, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3836.9134620355962, + 3133.890093014862 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 215, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3193.348149124652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -6796.473907695666, + 2224.3032167481656 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 187, + "mode": 4, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 199 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6476.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 198, + "mode": 4, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6526.473907695666, + 1824.303216748167 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 14, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9497.825214155624, + 1850.5332501722428 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9327.825214155624, + 1810.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9687.825214155624, + 1790.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -9707.825214155624, + 1980.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929.270082000423, + 3303.075723366291 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 158, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 118, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 180, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -5654.270082000422, + 3084.075723366291 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -4230.270082000421, + 3346.075723366291 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 208, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3725.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 181, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 120, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5337.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 155, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5337.815664947508, + 1992.9385860099167 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 116, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + -5337.815664947508, + 1692.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + -5337.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + -4927.815664947508, + 1712.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5327.815664947508, + 2132.9385860099164 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 20, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + -5647.815664947508, + 1742.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5657.815664947508, + 1772.9385860099164 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 114, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + -5640.815664947508, + 1703.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5337.815664947508, + 1892.9385860099167 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + -3032.616443959621, + 1754.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 179, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 314, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 562, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 318, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + -3352.616443959619, + 1774.0291774549971 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 115, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 320, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 321, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 284, + "type": "easy getNode", + "pos": [ + -3332.616443959619, + 1704.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 320, + 514 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 285, + "type": "easy getNode", + "pos": [ + -3032.616443959621, + 1694.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 318 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 286, + "type": "easy getNode", + "pos": [ + -3032.616443959621, + 1654.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 314 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 287, + "type": "easy getNode", + "pos": [ + -2622.6164439596223, + 1714.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 312 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 288, + "type": "easy getNode", + "pos": [ + -3342.616443959619, + 1744.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 321 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 290, + "type": "Note", + "pos": [ + -3022.616443959621, + 2134.0291774549955 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 29, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -8486.811512359458, + 1680 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + -5515.815664947508, + 2043.9385860099167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 466, + "type": "easy getNode", + "pos": [ + -3202.6164439596196, + 2044.029177454997 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 477 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -5649.219975170947, + 3398.497402857999 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -6249.740839704884, + 3035.721531305536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3365.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 157, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -5224.219975170947, + 3444.4974028579986 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 35, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 119, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6249.740839704884, + 3475.7215313055394 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 161, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6796.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 162, + "mode": 4, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -6806.473907695666, + 2094.3032167481656 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 201 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -8356.811512359458, + 1870 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 165, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 468 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -7896.811512359457, + 1920 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 164, + "mode": 4, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -7996.811512359457, + 1660 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 522, + "type": "SplitSigmas", + "pos": [ + -3029.5049045032333, + 2251.741119240196 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 156, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 561 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 562 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4947.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 178, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 526, + "type": "ImageEnhanceDifference+", + "pos": [ + -3395.504904503232, + 2658.741119240196 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 121, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 571 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 572 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 570 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageEnhanceDifference+" + }, + "widgets_values": [ + 0.5 + ] + }, + { + "id": 529, + "type": "easy getNode", + "pos": [ + -3395.504904503232, + 2628.741119240196 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 572, + 574 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Alt", + "properties": {}, + "widgets_values": [ + "image_Alt" + ], + "color": "#223" + }, + { + "id": 528, + "type": "easy getNode", + "pos": [ + -3401.504904503232, + 2587.741119240196 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 571, + 573 + ], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -7456.782657580682, + 4248.362064249411 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00082_.png", + "image" + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -6651.7826575806885, + 4291.362064249411 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 160, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 289, + "type": "easy setNode", + "pos": [ + -2622.5049045032347, + 1843.7411192401967 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 206, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 322 + } + ], + "title": "Set_image_Alt", + "properties": { + "previousName": "image_Alt" + }, + "widgets_values": [ + "image_Alt" + ], + "color": "#223" + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + -4897.815664947508, + 1842.9385860099167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 194, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut", + "properties": { + "previousName": "image_baseOut" + }, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + -3032.616443959621, + 1894.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + -3032.616443959621, + 1994.0291774549971 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 117, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 514, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 561 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -5986.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 209, + "mode": 4, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 579 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6216.473907695667, + 1654.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 42, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 43, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -7060.740839704886, + 3829.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 124, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\SDXL/ALT1_00010_.png [output]", + "image" + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7036.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 139, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 688 + }, + { + "name": "width", + "type": "INT", + "link": 643, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 644, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 539, + "type": "easy setNode", + "pos": [ + -10390, + 100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 585 + } + ], + "title": "Set_model_sdxl", + "properties": { + "previousName": "model_sdxl" + }, + "widgets_values": [ + "model_sdxl" + ], + "color": "#223" + }, + { + "id": 538, + "type": "easy setNode", + "pos": [ + -10380, + 140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 584 + } + ], + "title": "Set_clip_sdxl", + "properties": { + "previousName": "clip_sdxl" + }, + "widgets_values": [ + "clip_sdxl" + ], + "color": "#223" + }, + { + "id": 540, + "type": "easy setNode", + "pos": [ + -10380, + 270 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 586 + } + ], + "title": "Set_vae_sdxl", + "properties": { + "previousName": "vae_sdxl" + }, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5986.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 199, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 579 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 562, + "type": "VAEEncode", + "pos": [ + -6809.275299524032, + 461.6543827526889 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 606 + }, + { + "name": "vae", + "type": "VAE", + "link": 607 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 597, + 604 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 568, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + -18.345617247312358 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 558, + "type": "easy setNode", + "pos": [ + -6799.275299524032, + 101.65438275268772 + ], + "size": { + "0": 235.1999969482422, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 163, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 602 + } + ], + "title": "Set_latent_txt2img_base_sdxl", + "properties": { + "previousName": "latent_txt2img_base_sdxl" + }, + "widgets_values": [ + "latent_txt2img_base_sdxl" + ], + "color": "#223" + }, + { + "id": 565, + "type": "Note", + "pos": [ + -6509.275299524032, + 191.6543827526878 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 46, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 561, + "type": "easy setNode", + "pos": [ + -6489.275299524032, + 151.65438275268775 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 605 + } + ], + "title": "Set_latent_selected_sdxl", + "properties": { + "previousName": "latent_selected_sdxl" + }, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 570, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + 81.65438275268774 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 613 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 566, + "type": "easy getNode", + "pos": [ + -6809.275299524032, + 421.6543827526888 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 607 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 554, + "type": "easy setNode", + "pos": [ + -6809.275299524032, + 541.654382752689 + ], + "size": { + "0": 235.1999969482422, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 597 + } + ], + "title": "Set_latent_img2img_base_sdxl", + "properties": { + "previousName": "latent_img2img_base_sdxl" + }, + "widgets_values": [ + "latent_img2img_base_sdxl" + ], + "color": "#223" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -6806.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 169, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 201 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 199, + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -9867.825214155624, + 1860.5332501722428 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 867049610233719, + "fixed" + ] + }, + { + "id": 576, + "type": "easy getNode", + "pos": [ + -5552.919481100726, + 17.64355125345062 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 619 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_sdxl", + "properties": {}, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 577, + "type": "easy getNode", + "pos": [ + -5552.919481100726, + 47.64355125345056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 625 + ], + "slot_index": 0 + } + ], + "title": "Get_condNEG_sdxl", + "properties": {}, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 578, + "type": "easy getNode", + "pos": [ + -5542.919481100726, + 77.64355125345058 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 626 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected_sdxl", + "properties": {}, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 585, + "type": "easy setNode", + "pos": [ + -6501.138401320003, + 1258.6781962294758 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 629 + } + ], + "title": "Set_seed_sdxl", + "properties": { + "previousName": "seed_sdxl" + }, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4657.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 193, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 588, + "type": "easy getNode", + "pos": [ + -5545.910740989727, + 111.37820605914321 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 631 + ], + "slot_index": 0 + } + ], + "title": "Get_seed_sdxl", + "properties": {}, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 583, + "type": "easy getNode", + "pos": [ + -5170, + 150 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 628 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9327.825214155624, + 2000.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 591, + "type": "easy getNode", + "pos": [ + -7880, + 530 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 632 + ], + "slot_index": 0 + } + ], + "title": "Get_model_sdxl", + "properties": {}, + "widgets_values": [ + "model_sdxl" + ], + "color": "#223" + }, + { + "id": 592, + "type": "easy getNode", + "pos": [ + -7880, + 570 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 633 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl", + "properties": {}, + "widgets_values": [ + "clip_sdxl" + ], + "color": "#223" + }, + { + "id": 595, + "type": "easy setNode", + "pos": [ + -7850, + 740 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 636 + } + ], + "title": "Set_clip_sdxl_LoraStack", + "properties": { + "previousName": "clip_sdxl_LoraStack" + }, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 567, + "type": "easy setNode", + "pos": [ + -5989, + 122 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 210, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 611 + } + ], + "title": "Set_f_denoise_sdxl", + "properties": { + "previousName": "f_denoise_sdxl" + }, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 543, + "type": "easy getNode", + "pos": [ + -8480, + 10 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 587 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl_LoraStack", + "properties": {}, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 580, + "type": "easy getNode", + "pos": [ + -8480, + 140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 620 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl_LoraStack", + "properties": {}, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 594, + "type": "easy setNode", + "pos": [ + -7860, + 710 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 635 + } + ], + "title": "Set_model_LoraStack", + "properties": { + "previousName": "model_LoraStack" + }, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -9867.825214155624, + 1700.5332501722428 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -6801.138401320006, + 1298.6781962294754 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -6801.138401320006, + 1328.678196229475 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 557, + "type": "EmptyLatentImage", + "pos": [ + -6802, + 34 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 639, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 640, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 602, + 603 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 600, + "type": "easy getNode", + "pos": [ + -7336.79575784842, + 1793.7468334890027 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 642, + 644 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 599, + "type": "easy getNode", + "pos": [ + -7336.79575784842, + 1753.7468334890032 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 641, + 643 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 598, + "type": "easy getNode", + "pos": [ + -7330, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 638, + 640 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 597, + "type": "easy getNode", + "pos": [ + -7330, + 40 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 637, + 639 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -6488, + 3535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 64, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -6489.740839704884, + 3635.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 65, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -5811.138401320003, + 958.6781962294738 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 66, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6806.79575784842, + 1734.7468334890036 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 641, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 642, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 519, + "type": "easy getNode", + "pos": [ + -7986.811512359457, + 1690 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 67, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 559 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 520, + "type": "easy getNode", + "pos": [ + -7986.811512359457, + 1720 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 68, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 560 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 602, + "type": "easy setNode", + "pos": [ + -5150, + 270 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 646 + } + ], + "title": "Set_image_sdxl_baseOut", + "properties": { + "previousName": "image_sdxl_baseOut" + }, + "widgets_values": [ + "image_sdxl_baseOut" + ], + "color": "#223" + }, + { + "id": 603, + "type": "easy getNode", + "pos": [ + -7345.79575784842, + 2089.7468334890023 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 69, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_image_sdxl_baseOut", + "properties": {}, + "widgets_values": [ + "image_sdxl_baseOut" + ], + "color": "#223" + }, + { + "id": 527, + "type": "PreviewImage", + "pos": [ + -3044, + 2686 + ], + "size": { + "0": 1352.2564697265625, + "1": 1021.6309204101562 + }, + "flags": { + "collapsed": true + }, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 570 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 530, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -3040, + "1": 2586, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1268.8807373046875, + "1": 988.3410034179688 + }, + "flags": { + "collapsed": true + }, + "order": 122, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 573, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 574, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A1", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_ermlm_00055_.png&type=temp&subfolder=&rand=0.9560687426938419" + }, + { + "name": "A2", + "selected": false, + "url": "/view?filename=rgthree.compare._temp_ermlm_00056_.png&type=temp&subfolder=&rand=0.21047649636858434" + }, + { + "name": "A3", + "selected": false, + "url": "/view?filename=rgthree.compare._temp_ermlm_00057_.png&type=temp&subfolder=&rand=0.8880828779513528" + }, + { + "name": "B1", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_ermlm_00058_.png&type=temp&subfolder=&rand=0.8746115012878488" + }, + { + "name": "B2", + "selected": false, + "url": "/view?filename=rgthree.compare._temp_ermlm_00059_.png&type=temp&subfolder=&rand=0.35002558172838105" + }, + { + "name": "B3", + "selected": false, + "url": "/view?filename=rgthree.compare._temp_ermlm_00060_.png&type=temp&subfolder=&rand=0.16081818162444006" + } + ] + ] + }, + { + "id": 537, + "type": "CheckpointLoaderSimple", + "pos": [ + -10560, + -30 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 70, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 585 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 584 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": [], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9498, + 1691 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 71, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 589, + "type": "Note", + "pos": [ + -7922.611800747382, + 4132.282756764742 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 72, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 545, + "type": "easy getNode", + "pos": [ + -8856.811512359458, + 1730 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 73, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 657, + 658, + 660 + ], + "slot_index": 0 + } + ], + "title": "Get_str_POS_prompt", + "properties": {}, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8506.811512359458, + 1730 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 134, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 657, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 658, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 468 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8856.811512359458, + 1840 + ], + "size": { + "0": 317.6929626464844, + "1": 160.85986328125 + }, + "flags": {}, + "order": 135, + "mode": 4, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 660, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6206.473907695667, + 1754.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 74, + "mode": 4, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 575, + "type": "easy getNode", + "pos": [ + -5552, + -12 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 75, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 618 + ], + "slot_index": 0 + } + ], + "title": "Get_model_LoraStack", + "properties": {}, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 606, + "type": "easy getNode", + "pos": [ + -5543, + 151 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 661 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise_sdxl", + "properties": {}, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 560, + "type": "LatentSwitch", + "pos": [ + -6509, + 2 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 603 + }, + { + "name": "input2", + "type": "LATENT", + "link": 604 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 605 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 614 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 569, + "type": "ImpactSwitch", + "pos": [ + -5987, + 72 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 612 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 613 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 614, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 611 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 544, + "type": "easy setNode", + "pos": [ + -6059.138401320003, + 1343.678196229475 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 651 + } + ], + "title": "Set_str_POS_prompt", + "properties": { + "previousName": "str_POS_prompt" + }, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 546, + "type": "easy setNode", + "pos": [ + -6061.138401320003, + 1382.6781962294747 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 652 + } + ], + "title": "Set_str_NEG_prompt", + "properties": { + "previousName": "str_NEG_prompt" + }, + "widgets_values": [ + "str_NEG_prompt" + ], + "color": "#223" + }, + { + "id": 610, + "type": "easy getNode", + "pos": [ + -3840, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 77, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 664 + ], + "slot_index": 0 + } + ], + "title": "Get_condNEG_sdxl", + "properties": {}, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 611, + "type": "easy getNode", + "pos": [ + -3830, + 110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 78, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 665 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected_sdxl", + "properties": {}, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 613, + "type": "easy getNode", + "pos": [ + -3460, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 79, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 669 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 615, + "type": "easy getNode", + "pos": [ + -3830, + 140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 666 + ], + "slot_index": 0 + } + ], + "title": "Get_seed_sdxl", + "properties": {}, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 617, + "type": "easy getNode", + "pos": [ + -3830, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 81, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 667 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise_sdxl", + "properties": {}, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 607, + "type": "KSampler", + "pos": [ + -3830, + 220 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 662 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 663 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 664 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 665 + }, + { + "name": "seed", + "type": "INT", + "link": 666, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 667, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 668 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 274720496402752, + "randomize", + 30, + 24, + "dpmpp_2m_sde_gpu", + "karras", + 1 + ] + }, + { + "id": 574, + "type": "KSampler", + "pos": [ + -5543, + 187 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 618 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 619 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 625 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 626 + }, + { + "name": "seed", + "type": "INT", + "link": 631, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 661, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 627 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 2479537286564, + "randomize", + 20, + 8, + "euler", + "simple", + 1 + ] + }, + { + "id": 608, + "type": "easy getNode", + "pos": [ + -3853, + 21 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 662 + ], + "slot_index": 0 + } + ], + "title": "Get_model_LoraStack", + "properties": {}, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 609, + "type": "easy getNode", + "pos": [ + -3844, + 51 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 83, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 663 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_sdxl", + "properties": {}, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 619, + "type": "easy getNode", + "pos": [ + -2240, + 10 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 84, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 672 + ], + "slot_index": 0 + } + ], + "title": "Get_model_LoraStack", + "properties": {}, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 620, + "type": "easy getNode", + "pos": [ + -2230, + 40 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 673 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_sdxl", + "properties": {}, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 621, + "type": "easy getNode", + "pos": [ + -2230, + 70 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 86, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 674 + ], + "slot_index": 0 + } + ], + "title": "Get_condNEG_sdxl", + "properties": {}, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 622, + "type": "easy getNode", + "pos": [ + -2220, + 100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 87, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 675 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected_sdxl", + "properties": {}, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 624, + "type": "easy getNode", + "pos": [ + -1850, + 170 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 679 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 626, + "type": "easy getNode", + "pos": [ + -2220, + 130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 676 + ], + "slot_index": 0 + } + ], + "title": "Get_seed_sdxl", + "properties": {}, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 628, + "type": "easy getNode", + "pos": [ + -2220, + 170 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 90, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 677 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise_sdxl", + "properties": {}, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 625, + "type": "SaveImage", + "pos": [ + -1580, + 20 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 680 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/ALT1" + ] + }, + { + "id": 614, + "type": "SaveImage", + "pos": [ + -3190, + 30 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 670 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/ALT0" + ] + }, + { + "id": 618, + "type": "KSampler", + "pos": [ + -2220, + 210 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 672 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 673 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 674 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 675 + }, + { + "name": "seed", + "type": "INT", + "link": 676, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 677, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 678 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 84047568033125, + "randomize", + 20, + 7, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 582, + "type": "VAEDecode", + "pos": [ + -5170, + 190 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 627 + }, + { + "name": "vae", + "type": "VAE", + "link": 628 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 630, + 646, + 684 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 612, + "type": "VAEDecode", + "pos": [ + -3460, + 220 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 668 + }, + { + "name": "vae", + "type": "VAE", + "link": 669 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 670, + 685 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 623, + "type": "VAEDecode", + "pos": [ + -1850, + 210 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 678 + }, + { + "name": "vae", + "type": "VAE", + "link": 679 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 680, + 686 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 630, + "type": "easy setNode", + "pos": [ + -450, + 130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 687 + } + ], + "title": "Set_imageBatch_sdxl", + "properties": { + "previousName": "imageBatch_sdxl" + }, + "widgets_values": [ + "imageBatch_sdxl" + ], + "color": "#223" + }, + { + "id": 631, + "type": "easy getNode", + "pos": [ + -7345.79575784842, + 2046.7468334890027 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 688 + ], + "slot_index": 0 + } + ], + "title": "Get_imageBatch_sdxl", + "properties": {}, + "widgets_values": [ + "imageBatch_sdxl" + ], + "color": "#223" + }, + { + "id": 563, + "type": "ImageResize+", + "pos": [ + -7090, + 460 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 608 + }, + { + "name": "width", + "type": "INT", + "link": 637, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 638, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 606 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 586, + "type": "SaveImage", + "pos": [ + -4903, + 72 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 630 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/base" + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7987, + 1750 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 130, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 0.45, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -6256.138401320003, + 1116.6781962294754 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 650, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 651 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 652 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + "text, watermark, nsfw", + "base", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7346.79575784842, + 2134.7468334890023 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": true + }, + "order": 92, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "base_00006_.png", + "image" + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6516.473907695666, + 1704.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 188, + "mode": 4, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -6261.138401320003, + 969.6781962294738 + ], + "size": { + "0": 376.19744873046875, + "1": 107.75599670410156 + }, + "flags": {}, + "order": 93, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 650 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -6650.7826575806885, + 4121.362064249411 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 123, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + -2642.616443959622, + 1754.0291774549971 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 195, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 312 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 322, + 692 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 673, + "type": "InvertMask", + "pos": [ + 3609.825347580119, + 1228.6130167040758 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 219, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 702 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 703 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 3619.825347580119, + 2108.613016704072 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 222, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 629, + "type": "ImpactMakeImageBatch", + "pos": [ + -450, + 10 + ], + "size": { + "0": 140, + "1": 86 + }, + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 684 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 685 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 686 + }, + { + "name": "image4", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 687 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + 809.845634584298, + 1192.5520334101413 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 207, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 692 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 693, + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 663, + "type": "BRIAAI Matting", + "pos": [ + 919.8253475801228, + 1158.6130167040753 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 213, + "mode": 4, + "inputs": [ + { + "name": "video_frames", + "type": "IMAGE", + "link": 693 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 698, + 701, + 714 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 697, + 702 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "BRIAAI Matting" + }, + "widgets_values": [ + "v1.4", + true, + "white", + 4 + ] + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + -2353, + 1664 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 205, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 671, + "type": "JoinImageWithAlpha", + "pos": [ + 3609.825347580119, + 1138.6130167040756 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 224, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 701 + }, + { + "name": "alpha", + "type": "MASK", + "link": 703 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 717 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 2631.825311173122, + 1957.5019230964751 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 225, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 3619.825347580119, + 2018.6130167040728 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 226, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 2339.8253475801225, + 2048.613016704073 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 221, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 669, + "type": "JoinImageWithAlpha", + "pos": [ + 2329.825347580122, + 1168.6130167040753 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 218, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 698 + }, + { + "name": "alpha", + "type": "MASK", + "link": 697 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 721 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 679, + "type": "SaveImage", + "pos": [ + 1323, + 1053.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 217, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 714 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 680, + "type": "SaveImage", + "pos": [ + 2640, + 1065.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 223, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 721 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + 1329, + 1957.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 220, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 3945, + 1949.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 228, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 681, + "type": "SaveImage", + "pos": [ + 3935, + 1056.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 227, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 717 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 584, + "type": "easy seed", + "pos": [ + -6571.138401320003, + 1118.6781962294754 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 94, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 629 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "SDXL Gen Seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 72608093073838, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + 929.8253475801228, + 2028.6130167040728 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 214, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7383, + "1": 1063, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 343.4275817871094, + "1": 274 + }, + "flags": {}, + "order": 95, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "SDXL / FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -6951.138401320006, + 1118.6781962294754 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 96, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5803.13818359375, + "1": 1177.6783447265625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 178 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 542, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8480, + 50 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 587 + }, + { + "name": "text_g", + "type": "STRING", + "link": 655, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 656, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 723 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "" + ] + }, + { + "id": 579, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8480, + 180 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 620 + }, + { + "name": "text_g", + "type": "STRING", + "link": 653, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 654, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 724 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "" + ] + }, + { + "id": 572, + "type": "easy setNode", + "pos": [ + -8050, + 260 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 725 + } + ], + "title": "Set_conPOS_sdxl", + "properties": { + "previousName": "conPOS_sdxl" + }, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 573, + "type": "easy setNode", + "pos": [ + -8050, + 300 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 726 + } + ], + "title": "Set_condNEG_sdxl", + "properties": { + "previousName": "condNEG_sdxl" + }, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 541, + "type": "VAELoader", + "pos": [ + -10560, + 180 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 98, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 586 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 695, + "type": "easy setNode", + "pos": [ + -9310, + 690 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 175, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 733 + } + ], + "title": "Set_image_Cnet_input", + "properties": { + "previousName": "image_Cnet_input" + }, + "widgets_values": [ + "image_Cnet_input" + ], + "color": "#223" + }, + { + "id": 694, + "type": "easy getNode", + "pos": [ + -9440, + 420 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 99, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 731 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 693, + "type": "easy getNode", + "pos": [ + -9440, + 380 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 100, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 730 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 552, + "type": "easy getNode", + "pos": [ + -8670, + 50 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 101, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 655, + 656, + 659 + ], + "slot_index": 0 + } + ], + "title": "Get_str_POS_prompt", + "properties": {}, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 553, + "type": "easy getNode", + "pos": [ + -8670, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 102, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 653, + 654 + ], + "slot_index": 0 + } + ], + "title": "Get_str_NEG_prompt", + "properties": {}, + "widgets_values": [ + "str_NEG_prompt" + ], + "color": "#223" + }, + { + "id": 688, + "type": "DWPreprocessor", + "pos": [ + -9040, + 420 + ], + "size": { + "0": 315, + "1": 198 + }, + "flags": {}, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 735 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 727 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "POSE_KEYPOINT", + "type": "POSE_KEYPOINT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DWPreprocessor" + }, + "widgets_values": [ + "enable", + "enable", + "enable", + 1024, + "yolox_l.onnx", + "dw-ll_ucoco_384_bs5.torchscript.pt" + ] + }, + { + "id": 696, + "type": "easy getNode", + "pos": [ + -9040, + 300 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 103, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 734, + 735, + 736 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Cnet_input", + "properties": {}, + "widgets_values": [ + "image_Cnet_input" + ], + "color": "#223" + }, + { + "id": 689, + "type": "CannyEdgePreprocessor", + "pos": [ + -9040, + 650 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 736 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 728 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 601, + "type": "ShowText|pysssss", + "pos": [ + -7870, + 22 + ], + "size": { + "0": 215.4871063232422, + "1": 173.37612915039062 + }, + "flags": {}, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 659, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 687, + "type": "CR Apply Multi-ControlNet", + "pos": [ + -8220, + 130 + ], + "size": { + "0": 330, + "1": 98 + }, + "flags": {}, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "base_positive", + "type": "CONDITIONING", + "link": 723 + }, + { + "name": "base_negative", + "type": "CONDITIONING", + "link": 724 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": 722 + } + ], + "outputs": [ + { + "name": "base_pos", + "type": "CONDITIONING", + "links": [ + 725 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "base_neg", + "type": "CONDITIONING", + "links": [ + 726 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply Multi-ControlNet" + }, + "widgets_values": [ + "Off" + ] + }, + { + "id": 590, + "type": "CR Apply LoRA Stack", + "pos": [ + -7870, + 610 + ], + "size": { + "0": 215.18667602539062, + "1": 66 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 632 + }, + { + "name": "clip", + "type": "CLIP", + "link": 633 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 634, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 635 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 636 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 593, + "type": "CR LoRA Stack", + "pos": [ + -8211, + 420 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 634 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "civit\\Thorra_SDXL_public_r1.safetensors", + 0.7000000000000001, + 1, + "On", + "kzkAnimeThorra-XL_C3Lier-LR3E3.safetensors", + 0.6, + 1, + "On", + "trrz_ThoraXL-000001.safetensors", + 0.3, + 1 + ] + }, + { + "id": 686, + "type": "CR Multi-ControlNet Stack", + "pos": [ + -8653, + 306 + ], + "size": { + "0": 418.1999816894531, + "1": 454 + }, + "flags": {}, + "order": 172, + "mode": 0, + "inputs": [ + { + "name": "image_1", + "type": "IMAGE", + "link": 729 + }, + { + "name": "image_2", + "type": "IMAGE", + "link": 727 + }, + { + "name": "image_3", + "type": "IMAGE", + "link": 728 + }, + { + "name": "controlnet_stack", + "type": "CONTROL_NET_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "CONTROLNET_STACK", + "type": "CONTROL_NET_STACK", + "links": [ + 722 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Multi-ControlNet Stack" + }, + "widgets_values": [ + "Off", + "controlnet_loras\\control-lora-depth-rank128.safetensors", + 1, + 0, + 1, + "Off", + "XL\\OpenPoseXL2.safetensors", + 1, + 0, + 1, + "Off", + "controlnet_loras\\control-lora-canny-rank128.safetensors", + 1, + 0, + 1 + ] + }, + { + "id": 690, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -9040, + 330 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 734 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 729 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 692, + "type": "ImageResize+", + "pos": [ + -9440, + 450 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 732, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 730, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 731, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 733 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 691, + "type": "LoadImage", + "pos": [ + -9433, + -4 + ], + "size": { + "0": 315, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 105, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 732 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "00000-485042714.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 564, + "type": "LoadImage", + "pos": [ + -7410, + 460 + ], + "size": { + "0": 247.5770263671875, + "1": 314 + }, + "flags": {}, + "order": 106, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 608 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_02503_.png", + "image" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9285, + 926 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 107, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Cnet-v43\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\ntxt/img2img bridge SDXL to FLUX \nSDXL lora stack loader\nSDXL Control Net Stack: Depth, Pose, Canny\nSingle or Double Action Operation\ntxt2img + img2img SDXL switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X (23GB)\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 199, + 165, + 0, + 32, + 0, + "*" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 201, + 169, + 0, + 165, + 1, + "VAE" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 312, + 287, + 0, + 278, + 1, + "VAE" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 314, + 286, + 0, + 280, + 0, + "NOISE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 318, + 285, + 0, + 280, + 4, + "LATENT" + ], + [ + 320, + 284, + 0, + 283, + 0, + "MODEL" + ], + [ + 321, + 288, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 322, + 278, + 0, + 289, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 468, + 448, + 0, + 211, + 0, + "*" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 477, + 466, + 0, + 465, + 1, + "FLOAT" + ], + [ + 514, + 284, + 0, + 465, + 0, + "MODEL" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 559, + 519, + 0, + 206, + 1, + "INT" + ], + [ + 560, + 520, + 0, + 206, + 2, + "INT" + ], + [ + 561, + 465, + 0, + 522, + 0, + "SIGMAS" + ], + [ + 562, + 522, + 1, + 280, + 3, + "SIGMAS" + ], + [ + 570, + 526, + 0, + 527, + 0, + "IMAGE" + ], + [ + 571, + 528, + 0, + 526, + 0, + "IMAGE" + ], + [ + 572, + 529, + 0, + 526, + 1, + "IMAGE" + ], + [ + 573, + 528, + 0, + 530, + 0, + "IMAGE" + ], + [ + 574, + 529, + 0, + 530, + 1, + "IMAGE" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 579, + 535, + 0, + 450, + 0, + "*" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 584, + 537, + 1, + 538, + 0, + "*" + ], + [ + 585, + 537, + 0, + 539, + 0, + "*" + ], + [ + 586, + 541, + 0, + 540, + 0, + "*" + ], + [ + 587, + 543, + 0, + 542, + 0, + "CLIP" + ], + [ + 597, + 562, + 0, + 554, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 602, + 557, + 0, + 558, + 0, + "*" + ], + [ + 603, + 557, + 0, + 560, + 0, + "LATENT" + ], + [ + 604, + 562, + 0, + 560, + 1, + "LATENT" + ], + [ + 605, + 560, + 0, + 561, + 0, + "*" + ], + [ + 606, + 563, + 0, + 562, + 0, + "IMAGE" + ], + [ + 607, + 566, + 0, + 562, + 1, + "VAE" + ], + [ + 608, + 564, + 0, + 563, + 0, + "IMAGE" + ], + [ + 611, + 569, + 0, + 567, + 0, + "*" + ], + [ + 612, + 568, + 0, + 569, + 0, + "FLOAT" + ], + [ + 613, + 570, + 0, + 569, + 1, + "FLOAT" + ], + [ + 614, + 560, + 2, + 569, + 3, + "INT" + ], + [ + 618, + 575, + 0, + 574, + 0, + "MODEL" + ], + [ + 619, + 576, + 0, + 574, + 1, + "CONDITIONING" + ], + [ + 620, + 580, + 0, + 579, + 0, + "CLIP" + ], + [ + 625, + 577, + 0, + 574, + 2, + "CONDITIONING" + ], + [ + 626, + 578, + 0, + 574, + 3, + "LATENT" + ], + [ + 627, + 574, + 0, + 582, + 0, + "LATENT" + ], + [ + 628, + 583, + 0, + 582, + 1, + "VAE" + ], + [ + 629, + 584, + 0, + 585, + 0, + "*" + ], + [ + 630, + 582, + 0, + 586, + 0, + "IMAGE" + ], + [ + 631, + 588, + 0, + 574, + 4, + "INT" + ], + [ + 632, + 591, + 0, + 590, + 0, + "MODEL" + ], + [ + 633, + 592, + 0, + 590, + 1, + "CLIP" + ], + [ + 634, + 593, + 0, + 590, + 2, + "LORA_STACK" + ], + [ + 635, + 590, + 0, + 594, + 0, + "*" + ], + [ + 636, + 590, + 1, + 595, + 0, + "*" + ], + [ + 637, + 597, + 0, + 563, + 1, + "INT" + ], + [ + 638, + 598, + 0, + 563, + 2, + "INT" + ], + [ + 639, + 597, + 0, + 557, + 0, + "INT" + ], + [ + 640, + 598, + 0, + 557, + 1, + "INT" + ], + [ + 641, + 599, + 0, + 158, + 0, + "INT" + ], + [ + 642, + 600, + 0, + 158, + 1, + "INT" + ], + [ + 643, + 599, + 0, + 166, + 1, + "INT" + ], + [ + 644, + 600, + 0, + 166, + 2, + "INT" + ], + [ + 646, + 582, + 0, + 602, + 0, + "*" + ], + [ + 650, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 651, + 604, + 0, + 544, + 0, + "*" + ], + [ + 652, + 604, + 1, + 546, + 0, + "*" + ], + [ + 653, + 553, + 0, + 579, + 1, + "STRING" + ], + [ + 654, + 553, + 0, + 579, + 2, + "STRING" + ], + [ + 655, + 552, + 0, + 542, + 1, + "STRING" + ], + [ + 656, + 552, + 0, + 542, + 2, + "STRING" + ], + [ + 657, + 545, + 0, + 448, + 1, + "STRING" + ], + [ + 658, + 545, + 0, + 448, + 2, + "STRING" + ], + [ + 659, + 552, + 0, + 601, + 0, + "STRING" + ], + [ + 660, + 545, + 0, + 605, + 0, + "STRING" + ], + [ + 661, + 606, + 0, + 574, + 5, + "FLOAT" + ], + [ + 662, + 608, + 0, + 607, + 0, + "MODEL" + ], + [ + 663, + 609, + 0, + 607, + 1, + "CONDITIONING" + ], + [ + 664, + 610, + 0, + 607, + 2, + "CONDITIONING" + ], + [ + 665, + 611, + 0, + 607, + 3, + "LATENT" + ], + [ + 666, + 615, + 0, + 607, + 4, + "INT" + ], + [ + 667, + 617, + 0, + 607, + 5, + "FLOAT" + ], + [ + 668, + 607, + 0, + 612, + 0, + "LATENT" + ], + [ + 669, + 613, + 0, + 612, + 1, + "VAE" + ], + [ + 670, + 612, + 0, + 614, + 0, + "IMAGE" + ], + [ + 672, + 619, + 0, + 618, + 0, + "MODEL" + ], + [ + 673, + 620, + 0, + 618, + 1, + "CONDITIONING" + ], + [ + 674, + 621, + 0, + 618, + 2, + "CONDITIONING" + ], + [ + 675, + 622, + 0, + 618, + 3, + "LATENT" + ], + [ + 676, + 626, + 0, + 618, + 4, + "INT" + ], + [ + 677, + 628, + 0, + 618, + 5, + "FLOAT" + ], + [ + 678, + 618, + 0, + 623, + 0, + "LATENT" + ], + [ + 679, + 624, + 0, + 623, + 1, + "VAE" + ], + [ + 680, + 623, + 0, + 625, + 0, + "IMAGE" + ], + [ + 684, + 582, + 0, + 629, + 0, + "IMAGE" + ], + [ + 685, + 612, + 0, + 629, + 1, + "IMAGE" + ], + [ + 686, + 623, + 0, + 629, + 2, + "IMAGE" + ], + [ + 687, + 629, + 0, + 630, + 0, + "*" + ], + [ + 688, + 631, + 0, + 166, + 0, + "IMAGE" + ], + [ + 692, + 278, + 0, + 665, + 0, + "*" + ], + [ + 693, + 665, + 0, + 663, + 0, + "IMAGE" + ], + [ + 697, + 663, + 1, + 669, + 1, + "MASK" + ], + [ + 698, + 663, + 0, + 669, + 0, + "IMAGE" + ], + [ + 701, + 663, + 0, + 671, + 0, + "IMAGE" + ], + [ + 702, + 663, + 1, + 673, + 0, + "MASK" + ], + [ + 703, + 673, + 0, + 671, + 1, + "MASK" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 714, + 663, + 0, + 679, + 0, + "IMAGE" + ], + [ + 717, + 671, + 0, + 681, + 0, + "IMAGE" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 721, + 669, + 0, + 680, + 0, + "IMAGE" + ], + [ + 722, + 686, + 0, + 687, + 2, + "CONTROL_NET_STACK" + ], + [ + 723, + 542, + 0, + 687, + 0, + "CONDITIONING" + ], + [ + 724, + 579, + 0, + 687, + 1, + "CONDITIONING" + ], + [ + 725, + 687, + 0, + 572, + 0, + "*" + ], + [ + 726, + 687, + 1, + 573, + 0, + "*" + ], + [ + 727, + 688, + 0, + 686, + 1, + "IMAGE" + ], + [ + 728, + 689, + 0, + 686, + 2, + "IMAGE" + ], + [ + 729, + 690, + 0, + 686, + 0, + "IMAGE" + ], + [ + 730, + 693, + 0, + 692, + 1, + "INT" + ], + [ + 731, + 694, + 0, + 692, + 2, + "INT" + ], + [ + 732, + 691, + 0, + 692, + 0, + "IMAGE" + ], + [ + 733, + 692, + 0, + 695, + 0, + "*" + ], + [ + 734, + 696, + 0, + 690, + 0, + "IMAGE" + ], + [ + 735, + 696, + 0, + 688, + 0, + "IMAGE" + ], + [ + 736, + 696, + 0, + 689, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -9667, + 2934, + 2067, + 1101 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Low Sigma Shift Sampler", + "bounding": [ + -3433, + 1588, + 2112, + 1174 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5710, + 1578, + 2121, + 1154 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -7542, + 4043, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7548, + 1577, + 1767, + 891 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL latent - txt2img - img2img", + "bounding": [ + -7588, + -102, + 1793, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL - conditioning", + "bounding": [ + -9540, + -107, + 1908, + 911 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8951, + 1560, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL Base Sampler", + "bounding": [ + -5706, + -95, + 1684, + 888 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "SDXL Sampler ALTS", + "bounding": [ + -3912, + -92, + 3352, + 866 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + 790, + 932, + 4054, + 1856 + ], + "color": "#88A", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.3225154419888185, + "offset": [ + 9659.317341077756, + -849.4792147230391 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-basic-v42.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-basic-v42.json new file mode 100644 index 0000000..6a7c1b8 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Bridge-basic-v42.json @@ -0,0 +1,10141 @@ +{ + "last_node_id": 685, + "last_link_id": 721, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3063.348149124651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 121, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4231.913462035597, + 3172.890093014862 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 187, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -5189.913462035599, + 3282.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -4931.9134620356, + 3220.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + -3835.9134620355962, + 3095.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 205, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + -4249.913462035597, + 3142.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 104, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + -1068.361448687094, + 3377.1528843198066 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 193, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3427.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 183, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + -1088.3614486870931, + 3167.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 106, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -2028.3614486870854, + 3307.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3287.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3247.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -2038.3614486870852, + 3337.1528843198066 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 169, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3097.152884319805 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + -679.3614486870888, + 3127.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 200, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -9275.6767578125, + "1": 3063.3466796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 201, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3836.9134620355962, + 3133.890093014862 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 204, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3193.348149124652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -6796.473907695666, + 2224.3032167481656 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 199 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6476.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6526.473907695666, + 1824.303216748167 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9497.825214155624, + 1850.5332501722428 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9327.825214155624, + 1810.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9687.825214155624, + 1790.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -9707.825214155624, + 1980.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929.270082000423, + 3303.075723366291 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 150, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 114, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 172, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -5654.270082000422, + 3084.075723366291 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -4230.270082000421, + 3346.075723366291 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 197, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3725.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 173, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 116, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5337.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5337.815664947508, + 1992.9385860099167 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + -5337.815664947508, + 1692.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + -5337.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + -4927.815664947508, + 1712.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5327.815664947508, + 2132.9385860099164 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 20, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + -5647.815664947508, + 1742.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5657.815664947508, + 1772.9385860099164 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + -5640.815664947508, + 1703.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5337.815664947508, + 1892.9385860099167 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + -3032.616443959621, + 1754.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 314, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 562, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 318, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + -3352.616443959619, + 1774.0291774549971 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 111, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 320, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 321, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 284, + "type": "easy getNode", + "pos": [ + -3332.616443959619, + 1704.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 320, + 514 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 285, + "type": "easy getNode", + "pos": [ + -3032.616443959621, + 1694.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 318 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 286, + "type": "easy getNode", + "pos": [ + -3032.616443959621, + 1654.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 314 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 287, + "type": "easy getNode", + "pos": [ + -2622.6164439596223, + 1714.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 312 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 288, + "type": "easy getNode", + "pos": [ + -3342.616443959619, + 1744.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 321 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 290, + "type": "Note", + "pos": [ + -3022.616443959621, + 2134.0291774549955 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 29, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -8486.811512359458, + 1680 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + -5515.815664947508, + 2043.9385860099167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 466, + "type": "easy getNode", + "pos": [ + -3202.6164439596196, + 2044.029177454997 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 477 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -5649.219975170947, + 3398.497402857999 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -6249.740839704884, + 3035.721531305536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3365.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 149, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -5224.219975170947, + 3444.4974028579986 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 35, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 115, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6249.740839704884, + 3475.7215313055394 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 153, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6796.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -6806.473907695666, + 2094.3032167481656 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 201 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -8356.811512359458, + 1870 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 468 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -7896.811512359457, + 1920 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -7996.811512359457, + 1660 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 522, + "type": "SplitSigmas", + "pos": [ + -3029.5049045032333, + 2251.741119240196 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 561 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 562 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4947.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 526, + "type": "ImageEnhanceDifference+", + "pos": [ + -3395.504904503232, + 2658.741119240196 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 571 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 572 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 570 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageEnhanceDifference+" + }, + "widgets_values": [ + 0.5 + ] + }, + { + "id": 529, + "type": "easy getNode", + "pos": [ + -3395.504904503232, + 2628.741119240196 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 572, + 574 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Alt", + "properties": {}, + "widgets_values": [ + "image_Alt" + ], + "color": "#223" + }, + { + "id": 528, + "type": "easy getNode", + "pos": [ + -3401.504904503232, + 2587.741119240196 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 571, + 573 + ], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -7456.782657580682, + 4248.362064249411 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00082_.png", + "image" + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -6651.7826575806885, + 4291.362064249411 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 289, + "type": "easy setNode", + "pos": [ + -2622.5049045032347, + 1843.7411192401967 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 322 + } + ], + "title": "Set_image_Alt", + "properties": { + "previousName": "image_Alt" + }, + "widgets_values": [ + "image_Alt" + ], + "color": "#223" + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + -4897.815664947508, + 1842.9385860099167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut", + "properties": { + "previousName": "image_baseOut" + }, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + -3032.616443959621, + 1894.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + -3032.616443959621, + 1994.0291774549971 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 514, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 561 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -5986.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 579 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6216.473907695667, + 1654.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 43, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -7060.740839704886, + 3829.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 120, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "foda\\SDXL/ALT1_00010_.png [output]", + "image" + ] + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7036.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 688 + }, + { + "name": "width", + "type": "INT", + "link": 643, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 644, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 539, + "type": "easy setNode", + "pos": [ + -9280, + 110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 585 + } + ], + "title": "Set_model_sdxl", + "properties": { + "previousName": "model_sdxl" + }, + "widgets_values": [ + "model_sdxl" + ], + "color": "#223" + }, + { + "id": 538, + "type": "easy setNode", + "pos": [ + -9270, + 150 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 584 + } + ], + "title": "Set_clip_sdxl", + "properties": { + "previousName": "clip_sdxl" + }, + "widgets_values": [ + "clip_sdxl" + ], + "color": "#223" + }, + { + "id": 540, + "type": "easy setNode", + "pos": [ + -9270, + 280 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 586 + } + ], + "title": "Set_vae_sdxl", + "properties": { + "previousName": "vae_sdxl" + }, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5986.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 192, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 579 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 562, + "type": "VAEEncode", + "pos": [ + -6809.275299524032, + 461.6543827526889 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 606 + }, + { + "name": "vae", + "type": "VAE", + "link": 607 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 597, + 604 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 568, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + -18.345617247312358 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 558, + "type": "easy setNode", + "pos": [ + -6799.275299524032, + 101.65438275268772 + ], + "size": { + "0": 235.1999969482422, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 602 + } + ], + "title": "Set_latent_txt2img_base_sdxl", + "properties": { + "previousName": "latent_txt2img_base_sdxl" + }, + "widgets_values": [ + "latent_txt2img_base_sdxl" + ], + "color": "#223" + }, + { + "id": 565, + "type": "Note", + "pos": [ + -6509.275299524032, + 191.6543827526878 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 46, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 561, + "type": "easy setNode", + "pos": [ + -6489.275299524032, + 151.65438275268775 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 605 + } + ], + "title": "Set_latent_selected_sdxl", + "properties": { + "previousName": "latent_selected_sdxl" + }, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 570, + "type": "Primitive float [Crystools]", + "pos": [ + -6219.275299524032, + 81.65438275268774 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 613 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 566, + "type": "easy getNode", + "pos": [ + -6809.275299524032, + 421.6543827526888 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 607 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 554, + "type": "easy setNode", + "pos": [ + -6809.275299524032, + 541.654382752689 + ], + "size": { + "0": 235.1999969482422, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 597 + } + ], + "title": "Set_latent_img2img_base_sdxl", + "properties": { + "previousName": "latent_img2img_base_sdxl" + }, + "widgets_values": [ + "latent_img2img_base_sdxl" + ], + "color": "#223" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -6806.473907695666, + 2134.3032167481656 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 201 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 199, + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 564, + "type": "LoadImage", + "pos": [ + -7410, + 460 + ], + "size": { + "0": 247.5770263671875, + "1": 314 + }, + "flags": {}, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 608 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_02503_.png", + "image" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -9867.825214155624, + 1860.5332501722428 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 867049610233719, + "fixed" + ] + }, + { + "id": 573, + "type": "easy setNode", + "pos": [ + -8361.476793759135, + 245.52599114493484 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 624 + } + ], + "title": "Set_condNEG_sdxl", + "properties": { + "previousName": "condNEG_sdxl" + }, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 572, + "type": "easy setNode", + "pos": [ + -8351.476793759135, + 125.5259911449345 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 617 + } + ], + "title": "Set_conPOS_sdxl", + "properties": { + "previousName": "conPOS_sdxl" + }, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 576, + "type": "easy getNode", + "pos": [ + -5552.919481100726, + 17.64355125345062 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 619 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_sdxl", + "properties": {}, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 577, + "type": "easy getNode", + "pos": [ + -5552.919481100726, + 47.64355125345056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 625 + ], + "slot_index": 0 + } + ], + "title": "Get_condNEG_sdxl", + "properties": {}, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 578, + "type": "easy getNode", + "pos": [ + -5542.919481100726, + 77.64355125345058 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 626 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected_sdxl", + "properties": {}, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 585, + "type": "easy setNode", + "pos": [ + -6501.138401320003, + 1258.6781962294758 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 629 + } + ], + "title": "Set_seed_sdxl", + "properties": { + "previousName": "seed_sdxl" + }, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4657.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 588, + "type": "easy getNode", + "pos": [ + -5545.910740989727, + 111.37820605914321 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 631 + ], + "slot_index": 0 + } + ], + "title": "Get_seed_sdxl", + "properties": {}, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 583, + "type": "easy getNode", + "pos": [ + -5170, + 150 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 628 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9327.825214155624, + 2000.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 591, + "type": "easy getNode", + "pos": [ + -8100, + 370 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 632 + ], + "slot_index": 0 + } + ], + "title": "Get_model_sdxl", + "properties": {}, + "widgets_values": [ + "model_sdxl" + ], + "color": "#223" + }, + { + "id": 592, + "type": "easy getNode", + "pos": [ + -8100, + 410 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 633 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl", + "properties": {}, + "widgets_values": [ + "clip_sdxl" + ], + "color": "#223" + }, + { + "id": 595, + "type": "easy setNode", + "pos": [ + -8070, + 580 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 636 + } + ], + "title": "Set_clip_sdxl_LoraStack", + "properties": { + "previousName": "clip_sdxl_LoraStack" + }, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 567, + "type": "easy setNode", + "pos": [ + -5989, + 122 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 611 + } + ], + "title": "Set_f_denoise_sdxl", + "properties": { + "previousName": "f_denoise_sdxl" + }, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 543, + "type": "easy getNode", + "pos": [ + -8381, + 55 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 587 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl_LoraStack", + "properties": {}, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 580, + "type": "easy getNode", + "pos": [ + -8381, + 176 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 620 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_sdxl_LoraStack", + "properties": {}, + "widgets_values": [ + "clip_sdxl_LoraStack" + ], + "color": "#223" + }, + { + "id": 594, + "type": "easy setNode", + "pos": [ + -8080, + 550 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 165, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 635 + } + ], + "title": "Set_model_LoraStack", + "properties": { + "previousName": "model_LoraStack" + }, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -9867.825214155624, + 1700.5332501722428 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -6801.138401320006, + 1298.6781962294754 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -6801.138401320006, + 1328.678196229475 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 557, + "type": "EmptyLatentImage", + "pos": [ + -6802, + 34 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 639, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 640, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 602, + 603 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 600, + "type": "easy getNode", + "pos": [ + -7336.79575784842, + 1793.7468334890027 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 642, + 644 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 599, + "type": "easy getNode", + "pos": [ + -7336.79575784842, + 1753.7468334890032 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 641, + 643 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 598, + "type": "easy getNode", + "pos": [ + -7330, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 638, + 640 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 597, + "type": "easy getNode", + "pos": [ + -7330, + 40 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 64, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 637, + 639 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -6488, + 3535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 65, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -6489.740839704884, + 3635.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 66, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -5811.138401320003, + 958.6781962294738 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 67, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6806.79575784842, + 1734.7468334890036 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 641, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 642, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 519, + "type": "easy getNode", + "pos": [ + -7986.811512359457, + 1690 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 68, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 559 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 520, + "type": "easy getNode", + "pos": [ + -7986.811512359457, + 1720 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 69, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 560 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 602, + "type": "easy setNode", + "pos": [ + -5150, + 270 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 646 + } + ], + "title": "Set_image_sdxl_baseOut", + "properties": { + "previousName": "image_sdxl_baseOut" + }, + "widgets_values": [ + "image_sdxl_baseOut" + ], + "color": "#223" + }, + { + "id": 603, + "type": "easy getNode", + "pos": [ + -7345.79575784842, + 2089.7468334890023 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_image_sdxl_baseOut", + "properties": {}, + "widgets_values": [ + "image_sdxl_baseOut" + ], + "color": "#223" + }, + { + "id": 527, + "type": "PreviewImage", + "pos": [ + -3044, + 2686 + ], + "size": { + "0": 1352.2564697265625, + "1": 1021.6309204101562 + }, + "flags": { + "collapsed": true + }, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 570 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 530, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -3040, + "1": 2586, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1268.8807373046875, + "1": 988.3410034179688 + }, + "flags": { + "collapsed": true + }, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 573, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 574, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A1", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_ermlm_00055_.png&type=temp&subfolder=&rand=0.9560687426938419" + }, + { + "name": "A2", + "selected": false, + "url": "/view?filename=rgthree.compare._temp_ermlm_00056_.png&type=temp&subfolder=&rand=0.21047649636858434" + }, + { + "name": "A3", + "selected": false, + "url": "/view?filename=rgthree.compare._temp_ermlm_00057_.png&type=temp&subfolder=&rand=0.8880828779513528" + }, + { + "name": "B1", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_ermlm_00058_.png&type=temp&subfolder=&rand=0.8746115012878488" + }, + { + "name": "B2", + "selected": false, + "url": "/view?filename=rgthree.compare._temp_ermlm_00059_.png&type=temp&subfolder=&rand=0.35002558172838105" + }, + { + "name": "B3", + "selected": false, + "url": "/view?filename=rgthree.compare._temp_ermlm_00060_.png&type=temp&subfolder=&rand=0.16081818162444006" + } + ] + ] + }, + { + "id": 541, + "type": "VAELoader", + "pos": [ + -9450, + 190 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 71, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 586 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 537, + "type": "CheckpointLoaderSimple", + "pos": [ + -9450, + -20 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 72, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 585 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 584 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": [], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9498, + 1691 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 73, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 589, + "type": "Note", + "pos": [ + -7922.611800747382, + 4132.282756764742 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 74, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 579, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8381, + 216 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 620 + }, + { + "name": "text_g", + "type": "STRING", + "link": 653, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 654, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 624 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "" + ] + }, + { + "id": 542, + "type": "CLIPTextEncodeSDXL", + "pos": [ + -8381, + 96 + ], + "size": { + "0": 382.57806396484375, + "1": 218 + }, + "flags": { + "collapsed": true + }, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 587 + }, + { + "name": "text_g", + "type": "STRING", + "link": 655, + "widget": { + "name": "text_g" + } + }, + { + "name": "text_l", + "type": "STRING", + "link": 656, + "widget": { + "name": "text_l" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 617 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeSDXL" + }, + "widgets_values": [ + 4096, + 4096, + 0, + 0, + 4096, + 4096, + "", + "" + ] + }, + { + "id": 553, + "type": "easy getNode", + "pos": [ + -8762, + 218 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 75, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 653, + 654 + ], + "slot_index": 0 + } + ], + "title": "Get_str_NEG_prompt", + "properties": {}, + "widgets_values": [ + "str_NEG_prompt" + ], + "color": "#223" + }, + { + "id": 552, + "type": "easy getNode", + "pos": [ + -8763, + 94 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 655, + 656, + 659 + ], + "slot_index": 0 + } + ], + "title": "Get_str_POS_prompt", + "properties": {}, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 545, + "type": "easy getNode", + "pos": [ + -8856.811512359458, + 1730 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 77, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 657, + 658, + 660 + ], + "slot_index": 0 + } + ], + "title": "Get_str_POS_prompt", + "properties": {}, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8506.811512359458, + 1730 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 657, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 658, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 468 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8856.811512359458, + 1840 + ], + "size": { + "0": 317.6929626464844, + "1": 160.85986328125 + }, + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 660, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6206.473907695667, + 1754.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 78, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 575, + "type": "easy getNode", + "pos": [ + -5552, + -12 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 79, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 618 + ], + "slot_index": 0 + } + ], + "title": "Get_model_LoraStack", + "properties": {}, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 606, + "type": "easy getNode", + "pos": [ + -5543, + 151 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 661 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise_sdxl", + "properties": {}, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 560, + "type": "LatentSwitch", + "pos": [ + -6509, + 2 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 175, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 603 + }, + { + "name": "input2", + "type": "LATENT", + "link": 604 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 605 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 614 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 569, + "type": "ImpactSwitch", + "pos": [ + -5987, + 72 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 612 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 613 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 614, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 611 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 544, + "type": "easy setNode", + "pos": [ + -6059.138401320003, + 1343.678196229475 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 651 + } + ], + "title": "Set_str_POS_prompt", + "properties": { + "previousName": "str_POS_prompt" + }, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 546, + "type": "easy setNode", + "pos": [ + -6061.138401320003, + 1382.6781962294747 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 652 + } + ], + "title": "Set_str_NEG_prompt", + "properties": { + "previousName": "str_NEG_prompt" + }, + "widgets_values": [ + "str_NEG_prompt" + ], + "color": "#223" + }, + { + "id": 610, + "type": "easy getNode", + "pos": [ + -3840, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 81, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 664 + ], + "slot_index": 0 + } + ], + "title": "Get_condNEG_sdxl", + "properties": {}, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 611, + "type": "easy getNode", + "pos": [ + -3830, + 110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 665 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected_sdxl", + "properties": {}, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 613, + "type": "easy getNode", + "pos": [ + -3460, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 83, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 669 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 615, + "type": "easy getNode", + "pos": [ + -3830, + 140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 84, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 666 + ], + "slot_index": 0 + } + ], + "title": "Get_seed_sdxl", + "properties": {}, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 617, + "type": "easy getNode", + "pos": [ + -3830, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 667 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise_sdxl", + "properties": {}, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 607, + "type": "KSampler", + "pos": [ + -3830, + 220 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 662 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 663 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 664 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 665 + }, + { + "name": "seed", + "type": "INT", + "link": 666, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 667, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 668 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 274720496402752, + "randomize", + 30, + 24, + "dpmpp_2m_sde_gpu", + "karras", + 1 + ] + }, + { + "id": 574, + "type": "KSampler", + "pos": [ + -5543, + 187 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 618 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 619 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 625 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 626 + }, + { + "name": "seed", + "type": "INT", + "link": 631, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 661, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 627 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 2479537286564, + "randomize", + 20, + 8, + "euler", + "simple", + 1 + ] + }, + { + "id": 608, + "type": "easy getNode", + "pos": [ + -3853, + 21 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 86, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 662 + ], + "slot_index": 0 + } + ], + "title": "Get_model_LoraStack", + "properties": {}, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 609, + "type": "easy getNode", + "pos": [ + -3844, + 51 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 87, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 663 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_sdxl", + "properties": {}, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 619, + "type": "easy getNode", + "pos": [ + -2240, + 10 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 672 + ], + "slot_index": 0 + } + ], + "title": "Get_model_LoraStack", + "properties": {}, + "widgets_values": [ + "model_LoraStack" + ], + "color": "#223" + }, + { + "id": 620, + "type": "easy getNode", + "pos": [ + -2230, + 40 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 673 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_sdxl", + "properties": {}, + "widgets_values": [ + "conPOS_sdxl" + ], + "color": "#223" + }, + { + "id": 621, + "type": "easy getNode", + "pos": [ + -2230, + 70 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 90, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 674 + ], + "slot_index": 0 + } + ], + "title": "Get_condNEG_sdxl", + "properties": {}, + "widgets_values": [ + "condNEG_sdxl" + ], + "color": "#223" + }, + { + "id": 622, + "type": "easy getNode", + "pos": [ + -2220, + 100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 675 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected_sdxl", + "properties": {}, + "widgets_values": [ + "latent_selected_sdxl" + ], + "color": "#223" + }, + { + "id": 624, + "type": "easy getNode", + "pos": [ + -1850, + 170 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 92, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 679 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_sdxl", + "properties": {}, + "widgets_values": [ + "vae_sdxl" + ], + "color": "#223" + }, + { + "id": 626, + "type": "easy getNode", + "pos": [ + -2220, + 130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 93, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 676 + ], + "slot_index": 0 + } + ], + "title": "Get_seed_sdxl", + "properties": {}, + "widgets_values": [ + "seed_sdxl" + ], + "color": "#223" + }, + { + "id": 628, + "type": "easy getNode", + "pos": [ + -2220, + 170 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 94, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 677 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise_sdxl", + "properties": {}, + "widgets_values": [ + "f_denoise_sdxl" + ], + "color": "#223" + }, + { + "id": 625, + "type": "SaveImage", + "pos": [ + -1580, + 20 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 680 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/ALT1" + ] + }, + { + "id": 614, + "type": "SaveImage", + "pos": [ + -3190, + 30 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 670 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/ALT0" + ] + }, + { + "id": 618, + "type": "KSampler", + "pos": [ + -2220, + 210 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 672 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 673 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 674 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 675 + }, + { + "name": "seed", + "type": "INT", + "link": 676, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 677, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 678 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 84047568033125, + "randomize", + 20, + 7, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 582, + "type": "VAEDecode", + "pos": [ + -5170, + 190 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 627 + }, + { + "name": "vae", + "type": "VAE", + "link": 628 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 630, + 646, + 684 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 612, + "type": "VAEDecode", + "pos": [ + -3460, + 220 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 668 + }, + { + "name": "vae", + "type": "VAE", + "link": 669 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 670, + 685 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 623, + "type": "VAEDecode", + "pos": [ + -1850, + 210 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 163, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 678 + }, + { + "name": "vae", + "type": "VAE", + "link": 679 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 680, + 686 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 630, + "type": "easy setNode", + "pos": [ + -450, + 130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 687 + } + ], + "title": "Set_imageBatch_sdxl", + "properties": { + "previousName": "imageBatch_sdxl" + }, + "widgets_values": [ + "imageBatch_sdxl" + ], + "color": "#223" + }, + { + "id": 631, + "type": "easy getNode", + "pos": [ + -7345.79575784842, + 2046.7468334890027 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 95, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 688 + ], + "slot_index": 0 + } + ], + "title": "Get_imageBatch_sdxl", + "properties": {}, + "widgets_values": [ + "imageBatch_sdxl" + ], + "color": "#223" + }, + { + "id": 593, + "type": "CR LoRA Stack", + "pos": [ + -8490, + 370 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 634 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "civit\\Thorra_SDXL_public_r1.safetensors", + 0.7000000000000001, + 1, + "On", + "kzkAnimeThorra-XL_C3Lier-LR3E3.safetensors", + 0.6, + 1, + "On", + "trrz_ThoraXL-000001.safetensors", + 0.3, + 1 + ] + }, + { + "id": 563, + "type": "ImageResize+", + "pos": [ + -7090, + 460 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 608 + }, + { + "name": "width", + "type": "INT", + "link": 637, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 638, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 606 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 586, + "type": "SaveImage", + "pos": [ + -4903, + 72 + ], + "size": { + "0": 835.2312622070312, + "1": 687.9795532226562 + }, + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 630 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/SDXL/base" + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7987, + 1750 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 0.45, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -6256.138401320003, + 1116.6781962294754 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 650, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 651 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 652 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + "text, watermark, nsfw", + "base", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7346.79575784842, + 2134.7468334890023 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": true + }, + "order": 97, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "base_00006_.png", + "image" + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6516.473907695666, + 1704.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -6261.138401320003, + 969.6781962294738 + ], + "size": { + "0": 376.19744873046875, + "1": 107.75599670410156 + }, + "flags": {}, + "order": 98, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 650 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -6951.138401320006, + 1118.6781962294754 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 99, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -6650.7826575806885, + 4121.362064249411 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + -2642.616443959622, + 1754.0291774549971 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 312 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 322, + 692 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7383, + "1": 1063, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 343.4275817871094, + "1": 274 + }, + "flags": {}, + "order": 100, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "SDXL / FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 673, + "type": "InvertMask", + "pos": [ + 3609.825347580119, + 1228.6130167040758 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 208, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 702 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 703 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 3619.825347580119, + 2108.613016704072 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 211, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 629, + "type": "ImpactMakeImageBatch", + "pos": [ + -450, + 10 + ], + "size": { + "0": 140, + "1": 86 + }, + "flags": {}, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 684 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 685 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 686 + }, + { + "name": "image4", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 687 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + 809.845634584298, + 1192.5520334101413 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 692 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 693, + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 601, + "type": "ShowText|pysssss", + "pos": [ + -8114, + 65 + ], + "size": { + "0": 272.0240173339844, + "1": 125.21090698242188 + }, + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 659, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "close up (anime trrz,kzk woman) with red hair and cosmic blue eyes, wearing soldier outfit standing in front of a very tall building with lots of wires" + ] + }, + { + "id": 590, + "type": "CR Apply LoRA Stack", + "pos": [ + -8090, + 440 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 632 + }, + { + "name": "clip", + "type": "CLIP", + "link": 633 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 634, + "slot_index": 2 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 635 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 636 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 663, + "type": "BRIAAI Matting", + "pos": [ + 919.8253475801228, + 1158.6130167040753 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "video_frames", + "type": "IMAGE", + "link": 693 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 698, + 701, + 714 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 697, + 702 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "BRIAAI Matting" + }, + "widgets_values": [ + "v1.4", + true, + "white", + 4 + ] + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + -2353, + 1664 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 671, + "type": "JoinImageWithAlpha", + "pos": [ + 3609.825347580119, + 1138.6130167040756 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 701 + }, + { + "name": "alpha", + "type": "MASK", + "link": 703 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 717 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 2631.825311173122, + 1957.5019230964751 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 214, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 3619.825347580119, + 2018.6130167040728 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 215, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 2339.8253475801225, + 2048.613016704073 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 210, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + 929.8253475801228, + 2028.6130167040728 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 669, + "type": "JoinImageWithAlpha", + "pos": [ + 2329.825347580122, + 1168.6130167040753 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 207, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 698 + }, + { + "name": "alpha", + "type": "MASK", + "link": 697 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 721 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 679, + "type": "SaveImage", + "pos": [ + 1323, + 1053.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 206, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 714 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 680, + "type": "SaveImage", + "pos": [ + 2640, + 1065.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 212, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 721 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + 1329, + 1957.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 209, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 3945, + 1949.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 217, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 681, + "type": "SaveImage", + "pos": [ + 3935, + 1056.1926481388816 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 717 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/matte/briaai" + ] + }, + { + "id": 584, + "type": "easy seed", + "pos": [ + -6571.138401320003, + 1118.6781962294754 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 101, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 629 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "SDXL Gen Seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 72608093073838, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5803.13818359375, + "1": 1177.6783447265625, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 178 + }, + "flags": {}, + "order": 102, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9285, + 926 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 103, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-basic-v42\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\ntxt/img2img bridge SDXL to FLUX \nSDXL lora stack loader\nSingle or Double Action Operation\ntxt2img + img2img SDXL switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X (23GB)\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 199, + 165, + 0, + 32, + 0, + "*" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 201, + 169, + 0, + 165, + 1, + "VAE" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 312, + 287, + 0, + 278, + 1, + "VAE" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 314, + 286, + 0, + 280, + 0, + "NOISE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 318, + 285, + 0, + 280, + 4, + "LATENT" + ], + [ + 320, + 284, + 0, + 283, + 0, + "MODEL" + ], + [ + 321, + 288, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 322, + 278, + 0, + 289, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 468, + 448, + 0, + 211, + 0, + "*" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 477, + 466, + 0, + 465, + 1, + "FLOAT" + ], + [ + 514, + 284, + 0, + 465, + 0, + "MODEL" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 559, + 519, + 0, + 206, + 1, + "INT" + ], + [ + 560, + 520, + 0, + 206, + 2, + "INT" + ], + [ + 561, + 465, + 0, + 522, + 0, + "SIGMAS" + ], + [ + 562, + 522, + 1, + 280, + 3, + "SIGMAS" + ], + [ + 570, + 526, + 0, + 527, + 0, + "IMAGE" + ], + [ + 571, + 528, + 0, + 526, + 0, + "IMAGE" + ], + [ + 572, + 529, + 0, + 526, + 1, + "IMAGE" + ], + [ + 573, + 528, + 0, + 530, + 0, + "IMAGE" + ], + [ + 574, + 529, + 0, + 530, + 1, + "IMAGE" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 579, + 535, + 0, + 450, + 0, + "*" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 584, + 537, + 1, + 538, + 0, + "*" + ], + [ + 585, + 537, + 0, + 539, + 0, + "*" + ], + [ + 586, + 541, + 0, + 540, + 0, + "*" + ], + [ + 587, + 543, + 0, + 542, + 0, + "CLIP" + ], + [ + 597, + 562, + 0, + 554, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 602, + 557, + 0, + 558, + 0, + "*" + ], + [ + 603, + 557, + 0, + 560, + 0, + "LATENT" + ], + [ + 604, + 562, + 0, + 560, + 1, + "LATENT" + ], + [ + 605, + 560, + 0, + 561, + 0, + "*" + ], + [ + 606, + 563, + 0, + 562, + 0, + "IMAGE" + ], + [ + 607, + 566, + 0, + 562, + 1, + "VAE" + ], + [ + 608, + 564, + 0, + 563, + 0, + "IMAGE" + ], + [ + 611, + 569, + 0, + 567, + 0, + "*" + ], + [ + 612, + 568, + 0, + 569, + 0, + "FLOAT" + ], + [ + 613, + 570, + 0, + 569, + 1, + "FLOAT" + ], + [ + 614, + 560, + 2, + 569, + 3, + "INT" + ], + [ + 617, + 542, + 0, + 572, + 0, + "*" + ], + [ + 618, + 575, + 0, + 574, + 0, + "MODEL" + ], + [ + 619, + 576, + 0, + 574, + 1, + "CONDITIONING" + ], + [ + 620, + 580, + 0, + 579, + 0, + "CLIP" + ], + [ + 624, + 579, + 0, + 573, + 0, + "*" + ], + [ + 625, + 577, + 0, + 574, + 2, + "CONDITIONING" + ], + [ + 626, + 578, + 0, + 574, + 3, + "LATENT" + ], + [ + 627, + 574, + 0, + 582, + 0, + "LATENT" + ], + [ + 628, + 583, + 0, + 582, + 1, + "VAE" + ], + [ + 629, + 584, + 0, + 585, + 0, + "*" + ], + [ + 630, + 582, + 0, + 586, + 0, + "IMAGE" + ], + [ + 631, + 588, + 0, + 574, + 4, + "INT" + ], + [ + 632, + 591, + 0, + 590, + 0, + "MODEL" + ], + [ + 633, + 592, + 0, + 590, + 1, + "CLIP" + ], + [ + 634, + 593, + 0, + 590, + 2, + "LORA_STACK" + ], + [ + 635, + 590, + 0, + 594, + 0, + "*" + ], + [ + 636, + 590, + 1, + 595, + 0, + "*" + ], + [ + 637, + 597, + 0, + 563, + 1, + "INT" + ], + [ + 638, + 598, + 0, + 563, + 2, + "INT" + ], + [ + 639, + 597, + 0, + 557, + 0, + "INT" + ], + [ + 640, + 598, + 0, + 557, + 1, + "INT" + ], + [ + 641, + 599, + 0, + 158, + 0, + "INT" + ], + [ + 642, + 600, + 0, + 158, + 1, + "INT" + ], + [ + 643, + 599, + 0, + 166, + 1, + "INT" + ], + [ + 644, + 600, + 0, + 166, + 2, + "INT" + ], + [ + 646, + 582, + 0, + 602, + 0, + "*" + ], + [ + 650, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 651, + 604, + 0, + 544, + 0, + "*" + ], + [ + 652, + 604, + 1, + 546, + 0, + "*" + ], + [ + 653, + 553, + 0, + 579, + 1, + "STRING" + ], + [ + 654, + 553, + 0, + 579, + 2, + "STRING" + ], + [ + 655, + 552, + 0, + 542, + 1, + "STRING" + ], + [ + 656, + 552, + 0, + 542, + 2, + "STRING" + ], + [ + 657, + 545, + 0, + 448, + 1, + "STRING" + ], + [ + 658, + 545, + 0, + 448, + 2, + "STRING" + ], + [ + 659, + 552, + 0, + 601, + 0, + "STRING" + ], + [ + 660, + 545, + 0, + 605, + 0, + "STRING" + ], + [ + 661, + 606, + 0, + 574, + 5, + "FLOAT" + ], + [ + 662, + 608, + 0, + 607, + 0, + "MODEL" + ], + [ + 663, + 609, + 0, + 607, + 1, + "CONDITIONING" + ], + [ + 664, + 610, + 0, + 607, + 2, + "CONDITIONING" + ], + [ + 665, + 611, + 0, + 607, + 3, + "LATENT" + ], + [ + 666, + 615, + 0, + 607, + 4, + "INT" + ], + [ + 667, + 617, + 0, + 607, + 5, + "FLOAT" + ], + [ + 668, + 607, + 0, + 612, + 0, + "LATENT" + ], + [ + 669, + 613, + 0, + 612, + 1, + "VAE" + ], + [ + 670, + 612, + 0, + 614, + 0, + "IMAGE" + ], + [ + 672, + 619, + 0, + 618, + 0, + "MODEL" + ], + [ + 673, + 620, + 0, + 618, + 1, + "CONDITIONING" + ], + [ + 674, + 621, + 0, + 618, + 2, + "CONDITIONING" + ], + [ + 675, + 622, + 0, + 618, + 3, + "LATENT" + ], + [ + 676, + 626, + 0, + 618, + 4, + "INT" + ], + [ + 677, + 628, + 0, + 618, + 5, + "FLOAT" + ], + [ + 678, + 618, + 0, + 623, + 0, + "LATENT" + ], + [ + 679, + 624, + 0, + 623, + 1, + "VAE" + ], + [ + 680, + 623, + 0, + 625, + 0, + "IMAGE" + ], + [ + 684, + 582, + 0, + 629, + 0, + "IMAGE" + ], + [ + 685, + 612, + 0, + 629, + 1, + "IMAGE" + ], + [ + 686, + 623, + 0, + 629, + 2, + "IMAGE" + ], + [ + 687, + 629, + 0, + 630, + 0, + "*" + ], + [ + 688, + 631, + 0, + 166, + 0, + "IMAGE" + ], + [ + 692, + 278, + 0, + 665, + 0, + "*" + ], + [ + 693, + 665, + 0, + 663, + 0, + "IMAGE" + ], + [ + 697, + 663, + 1, + 669, + 1, + "MASK" + ], + [ + 698, + 663, + 0, + 669, + 0, + "IMAGE" + ], + [ + 701, + 663, + 0, + 671, + 0, + "IMAGE" + ], + [ + 702, + 663, + 1, + 673, + 0, + "MASK" + ], + [ + 703, + 673, + 0, + 671, + 1, + "MASK" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 714, + 663, + 0, + 679, + 0, + "IMAGE" + ], + [ + 717, + 671, + 0, + 681, + 0, + "IMAGE" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 721, + 669, + 0, + 680, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -9667, + 2934, + 2067, + 1101 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Low Sigma Shift Sampler", + "bounding": [ + -3433, + 1588, + 2112, + 1174 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5710, + 1578, + 2121, + 1154 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -7542, + 4043, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7548, + 1577, + 1767, + 891 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL latent - txt2img - img2img", + "bounding": [ + -7588, + -102, + 1793, + 894 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL - conditioning", + "bounding": [ + -9034, + -109, + 1359, + 901 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8951, + 1560, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SDXL Base Sampler", + "bounding": [ + -5706, + -95, + 1684, + 888 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "SDXL Sampler ALTS", + "bounding": [ + -3912, + -92, + 3352, + 866 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + 790, + 932, + 4054, + 1856 + ], + "color": "#88A", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.442099361064999, + "offset": [ + 9780.145669832144, + -730.8887450888582 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Flux-Shift-v37.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Flux-Shift-v37.json new file mode 100644 index 0000000..1486681 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Flux-Shift-v37.json @@ -0,0 +1,5047 @@ +{ + "last_node_id": 503, + "last_link_id": 536, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -2154.644663382219, + 2327.456259169896 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -840, + 1810 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width", + "properties": {}, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -840, + 1910 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height", + "properties": {}, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 103, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + 463.3065131353478, + 1425.3926901568632 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + 721.3065131353476, + 1363.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + 1817.3065131353485, + 1238.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 110, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + 1403.306513135349, + 1285.3926901568627 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1443.1598122799574, + 2569.1982219635465 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2619.198221963545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 98, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + 1423.1598122799578, + 2359.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 81, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + 483.15981227996417, + 2499.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + 743.1598122799633, + 2479.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + 743.1598122799633, + 2439.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + 473.15981227996417, + 2529.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 59, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 91, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2289.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 14, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + 1832.159812279959, + 2319.198221963546 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 60, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -1430, + 2080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833.159812279959, + 2349.198221963546 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -2154.644663382219, + 2457.456259169896 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -1380, + 500 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 96, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 199 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -1390, + 410 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 201 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 199, + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -870, + 250 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 104, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -1390, + 380 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 201 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -920, + 260 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -2200, + -430 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2200, + -270 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -2030, + -310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -2030, + -130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -1620, + -330 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -1640, + -140 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 81, + "type": "easy setNode", + "pos": [ + -2030, + 340 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 74, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 204 + } + ], + "title": "Set_int_height", + "properties": { + "previousName": "int_height" + }, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 80, + "type": "easy setNode", + "pos": [ + -2020, + 310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 203 + } + ], + "title": "Set_int_width", + "properties": { + "previousName": "int_width" + }, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 86, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 69, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 95, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -1.050106829475265, + 1226.5783205082919 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 20, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 1422.949893170525, + 1488.5783205082919 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 106, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -450, + 2000 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 219 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00533_.png", + "image" + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 71, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 720, + 90 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 83, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 67, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + 330, + 30 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + 330, + -10 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + 740, + 50 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + 770, + 180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_baseOut_0" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 26, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + 1010, + -10 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 99, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -440, + 490 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -340, + 620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + 20, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + 27, + 41 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 330, + 230 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + 2902.888460543613, + 85.28805821480057 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 94, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 312 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 322 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + 2512.888460543613, + 85.28805821480057 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 84, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 314, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 515, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 318, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + 2192.888460543613, + 105.28805821480057 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 66, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 320, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 321, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 284, + "type": "easy getNode", + "pos": [ + 2212.888460543613, + 35.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 320, + 514 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 285, + "type": "easy getNode", + "pos": [ + 2512.888460543613, + 25.288058214800564 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 318 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 286, + "type": "easy getNode", + "pos": [ + 2512.888460543613, + -14.71194178519943 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 314 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 287, + "type": "easy getNode", + "pos": [ + 2922.888460543613, + 45.288058214800564 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 312 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 288, + "type": "easy getNode", + "pos": [ + 2202.888460543613, + 75.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 321 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 289, + "type": "easy setNode", + "pos": [ + 2922.888460543613, + 175.28805821480057 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 102, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 322 + } + ], + "title": "Set_image_dpmpp_sde_gpu-ddim_uniform_1", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_dpmpp_sde_gpu-ddim_uniform_1" + ], + "color": "#223" + }, + { + "id": 290, + "type": "Note", + "pos": [ + 2522.888460543613, + 465.28805821480057 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 36, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + 2512.888460543613, + 225.28805821480057 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 37, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -450, + 80 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -610, + 620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "link": 469 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + 152, + 381 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 466, + "type": "easy getNode", + "pos": [ + 2342.888460543613, + 375.28805821480057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 477 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + 2512.888460543613, + 325.28805821480057 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 68, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 514, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 515 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -319, + 423 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 468 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + 4, + 1541 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -600, + 1310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -450, + 1640 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + 429, + 1587 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -590, + 1350 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 70, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 526, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 527, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 468 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -2210, + 140 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 44, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 203, + 205 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 204, + 206 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -1800, + -260 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 192743051096558, + "fixed" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1750 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -910, + 140 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 97, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -1370, + 170 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 73, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -1360, + 220 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -1850, + 410 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda_01195_.png", + "image" + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -770, + 530 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 469 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.6 + ] + }, + { + "id": 492, + "type": "PrimitiveNode", + "pos": [ + -613, + 266 + ], + "size": { + "0": 445.641357421875, + "1": 121.5062484741211 + }, + "flags": {}, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 526, + 527 + ], + "slot_index": 0, + "widget": { + "name": "clip_l" + } + } + ], + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -1620, + 420 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + 3192.888460543613, + -4.711941785199432 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 101, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -1800, + -420 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 810 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 52, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 502, + "type": "easy getNode", + "pos": [ + -437, + 527 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 535 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width", + "properties": {}, + "widgets_values": [ + "int_width" + ], + "color": "#223" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -439, + 598 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 535, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 536, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3, + 0.5, + 1024, + 1024 + ] + }, + { + "id": 503, + "type": "easy getNode", + "pos": [ + -438, + 566 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 536 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height", + "properties": {}, + "widgets_values": [ + "int_height" + ], + "color": "#223" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1018, + -428 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 55, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Shift-v37\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\nFlux1 Sampler Garden\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 199, + 165, + 0, + 32, + 0, + "*" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 201, + 169, + 0, + 165, + 1, + "VAE" + ], + [ + 203, + 160, + 0, + 80, + 0, + "*" + ], + [ + 204, + 160, + 1, + 81, + 0, + "*" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 312, + 287, + 0, + 278, + 1, + "VAE" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 314, + 286, + 0, + 280, + 0, + "NOISE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 318, + 285, + 0, + 280, + 4, + "LATENT" + ], + [ + 320, + 284, + 0, + 283, + 0, + "MODEL" + ], + [ + 321, + 288, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 322, + 278, + 0, + 289, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 468, + 448, + 0, + 211, + 0, + "*" + ], + [ + 469, + 451, + 0, + 450, + 0, + "*" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 477, + 466, + 0, + 465, + 1, + "FLOAT" + ], + [ + 514, + 284, + 0, + 465, + 0, + "MODEL" + ], + [ + 515, + 465, + 0, + 280, + 3, + "SIGMAS" + ], + [ + 526, + 492, + 0, + 448, + 1, + "STRING" + ], + [ + 527, + 492, + 0, + 448, + 2, + "STRING" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 535, + 502, + 0, + 206, + 1, + "INT" + ], + [ + 536, + 503, + 0, + 206, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift DPM ALT", + "bounding": [ + 2113, + -81, + 2118, + 1152 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.7449402268886502, + "offset": [ + 1432.953920633557, + 548.2142865402515 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Shift-Lines-v37.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Shift-Lines-v37.json new file mode 100644 index 0000000..4694d3c --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v4/Foda-Shift-Lines-v37.json @@ -0,0 +1,2786 @@ +{ + "last_node_id": 530, + "last_link_id": 628, + "nodes": [ + { + "id": 89, + "type": "Reroute", + "pos": [ + -730, + 1750 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 20, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 219 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + 721.3065131353476, + 1605.3926901568636 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + 1421.306513135349, + 1315.3926901568627 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 40, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 582 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + 721.3065131353476, + 1705.3926901568632 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 32, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 572, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + 1443.1598122799574, + 2569.1982219635465 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + 23.15981227996426, + 2619.198221963545 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + 1443.1598122799574, + 2389.198221963546 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 48, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 581 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + 743.1598122799633, + 2519.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 46, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 611, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + 743.1598122799633, + 2679.198221963546 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + 743.1598122799633, + 2779.1982219635447 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 34, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 574, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + 483.15981227996417, + 2559.1982219635465 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 33, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 573, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 578, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + 183.15981227996426, + 2599.1982219635456 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 44, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 580 + }, + { + "name": "vae", + "type": "VAE", + "link": 620 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + 1123.1598122799587, + 2569.1982219635465 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 47, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 621 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -1844.644775390625, + "1": 2327.45654296875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 45, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 603, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 602, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + 1816.3065131353485, + 1276.3926901568627 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 168, + "type": "Note", + "pos": [ + -2080, + 300 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 3, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + 160.94989317052458, + 1525.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 22, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 579 + }, + { + "name": "vae", + "type": "VAE", + "link": 619 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + 1104.949893170525, + 1494.5783205082919 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 38, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 595 + }, + { + "name": "vae", + "type": "VAE", + "link": 618 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -1200, + 1730 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + 460.9498931705248, + 1485.5783205082919 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 31, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 571, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 577, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + 330, + 90 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 608, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 622, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 205, + "type": "Note", + "pos": [ + 340, + 470 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + 10, + 110 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 567, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 575, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 491, + "type": "Note", + "pos": [ + -1227, + 704 + ], + "size": { + "0": 1070.5479736328125, + "1": 180.4095916748047 + }, + "flags": {}, + "order": 6, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 165, + "type": "VAEEncode", + "pos": [ + -2360, + 510 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 198 + }, + { + "name": "vae", + "type": "VAE", + "link": 616 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 200 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -2870, + 510 + ], + "size": { + "0": 210, + "1": 314 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 195 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "blonde_1.png", + "image" + ] + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -471, + 130 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 23, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 605 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 625, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 626, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -590, + 1350 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 21, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 604 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 577, + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + 1833, + 2349 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 50, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -600, + 1750 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 623, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 624, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 581, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + 723.9498931705245, + 1445.5783205082919 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 36, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 610, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 595 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + 1422.949893170525, + 1488.5783205082919 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 42, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 580, + 602 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -1840, + 1430 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 219, + 579, + 603 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00569_.png", + "image" + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -470, + "1": -283, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 106 + }, + "flags": {}, + "order": 9, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 84, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -478, + "1": -429, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 297.83355712890625, + "1": 106 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "properties": { + "matchColors": "cyan", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + } + }, + { + "id": 529, + "type": "SaveImage", + "pos": [ + 1008, + 17 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 614 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + 331, + 233 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + 330, + 330 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 568, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 612, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -3000, + -460 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 615 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -2990, + -340 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 604, + 605 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -3000, + -190 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 608, + 610, + 611 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 606816453748683, + "randomize" + ] + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + 720, + 90 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 617 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 614 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -2610, + 510 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 195 + }, + { + "name": "width", + "type": "INT", + "link": 205, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 206, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 198 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -2352, + 173 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 185, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 186, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -3010, + -560 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 616, + 617, + 618, + 619, + 620, + 621 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -466, + 424 + ], + "size": { + "0": 293.5267639160156, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 612 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ] + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -440, + 528 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 615 + }, + { + "name": "width", + "type": "INT", + "link": 627, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 628, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 567, + 568, + 571, + 572, + 573, + 574 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3, + 0.5, + 1024, + 1024 + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -995, + 144 + ], + "size": { + "0": 470.33001708984375, + "1": 210.27598571777344 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 625, + 626 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(sign:\"JOHNSON\":1.2) half cybernetic yellow skull, half shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -2069, + 141 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 200 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 622 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 160, + "type": "AspectSizeV2", + "pos": [ + -3000, + 144 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 185, + 205, + 623, + 627 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 186, + 206, + 624, + 628 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -1021, + -469 + ], + "size": { + "0": 512.2986450195312, + "1": 406.68133544921875 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Shift-Lines-v37\n\nVideo: https://www.youtube.com/watch?v=uL2klICPegc\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v4\n\nAll EasyUse Nodes removed\ntxt2img + img2img switch\nNative Flux Upscaling 4X (23GB)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n\nspecial no Easy Use version." + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 185, + 160, + 0, + 158, + 0, + "INT" + ], + [ + 186, + 160, + 1, + 158, + 1, + "INT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 195, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 198, + 166, + 0, + 165, + 0, + "IMAGE" + ], + [ + 200, + 165, + 0, + 163, + 1, + "LATENT" + ], + [ + 205, + 160, + 0, + 166, + 1, + "INT" + ], + [ + 206, + 160, + 1, + 166, + 2, + "INT" + ], + [ + 219, + 51, + 0, + 89, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 567, + 206, + 0, + 198, + 0, + "MODEL" + ], + [ + 568, + 206, + 0, + 197, + 0, + "MODEL" + ], + [ + 571, + 206, + 0, + 114, + 0, + "MODEL" + ], + [ + 572, + 206, + 0, + 113, + 0, + "MODEL" + ], + [ + 573, + 206, + 0, + 134, + 0, + "MODEL" + ], + [ + 574, + 206, + 0, + 133, + 0, + "MODEL" + ], + [ + 575, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 577, + 495, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 578, + 495, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 579, + 51, + 0, + 121, + 0, + "IMAGE" + ], + [ + 580, + 99, + 0, + 139, + 0, + "IMAGE" + ], + [ + 581, + 64, + 0, + 129, + 1, + "IMAGE" + ], + [ + 582, + 64, + 0, + 107, + 1, + "IMAGE" + ], + [ + 595, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 602, + 99, + 0, + 58, + 1, + "IMAGE" + ], + [ + 603, + 51, + 0, + 58, + 0, + "IMAGE" + ], + [ + 604, + 11, + 0, + 495, + 0, + "CLIP" + ], + [ + 605, + 11, + 0, + 448, + 0, + "CLIP" + ], + [ + 608, + 25, + 0, + 195, + 0, + "NOISE" + ], + [ + 610, + 25, + 0, + 111, + 0, + "NOISE" + ], + [ + 611, + 25, + 0, + 131, + 0, + "NOISE" + ], + [ + 612, + 451, + 0, + 197, + 1, + "FLOAT" + ], + [ + 614, + 193, + 0, + 529, + 0, + "IMAGE" + ], + [ + 615, + 88, + 0, + 206, + 0, + "MODEL" + ], + [ + 616, + 10, + 0, + 165, + 1, + "VAE" + ], + [ + 617, + 10, + 0, + 193, + 1, + "VAE" + ], + [ + 618, + 10, + 0, + 123, + 1, + "VAE" + ], + [ + 619, + 10, + 0, + 121, + 1, + "VAE" + ], + [ + 620, + 10, + 0, + 139, + 1, + "VAE" + ], + [ + 621, + 10, + 0, + 140, + 1, + "VAE" + ], + [ + 622, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 623, + 160, + 0, + 64, + 1, + "INT" + ], + [ + 624, + 160, + 1, + 64, + 2, + "INT" + ], + [ + 625, + 518, + 0, + 448, + 1, + "STRING" + ], + [ + 626, + 518, + 0, + 448, + 2, + "STRING" + ], + [ + 627, + 160, + 0, + 206, + 1, + "INT" + ], + [ + 628, + 160, + 1, + 206, + 2, + "INT" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -49, + 1116, + 3096, + 1017 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -2235, + 2198, + 2068, + 1120 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -48, + 2174, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Flux Shift", + "bounding": [ + -43, + -84, + 2121, + 1154 + ], + "color": "#8AA", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.3109994191501197, + "offset": [ + 2073.4384376051503, + 535.5112334297289 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v5/Foda-Bridge-Kolors-v62.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v5/Foda-Bridge-Kolors-v62.json new file mode 100644 index 0000000..601d615 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v5/Foda-Bridge-Kolors-v62.json @@ -0,0 +1,15165 @@ +{ + "last_node_id": 1008, + "last_link_id": 1154, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3063.348149124651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 125, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -4931.9134620356, + 3220.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + -3835.9134620355962, + 3095.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 273, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 148 + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + -4249.913462035597, + 3142.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 125, + "type": "ImageScaleBy", + "pos": [ + -1068.361448687094, + 3377.1528843198066 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 250, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 152 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 151, + 153 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3427.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 229, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 152 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + -1088.3614486870931, + 3167.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 174, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 159, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 116, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 159 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 117, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -2028.3614486870854, + 3307.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3287.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3247.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -2038.3614486870852, + 3337.1528843198066 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 118, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 164 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 207, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3097.152884319805 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 164 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + -679.3614486870888, + 3127.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 262, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 151 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -9275.6767578125, + "1": 3063.3466796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 119, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 263, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 153 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3193.348149124652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6476.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 248, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6526.473907695666, + 1824.303216748167 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 13, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9327.825214155624, + 1810.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9687.825214155624, + 1790.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 47 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -7780, + 1370 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 126, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 150 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 224, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3725.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 208, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 171, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5337.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 232, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + -5337.815664947508, + 1692.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + -5337.815664947508, + 1652.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + -4927.815664947508, + 1712.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5327.815664947508, + 2132.9385860099164 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + -5647.815664947508, + 1742.9385860099164 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5337.815664947508, + 1892.9385860099167 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 280, + "type": "SamplerCustomAdvanced", + "pos": [ + -3032.616443959621, + 1754.0291774549971 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 242, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 314, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 315, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 316, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 562, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 318, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 311 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 283, + "type": "BasicGuider", + "pos": [ + -3352.616443959619, + 1774.0291774549971 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 165, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 320, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 321, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 315 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 285, + "type": "easy getNode", + "pos": [ + -3032.616443959621, + 1694.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 318 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 286, + "type": "easy getNode", + "pos": [ + -3032.616443959621, + 1654.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 314 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 287, + "type": "easy getNode", + "pos": [ + -2622.6164439596223, + 1714.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 312 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 288, + "type": "easy getNode", + "pos": [ + -3342.616443959619, + 1744.0291774549971 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 321 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -8486.811512359458, + 1680 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + -5515.815664947508, + 2043.9385860099167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -5649.219975170947, + 3398.497402857999 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -6249.740839704884, + 3035.721531305536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3365.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 175, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -5224.219975170947, + 3444.4974028579986 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6249.740839704884, + 3475.7215313055394 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 178, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6796.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -8356.811512359458, + 1870 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 468 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 526, + "type": "ImageEnhanceDifference+", + "pos": [ + -3395.504904503232, + 2658.741119240196 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 571 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 572 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 570 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageEnhanceDifference+" + }, + "widgets_values": [ + 0.5 + ] + }, + { + "id": 529, + "type": "easy getNode", + "pos": [ + -3395.504904503232, + 2628.741119240196 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 572, + 574 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Alt", + "properties": {}, + "widgets_values": [ + "image_Alt" + ], + "color": "#223" + }, + { + "id": 528, + "type": "easy getNode", + "pos": [ + -3401.504904503232, + 2587.741119240196 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 571, + 573 + ], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -7456.782657580682, + 4248.362064249411 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 31, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00162_.png", + "image" + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -6651.7826575806885, + 4291.362064249411 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 177, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 289, + "type": "easy setNode", + "pos": [ + -2622.5049045032347, + 1843.7411192401967 + ], + "size": { + "0": 319.20001220703125, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 271, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 322 + } + ], + "title": "Set_image_Alt", + "properties": { + "previousName": "image_Alt" + }, + "widgets_values": [ + "image_Alt" + ], + "color": "#223" + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + -4897.815664947508, + 1842.9385860099167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 236, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut", + "properties": { + "previousName": "image_baseOut" + }, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -5986.473907695666, + 1814.303216748167 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 261, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 579 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 32, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -7060.740839704886, + 3829.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 124, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03576_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5986.473907695666, + 1774.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 249, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 579 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9327.825214155624, + 2000.5332501722428 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -8490, + 1280 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -6488, + 3535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -6489.740839704884, + 3635.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 35, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6806.79575784842, + 1734.7468334890036 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 641, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 642, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 519, + "type": "easy getNode", + "pos": [ + -7986.811512359457, + 1690 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 559 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 520, + "type": "easy getNode", + "pos": [ + -7986.811512359457, + 1720 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 560 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -7922.611800747382, + 4132.282756764742 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 38, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8506.811512359458, + 1730 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 657, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 658, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 468 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8856.811512359458, + 1840 + ], + "size": { + "0": 320, + "1": 160 + }, + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 660, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "breathtaking (text\"JOHNSON\":1) a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen . award-winning, professional, highly detailed" + ] + }, + { + "id": 544, + "type": "easy setNode", + "pos": [ + -8090, + 1350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 651 + } + ], + "title": "Set_str_POS_prompt", + "properties": { + "previousName": "str_POS_prompt" + }, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 546, + "type": "easy setNode", + "pos": [ + -8090, + 1390 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 204, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 652 + } + ], + "title": "Set_str_NEG_prompt", + "properties": { + "previousName": "str_NEG_prompt" + }, + "widgets_values": [ + "str_NEG_prompt" + ], + "color": "#223" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -6650.7826575806885, + 4121.362064249411 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 123, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 3508.7982982632248, + 3310.1072918544764 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 211, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 3508.7982982632248, + 3220.1072918544764 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 231, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 2228.7982982632248, + 3250.1072918544764 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 210, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + 1218.798298263225, + 3160.1072918544764 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 209, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 3828.7982982632248, + 3150.1072918544764 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 251, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + 818.798298263225, + 3230.1072918544764 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 179, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -5654.270082000422, + 3084.075723366291 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 39, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 150, + 739 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 706, + "type": "easy getNode", + "pos": [ + 781.798298263225, + 3004.1072918544764 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 40, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 750 + ], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + 805.798298263225, + 3156.1072918544764 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 750 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 290, + "type": "Note", + "pos": [ + -3023, + 2147 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 41, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 465, + "type": "BasicScheduler", + "pos": [ + -3033, + 2007 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 784, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 561 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 281, + "type": "KSamplerSelect", + "pos": [ + -3033, + 1890 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 316 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "dpmpp_2m_alt" + ] + }, + { + "id": 466, + "type": "easy getNode", + "pos": [ + -3034, + 1976 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 477 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4947.815664947508, + 1752.9385860099164 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 278, + "type": "VAEDecode", + "pos": [ + -2642.616443959622, + 1754.0291774549971 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 257, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 311 + }, + { + "name": "vae", + "type": "VAE", + "link": 312 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 313, + 322 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 742, + "type": "ControlNetApplyAdvanced", + "pos": [ + -7300.748005305806, + 147.78304599593335 + ], + "size": { + "0": 339.614990234375, + "1": 166 + }, + "flags": {}, + "order": 276, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1029, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1031, + "label": "负面条件", + "slot_index": 1 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1051, + "label": "ControlNet", + "slot_index": 2 + }, + { + "name": "image", + "type": "IMAGE", + "link": 805, + "label": "图像", + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 824 + ], + "shape": 3, + "label": "正面条件", + "slot_index": 0 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 826 + ], + "shape": 3, + "label": "负面条件", + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.7000000000000001, + 0, + 0.9 + ] + }, + { + "id": 771, + "type": "ControlNetApplyAdvanced", + "pos": [ + -6930.74800530581, + 187.78304599593335 + ], + "size": { + "0": 339.614990234375, + "1": 166 + }, + "flags": {}, + "order": 277, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1030, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1032, + "label": "负面条件", + "slot_index": 1 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1054, + "label": "ControlNet", + "slot_index": 2 + }, + { + "name": "image", + "type": "IMAGE", + "link": 823, + "label": "图像", + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 825 + ], + "shape": 3, + "label": "正面条件", + "slot_index": 0 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 827 + ], + "shape": 3, + "label": "负面条件", + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.7000000000000001, + 0, + 0.9 + ] + }, + { + "id": 828, + "type": "IPAdapterNoise", + "pos": [ + -3451.050920437934, + 303.2101663179086 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "image_optional", + "type": "IMAGE", + "link": 874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 872, + 875 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "IPAdapterNoise" + }, + "widgets_values": [ + "shuffle", + 0.5, + 0 + ] + }, + { + "id": 829, + "type": "PreviewImage", + "pos": [ + -3441.050920437934, + 453.21016631790917 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 875 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 830, + "type": "ImpactMakeImageBatch", + "pos": [ + -3641.050920437934, + 253.21016631790835 + ], + "size": { + "0": 140, + "1": 106 + }, + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 876 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 877 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 878 + }, + { + "name": "image4", + "type": "IMAGE", + "link": 879 + }, + { + "name": "image5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 871 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 835, + "type": "MZ_KolorsCheckpointLoaderSimple", + "pos": [ + -10030, + -1330 + ], + "size": { + "0": 336, + "1": 78 + }, + "flags": {}, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsCheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 836, + "type": "ReActorSaveFaceModel", + "pos": [ + -8006.899281589728, + 4783.7540955823315 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 180, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 883 + }, + { + "name": "face_model", + "type": "FACE_MODEL", + "link": null + } + ], + "properties": { + "Node name for S&R": "ReActorSaveFaceModel" + }, + "widgets_values": [ + true, + "thorraV1", + 0 + ] + }, + { + "id": 838, + "type": "LoadImage", + "pos": [ + -8716.899281589727, + 4593.7540955823315 + ], + "size": { + "0": 259.553955078125, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 45, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 885 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "ComfyUI_00028_ (2).png", + "image" + ] + }, + { + "id": 839, + "type": "LoadImage", + "pos": [ + -8446.899281589727, + 4593.7540955823315 + ], + "size": { + "0": 250.88731384277344, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 46, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 884 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "ComfyUI_00037_ (2).png", + "image" + ] + }, + { + "id": 840, + "type": "ImpactMakeImageBatch", + "pos": [ + -8026.899281589728, + 4593.7540955823315 + ], + "size": { + "0": 140, + "1": 86 + }, + "flags": {}, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 884 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 885 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 886 + }, + { + "name": "image4", + "type": "IMAGE", + "link": null, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 883 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 841, + "type": "ReActorFaceSwap", + "pos": [ + -1920.1768169080374, + 117.11512067232533 + ], + "size": { + "0": 229.14871215820312, + "1": 358 + }, + "flags": {}, + "order": 296, + "mode": 4, + "inputs": [ + { + "name": "input_image", + "type": "IMAGE", + "link": 1048 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": null + }, + { + "name": "face_model", + "type": "FACE_MODEL", + "link": 888, + "slot_index": 2 + }, + { + "name": "face_boost", + "type": "FACE_BOOST", + "link": 889, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 890 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceSwap" + }, + "widgets_values": [ + true, + "inswapper_128.onnx", + "retinaface_resnet50", + "GFPGANv1.4.pth", + 1, + 0.5, + "no", + "no", + "0", + "0", + 1 + ] + }, + { + "id": 842, + "type": "ReActorRestoreFace", + "pos": [ + -1620.176816908036, + 117.11512067232533 + ], + "size": { + "0": 210, + "1": 130 + }, + "flags": {}, + "order": 300, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 890 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 892 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ReActorRestoreFace" + }, + "widgets_values": [ + "retinaface_resnet50", + "codeformer.pth", + 1, + 0.5 + ] + }, + { + "id": 843, + "type": "ReActorLoadFaceModel", + "pos": [ + -2300.1768169080387, + 87.11512067232567 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 47, + "mode": 4, + "outputs": [ + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": [ + 888 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ReActorLoadFaceModel" + }, + "widgets_values": [ + "Johnson.safetensors" + ] + }, + { + "id": 844, + "type": "ReActorMaskHelper", + "pos": [ + -1360.1768169080356, + 47.115120672326015 + ], + "size": { + "0": 330, + "1": 454 + }, + "flags": {}, + "order": 304, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1049 + }, + { + "name": "swapped_image", + "type": "IMAGE", + "link": 892 + }, + { + "name": "mask_optional", + "type": "MASK", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 895 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "MASK_PREVIEW", + "type": "IMAGE", + "links": [ + 894 + ], + "shape": 3, + "slot_index": 2 + }, + { + "name": "SWAPPED_FACE", + "type": "IMAGE", + "links": [ + 893 + ], + "shape": 3, + "slot_index": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorMaskHelper" + }, + "widgets_values": [ + "bbox/face_yolov8m.pt", + 0.5, + 10, + 3, + 10, + "sam_vit_b_01ec64.pth", + 0, + 0.93, + 0, + 0.7, + "False", + "dilate", + 0, + 9, + 1 + ] + }, + { + "id": 845, + "type": "Note", + "pos": [ + -1660.1768169080356, + 287.115120672325 + ], + "size": { + "0": 288.1455993652344, + "1": 201.9717254638672 + }, + "flags": {}, + "order": 48, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "If you don't have the \"face_yolov8m.pt\" Ultralytics model - you can download it from the Assets and put it into the \n\"ComfyUI\\models\\ultralytics\\bbox\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth\n\n\nAs well as \"sam_vit_b_01ec64.pth\" model - download (if you don't have it) and put it into the \"ComfyUI\\models\\sams\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 847, + "type": "ReActorFaceBoost", + "pos": [ + -2290.1768169080387, + 187.11512067232448 + ], + "size": { + "0": 304.136962890625, + "1": 178 + }, + "flags": {}, + "order": 49, + "mode": 4, + "outputs": [ + { + "name": "FACE_BOOST", + "type": "FACE_BOOST", + "links": [ + 889 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceBoost" + }, + "widgets_values": [ + false, + "codeformer.pth", + "Bicubic", + 1, + 0.5, + false + ] + }, + { + "id": 848, + "type": "PreviewImage", + "pos": [ + -1010.1768169080365, + 307.1151206723249 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 309, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 893 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 849, + "type": "PreviewImage", + "pos": [ + -1010.1768169080365, + 87.11512067232567 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 308, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 894 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 850, + "type": "SaveImage", + "pos": [ + -770.1768169080364, + 47.115120672326015 + ], + "size": { + "0": 862.9873046875, + "1": 618.7188720703125 + }, + "flags": {}, + "order": 307, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 895 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./koda/swap/koda1" + ] + }, + { + "id": 869, + "type": "IPAdapterNoise", + "pos": [ + -4931.050920437936, + 163.21016631790818 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "image_optional", + "type": "IMAGE", + "link": 904 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 902, + 905 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "IPAdapterNoise" + }, + "widgets_values": [ + "shuffle", + 0.5, + 0 + ] + }, + { + "id": 870, + "type": "PreviewImage", + "pos": [ + -4931.050920437936, + 313.2101663179087 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 905 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 871, + "type": "ImpactMakeImageBatch", + "pos": [ + -5121.050920437937, + 33.21016631790839 + ], + "size": { + "0": 140, + "1": 106 + }, + "flags": {}, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 906 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 907 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 908 + }, + { + "name": "image4", + "type": "IMAGE", + "link": 909 + }, + { + "name": "image5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 901 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 874, + "type": "LoadImage", + "pos": [ + -5401.050920437934, + -56.789833682091206 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 907 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 837, + "type": "LoadImage", + "pos": [ + -9001.899281589727, + 4598.7540955823315 + ], + "size": { + "0": 260.44287109375, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 51, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 886 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "ComfyUI_00022_ (2).png", + "image" + ] + }, + { + "id": 816, + "type": "easy setNode", + "pos": [ + -7780, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 865 + } + ], + "title": "Set_seed_kolors", + "properties": { + "previousName": "seed_kolors" + }, + "widgets_values": [ + "seed_kolors" + ], + "color": "#223" + }, + { + "id": 752, + "type": "easy setNode", + "pos": [ + -9630, + -1040 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 139, + "mode": 0, + "inputs": [ + { + "name": "CLIP_VISION", + "type": "CLIP_VISION", + "link": 811 + } + ], + "title": "Set_CLIP_VISION_kolors", + "properties": { + "previousName": "CLIP_VISION_kolors" + }, + "widgets_values": [ + "CLIP_VISION_kolors" + ], + "color": "#223" + }, + { + "id": 750, + "type": "easy setNode", + "pos": [ + -9630, + -1190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "IPADAPTER", + "type": "IPADAPTER", + "link": 810 + } + ], + "title": "Set_IPAdapter_kolors", + "properties": { + "previousName": "IPAdapter_kolors" + }, + "widgets_values": [ + "IPAdapter_kolors" + ], + "color": "#223" + }, + { + "id": 754, + "type": "easy setNode", + "pos": [ + -9970, + -1180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 813 + } + ], + "title": "Set_vae_kolors", + "properties": { + "previousName": "vae_kolors" + }, + "widgets_values": [ + "vae_kolors" + ], + "color": "#223" + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -8490, + 1250 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 545, + "type": "easy getNode", + "pos": [ + -8857, + 1730 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 657, + 658, + 660 + ], + "slot_index": 0 + } + ], + "title": "Get_str_POS_prompt", + "properties": {}, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 777, + "type": "easy setNode", + "pos": [ + -8412.255428747001, + -799.0620522038234 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 246, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 829 + } + ], + "title": "Set_condNeg_kolors", + "properties": { + "previousName": "condNeg_kolors" + }, + "widgets_values": [ + "condNeg_kolors" + ], + "color": "#223" + }, + { + "id": 884, + "type": "VAEEncode", + "pos": [ + -6933.812106810017, + -776.79601666957 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 219, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 922 + }, + { + "name": "vae", + "type": "VAE", + "link": 1002 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 920 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 885, + "type": "ImageResize+", + "pos": [ + -7163.812106810017, + -766.79601666957 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 192, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 924 + }, + { + "name": "width", + "type": "INT", + "link": 1039, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1040, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 922 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 889, + "type": "easy setNode", + "pos": [ + -6113.812106810013, + -1096.7960166695702 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 267, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 927 + } + ], + "title": "Set_f_denoise_kolors", + "properties": { + "previousName": "f_denoise_kolors" + }, + "widgets_values": [ + "f_denoise_kolors" + ], + "color": "#223" + }, + { + "id": 908, + "type": "KSampler", + "pos": [ + -1530.8655169451172, + -991.1731230410298 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 299, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 972 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 997 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 999 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1024 + }, + { + "name": "seed", + "type": "INT", + "link": 1061, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1047, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 951 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 262031943998390, + "randomize", + 20, + 0.3, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 875, + "type": "SaveImage", + "pos": [ + -4494.522224497905, + -1098.5794043330443 + ], + "size": { + "0": 555.7569580078125, + "1": 639.0599365234375 + }, + "flags": {}, + "order": 295, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 910 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 794, + "type": "SaveImage", + "pos": [ + -3030.8655169451163, + -1131.1731230410303 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 301, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 846 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 804, + "type": "SaveImage", + "pos": [ + -960.8655169451174, + -1141.1731230410303 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 305, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 856 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 776, + "type": "easy setNode", + "pos": [ + -8412, + -919 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 244, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 828 + } + ], + "title": "Set_condPos_Kolors", + "properties": { + "previousName": "condPos_Kolors" + }, + "widgets_values": [ + "condPos_Kolors" + ], + "color": "#223" + }, + { + "id": 812, + "type": "easy setNode", + "pos": [ + -6440.748005305823, + 87.78304599593335 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 282, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 863 + } + ], + "title": "Set_condPos_cnet_kolors", + "properties": { + "previousName": "condPos_cnet_kolors" + }, + "widgets_values": [ + "condPos_cnet_kolors" + ], + "color": "#223" + }, + { + "id": 813, + "type": "easy setNode", + "pos": [ + -6440.748005305823, + 227.7830459959333 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 284, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 864 + } + ], + "title": "Set_condNeg_cnet_kolors", + "properties": { + "previousName": "condNeg_cnet_kolors" + }, + "widgets_values": [ + "condNeg_cnet_kolors" + ], + "color": "#223" + }, + { + "id": 887, + "type": "Note", + "pos": [ + -6638, + -988 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": { + "collapsed": false + }, + "order": 53, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 873, + "type": "LoadImage", + "pos": [ + -5671.050920437936, + -56.789833682091206 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 908 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 872, + "type": "LoadImage", + "pos": [ + -5661, + 323 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 909 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 864, + "type": "LoadImage", + "pos": [ + -5411.050920437934, + 323.21016631790866 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 904, + 906 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 862, + "type": "LoadImage", + "pos": [ + -4171.050920437936, + 3.210166317908409 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 878 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 863, + "type": "LoadImage", + "pos": [ + -3931.050920437936, + 3.210166317908409 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 877 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 823, + "type": "LoadImage", + "pos": [ + -3931.050920437936, + 383.2101663179092 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 874, + 876 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 861, + "type": "LoadImage", + "pos": [ + -4171.050920437936, + 383.2101663179092 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 879 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 824, + "type": "easy setNode", + "pos": [ + -3052, + 539 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 234, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 868 + } + ], + "title": "Set_model_IPA_kolors", + "properties": { + "previousName": "model_IPA_kolors" + }, + "widgets_values": [ + "model_IPA_kolors" + ], + "color": "#223" + }, + { + "id": 786, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7300.748005305806, + -22.216954004066658 + ], + "size": { + "0": 210, + "1": 58.666709899902344 + }, + "flags": {}, + "order": 217, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 957 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 805, + 840 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 791, + "type": "CannyEdgePreprocessor", + "pos": [ + -6940.748005305809, + -42.21695400406671 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 958 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 823, + 841 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 512 + ] + }, + { + "id": 790, + "type": "PreviewImage", + "pos": [ + -6918.74800530581, + 372.78304599593343 + ], + "size": { + "0": 321.5598449707031, + "1": 246 + }, + "flags": {}, + "order": 238, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 841 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 789, + "type": "PreviewImage", + "pos": [ + -7290.748005305806, + 372.78304599593343 + ], + "size": { + "0": 321.5598449707031, + "1": 246 + }, + "flags": {}, + "order": 237, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 840 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 788, + "type": "ImageResize+", + "pos": [ + -7564.7480053058025, + -20.216954004066658 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 191, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 837 + }, + { + "name": "width", + "type": "INT", + "link": 1035, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1036, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 957, + 958 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 1024, + 1024, + "lanczos", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 755, + "type": "easy setNode", + "pos": [ + -9624, + -885 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "CHATGLM3MODEL", + "type": "CHATGLM3MODEL", + "link": 814 + } + ], + "title": "Set_chatglm3", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "chatglm3" + ], + "color": "#223" + }, + { + "id": 769, + "type": "easy setNode", + "pos": [ + -9989, + -889 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "link": 818 + } + ], + "title": "Set_controlnet_canny_kolors", + "properties": { + "previousName": "controlnet_canny_kolors" + }, + "widgets_values": [ + "controlnet_canny_kolors" + ], + "color": "#223" + }, + { + "id": 759, + "type": "easy setNode", + "pos": [ + -9990, + -1030 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 143, + "mode": 0, + "inputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "link": 816 + } + ], + "title": "Set_controlnet_depth_kolors", + "properties": { + "previousName": "controlnet_depth_kolors" + }, + "widgets_values": [ + "controlnet_depth_kolors" + ], + "color": "#223" + }, + { + "id": 746, + "type": "MZ_ChatGLM3Loader", + "pos": [ + -9630, + -850 + ], + "size": { + "0": 284.8618469238281, + "1": 58 + }, + "flags": {}, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "links": [ + 814, + 962 + ], + "shape": 3, + "label": "chatglm3_model", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3Loader" + }, + "widgets_values": [ + "checkpoints\\chatglm3-8bit.safetensors" + ] + }, + { + "id": 913, + "type": "Reroute", + "pos": [ + -8825, + -1265 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 136, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 962 + } + ], + "outputs": [ + { + "name": "", + "type": "CHATGLM3MODEL", + "links": [ + 963, + 964 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 901, + "type": "PerturbedAttentionGuidance", + "pos": [ + -1541, + -1151 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 278, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 973 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 972 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "PerturbedAttentionGuidance" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 917, + "type": "Reroute", + "pos": [ + -1651, + -1381 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 264, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 970 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 973 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 916, + "type": "Reroute", + "pos": [ + -3666.301059877698, + -1387.0033106614019 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 253, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 968 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 970, + 974 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 792, + "type": "PerturbedAttentionGuidance", + "pos": [ + -3607, + -1129 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 265, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 974 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 975 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "PerturbedAttentionGuidance" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 914, + "type": "Reroute", + "pos": [ + -7593, + -1400 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 980 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 966 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 918, + "type": "Reroute", + "pos": [ + -8825, + -1226 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 976, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 978 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 919, + "type": "Reroute", + "pos": [ + -8825, + -1191 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 977, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 979 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 912, + "type": "Reroute", + "pos": [ + -8836, + -1403 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 959 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 981 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 744, + "type": "MZ_ChatGLM3_Advance_V2", + "pos": [ + -8647, + -1197 + ], + "size": { + "0": 400, + "1": 240 + }, + "flags": {}, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "link": 964, + "label": "chatglm3_model", + "slot_index": 0 + }, + { + "name": "text", + "type": "STRING", + "link": 978, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 828, + 982 + ], + "shape": 3, + "label": "CONDITIONING", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3_Advance_V2" + }, + "widgets_values": [ + "", + 1024, + 1024, + 0, + 0, + 1024, + 1024 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 745, + "type": "MZ_ChatGLM3_V2", + "pos": [ + -8642.255428747001, + -889.0620522038239 + ], + "size": { + "0": 391.6485595703125, + "1": 54 + }, + "flags": {}, + "order": 226, + "mode": 0, + "inputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "link": 963, + "label": "chatglm3_model", + "slot_index": 0 + }, + { + "name": "text", + "type": "STRING", + "link": 979, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 829, + 983 + ], + "shape": 3, + "label": "CONDITIONING", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3_V2" + }, + "widgets_values": [ + "Wrong limbs, wrong anatomy" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 922, + "type": "Reroute", + "pos": [ + -5940, + -1470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 286, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1085 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 988, + 990 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 923, + "type": "Reroute", + "pos": [ + -5940, + -1440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 287, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1086 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 989, + 991 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 924, + "type": "Reroute", + "pos": [ + -3930, + -1470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 288, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 990 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 995, + 996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 926, + "type": "Reroute", + "pos": [ + -1923.8143571200526, + -1453.092585812985 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 291, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 996 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 997 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 925, + "type": "Reroute", + "pos": [ + -3930, + -1440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 290, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 991 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 994, + 998 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 927, + "type": "Reroute", + "pos": [ + -1924, + -1423 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 294, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 998 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 999 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 747, + "type": "VAELoader", + "pos": [ + -9980, + -1140 + ], + "size": { + "0": 282.26361083984375, + "1": 61.20377731323242 + }, + "flags": {}, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 813, + 1000 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 928, + "type": "Reroute", + "pos": [ + -9490, + -1510 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1000 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 929, + "type": "Reroute", + "pos": [ + -7593, + -1499 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1001 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1002, + 1003 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 930, + "type": "Reroute", + "pos": [ + -5729, + -1492 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 212, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1003 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1004, + 1005 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 931, + "type": "Reroute", + "pos": [ + -3675, + -1489 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 232, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1005 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1006, + 1007 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 932, + "type": "Reroute", + "pos": [ + -1656, + -1471 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 252, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1007 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 751, + "type": "CLIPVisionLoader", + "pos": [ + -9630, + -1000 + ], + "size": { + "0": 278.2551574707031, + "1": 58 + }, + "flags": {}, + "order": 63, + "mode": 0, + "outputs": [ + { + "name": "CLIP_VISION", + "type": "CLIP_VISION", + "links": [ + 811, + 1009 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPVisionLoader" + }, + "widgets_values": [ + "kolors\\pytorch_model.bin" + ] + }, + { + "id": 933, + "type": "Reroute", + "pos": [ + -8600, + 807 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1009 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP_VISION", + "links": [ + 1010 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 749, + "type": "IPAdapterModelLoader", + "pos": [ + -9630, + -1140 + ], + "size": { + "0": 282.26361083984375, + "1": 58 + }, + "flags": {}, + "order": 64, + "mode": 0, + "outputs": [ + { + "name": "IPADAPTER", + "type": "IPADAPTER", + "links": [ + 810, + 1013 + ], + "shape": 3, + "label": "IPAdapter", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "IPAdapterModelLoader" + }, + "widgets_values": [ + "kolors\\ip_adapter_plus_general.bin" + ] + }, + { + "id": 935, + "type": "Reroute", + "pos": [ + -8595, + 781 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1013 + } + ], + "outputs": [ + { + "name": "", + "type": "IPADAPTER", + "links": [ + 1014 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 915, + "type": "Reroute", + "pos": [ + -5725.577130860394, + -1399.6947569221063 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 233, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 966 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 967, + 968 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 934, + "type": "Reroute", + "pos": [ + -5663, + 812 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1010 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP_VISION", + "links": [ + 1011, + 1018 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 936, + "type": "Reroute", + "pos": [ + -5661, + 793 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1014 + } + ], + "outputs": [ + { + "name": "", + "type": "IPADAPTER", + "links": [ + 1015, + 1019 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 940, + "type": "Reroute", + "pos": [ + -1927, + -1491 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 279, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1023 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1024 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 939, + "type": "Reroute", + "pos": [ + -3929, + -1508 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 266, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1022 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1023, + 1025 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 938, + "type": "Reroute", + "pos": [ + -5938, + -1520 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 254, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1021 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1022, + 1026 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 921, + "type": "Reroute", + "pos": [ + -8090, + -780 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 247, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 983 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1028 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 943, + "type": "Reroute", + "pos": [ + -7612, + -384 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1033, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1035, + 1039, + 1041 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 944, + "type": "Reroute", + "pos": [ + -7609, + -346 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1034, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1036, + 1040, + 1042 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 947, + "type": "Reroute", + "pos": [ + -5715.544662287389, + -1329.9123771227898 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 65, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": null + } + ], + "outputs": [ + { + "name": "", + "type": "*", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 741, + "type": "MZ_KolorsControlNetLoader", + "pos": [ + -9980, + -1000 + ], + "size": { + "0": 285.6000061035156, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 66, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 816, + 1050 + ], + "shape": 3, + "label": "CONTROL_NET", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsControlNetLoader" + }, + "widgets_values": [ + "kolors\\Kolors_controlnet_depth.safetensors" + ] + }, + { + "id": 948, + "type": "Reroute", + "pos": [ + -7945.261623358604, + -13.40486797048515 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1050 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 767, + "type": "MZ_KolorsControlNetLoader", + "pos": [ + -9980, + -850 + ], + "size": { + "0": 285.6000061035156, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 67, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 818, + 1053 + ], + "shape": 3, + "label": "CONTROL_NET", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsControlNetLoader" + }, + "widgets_values": [ + "kolors\\Kolors_controlnet_canny.safetensors" + ] + }, + { + "id": 949, + "type": "Reroute", + "pos": [ + -7940.938191823278, + 23.022188059047025 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1053, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1054 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 952, + "type": "Reroute", + "pos": [ + -3666.1655090720187, + -295.25954263073436 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 223, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1059, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1060, + 1061 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 748, + "type": "MZ_KolorsUNETLoaderV2", + "pos": [ + -9630, + -1300 + ], + "size": { + "0": 373.7890319824219, + "1": 58 + }, + "flags": {}, + "order": 68, + "mode": 0, + "outputs": [ + { + "name": "model", + "type": "MODEL", + "links": [ + 959, + 1062 + ], + "shape": 3, + "label": "model", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsUNETLoaderV2" + }, + "widgets_values": [ + "Kolors\\diffusion_pytorch_model.fp16.safetensors" + ] + }, + { + "id": 954, + "type": "easy setNode", + "pos": [ + -4773, + -1012 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 297, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1064 + } + ], + "title": "Set_image_kolors_base", + "properties": { + "previousName": "image_kolors_base" + }, + "widgets_values": [ + "image_kolors_base" + ], + "color": "#223" + }, + { + "id": 900, + "type": "KSampler", + "pos": [ + -3599.8655169451163, + -985.1731230410298 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 293, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 975 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 995 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 994 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1025 + }, + { + "name": "seed", + "type": "INT", + "link": 1060, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1046, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 943 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 90014281412683, + "randomize", + 20, + 3.5, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 955, + "type": "easy setNode", + "pos": [ + -3270, + -931 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 302, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1066 + } + ], + "title": "Set_image_kolors_2Malt", + "properties": { + "previousName": "image_kolors_2Malt" + }, + "widgets_values": [ + "image_kolors_2Malt" + ], + "color": "#223" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4681, + 1718 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 235, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 2518.7982982632248, + 3160.1072918544764 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 230, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -7999, + 1659 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 69, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -7895, + 1916 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 189, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5658, + 1773 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5338, + 1993 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 232 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 279, + "type": "SaveImage", + "pos": [ + -2353, + 1698 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 270, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 313 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 740, + "type": "VAEDecode", + "pos": [ + -4786, + -1108 + ], + "size": { + "0": 220, + "1": 50 + }, + "flags": {}, + "order": 292, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 800, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1004, + "label": "VAE", + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 910, + 1048, + 1049, + 1064, + 1072 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 793, + "type": "VAEDecode", + "pos": [ + -3256.6204031059456, + -1011.3702390027375 + ], + "size": { + "0": 140, + "1": 46 + }, + "flags": {}, + "order": 298, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 943, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1006, + "label": "VAE", + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 846, + 1066, + 1073 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 803, + "type": "VAEDecode", + "pos": [ + -1176.6204031059494, + -991.3702390027378 + ], + "size": { + "0": 140, + "1": 46 + }, + "flags": {}, + "order": 303, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 951, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1008, + "label": "VAE", + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 856, + 1074 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + -5630, + 1693 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8635, + 1009 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 71, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598, + 1033 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599, + 1034 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 827, + "type": "MZ_IPAdapterAdvancedKolors", + "pos": [ + -3191.0509204379346, + 213.21016631790795 + ], + "size": { + "0": 315, + "1": 278 + }, + "flags": {}, + "order": 215, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1153 + }, + { + "name": "ipadapter", + "type": "IPADAPTER", + "link": 1019 + }, + { + "name": "image", + "type": "IMAGE", + "link": 871 + }, + { + "name": "image_negative", + "type": "IMAGE", + "link": 872 + }, + { + "name": "attn_mask", + "type": "MASK", + "link": null + }, + { + "name": "clip_vision", + "type": "CLIP_VISION", + "link": 1018 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 868 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_IPAdapterAdvancedKolors" + }, + "widgets_values": [ + 0.6, + "linear", + "add", + 0, + 1, + "V only" + ] + }, + { + "id": 950, + "type": "Reroute", + "pos": [ + -7612, + -277 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1055, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1056 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 951, + "type": "Reroute", + "pos": [ + -5701, + -299 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1056, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1057, + 1059 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 920, + "type": "Reroute", + "pos": [ + -8090, + -810 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 245, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 982 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1027 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 880, + "type": "EmptyLatentImage", + "pos": [ + -6934, + -1212 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 193, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1041, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1042, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 919 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 738, + "type": "KSampler", + "pos": [ + -5165, + -1099 + ], + "size": { + "0": 315, + "1": 475 + }, + "flags": {}, + "order": 289, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 967, + "label": "模型", + "slot_index": 0 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 988, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 989, + "label": "负面条件", + "slot_index": 2 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1026, + "label": "Latent", + "slot_index": 3 + }, + { + "name": "seed", + "type": "INT", + "link": 1057, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1045, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 800 + ], + "shape": 3, + "label": "Latent", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 1005237524116490, + "fixed", + 25, + 4.54, + "euler", + "ddim_uniform", + 1 + ] + }, + { + "id": 832, + "type": "easy getNode", + "pos": [ + -8091, + -1053 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 881 + ], + "slot_index": 0 + } + ], + "title": "Get_model_IPA_kolors", + "properties": {}, + "widgets_values": [ + "model_IPA_kolors" + ], + "color": "#223" + }, + { + "id": 868, + "type": "MZ_IPAdapterAdvancedKolors", + "pos": [ + -4671.050920437936, + -6.789833682091598 + ], + "size": { + "0": 315, + "1": 278 + }, + "flags": {}, + "order": 214, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1017 + }, + { + "name": "ipadapter", + "type": "IPADAPTER", + "link": 1015 + }, + { + "name": "image", + "type": "IMAGE", + "link": 901 + }, + { + "name": "image_negative", + "type": "IMAGE", + "link": 902 + }, + { + "name": "attn_mask", + "type": "MASK", + "link": null + }, + { + "name": "clip_vision", + "type": "CLIP_VISION", + "link": 1011 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_IPAdapterAdvancedKolors" + }, + "widgets_values": [ + 0.5, + "strong style transfer", + "average", + 0, + 1, + "V only" + ] + }, + { + "id": 941, + "type": "Reroute", + "pos": [ + -7970, + -220 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 259, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1027 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1029, + 1030, + 1091 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 942, + "type": "Reroute", + "pos": [ + -7970, + -180 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 260, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1028 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1031, + 1032, + 1092 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 775, + "type": "ConditioningCombine", + "pos": [ + -6480.748005305823, + 147.78304599593335 + ], + "size": { + "0": 244.09779357910156, + "1": 46 + }, + "flags": {}, + "order": 281, + "mode": 0, + "inputs": [ + { + "name": "conditioning_1", + "type": "CONDITIONING", + "link": 826 + }, + { + "name": "conditioning_2", + "type": "CONDITIONING", + "link": 827 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 864, + 1093 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ConditioningCombine" + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 774, + "type": "ConditioningCombine", + "pos": [ + -6480.748005305823, + 7.7830459959333425 + ], + "size": { + "0": 246.88563537597656, + "1": 46 + }, + "flags": {}, + "order": 280, + "mode": 0, + "inputs": [ + { + "name": "conditioning_1", + "type": "CONDITIONING", + "link": 824 + }, + { + "name": "conditioning_2", + "type": "CONDITIONING", + "link": 825 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 863, + 1094 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ConditioningCombine" + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 962, + "type": "Switch conditioning [Crystools]", + "pos": [ + -6112, + 7 + ], + "size": { + "0": 210, + "1": 74 + }, + "flags": {}, + "order": 283, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "CONDITIONING", + "link": 1094 + }, + { + "name": "on_false", + "type": "CONDITIONING", + "link": 1091 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 1079, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "links": [ + 1085 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Switch conditioning [Crystools]" + }, + "widgets_values": [ + false + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 964, + "type": "Switch conditioning [Crystools]", + "pos": [ + -6107, + 148 + ], + "size": { + "0": 210, + "1": 74 + }, + "flags": {}, + "order": 285, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "CONDITIONING", + "link": 1093 + }, + { + "name": "on_false", + "type": "CONDITIONING", + "link": 1092 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 1080, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "links": [ + 1086 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Switch conditioning [Crystools]" + }, + "widgets_values": [ + false + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 10, + "type": "VAELoader", + "pos": [ + -9868, + 1701 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 73, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 47 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9507, + 1688 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 74, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9498, + 1851 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 75, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 968, + "type": "easy setNode", + "pos": [ + -3820, + 4130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 268, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1095 + } + ], + "title": "Set_image_upscale1_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_upscale1_0" + ], + "color": "#223" + }, + { + "id": 970, + "type": "easy getNode", + "pos": [ + -5660, + 4440 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1109, + 1111 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 972, + "type": "easy getNode", + "pos": [ + -5640, + 4120 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 77, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1096 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 974, + "type": "easy getNode", + "pos": [ + -4220, + 4230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 78, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1099 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 975, + "type": "SamplerCustomAdvanced", + "pos": [ + -4920, + 4340 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 221, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1100, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1101, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1102, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1103, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1104, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1110 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 976, + "type": "KSamplerSelect", + "pos": [ + -4920, + 4500 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 79, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1102 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 978, + "type": "BasicGuider", + "pos": [ + -5180, + 4380 + ], + "size": { + "0": 206.3235626220703, + "1": 46 + }, + "flags": {}, + "order": 164, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1106, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1107, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1101 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 980, + "type": "easy getNode", + "pos": [ + -4920, + 4260 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1100 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 982, + "type": "VAEEncodeTiled", + "pos": [ + -5420, + 4410 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 194, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1108 + }, + { + "name": "vae", + "type": "VAE", + "link": 1109 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1104 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 983, + "type": "VAEDecodeTiled", + "pos": [ + -4540, + 4390 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 241, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1110 + }, + { + "name": "vae", + "type": "VAE", + "link": 1111 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1098 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 998, + "type": "easy setNode", + "pos": [ + -6770, + 2520 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 240, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 1129 + } + ], + "title": "Set_latent_img2img_base_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "latent_img2img_base_0" + ], + "color": "#223" + }, + { + "id": 1000, + "type": "VHS_VAEEncodeBatched", + "pos": [ + -6780, + 2400 + ], + "size": { + "0": 226.8000030517578, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 220, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1131 + }, + { + "name": "vae", + "type": "*", + "link": 1130 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1129 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 4 + } + }, + { + "id": 999, + "type": "easy getNode", + "pos": [ + -6780, + 2360 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 81, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1130 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1002, + "type": "ImageResize+", + "pos": [ + -7038, + 2403 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1139 + }, + { + "name": "width", + "type": "INT", + "link": 1137, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1138, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1131 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -6802, + 2144 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 206, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1132 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135, + 1136 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -6795, + 2234 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 228, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 1136 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -6806, + 2105 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1132 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -7032, + 2142 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1154 + }, + { + "name": "width", + "type": "INT", + "link": 1140, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1141, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 599, + "type": "easy getNode", + "pos": [ + -7331, + 1759 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 83, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 641, + 1140 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 600, + "type": "easy getNode", + "pos": [ + -7333, + 1793 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 84, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 642, + 1141 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 992, + "type": "UltimateVideoLoader", + "pos": [ + -7351, + 2450 + ], + "size": [ + 210, + 306 + ], + "flags": { + "collapsed": true + }, + "order": 85, + "mode": 0, + "outputs": [ + { + "name": "images", + "type": "IMAGE", + "links": [ + 1123 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "fps", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 1137 + ], + "shape": 3, + "slot_index": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 1138 + ], + "shape": 3, + "slot_index": 4 + } + ], + "properties": { + "Node name for S&R": "UltimateVideoLoader" + }, + "widgets_values": { + "source": "fileupload", + "youtube_url": "youtube/url/here", + "video": "X://insert/path/here.mp4", + "upload": "20230528-213534_with_snd.mp4", + "start_sec": 0, + "end_sec": 0, + "max_fps": 1, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 50, + "width": 512, + "height": 512, + "frame_count": 1, + "fps": 10, + "choose video to upload": "image", + "videopreview": { + "hidden": true, + "paused": false, + "params": { + "frame_load_cap": 50, + "end_sec": 0, + "start_sec": 0, + "filename": "20230528-213534_with_snd.mp4", + "type": "input", + "format": "video/mp4", + "max_fps": 1 + } + } + } + }, + { + "id": 995, + "type": "easy imageBatchToImageList", + "pos": [ + -7347, + 2380 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1123 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1139 + ], + "shape": 6, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "easy imageBatchToImageList" + } + }, + { + "id": 1004, + "type": "easy getNode", + "pos": [ + -6720, + 3070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 86, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1143 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1006, + "type": "easy getNode", + "pos": [ + -6710, + 3100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 87, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1144 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1007, + "type": "easy getNode", + "pos": [ + -6710, + 3130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 88, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1145 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1005, + "type": "easy setNode", + "pos": [ + -6620, + 3330 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 197, + "mode": 4, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1146 + } + ], + "title": "Set_model_fluxShift_upscale", + "properties": { + "previousName": "model_fluxShift_upscale" + }, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 981, + "type": "easy getNode", + "pos": [ + -5180, + 4340 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1107 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 979, + "type": "easy getNode", + "pos": [ + -5180, + 4310 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 90, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1105, + 1106 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 973, + "type": "ImageColorMatch+", + "pos": [ + -4230, + 4280 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 256, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1098, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1099 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1095, + 1097, + 1150 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9872, + 1858 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 91, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 909, + "type": "Note", + "pos": [ + -8094, + -1045 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 92, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "IPadapter Toggle" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 891, + "type": "ImpactSwitch", + "pos": [ + -6114, + -1137 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 255, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 928 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 929 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 930, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 927, + 1045, + 1046, + 1047 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 957, + "type": "ImpactMakeImageBatch", + "pos": [ + -1317, + -594 + ], + "size": { + "0": 140, + "1": 86 + }, + "flags": {}, + "order": 306, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 1072 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 1073 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 1074 + }, + { + "name": "image4", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1069 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 956, + "type": "easy setNode", + "pos": [ + -1315, + -461 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 310, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1069 + } + ], + "title": "Set_image_kolors_batch", + "properties": { + "previousName": "image_kolors_batch" + }, + "widgets_values": [ + "image_kolors_batch" + ], + "color": "#223" + }, + { + "id": 958, + "type": "easy getNode", + "pos": [ + -7348, + 1986 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 93, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_image_kolors_batch", + "properties": {}, + "widgets_values": [ + "image_kolors_batch" + ], + "color": "#223" + }, + { + "id": 522, + "type": "SplitSigmas", + "pos": [ + -3030, + 2252 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 222, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 561 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 562 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 530, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -3040, + "1": 2586, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1268.8807373046875, + "1": 988.3410034179688 + }, + "flags": { + "collapsed": true + }, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 573, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 574, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_cspir_00005_.png&type=temp&subfolder=&rand=0.6836655659367319" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_cspir_00006_.png&type=temp&subfolder=&rand=0.5199412673938868" + } + ] + ] + }, + { + "id": 527, + "type": "PreviewImage", + "pos": [ + -3039, + 2688 + ], + "size": { + "0": 1352.2564697265625, + "1": 1021.6309204101562 + }, + "flags": { + "collapsed": true + }, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 570 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 735, + "type": "CR Model Input Switch", + "pos": [ + -3354, + 2012 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": {}, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 782 + }, + { + "name": "model2", + "type": "MODEL", + "link": 783 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 784 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 2 + ] + }, + { + "id": 284, + "type": "easy getNode", + "pos": [ + -3340, + 1689 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 94, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 320 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 733, + "type": "easy getNode", + "pos": [ + -3359, + 1972 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 95, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 783 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 734, + "type": "easy getNode", + "pos": [ + -3356, + 1933 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 96, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 782 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 603, + "type": "easy getNode", + "pos": [ + -7346, + 2090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 97, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_image_kolors_2Malt", + "properties": {}, + "widgets_values": [ + "image_kolors_2Malt" + ], + "color": "#223" + }, + { + "id": 937, + "type": "Reroute", + "pos": [ + -5703, + -329 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 188, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1063 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1017, + 1153 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 892, + "type": "Primitive float [Crystools]", + "pos": [ + -6366, + -1088 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 98, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 929 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.4 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 953, + "type": "Reroute", + "pos": [ + -8183, + -330 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1062 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1063 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 814, + "type": "easy seed", + "pos": [ + -7840, + 980 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 99, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 865, + 1055 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "KOLORS seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 546242961966823, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7845, + 1254 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 100, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 949836308325195, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 831, + "type": "CR Model Input Switch", + "pos": [ + -8120, + -1160 + ], + "size": { + "0": 252, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 981 + }, + { + "name": "model2", + "type": "MODEL", + "link": 881 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 980 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "title": "KOLORS IPA Toggle 1=off, 2= on", + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 768, + "type": "LoadImage", + "pos": [ + -7951, + 262 + ], + "size": { + "0": 315, + "1": 315 + }, + "flags": {}, + "order": 101, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 837 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 886, + "type": "LoadImage", + "pos": [ + -7566, + -782 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 102, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 924 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 890, + "type": "Primitive float [Crystools]", + "pos": [ + -6370, + -1223 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 103, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 928 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -7987, + 1750 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 2, + 2, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 882, + "type": "LatentSwitch", + "pos": [ + -6633, + -1214 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 239, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 919 + }, + { + "name": "input2", + "type": "LATENT", + "link": 920 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1021 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 930 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6254, + 1654 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 104, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6245, + 1772 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 105, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 120, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -5190, + 3283 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929, + 3301 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 201, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 133, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 969, + "type": "ImageScaleBy", + "pos": [ + -5516, + 4260 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 159, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1096 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1108 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4232, + 3173 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 243, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 120 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 99, + "type": "ImageScaleBy", + "pos": [ + -4223, + 3355 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 258, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 120 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 121, + 148, + 738, + 1149 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3837, + 3134 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 272, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 121 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 971, + "type": "SaveImage", + "pos": [ + -3820, + 4170 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 269, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1097 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1008, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -2497, + "1": 4125, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2555.166015625, + "1": 2707.0244140625 + }, + "flags": { + "collapsed": false + }, + "order": 275, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 1150, + "dir": 3, + "label": "Enhanced" + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 1149, + "dir": 3, + "slot_index": 1, + "label": "Original" + } + ], + "outputs": [], + "title": "Enhance Output", + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [] + ] + }, + { + "id": 697, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -4411, + "1": 5189, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1832.3109130859375, + "1": 1753.4822998046875 + }, + "flags": { + "collapsed": false + }, + "order": 274, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 738, + "dir": 3, + "label": "Enhanced" + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 739, + "dir": 3, + "slot_index": 1, + "label": "Original" + } + ], + "outputs": [], + "title": "Enhance Output", + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [] + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 170, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 133 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 977, + "type": "BasicScheduler", + "pos": [ + -4920, + 4600 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1105, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1114 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -6710, + 3160 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 162, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1143 + }, + { + "name": "width", + "type": "INT", + "link": 1144, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1145, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1146 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 985, + "type": "SplitSigmas", + "pos": [ + -4927, + 4750 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 198, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1114 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1103 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9236, + 1401 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 107, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8290, + 980 + ], + "size": { + "0": 376.19744873046875, + "1": 107.75599670410156 + }, + "flags": {}, + "order": 108, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 650 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(text\"JOHNSON\":1) a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 822, + "type": "Note", + "pos": [ + -8906, + 975 + ], + "size": [ + 210, + 58 + ], + "flags": {}, + "order": 109, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "koda-Kolors-Zero-Legacy-v83\n\nVideo: https://www.youtube.com/watch?v=uHYhw-2xBiw\nWorkflow: https://civitai.com/models/589666\n\nhttps://www.fivebelowfive.uk\n\nKoda Pack v6\nNew Base Model - Kolors (legacy)\n\nKolors Sampler Garden - Perturbed cnet fix\nKolors Control Net Canny & Depth\nAdded face swap with occulusion and boost\nNew 3 step upscaling process with colormatching\n\nfull instructions on workflow links\nprevious pack version videos:\n\nV5 Video: https://www.youtube.com/watch?v=Oh1qCxg3u38\nV4 Video: https://www.youtube.com/watch?v=MCjGKy3qqe8\nV3 Video: https://www.youtube.com/watch?v=3-7FWMO1J4c\nV2 Video: https://www.youtube.com/watch?v=QbUs9_eYgLM\nV1 Video: https://www.youtube.com/watch?v=3Vcdg5ocjO4\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7365, + 2142 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 110, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1154 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8280, + 1130 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 172, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 650, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 651, + 976 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 652, + 977 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "enhance", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6516.473907695666, + 1704.3032167481674 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 963, + "type": "PrimitiveNode", + "pos": [ + -6112, + -98 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 111, + "mode": 0, + "outputs": [ + { + "name": "BOOLEAN", + "type": "BOOLEAN", + "links": [ + 1079, + 1080 + ], + "slot_index": 0, + "widget": { + "name": "boolean" + } + } + ], + "title": "Cnet Toggle", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -6780, + "1": 1070, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 202 + }, + "flags": {}, + "order": 112, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7150, + "1": 1100, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 336.8163146972656, + "1": 154.73678588867188 + }, + "flags": {}, + "order": 113, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 858, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7570, + "1": 1034, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 369.41680908203125, + "1": 250 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null, + "slot_index": 0 + } + ], + "title": "KOLORS mode toggles", + "properties": { + "matchColors": "red", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9336, + 974 + ], + "size": [ + 417.2005012344962, + 341.11566260439076 + ], + "flags": {}, + "order": 115, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Kolors-v62\n\nVideo: https://www.youtube.com/watch?v=kVmJv3dmH3k\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v5\n\ntxt/img2img bridge KOLORS to FLUX \nKolors Control Net Stack: Depth, Canny\nSingle or Double Action Operation\ntxt2img + img2img KOLORS switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 47, + 10, + 0, + 33, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 120, + 107, + 0, + 99, + 0, + "IMAGE" + ], + [ + 121, + 99, + 0, + 103, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 133, + 113, + 0, + 111, + 3, + "SIGMAS" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 148, + 99, + 0, + 59, + 0, + "*" + ], + [ + 150, + 105, + 0, + 121, + 0, + "IMAGE" + ], + [ + 151, + 125, + 0, + 124, + 0, + "*" + ], + [ + 152, + 129, + 0, + 125, + 0, + "IMAGE" + ], + [ + 153, + 125, + 0, + 127, + 0, + "IMAGE" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 159, + 133, + 0, + 131, + 3, + "SIGMAS" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 164, + 128, + 0, + 139, + 0, + "IMAGE" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 232, + 197, + 0, + 195, + 3, + "SIGMAS" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 311, + 280, + 0, + 278, + 0, + "LATENT" + ], + [ + 312, + 287, + 0, + 278, + 1, + "VAE" + ], + [ + 313, + 278, + 0, + 279, + 0, + "IMAGE" + ], + [ + 314, + 286, + 0, + 280, + 0, + "NOISE" + ], + [ + 315, + 283, + 0, + 280, + 1, + "GUIDER" + ], + [ + 316, + 281, + 0, + 280, + 2, + "SAMPLER" + ], + [ + 318, + 285, + 0, + 280, + 4, + "LATENT" + ], + [ + 320, + 284, + 0, + 283, + 0, + "MODEL" + ], + [ + 321, + 288, + 0, + 283, + 1, + "CONDITIONING" + ], + [ + 322, + 278, + 0, + 289, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 468, + 448, + 0, + 211, + 0, + "*" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 477, + 466, + 0, + 465, + 1, + "FLOAT" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 559, + 519, + 0, + 206, + 1, + "INT" + ], + [ + 560, + 520, + 0, + 206, + 2, + "INT" + ], + [ + 561, + 465, + 0, + 522, + 0, + "SIGMAS" + ], + [ + 562, + 522, + 1, + 280, + 3, + "SIGMAS" + ], + [ + 570, + 526, + 0, + 527, + 0, + "IMAGE" + ], + [ + 571, + 528, + 0, + 526, + 0, + "IMAGE" + ], + [ + 572, + 529, + 0, + 526, + 1, + "IMAGE" + ], + [ + 573, + 528, + 0, + 530, + 0, + "IMAGE" + ], + [ + 574, + 529, + 0, + 530, + 1, + "IMAGE" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 579, + 535, + 0, + 450, + 0, + "*" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 641, + 599, + 0, + 158, + 0, + "INT" + ], + [ + 642, + 600, + 0, + 158, + 1, + "INT" + ], + [ + 650, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 651, + 604, + 0, + 544, + 0, + "*" + ], + [ + 652, + 604, + 1, + 546, + 0, + "*" + ], + [ + 657, + 545, + 0, + 448, + 1, + "STRING" + ], + [ + 658, + 545, + 0, + 448, + 2, + "STRING" + ], + [ + 660, + 545, + 0, + 605, + 0, + "STRING" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 738, + 99, + 0, + 697, + 0, + "IMAGE" + ], + [ + 739, + 105, + 0, + 697, + 1, + "IMAGE" + ], + [ + 750, + 706, + 0, + 665, + 0, + "*" + ], + [ + 782, + 734, + 0, + 735, + 0, + "MODEL" + ], + [ + 783, + 733, + 0, + 735, + 1, + "MODEL" + ], + [ + 784, + 735, + 0, + 465, + 0, + "MODEL" + ], + [ + 800, + 738, + 0, + 740, + 0, + "LATENT" + ], + [ + 805, + 786, + 0, + 742, + 3, + "IMAGE" + ], + [ + 810, + 749, + 0, + 750, + 0, + "*" + ], + [ + 811, + 751, + 0, + 752, + 0, + "*" + ], + [ + 813, + 747, + 0, + 754, + 0, + "*" + ], + [ + 814, + 746, + 0, + 755, + 0, + "*" + ], + [ + 816, + 741, + 0, + 759, + 0, + "*" + ], + [ + 818, + 767, + 0, + 769, + 0, + "*" + ], + [ + 823, + 791, + 0, + 771, + 3, + "IMAGE" + ], + [ + 824, + 742, + 0, + 774, + 0, + "CONDITIONING" + ], + [ + 825, + 771, + 0, + 774, + 1, + "CONDITIONING" + ], + [ + 826, + 742, + 1, + 775, + 0, + "CONDITIONING" + ], + [ + 827, + 771, + 1, + 775, + 1, + "CONDITIONING" + ], + [ + 828, + 744, + 0, + 776, + 0, + "*" + ], + [ + 829, + 745, + 0, + 777, + 0, + "*" + ], + [ + 837, + 768, + 0, + 788, + 0, + "IMAGE" + ], + [ + 840, + 786, + 0, + 789, + 0, + "IMAGE" + ], + [ + 841, + 791, + 0, + 790, + 0, + "IMAGE" + ], + [ + 846, + 793, + 0, + 794, + 0, + "IMAGE" + ], + [ + 856, + 803, + 0, + 804, + 0, + "IMAGE" + ], + [ + 863, + 774, + 0, + 812, + 0, + "*" + ], + [ + 864, + 775, + 0, + 813, + 0, + "*" + ], + [ + 865, + 814, + 0, + 816, + 0, + "*" + ], + [ + 868, + 827, + 0, + 824, + 0, + "*" + ], + [ + 871, + 830, + 0, + 827, + 2, + "IMAGE" + ], + [ + 872, + 828, + 0, + 827, + 3, + "IMAGE" + ], + [ + 874, + 823, + 0, + 828, + 0, + "IMAGE" + ], + [ + 875, + 828, + 0, + 829, + 0, + "IMAGE" + ], + [ + 876, + 823, + 0, + 830, + 0, + "IMAGE" + ], + [ + 877, + 863, + 0, + 830, + 1, + "IMAGE" + ], + [ + 878, + 862, + 0, + 830, + 2, + "IMAGE" + ], + [ + 879, + 861, + 0, + 830, + 3, + "IMAGE" + ], + [ + 881, + 832, + 0, + 831, + 1, + "MODEL" + ], + [ + 883, + 840, + 0, + 836, + 0, + "IMAGE" + ], + [ + 884, + 839, + 0, + 840, + 0, + "IMAGE" + ], + [ + 885, + 838, + 0, + 840, + 1, + "IMAGE" + ], + [ + 886, + 837, + 0, + 840, + 2, + "IMAGE" + ], + [ + 888, + 843, + 0, + 841, + 2, + "FACE_MODEL" + ], + [ + 889, + 847, + 0, + 841, + 3, + "FACE_BOOST" + ], + [ + 890, + 841, + 0, + 842, + 0, + "IMAGE" + ], + [ + 892, + 842, + 0, + 844, + 1, + "IMAGE" + ], + [ + 893, + 844, + 3, + 848, + 0, + "IMAGE" + ], + [ + 894, + 844, + 2, + 849, + 0, + "IMAGE" + ], + [ + 895, + 844, + 0, + 850, + 0, + "IMAGE" + ], + [ + 901, + 871, + 0, + 868, + 2, + "IMAGE" + ], + [ + 902, + 869, + 0, + 868, + 3, + "IMAGE" + ], + [ + 904, + 864, + 0, + 869, + 0, + "IMAGE" + ], + [ + 905, + 869, + 0, + 870, + 0, + "IMAGE" + ], + [ + 906, + 864, + 0, + 871, + 0, + "IMAGE" + ], + [ + 907, + 874, + 0, + 871, + 1, + "IMAGE" + ], + [ + 908, + 873, + 0, + 871, + 2, + "IMAGE" + ], + [ + 909, + 872, + 0, + 871, + 3, + "IMAGE" + ], + [ + 910, + 740, + 0, + 875, + 0, + "IMAGE" + ], + [ + 919, + 880, + 0, + 882, + 0, + "LATENT" + ], + [ + 920, + 884, + 0, + 882, + 1, + "LATENT" + ], + [ + 922, + 885, + 0, + 884, + 0, + "IMAGE" + ], + [ + 924, + 886, + 0, + 885, + 0, + "IMAGE" + ], + [ + 927, + 891, + 0, + 889, + 0, + "*" + ], + [ + 928, + 890, + 0, + 891, + 0, + "FLOAT" + ], + [ + 929, + 892, + 0, + 891, + 1, + "FLOAT" + ], + [ + 930, + 882, + 2, + 891, + 3, + "INT" + ], + [ + 943, + 900, + 0, + 793, + 0, + "LATENT" + ], + [ + 951, + 908, + 0, + 803, + 0, + "LATENT" + ], + [ + 957, + 788, + 0, + 786, + 0, + "IMAGE" + ], + [ + 958, + 788, + 0, + 791, + 0, + "IMAGE" + ], + [ + 959, + 748, + 0, + 912, + 0, + "*" + ], + [ + 962, + 746, + 0, + 913, + 0, + "*" + ], + [ + 963, + 913, + 0, + 745, + 0, + "CHATGLM3MODEL" + ], + [ + 964, + 913, + 0, + 744, + 0, + "CHATGLM3MODEL" + ], + [ + 966, + 914, + 0, + 915, + 0, + "*" + ], + [ + 967, + 915, + 0, + 738, + 0, + "MODEL" + ], + [ + 968, + 915, + 0, + 916, + 0, + "*" + ], + [ + 970, + 916, + 0, + 917, + 0, + "*" + ], + [ + 972, + 901, + 0, + 908, + 0, + "MODEL" + ], + [ + 973, + 917, + 0, + 901, + 0, + "MODEL" + ], + [ + 974, + 916, + 0, + 792, + 0, + "MODEL" + ], + [ + 975, + 792, + 0, + 900, + 0, + "MODEL" + ], + [ + 976, + 604, + 0, + 918, + 0, + "*" + ], + [ + 977, + 604, + 1, + 919, + 0, + "*" + ], + [ + 978, + 918, + 0, + 744, + 1, + "STRING" + ], + [ + 979, + 919, + 0, + 745, + 1, + "STRING" + ], + [ + 980, + 831, + 0, + 914, + 0, + "*" + ], + [ + 981, + 912, + 0, + 831, + 0, + "MODEL" + ], + [ + 982, + 744, + 0, + 920, + 0, + "*" + ], + [ + 983, + 745, + 0, + 921, + 0, + "*" + ], + [ + 988, + 922, + 0, + 738, + 1, + "CONDITIONING" + ], + [ + 989, + 923, + 0, + 738, + 2, + "CONDITIONING" + ], + [ + 990, + 922, + 0, + 924, + 0, + "*" + ], + [ + 991, + 923, + 0, + 925, + 0, + "*" + ], + [ + 994, + 925, + 0, + 900, + 2, + "CONDITIONING" + ], + [ + 995, + 924, + 0, + 900, + 1, + "CONDITIONING" + ], + [ + 996, + 924, + 0, + 926, + 0, + "*" + ], + [ + 997, + 926, + 0, + 908, + 1, + "CONDITIONING" + ], + [ + 998, + 925, + 0, + 927, + 0, + "*" + ], + [ + 999, + 927, + 0, + 908, + 2, + "CONDITIONING" + ], + [ + 1000, + 747, + 0, + 928, + 0, + "*" + ], + [ + 1001, + 928, + 0, + 929, + 0, + "*" + ], + [ + 1002, + 929, + 0, + 884, + 1, + "VAE" + ], + [ + 1003, + 929, + 0, + 930, + 0, + "*" + ], + [ + 1004, + 930, + 0, + 740, + 1, + "VAE" + ], + [ + 1005, + 930, + 0, + 931, + 0, + "*" + ], + [ + 1006, + 931, + 0, + 793, + 1, + "VAE" + ], + [ + 1007, + 931, + 0, + 932, + 0, + "*" + ], + [ + 1008, + 932, + 0, + 803, + 1, + "VAE" + ], + [ + 1009, + 751, + 0, + 933, + 0, + "*" + ], + [ + 1010, + 933, + 0, + 934, + 0, + "*" + ], + [ + 1011, + 934, + 0, + 868, + 5, + "CLIP_VISION" + ], + [ + 1013, + 749, + 0, + 935, + 0, + "*" + ], + [ + 1014, + 935, + 0, + 936, + 0, + "*" + ], + [ + 1015, + 936, + 0, + 868, + 1, + "IPADAPTER" + ], + [ + 1017, + 937, + 0, + 868, + 0, + "MODEL" + ], + [ + 1018, + 934, + 0, + 827, + 5, + "CLIP_VISION" + ], + [ + 1019, + 936, + 0, + 827, + 1, + "IPADAPTER" + ], + [ + 1021, + 882, + 0, + 938, + 0, + "*" + ], + [ + 1022, + 938, + 0, + 939, + 0, + "*" + ], + [ + 1023, + 939, + 0, + 940, + 0, + "*" + ], + [ + 1024, + 940, + 0, + 908, + 3, + "LATENT" + ], + [ + 1025, + 939, + 0, + 900, + 3, + "LATENT" + ], + [ + 1026, + 938, + 0, + 738, + 3, + "LATENT" + ], + [ + 1027, + 920, + 0, + 941, + 0, + "*" + ], + [ + 1028, + 921, + 0, + 942, + 0, + "*" + ], + [ + 1029, + 941, + 0, + 742, + 0, + "CONDITIONING" + ], + [ + 1030, + 941, + 0, + 771, + 0, + "CONDITIONING" + ], + [ + 1031, + 942, + 0, + 742, + 1, + "CONDITIONING" + ], + [ + 1032, + 942, + 0, + 771, + 1, + "CONDITIONING" + ], + [ + 1033, + 559, + 0, + 943, + 0, + "*" + ], + [ + 1034, + 559, + 1, + 944, + 0, + "*" + ], + [ + 1035, + 943, + 0, + 788, + 1, + "INT" + ], + [ + 1036, + 944, + 0, + 788, + 2, + "INT" + ], + [ + 1039, + 943, + 0, + 885, + 1, + "INT" + ], + [ + 1040, + 944, + 0, + 885, + 2, + "INT" + ], + [ + 1041, + 943, + 0, + 880, + 0, + "INT" + ], + [ + 1042, + 944, + 0, + 880, + 1, + "INT" + ], + [ + 1045, + 891, + 0, + 738, + 5, + "FLOAT" + ], + [ + 1046, + 891, + 0, + 900, + 5, + "FLOAT" + ], + [ + 1047, + 891, + 0, + 908, + 5, + "FLOAT" + ], + [ + 1048, + 740, + 0, + 841, + 0, + "IMAGE" + ], + [ + 1049, + 740, + 0, + 844, + 0, + "IMAGE" + ], + [ + 1050, + 741, + 0, + 948, + 0, + "*" + ], + [ + 1051, + 948, + 0, + 742, + 2, + "CONTROL_NET" + ], + [ + 1053, + 767, + 0, + 949, + 0, + "*" + ], + [ + 1054, + 949, + 0, + 771, + 2, + "CONTROL_NET" + ], + [ + 1055, + 814, + 0, + 950, + 0, + "*" + ], + [ + 1056, + 950, + 0, + 951, + 0, + "*" + ], + [ + 1057, + 951, + 0, + 738, + 4, + "INT" + ], + [ + 1059, + 951, + 0, + 952, + 0, + "*" + ], + [ + 1060, + 952, + 0, + 900, + 4, + "INT" + ], + [ + 1061, + 952, + 0, + 908, + 4, + "INT" + ], + [ + 1062, + 748, + 0, + 953, + 0, + "*" + ], + [ + 1063, + 953, + 0, + 937, + 0, + "*" + ], + [ + 1064, + 740, + 0, + 954, + 0, + "*" + ], + [ + 1066, + 793, + 0, + 955, + 0, + "*" + ], + [ + 1069, + 957, + 0, + 956, + 0, + "*" + ], + [ + 1072, + 740, + 0, + 957, + 0, + "IMAGE" + ], + [ + 1073, + 793, + 0, + 957, + 1, + "IMAGE" + ], + [ + 1074, + 803, + 0, + 957, + 2, + "IMAGE" + ], + [ + 1079, + 963, + 0, + 962, + 2, + "BOOLEAN" + ], + [ + 1080, + 963, + 0, + 964, + 2, + "BOOLEAN" + ], + [ + 1085, + 962, + 0, + 922, + 0, + "*" + ], + [ + 1086, + 964, + 0, + 923, + 0, + "*" + ], + [ + 1091, + 941, + 0, + 962, + 1, + "CONDITIONING" + ], + [ + 1092, + 942, + 0, + 964, + 1, + "CONDITIONING" + ], + [ + 1093, + 775, + 0, + 964, + 0, + "CONDITIONING" + ], + [ + 1094, + 774, + 0, + 962, + 0, + "CONDITIONING" + ], + [ + 1095, + 973, + 0, + 968, + 0, + "*" + ], + [ + 1096, + 972, + 0, + 969, + 0, + "IMAGE" + ], + [ + 1097, + 973, + 0, + 971, + 0, + "IMAGE" + ], + [ + 1098, + 983, + 0, + 973, + 0, + "IMAGE" + ], + [ + 1099, + 974, + 0, + 973, + 1, + "IMAGE" + ], + [ + 1100, + 980, + 0, + 975, + 0, + "NOISE" + ], + [ + 1101, + 978, + 0, + 975, + 1, + "GUIDER" + ], + [ + 1102, + 976, + 0, + 975, + 2, + "SAMPLER" + ], + [ + 1103, + 985, + 1, + 975, + 3, + "SIGMAS" + ], + [ + 1104, + 982, + 0, + 975, + 4, + "LATENT" + ], + [ + 1105, + 979, + 0, + 977, + 0, + "MODEL" + ], + [ + 1106, + 979, + 0, + 978, + 0, + "MODEL" + ], + [ + 1107, + 981, + 0, + 978, + 1, + "CONDITIONING" + ], + [ + 1108, + 969, + 0, + 982, + 0, + "IMAGE" + ], + [ + 1109, + 970, + 0, + 982, + 1, + "VAE" + ], + [ + 1110, + 975, + 0, + 983, + 0, + "LATENT" + ], + [ + 1111, + 970, + 0, + 983, + 1, + "VAE" + ], + [ + 1114, + 977, + 0, + 985, + 0, + "SIGMAS" + ], + [ + 1123, + 992, + 0, + 995, + 0, + "IMAGE" + ], + [ + 1129, + 1000, + 0, + 998, + 0, + "*" + ], + [ + 1130, + 999, + 0, + 1000, + 1, + "VAE" + ], + [ + 1131, + 1002, + 0, + 1000, + 0, + "IMAGE" + ], + [ + 1132, + 169, + 0, + 1001, + 1, + "VAE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1136, + 1001, + 0, + 32, + 0, + "*" + ], + [ + 1137, + 992, + 3, + 1002, + 1, + "INT" + ], + [ + 1138, + 992, + 4, + 1002, + 2, + "INT" + ], + [ + 1139, + 995, + 0, + 1002, + 0, + "IMAGE" + ], + [ + 1140, + 599, + 0, + 166, + 1, + "INT" + ], + [ + 1141, + 600, + 0, + 166, + 2, + "INT" + ], + [ + 1143, + 1004, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1144, + 1006, + 0, + 1003, + 1, + "INT" + ], + [ + 1145, + 1007, + 0, + 1003, + 2, + "INT" + ], + [ + 1146, + 1003, + 0, + 1005, + 0, + "*" + ], + [ + 1149, + 99, + 0, + 1008, + 1, + "IMAGE" + ], + [ + 1150, + 973, + 0, + 1008, + 0, + "IMAGE" + ], + [ + 1153, + 937, + 0, + 827, + 0, + "MODEL" + ], + [ + 1154, + 167, + 0, + 166, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3073, + 2011 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -9667, + 2934, + 2067, + 1101 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Low Sigma Shift Sampler", + "bounding": [ + -3433, + 1588, + 2112, + 1174 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5710, + 1578, + 2079, + 1225 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -7542, + 4043, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7548, + 1577, + 1770, + 1184 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -8951, + 1560, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + 764, + 2927, + 4058, + 1089 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS (2) IPadapter", + "bounding": [ + -5744, + -245, + 2983, + 1027 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "Create Face Model", + "bounding": [ + -9080, + 4456, + 1454, + 518 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Face Swap", + "bounding": [ + -2407, + -46, + 2614, + 848 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Basic", + "bounding": [ + -5745, + -1279, + 1911, + 889 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Sampler Garden", + "bounding": [ + -3713, + -1263, + 3915, + 928 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Cnet Config", + "bounding": [ + -7991, + -134, + 2141, + 807 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS conditioning", + "bounding": [ + -8851, + -1322, + 1175, + 595 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS latents", + "bounding": [ + -7618, + -1309, + 1760, + 900 + ], + "color": "#A88", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.1918176537727232, + "offset": [ + 9691.980625778375, + -897.6030049750827 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Boosted-Upscaler-V14.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Boosted-Upscaler-V14.json new file mode 100644 index 0000000..16155bc --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Boosted-Upscaler-V14.json @@ -0,0 +1,2974 @@ +{ + "last_node_id": 1217, + "last_link_id": 1509, + "nodes": [ + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6190.810318034915, + 1937.309462801205 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -6190.810318034915, + 1695.3094628012057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -6888.312355445803, + 2941.5730555966197 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -6168.312355445807, + 2841.57305559662 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -6168.312355445807, + 3001.573055596621 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -6428.312355445805, + 2881.5730555966206 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 29, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -6168.312355445807, + 2761.5730555966197 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -6728.312355445803, + 2921.5730555966197 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -5788.3123554458125, + 2891.5730555966206 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -5078.31235544581, + 2671.5730555966197 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 60, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1492 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -8960, + 2110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -8950, + 2440 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -6751.1669379997375, + 1857.4950931526344 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6451.1669379997375, + 1817.4950931526346 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -6908.116831170262, + 1872.9167726443422 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -8960, + 2300 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6187.896855999315, + 1775.4193697863432 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5095.896855999315, + 1608.4193697863439 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -6751.852267706611, + 2730.2350625686654 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 55, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1484 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6190.810318034915, + 2037.309462801205 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6191.896855999315, + 2183.419369786343 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -6840.273516483682, + 1656.0237329131007 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1495 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1004, + "type": "easy getNode", + "pos": [ + -7970, + 1490 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1143 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -7410, + 1530 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9130, + 2150 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9140, + 2350 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9540, + 2150 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9140, + 1990 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5490.896855999315, + 1647.4193697863439 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1489, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1488 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1484 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -5807.166937999737, + 1826.4950931526346 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1489 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -5676, + 2286 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1486 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1488 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -5654.689993957492, + 3371.375651938156 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1490 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -5468.312355445813, + 2711.5730555966197 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 59, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1491 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1492 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -6436, + 2852 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -6428, + 2822 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -6455, + 1741 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -6455, + 1779 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -6170, + 3257 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 39, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -6168.312355445807, + 3101.573055596621 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 28, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7650, + 1540 + ], + "size": { + "0": 212.93296813964844, + "1": 166.71075439453125 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 991570875040417, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -7970, + 1530 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1143 + }, + { + "name": "width", + "type": "INT", + "link": 1505, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1504, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1146 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1005, + "type": "easy setNode", + "pos": [ + -7923, + 1737 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1146 + } + ], + "title": "Set_model_fluxShift_upscale", + "properties": { + "previousName": "model_fluxShift_upscale" + }, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -7590, + 1736 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7410, + 1570 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -7273, + 1859 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -7270, + 2414 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7403, + 2158 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1499, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1507, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79, + 1486, + 1490 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -7608, + 2153 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -8035, + 2146 + ], + "size": { + "0": 259.93939208984375, + "1": 289.439697265625 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1210, + "type": "ImageResize+", + "pos": [ + -7400, + 1925 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1509, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1498, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1506, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1495 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8738, + 1706 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1496 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1500 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1217, + "type": "ImpactImageInfo", + "pos": [ + -8364, + 1609 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 1508 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1215, + "type": "Reroute", + "pos": [ + -8100, + 1710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1496, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1498, + 1499, + 1505 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1216, + "type": "Reroute", + "pos": [ + -8101, + 1733 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1500, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1504, + 1506, + 1507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -7897, + 2611 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -8631, + 2607 + ], + "size": { + "0": 615.3604125976562, + "1": 510.5350036621094 + }, + "flags": {}, + "order": 19, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -8332, + 3232 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 35, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 589, + "type": "Note", + "pos": [ + -9202, + 2585 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 20, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -8621, + 1921 + ], + "size": { + "0": 547.7219848632812, + "1": 513.2186889648438 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 1508, + 1509 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (4).png", + "image" + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8741, + "1": 1517, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 322.2654113769531, + "1": 130 + }, + "flags": {}, + "order": 22, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9427, + 1527 + ], + "size": { + "0": 599.1444702148438, + "1": 353.5550842285156 + }, + "flags": {}, + "order": 23, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Boosted-Upscaler-V14\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v6\n\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 1143, + 1004, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1146, + 1003, + 0, + 1005, + 0, + "*" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1484, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1486, + 64, + 0, + 1208, + 0, + "*" + ], + [ + 1488, + 1208, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1489, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 1490, + 64, + 0, + 1209, + 0, + "*" + ], + [ + 1491, + 1209, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1492, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1495, + 1210, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1496, + 559, + 0, + 1215, + 0, + "*" + ], + [ + 1498, + 1215, + 0, + 1210, + 1, + "INT" + ], + [ + 1499, + 1215, + 0, + 64, + 1, + "INT" + ], + [ + 1500, + 559, + 1, + 1216, + 0, + "*" + ], + [ + 1504, + 1216, + 0, + 1003, + 2, + "INT" + ], + [ + 1505, + 1215, + 0, + 1003, + 1, + "INT" + ], + [ + 1506, + 1216, + 0, + 1210, + 2, + "INT" + ], + [ + 1507, + 1216, + 0, + 64, + 2, + "INT" + ], + [ + 1508, + 51, + 0, + 1217, + 0, + "IMAGE" + ], + [ + 1509, + 51, + 0, + 1210, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -6961, + 1448, + 3045, + 1007 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -6959, + 2496, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -8671, + 2523, + 1677, + 953 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -8659, + 1433, + 1661, + 1048 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.44209936106503, + "offset": [ + 9738.773141830488, + -1470.159122113466 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Bridge-Kolors-ZENKAI-v69.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Bridge-Kolors-ZENKAI-v69.json new file mode 100644 index 0000000..337fcde --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Bridge-Kolors-ZENKAI-v69.json @@ -0,0 +1,14733 @@ +{ + "last_node_id": 1206, + "last_link_id": 1453, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3063.348149124651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 112, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -4931.9134620356, + 3220.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + -3835.9134620355962, + 3095.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 4, + "inputs": [ + { + "name": "*", + "type": "*", + "link": null + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + -4249.913462035597, + 3142.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3427.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 247, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1416 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + -1088.3614486870931, + 3167.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 213, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -2028.3614486870854, + 3307.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3287.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3247.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -2038.3614486870852, + 3337.1528843198066 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 191, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 230, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + -679.3614486870888, + 3127.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 257, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1416 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -9275.6767578125, + "1": 3063.3466796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 12, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": null + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3193.348149124652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6434.932781821737, + 1851.4890180741065 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 232, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6484.932781821737, + 1861.4890180741068 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9330, + 1810 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9690, + 1790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -7780, + 1370 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 137, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 192, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 231, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3725.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 198, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 139, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5261.002901054403, + 1802.373504041003 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 206, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + -5261.002901054403, + 1742.373504041003 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + -5261.002901054403, + 1702.373504041003 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + -4851.002901054401, + 1762.373504041003 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5251.002901054403, + 2182.3735040410033 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + -5571.002901054404, + 1792.373504041003 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5261.002901054403, + 1942.3735040410031 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + -5439.002901054404, + 2093.3735040410033 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -5649.219975170947, + 3398.497402857999 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -6249.740839704884, + 3035.721531305536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3365.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 164, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -5224.219975170947, + 3444.4974028579986 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6249.740839704884, + 3475.7215313055394 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 166, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6754.932781821737, + 1811.489018074107 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + 1258.7212004281391, + 3126.436393605571 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + 2063.721200428133, + 3169.436393605571 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 165, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + -4821.002901054401, + 1892.3735040410031 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 245, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut", + "properties": { + "previousName": "image_baseOut" + }, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -5944.932781821741, + 1851.4890180741065 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 249, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 579 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 26, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -7060.740839704886, + 3829.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 27, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03686_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5944.932781821741, + 1811.489018074107 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 233, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 579 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9330, + 2000 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 133, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -8490, + 1280 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -6488, + 3535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -6489.740839704884, + 3635.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 29, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6765.2546319744915, + 1771.9326348149432 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 641, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 642, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 519, + "type": "easy getNode", + "pos": [ + -8153.929198889939, + 1725.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 559 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 520, + "type": "easy getNode", + "pos": [ + -8153.929198889939, + 1755.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 560 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 589, + "type": "Note", + "pos": [ + 792.8920572614383, + 3010.3570861209027 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 32, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -9023.929198889942, + 1875.4506323882056 + ], + "size": { + "0": 320, + "1": 160 + }, + "flags": {}, + "order": 114, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 660, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , EndGate style an image of a sci - fi landscape with the sun in the middle of it" + ], + "(text\"JOHNSON\":1), female focus, diffuse light, , EndGate style an image of a sci - fi landscape with the sun in the middle of it" + ] + }, + { + "id": 544, + "type": "easy setNode", + "pos": [ + -8090, + 1350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 237, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 651 + } + ], + "title": "Set_str_POS_prompt", + "properties": { + "previousName": "str_POS_prompt" + }, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 546, + "type": "easy setNode", + "pos": [ + -8090, + 1390 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 239, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 652 + } + ], + "title": "Set_str_NEG_prompt", + "properties": { + "previousName": "str_NEG_prompt" + }, + "widgets_values": [ + "str_NEG_prompt" + ], + "color": "#223" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + 2064.721200428133, + 2999.4363936055715 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 110, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + 3895.697872832233, + 2043.7638612166188 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 201, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + 3895.697872832233, + 1953.7638612166181 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 222, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + 2615.6978728322356, + 1983.763861216618 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 200, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + 1605.6978728322345, + 1893.7638612166174 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 199, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + 4215.697872832231, + 1883.7638612166174 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 241, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + 1205.6978728322345, + 1963.7638612166181 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 167, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 706, + "type": "easy getNode", + "pos": [ + 1168.6978728322356, + 1737.7638612166159 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 750 + ], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + 1192.6978728322347, + 1889.7638612166174 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 113, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 750 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4871.002901054401, + 1802.373504041003 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 226, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 742, + "type": "ControlNetApplyAdvanced", + "pos": [ + -7300.748005305806, + 147.78304599593335 + ], + "size": { + "0": 339.614990234375, + "1": 166 + }, + "flags": {}, + "order": 271, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1029, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1031, + "label": "负面条件", + "slot_index": 1 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1051, + "label": "ControlNet", + "slot_index": 2 + }, + { + "name": "image", + "type": "IMAGE", + "link": 805, + "label": "图像", + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 824 + ], + "shape": 3, + "label": "正面条件", + "slot_index": 0 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 826 + ], + "shape": 3, + "label": "负面条件", + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.7000000000000001, + 0, + 0.9 + ] + }, + { + "id": 828, + "type": "IPAdapterNoise", + "pos": [ + -3451.050920437934, + 303.2101663179086 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 117, + "mode": 0, + "inputs": [ + { + "name": "image_optional", + "type": "IMAGE", + "link": 874 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 872, + 875 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "IPAdapterNoise" + }, + "widgets_values": [ + "shuffle", + 0.5, + 0 + ] + }, + { + "id": 829, + "type": "PreviewImage", + "pos": [ + -3441.050920437934, + 453.21016631790917 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 169, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 875 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 830, + "type": "ImpactMakeImageBatch", + "pos": [ + -3641.050920437934, + 253.21016631790835 + ], + "size": { + "0": 140, + "1": 106 + }, + "flags": {}, + "order": 118, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 876 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 877 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 878 + }, + { + "name": "image4", + "type": "IMAGE", + "link": 879 + }, + { + "name": "image5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 871 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 835, + "type": "MZ_KolorsCheckpointLoaderSimple", + "pos": [ + -10030, + -1330 + ], + "size": { + "0": 336, + "1": 78 + }, + "flags": {}, + "order": 34, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsCheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 869, + "type": "IPAdapterNoise", + "pos": [ + -4931.050920437936, + 163.21016631790818 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "image_optional", + "type": "IMAGE", + "link": 904 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 902, + 905 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "IPAdapterNoise" + }, + "widgets_values": [ + "shuffle", + 0.5, + 0 + ] + }, + { + "id": 870, + "type": "PreviewImage", + "pos": [ + -4931.050920437936, + 313.2101663179087 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 168, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 905 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 871, + "type": "ImpactMakeImageBatch", + "pos": [ + -5121.050920437937, + 33.21016631790839 + ], + "size": { + "0": 140, + "1": 106 + }, + "flags": {}, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "image1", + "type": "IMAGE", + "link": 906 + }, + { + "name": "image2", + "type": "IMAGE", + "link": 907 + }, + { + "name": "image3", + "type": "IMAGE", + "link": 908 + }, + { + "name": "image4", + "type": "IMAGE", + "link": 909 + }, + { + "name": "image5", + "type": "IMAGE", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 901 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImpactMakeImageBatch" + } + }, + { + "id": 874, + "type": "LoadImage", + "pos": [ + -5401.050920437934, + -56.789833682091206 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 907 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 816, + "type": "easy setNode", + "pos": [ + -7780, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 140, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 865 + } + ], + "title": "Set_seed_kolors", + "properties": { + "previousName": "seed_kolors" + }, + "widgets_values": [ + "seed_kolors" + ], + "color": "#223" + }, + { + "id": 752, + "type": "easy setNode", + "pos": [ + -9630, + -1040 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "CLIP_VISION", + "type": "CLIP_VISION", + "link": 811 + } + ], + "title": "Set_CLIP_VISION_kolors", + "properties": { + "previousName": "CLIP_VISION_kolors" + }, + "widgets_values": [ + "CLIP_VISION_kolors" + ], + "color": "#223" + }, + { + "id": 750, + "type": "easy setNode", + "pos": [ + -9630, + -1190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 123, + "mode": 0, + "inputs": [ + { + "name": "IPADAPTER", + "type": "IPADAPTER", + "link": 810 + } + ], + "title": "Set_IPAdapter_kolors", + "properties": { + "previousName": "IPAdapter_kolors" + }, + "widgets_values": [ + "IPAdapter_kolors" + ], + "color": "#223" + }, + { + "id": 754, + "type": "easy setNode", + "pos": [ + -9970, + -1180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 813 + } + ], + "title": "Set_vae_kolors", + "properties": { + "previousName": "vae_kolors" + }, + "widgets_values": [ + "vae_kolors" + ], + "color": "#223" + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -8490, + 1250 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 545, + "type": "easy getNode", + "pos": [ + -9024.117686530484, + 1765.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 657, + 658, + 660 + ], + "slot_index": 0 + } + ], + "title": "Get_str_POS_prompt", + "properties": {}, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 777, + "type": "easy setNode", + "pos": [ + -8412.255428747001, + -799.0620522038234 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 263, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 829 + } + ], + "title": "Set_condNeg_kolors", + "properties": { + "previousName": "condNeg_kolors" + }, + "widgets_values": [ + "condNeg_kolors" + ], + "color": "#223" + }, + { + "id": 884, + "type": "VAEEncode", + "pos": [ + -6933.812106810017, + -776.79601666957 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 219, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 922 + }, + { + "name": "vae", + "type": "VAE", + "link": 1002 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 920 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 885, + "type": "ImageResize+", + "pos": [ + -7163.812106810017, + -766.79601666957 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1452 + }, + { + "name": "width", + "type": "INT", + "link": 1039, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1040, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 922 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 889, + "type": "easy setNode", + "pos": [ + -6113.812106810013, + -1096.7960166695702 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 260, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 927 + } + ], + "title": "Set_f_denoise_kolors", + "properties": { + "previousName": "f_denoise_kolors" + }, + "widgets_values": [ + "f_denoise_kolors" + ], + "color": "#223" + }, + { + "id": 908, + "type": "KSampler", + "pos": [ + -1530.8655169451172, + -967.0177537292932 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 291, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 972 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 997 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 999 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1024 + }, + { + "name": "seed", + "type": "INT", + "link": 1061, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1047, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 951 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 263799038358872, + "randomize", + 20, + 0.3, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 875, + "type": "SaveImage", + "pos": [ + -4494.522224497905, + -1098.5794043330443 + ], + "size": { + "0": 555.7569580078125, + "1": 639.0599365234375 + }, + "flags": {}, + "order": 288, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 910 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 794, + "type": "SaveImage", + "pos": [ + -3030.8655169451163, + -1131.1731230410303 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 292, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 846 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 804, + "type": "SaveImage", + "pos": [ + -960.8655169451174, + -1117.0177537292934 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 297, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 856 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/kolors/bridge" + ] + }, + { + "id": 776, + "type": "easy setNode", + "pos": [ + -8412, + -919 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 261, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 828 + } + ], + "title": "Set_condPos_Kolors", + "properties": { + "previousName": "condPos_Kolors" + }, + "widgets_values": [ + "condPos_Kolors" + ], + "color": "#223" + }, + { + "id": 812, + "type": "easy setNode", + "pos": [ + -6440.748005305823, + 87.78304599593335 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 275, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 863 + } + ], + "title": "Set_condPos_cnet_kolors", + "properties": { + "previousName": "condPos_cnet_kolors" + }, + "widgets_values": [ + "condPos_cnet_kolors" + ], + "color": "#223" + }, + { + "id": 813, + "type": "easy setNode", + "pos": [ + -6440.748005305823, + 227.7830459959333 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 277, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 864 + } + ], + "title": "Set_condNeg_cnet_kolors", + "properties": { + "previousName": "condNeg_cnet_kolors" + }, + "widgets_values": [ + "condNeg_cnet_kolors" + ], + "color": "#223" + }, + { + "id": 887, + "type": "Note", + "pos": [ + -6638, + -988 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": { + "collapsed": false + }, + "order": 37, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 873, + "type": "LoadImage", + "pos": [ + -5671.050920437936, + -56.789833682091206 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 908 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 872, + "type": "LoadImage", + "pos": [ + -5661, + 323 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 909 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 864, + "type": "LoadImage", + "pos": [ + -5411.050920437934, + 323.21016631790866 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 904, + 906 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 862, + "type": "LoadImage", + "pos": [ + -4171.050920437936, + 3.210166317908409 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 878 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 863, + "type": "LoadImage", + "pos": [ + -3931.050920437936, + 3.210166317908409 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 877 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 823, + "type": "LoadImage", + "pos": [ + -3931.050920437936, + 383.2101663179092 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 874, + 876 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 861, + "type": "LoadImage", + "pos": [ + -4171.050920437936, + 383.2101663179092 + ], + "size": { + "0": 210, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 44, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 879 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03573_.png", + "image" + ] + }, + { + "id": 824, + "type": "easy setNode", + "pos": [ + -3052, + 539 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 868 + } + ], + "title": "Set_model_IPA_kolors", + "properties": { + "previousName": "model_IPA_kolors" + }, + "widgets_values": [ + "model_IPA_kolors" + ], + "color": "#223" + }, + { + "id": 786, + "type": "Zoe-DepthMapPreprocessor", + "pos": [ + -7300.748005305806, + -22.216954004066658 + ], + "size": { + "0": 210, + "1": 58.666709899902344 + }, + "flags": {}, + "order": 217, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 957 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 805, + 840 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Zoe-DepthMapPreprocessor" + }, + "widgets_values": [ + 1024 + ] + }, + { + "id": 790, + "type": "PreviewImage", + "pos": [ + -6918.74800530581, + 372.78304599593343 + ], + "size": { + "0": 321.5598449707031, + "1": 246 + }, + "flags": {}, + "order": 235, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 841 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 789, + "type": "PreviewImage", + "pos": [ + -7290.748005305806, + 372.78304599593343 + ], + "size": { + "0": 321.5598449707031, + "1": 246 + }, + "flags": {}, + "order": 234, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 840 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 788, + "type": "ImageResize+", + "pos": [ + -7564.7480053058025, + -20.216954004066658 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1453 + }, + { + "name": "width", + "type": "INT", + "link": 1035, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1036, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 957, + 958 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 1024, + 1024, + "lanczos", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 755, + "type": "easy setNode", + "pos": [ + -9624, + -885 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "CHATGLM3MODEL", + "type": "CHATGLM3MODEL", + "link": 814 + } + ], + "title": "Set_chatglm3", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "chatglm3" + ], + "color": "#223" + }, + { + "id": 769, + "type": "easy setNode", + "pos": [ + -9989, + -889 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "link": 818 + } + ], + "title": "Set_controlnet_canny_kolors", + "properties": { + "previousName": "controlnet_canny_kolors" + }, + "widgets_values": [ + "controlnet_canny_kolors" + ], + "color": "#223" + }, + { + "id": 759, + "type": "easy setNode", + "pos": [ + -9990, + -1030 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "link": 816 + } + ], + "title": "Set_controlnet_depth_kolors", + "properties": { + "previousName": "controlnet_depth_kolors" + }, + "widgets_values": [ + "controlnet_depth_kolors" + ], + "color": "#223" + }, + { + "id": 913, + "type": "Reroute", + "pos": [ + -8825, + -1265 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 962 + } + ], + "outputs": [ + { + "name": "", + "type": "CHATGLM3MODEL", + "links": [ + 963, + 964 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 917, + "type": "Reroute", + "pos": [ + -1651, + -1381 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 254, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 970 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 973 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 916, + "type": "Reroute", + "pos": [ + -3666.301059877698, + -1387.0033106614019 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 243, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 968 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 970, + 974 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 792, + "type": "PerturbedAttentionGuidance", + "pos": [ + -3607, + -1129 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 255, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 974 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 975 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "PerturbedAttentionGuidance" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 914, + "type": "Reroute", + "pos": [ + -7593, + -1400 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 203, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 980 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 966 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 918, + "type": "Reroute", + "pos": [ + -8825, + -1226 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 238, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 976, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 978 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 919, + "type": "Reroute", + "pos": [ + -8825, + -1191 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 240, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 977, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "STRING", + "links": [ + 979 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 745, + "type": "MZ_ChatGLM3_V2", + "pos": [ + -8642.255428747001, + -889.0620522038239 + ], + "size": { + "0": 391.6485595703125, + "1": 54 + }, + "flags": {}, + "order": 253, + "mode": 0, + "inputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "link": 963, + "label": "chatglm3_model", + "slot_index": 0 + }, + { + "name": "text", + "type": "STRING", + "link": 979, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 829, + 983 + ], + "shape": 3, + "label": "CONDITIONING", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3_V2" + }, + "widgets_values": [ + "Wrong limbs, wrong anatomy" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 922, + "type": "Reroute", + "pos": [ + -5940, + -1470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 279, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1085 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 988, + 990 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 923, + "type": "Reroute", + "pos": [ + -5940, + -1440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 280, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1086 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 989, + 991 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 924, + "type": "Reroute", + "pos": [ + -3930, + -1470 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 281, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 990 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 995, + 996 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 926, + "type": "Reroute", + "pos": [ + -1923.8143571200526, + -1453.092585812985 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 284, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 996 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 997 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 925, + "type": "Reroute", + "pos": [ + -3930, + -1440 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 283, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 991 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 994, + 998 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 927, + "type": "Reroute", + "pos": [ + -1924, + -1423 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 287, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 998 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 999 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 747, + "type": "VAELoader", + "pos": [ + -9980, + -1140 + ], + "size": { + "0": 282.26361083984375, + "1": 61.20377731323242 + }, + "flags": {}, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 813, + 1000 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 928, + "type": "Reroute", + "pos": [ + -9490, + -1510 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1000 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1001 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 929, + "type": "Reroute", + "pos": [ + -7593, + -1499 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1001 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1002, + 1003 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 930, + "type": "Reroute", + "pos": [ + -5729, + -1492 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1003 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1004, + 1005 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 931, + "type": "Reroute", + "pos": [ + -3675, + -1489 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 223, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1005 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1006, + 1007 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 751, + "type": "CLIPVisionLoader", + "pos": [ + -9630, + -1000 + ], + "size": { + "0": 278.2551574707031, + "1": 58 + }, + "flags": {}, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "CLIP_VISION", + "type": "CLIP_VISION", + "links": [ + 811, + 1009 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPVisionLoader" + }, + "widgets_values": [ + "kolors\\pytorch_model.bin" + ] + }, + { + "id": 933, + "type": "Reroute", + "pos": [ + -8600, + 807 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1009 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP_VISION", + "links": [ + 1010 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 749, + "type": "IPAdapterModelLoader", + "pos": [ + -9630, + -1140 + ], + "size": { + "0": 282.26361083984375, + "1": 58 + }, + "flags": {}, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "IPADAPTER", + "type": "IPADAPTER", + "links": [ + 810, + 1013 + ], + "shape": 3, + "label": "IPAdapter", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "IPAdapterModelLoader" + }, + "widgets_values": [ + "kolors\\ip_adapter_plus_general.bin" + ] + }, + { + "id": 935, + "type": "Reroute", + "pos": [ + -8595, + 781 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 124, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1013 + } + ], + "outputs": [ + { + "name": "", + "type": "IPADAPTER", + "links": [ + 1014 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 915, + "type": "Reroute", + "pos": [ + -5725.577130860394, + -1399.6947569221063 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 224, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 966 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 967, + 968 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 934, + "type": "Reroute", + "pos": [ + -5663, + 812 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1010 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP_VISION", + "links": [ + 1011, + 1018 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 936, + "type": "Reroute", + "pos": [ + -5661, + 793 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 172, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1014 + } + ], + "outputs": [ + { + "name": "", + "type": "IPADAPTER", + "links": [ + 1015, + 1019 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 939, + "type": "Reroute", + "pos": [ + -3929, + -1508 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 259, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1022 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1023, + 1025 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 938, + "type": "Reroute", + "pos": [ + -5938, + -1520 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 250, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1021 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1022, + 1026 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 921, + "type": "Reroute", + "pos": [ + -8090, + -780 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 264, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 983 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1028 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 943, + "type": "Reroute", + "pos": [ + -7612, + -384 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1033, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1035, + 1039, + 1041 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 944, + "type": "Reroute", + "pos": [ + -7609, + -346 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1034, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1036, + 1040, + 1042 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 947, + "type": "Reroute", + "pos": [ + -5715.544662287389, + -1329.9123771227898 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": null + } + ], + "outputs": [ + { + "name": "", + "type": "*", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 948, + "type": "Reroute", + "pos": [ + -7945.261623358604, + -13.40486797048515 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1050 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1051 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 767, + "type": "MZ_KolorsControlNetLoader", + "pos": [ + -9980, + -850 + ], + "size": { + "0": 285.6000061035156, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 818, + 1053 + ], + "shape": 3, + "label": "CONTROL_NET", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsControlNetLoader" + }, + "widgets_values": [ + "kolors\\Kolors_controlnet_canny.safetensors" + ] + }, + { + "id": 949, + "type": "Reroute", + "pos": [ + -7940.938191823278, + 23.022188059047025 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1053, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1054 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 952, + "type": "Reroute", + "pos": [ + -3666.1655090720187, + -295.25954263073436 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 208, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1059, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1060, + 1061 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 748, + "type": "MZ_KolorsUNETLoaderV2", + "pos": [ + -9630, + -1300 + ], + "size": { + "0": 373.7890319824219, + "1": 58 + }, + "flags": {}, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "model", + "type": "MODEL", + "links": [ + 959, + 1062 + ], + "shape": 3, + "label": "model", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsUNETLoaderV2" + }, + "widgets_values": [ + "Kolors\\diffusion_pytorch_model.fp16.safetensors" + ] + }, + { + "id": 954, + "type": "easy setNode", + "pos": [ + -4773, + -1012 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 289, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1064 + } + ], + "title": "Set_image_kolors_base", + "properties": { + "previousName": "image_kolors_base" + }, + "widgets_values": [ + "image_kolors_base" + ], + "color": "#223" + }, + { + "id": 900, + "type": "KSampler", + "pos": [ + -3599.8655169451163, + -985.1731230410298 + ], + "size": { + "0": 315, + "1": 262 + }, + "flags": {}, + "order": 286, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 975 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 995 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 994 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1025 + }, + { + "name": "seed", + "type": "INT", + "link": 1060, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1046, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 943 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 434938238824169, + "randomize", + 20, + 3.5, + "dpmpp_2m_alt", + "sgm_uniform", + 1 + ] + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4604.187236106894, + 1767.4349180310865 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 244, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + 2905.6978728322347, + 1893.7638612166174 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 221, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -8166.1176865304815, + 1694.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -8062.1176865304815, + 1951.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 175, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5581.187236106896, + 1822.4349180310865 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 740, + "type": "VAEDecode", + "pos": [ + -4786, + -1108 + ], + "size": { + "0": 220, + "1": 50 + }, + "flags": {}, + "order": 285, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 800, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1004, + "label": "VAE", + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 910, + 1064 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 803, + "type": "VAEDecode", + "pos": [ + -1176.6204031059494, + -967.2148696910011 + ], + "size": { + "0": 140, + "1": 46 + }, + "flags": {}, + "order": 295, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 951, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1008, + "label": "VAE", + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 856 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + -5553.187236106896, + 1742.4349180310865 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 827, + "type": "MZ_IPAdapterAdvancedKolors", + "pos": [ + -3191.0509204379346, + 213.21016631790795 + ], + "size": { + "0": 315, + "1": 278 + }, + "flags": {}, + "order": 205, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1153 + }, + { + "name": "ipadapter", + "type": "IPADAPTER", + "link": 1019 + }, + { + "name": "image", + "type": "IMAGE", + "link": 871 + }, + { + "name": "image_negative", + "type": "IMAGE", + "link": 872 + }, + { + "name": "attn_mask", + "type": "MASK", + "link": null + }, + { + "name": "clip_vision", + "type": "CLIP_VISION", + "link": 1018 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 868 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_IPAdapterAdvancedKolors" + }, + "widgets_values": [ + 0.6, + "linear", + "add", + 0, + 1, + "V only" + ] + }, + { + "id": 950, + "type": "Reroute", + "pos": [ + -7612, + -277 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1055, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1056 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 951, + "type": "Reroute", + "pos": [ + -5701, + -299 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1056, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1057, + 1059 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 920, + "type": "Reroute", + "pos": [ + -8090, + -810 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 262, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 982 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1027 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 880, + "type": "EmptyLatentImage", + "pos": [ + -6934, + -1212 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1041, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1042, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 919 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 738, + "type": "KSampler", + "pos": [ + -5165, + -1099 + ], + "size": { + "0": 315, + "1": 475 + }, + "flags": {}, + "order": 282, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 967, + "label": "模型", + "slot_index": 0 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 988, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 989, + "label": "负面条件", + "slot_index": 2 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1026, + "label": "Latent", + "slot_index": 3 + }, + { + "name": "seed", + "type": "INT", + "link": 1057, + "widget": { + "name": "seed" + } + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1045, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 800 + ], + "shape": 3, + "label": "Latent", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 1005237524116490, + "fixed", + 25, + 4.54, + "euler", + "ddim_uniform", + 1 + ] + }, + { + "id": 832, + "type": "easy getNode", + "pos": [ + -8091, + -1053 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 881 + ], + "slot_index": 0 + } + ], + "title": "Get_model_IPA_kolors", + "properties": {}, + "widgets_values": [ + "model_IPA_kolors" + ], + "color": "#223" + }, + { + "id": 868, + "type": "MZ_IPAdapterAdvancedKolors", + "pos": [ + -4671.050920437936, + -6.789833682091598 + ], + "size": { + "0": 315, + "1": 278 + }, + "flags": {}, + "order": 204, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1017 + }, + { + "name": "ipadapter", + "type": "IPADAPTER", + "link": 1015 + }, + { + "name": "image", + "type": "IMAGE", + "link": 901 + }, + { + "name": "image_negative", + "type": "IMAGE", + "link": 902 + }, + { + "name": "attn_mask", + "type": "MASK", + "link": null + }, + { + "name": "clip_vision", + "type": "CLIP_VISION", + "link": 1011 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_IPAdapterAdvancedKolors" + }, + "widgets_values": [ + 0.5, + "strong style transfer", + "average", + 0, + 1, + "V only" + ] + }, + { + "id": 941, + "type": "Reroute", + "pos": [ + -7970, + -220 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 268, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1027 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1029, + 1030, + 1091 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 942, + "type": "Reroute", + "pos": [ + -7970, + -180 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 269, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1028 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1031, + 1032, + 1092 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 775, + "type": "ConditioningCombine", + "pos": [ + -6480.748005305823, + 147.78304599593335 + ], + "size": { + "0": 244.09779357910156, + "1": 46 + }, + "flags": {}, + "order": 274, + "mode": 0, + "inputs": [ + { + "name": "conditioning_1", + "type": "CONDITIONING", + "link": 826 + }, + { + "name": "conditioning_2", + "type": "CONDITIONING", + "link": 827 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 864, + 1093 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ConditioningCombine" + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 774, + "type": "ConditioningCombine", + "pos": [ + -6480.748005305823, + 7.7830459959333425 + ], + "size": { + "0": 246.88563537597656, + "1": 46 + }, + "flags": {}, + "order": 273, + "mode": 0, + "inputs": [ + { + "name": "conditioning_1", + "type": "CONDITIONING", + "link": 824 + }, + { + "name": "conditioning_2", + "type": "CONDITIONING", + "link": 825 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 863, + 1094 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ConditioningCombine" + }, + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 962, + "type": "Switch conditioning [Crystools]", + "pos": [ + -6112, + 7 + ], + "size": { + "0": 210, + "1": 74 + }, + "flags": {}, + "order": 276, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "CONDITIONING", + "link": 1094 + }, + { + "name": "on_false", + "type": "CONDITIONING", + "link": 1091 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 1079, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "links": [ + 1085 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Switch conditioning [Crystools]" + }, + "widgets_values": [ + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 964, + "type": "Switch conditioning [Crystools]", + "pos": [ + -6107, + 148 + ], + "size": { + "0": 210, + "1": 74 + }, + "flags": {}, + "order": 278, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "CONDITIONING", + "link": 1093 + }, + { + "name": "on_false", + "type": "CONDITIONING", + "link": 1092 + }, + { + "name": "boolean", + "type": "BOOLEAN", + "link": 1080, + "widget": { + "name": "boolean" + } + } + ], + "outputs": [ + { + "name": "conditioning", + "type": "CONDITIONING", + "links": [ + 1086 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Switch conditioning [Crystools]" + }, + "widgets_values": [ + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9510, + 1690 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9500, + 1850 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 998, + "type": "easy setNode", + "pos": [ + -6728.458874126071, + 2557.1858013259407 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 1129 + } + ], + "title": "Set_latent_img2img_base_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "latent_img2img_base_0" + ], + "color": "#223" + }, + { + "id": 1000, + "type": "VHS_VAEEncodeBatched", + "pos": [ + -6738.458874126071, + 2437.1858013259407 + ], + "size": { + "0": 226.8000030517578, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 207, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1131 + }, + { + "name": "vae", + "type": "*", + "link": 1130 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1129 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 4 + } + }, + { + "id": 999, + "type": "easy getNode", + "pos": [ + -6738.458874126071, + 2397.1858013259407 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1130 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1002, + "type": "ImageResize+", + "pos": [ + -6996.458874126071, + 2440.1858013259407 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1139 + }, + { + "name": "width", + "type": "INT", + "link": 1137, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1138, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1131 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -6760.458874126071, + 2181.1858013259407 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 193, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1132 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135, + 1136 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -6753.458874126071, + 2271.1858013259407 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 1136 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -6764.458874126071, + 2142.1858013259407 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1132 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -6990.458874126071, + 2179.1858013259407 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1427 + }, + { + "name": "width", + "type": "INT", + "link": 1140, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1141, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 599, + "type": "easy getNode", + "pos": [ + -7289.458874126071, + 1796.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 641, + 1140 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 600, + "type": "easy getNode", + "pos": [ + -7291.458874126071, + 1830.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 642, + 1141 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 992, + "type": "UltimateVideoLoader", + "pos": [ + -7309.458874126071, + 2487.1858013259407 + ], + "size": [ + 210, + 306 + ], + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "images", + "type": "IMAGE", + "links": [ + 1123 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "fps", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 1137 + ], + "shape": 3, + "slot_index": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 1138 + ], + "shape": 3, + "slot_index": 4 + } + ], + "properties": { + "Node name for S&R": "UltimateVideoLoader" + }, + "widgets_values": { + "source": "fileupload", + "youtube_url": "youtube/url/here", + "video": "X://insert/path/here.mp4", + "upload": "20230528-213534_with_snd.mp4", + "start_sec": 0, + "end_sec": 0, + "max_fps": 1, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 50, + "width": 512, + "height": 512, + "frame_count": 1, + "fps": 10, + "choose video to upload": "image", + "videopreview": { + "hidden": true, + "paused": false, + "params": { + "frame_load_cap": 50, + "end_sec": 0, + "start_sec": 0, + "filename": "20230528-213534_with_snd.mp4", + "type": "input", + "format": "video/mp4", + "max_fps": 1 + } + } + } + }, + { + "id": 995, + "type": "easy imageBatchToImageList", + "pos": [ + -7305.458874126071, + 2417.1858013259407 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1123 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1139 + ], + "shape": 6, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "easy imageBatchToImageList" + } + }, + { + "id": 1004, + "type": "easy getNode", + "pos": [ + -6720, + 3070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 61, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1143 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1006, + "type": "easy getNode", + "pos": [ + -6710, + 3100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1144 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1007, + "type": "easy getNode", + "pos": [ + -6710, + 3130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 63, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1145 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1005, + "type": "easy setNode", + "pos": [ + -6620, + 3330 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 179, + "mode": 4, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1146 + } + ], + "title": "Set_model_fluxShift_upscale", + "properties": { + "previousName": "model_fluxShift_upscale" + }, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 909, + "type": "Note", + "pos": [ + -8094, + -1045 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 64, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "IPadapter Toggle" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 891, + "type": "ImpactSwitch", + "pos": [ + -6114, + -1137 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 251, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 928 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 929 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 930, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 927, + 1045, + 1046, + 1047 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 937, + "type": "Reroute", + "pos": [ + -5703, + -329 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 174, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1063 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1017, + 1153 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 953, + "type": "Reroute", + "pos": [ + -8183, + -330 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 128, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1062 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1063 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7845, + 1254 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 65, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 787783426769987, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 768, + "type": "LoadImage", + "pos": [ + -7951, + 262 + ], + "size": { + "0": 315, + "1": 315 + }, + "flags": {}, + "order": 66, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "label": "图像", + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "label": "遮罩" + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 886, + "type": "LoadImage", + "pos": [ + -7566, + -782 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 67, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 890, + "type": "Primitive float [Crystools]", + "pos": [ + -6370, + -1223 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 68, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 928 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6212.458874126071, + 1691.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 69, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 109, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -5190, + 3283 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929, + 3301 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 214, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4232, + 3173 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 248, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3837, + 3134 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 258, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -6710, + 3160 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 136, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1143 + }, + { + "name": "width", + "type": "INT", + "link": 1144, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1145, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1146 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 822, + "type": "Note", + "pos": [ + -8906, + 975 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 71, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "koda-Kolors-Zero-Legacy-v83\n\nVideo: https://www.youtube.com/watch?v=uHYhw-2xBiw\nWorkflow: https://civitai.com/models/589666\n\nhttps://www.fivebelowfive.uk\n\nKoda Pack v6\nNew Base Model - Kolors (legacy)\n\nKolors Sampler Garden - Perturbed cnet fix\nKolors Control Net Canny & Depth\nAdded face swap with occulusion and boost\nNew 3 step upscaling process with colormatching\n\nfull instructions on workflow links\nprevious pack version videos:\n\nV5 Video: https://www.youtube.com/watch?v=Oh1qCxg3u38\nV4 Video: https://www.youtube.com/watch?v=MCjGKy3qqe8\nV3 Video: https://www.youtube.com/watch?v=3-7FWMO1J4c\nV2 Video: https://www.youtube.com/watch?v=QbUs9_eYgLM\nV1 Video: https://www.youtube.com/watch?v=3Vcdg5ocjO4\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9236, + 1401 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 72, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 791, + "type": "CannyEdgePreprocessor", + "pos": [ + -6940.748005305809, + -42.21695400406671 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 958 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 823, + 841 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CannyEdgePreprocessor" + }, + "widgets_values": [ + 100, + 200, + 1024 + ] + }, + { + "id": 814, + "type": "easy seed", + "pos": [ + -7840, + 980 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 73, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 865, + 1055 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "KOLORS seed", + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 822292494148137, + "fixed", + null + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1042, + "type": "CheckpointLoaderSimple", + "pos": [ + 774.9356239480333, + 580.1009901917615 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 74, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1234 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1235 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\realvis_juggernaut_hermite.safetensors" + ] + }, + { + "id": 1044, + "type": "CLIPTextEncode", + "pos": [ + 1394.9356239480333, + 830.100990191762 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 184, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1216 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1241 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "" + ] + }, + { + "id": 1045, + "type": "EmptyLatentImage", + "pos": [ + 774.9356239480333, + 940.1009901917627 + ], + "size": { + "0": 315, + "1": 106 + }, + "flags": {}, + "order": 75, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1238 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1046, + "type": "VAELoader", + "pos": [ + 774.9356239480333, + 720.100990191761 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 76, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1236 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "sdxl_vae_fixed.safetensors" + ] + }, + { + "id": 1047, + "type": "MeshGraphormer-DepthMapPreprocessor", + "pos": [ + 2654.935623948034, + 690.1009901917612 + ], + "size": { + "0": 315, + "1": 222 + }, + "flags": {}, + "order": 147, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1217 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1218, + 1228 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "INPAINTING_MASK", + "type": "MASK", + "links": [ + 1219, + 1230 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "MeshGraphormer-DepthMapPreprocessor" + }, + "widgets_values": [ + 30, + 512, + "tight_bboxes", + 20, + 88, + 0.6, + 0.6 + ] + }, + { + "id": 1048, + "type": "PreviewImage", + "pos": [ + 3394.9356239480344, + 540.1009901917612 + ], + "size": { + "0": 210, + "1": 250 + }, + "flags": {}, + "order": 188, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1218 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1049, + "type": "MaskToImage", + "pos": [ + 3124.935623948035, + 840.100990191762 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 189, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1219 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1220 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MaskToImage" + } + }, + { + "id": 1050, + "type": "PreviewImage", + "pos": [ + 3394.9356239480344, + 830.100990191762 + ], + "size": { + "0": 210, + "1": 250 + }, + "flags": {}, + "order": 212, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1220 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1051, + "type": "KSampler", + "pos": [ + 3754.935623948035, + 440.10099019176124 + ], + "size": { + "0": 320, + "1": 470 + }, + "flags": {}, + "order": 256, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1221 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 1222 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1223 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1224, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSampler" + }, + "widgets_values": [ + 588330301518907, + "randomize", + 30, + 8, + "dpmpp_2m", + "karras", + 1 + ] + }, + { + "id": 1052, + "type": "ControlNetApplyAdvanced", + "pos": [ + 3054.935623948035, + 630.1009901917614 + ], + "size": { + "0": 315, + "1": 166 + }, + "flags": {}, + "order": 246, + "mode": 4, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1225 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1226 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1227, + "slot_index": 2 + }, + { + "name": "image", + "type": "IMAGE", + "link": 1228 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 1222 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 1223 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.8, + 0, + 0.8 + ] + }, + { + "id": 1053, + "type": "ControlNetLoader", + "pos": [ + 774.9356239480333, + 830.100990191762 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 77, + "mode": 4, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 1237 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ControlNetLoader" + }, + "widgets_values": [ + "controlnet_loras\\control-lora-depth-rank128.safetensors" + ] + }, + { + "id": 1054, + "type": "SetLatentNoiseMask", + "pos": [ + 3384.9356239480344, + 1140.1009901917603 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 211, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1229 + }, + { + "name": "mask", + "type": "MASK", + "link": 1230 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1224 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "SetLatentNoiseMask" + } + }, + { + "id": 1055, + "type": "VAEDecode", + "pos": [ + 4124.935623948036, + 440.10099019176124 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 266, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1231 + }, + { + "name": "vae", + "type": "VAE", + "link": 1232 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1233 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1056, + "type": "SaveImage", + "pos": [ + 4374.935623948038, + 440.10099019176124 + ], + "size": { + "0": 636.1807250976562, + "1": 624.227294921875 + }, + "flags": {}, + "order": 270, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1233 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1057, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 210.10099019176087 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 142, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1234 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1243 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1058, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 240.100990191761 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 143, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1235 + } + ], + "outputs": [ + { + "name": "", + "type": "CLIP", + "links": [ + 1215, + 1216 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1059, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 270.1009901917611 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 145, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1236 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1244, + 1247 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1060, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 300.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 146, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1237 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1245 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1061, + "type": "Reroute", + "pos": [ + 1254.9356239480333, + 350.10099019176107 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 144, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1238 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": null + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1062, + "type": "Reroute", + "pos": [ + 1934.935623948037, + 450.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 209, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1239 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1240 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1063, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 450.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 228, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1240 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1225 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1064, + "type": "Reroute", + "pos": [ + 1924.935623948037, + 470.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 210, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1241 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1242 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1065, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 480.10099019176124 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 229, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1242 + } + ], + "outputs": [ + { + "name": "", + "type": "CONDITIONING", + "links": [ + 1226 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1066, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 220.10099019176127 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 182, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1243 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 1221 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1067, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 270.1009901917611 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 185, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1244 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1232 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1068, + "type": "Reroute", + "pos": [ + 2914.9356239480353, + 310.1009901917613 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 187, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1245 + } + ], + "outputs": [ + { + "name": "", + "type": "CONTROL_NET", + "links": [ + 1227 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1069, + "type": "Note", + "pos": [ + 684.9356239480337, + 210.10099019176087 + ], + "size": { + "0": 440.21527099609375, + "1": 260.7341003417969 + }, + "flags": {}, + "order": 78, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "SDXL-Hands-Correction-v4\n\ngenerated an image, then fixed the hand.\npre-release workflow.\n\nimage input\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj " + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1070, + "type": "LoadImage", + "pos": [ + 1934.935623948037, + 690.1009901917612 + ], + "size": { + "0": 315, + "1": 314.0000305175781 + }, + "flags": {}, + "order": 79, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1217, + 1246 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03724_.png", + "image" + ] + }, + { + "id": 1071, + "type": "VAEEncode", + "pos": [ + 2664.935623948034, + 960.1009901917627 + ], + "size": { + "0": 304.1658020019531, + "1": 46 + }, + "flags": {}, + "order": 186, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1246 + }, + { + "name": "vae", + "type": "VAE", + "link": 1247 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1229 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1043, + "type": "CLIPTextEncode", + "pos": [ + 1384.9356239480333, + 580.1009901917615 + ], + "size": { + "0": 400, + "1": 200 + }, + "flags": {}, + "order": 183, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1215 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1239 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncode" + }, + "widgets_values": [ + "man waving hands" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9880, + 1700 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 80, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9870, + 1860 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 81, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 940, + "type": "Reroute", + "pos": [ + -1927, + -1491 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 267, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1023 + } + ], + "outputs": [ + { + "name": "", + "type": "LATENT", + "links": [ + 1024 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 912, + "type": "Reroute", + "pos": [ + -8836, + -1403 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 127, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 959 + } + ], + "outputs": [ + { + "name": "", + "type": "MODEL", + "links": [ + 981 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 744, + "type": "MZ_ChatGLM3_Advance_V2", + "pos": [ + -8647, + -1197 + ], + "size": { + "0": 400, + "1": 240 + }, + "flags": {}, + "order": 252, + "mode": 0, + "inputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "link": 964, + "label": "chatglm3_model", + "slot_index": 0 + }, + { + "name": "text", + "type": "STRING", + "link": 978, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 828, + 982 + ], + "shape": 3, + "label": "CONDITIONING", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3_Advance_V2" + }, + "widgets_values": [ + "", + 1024, + 1024, + 0, + 0, + 1024, + 1024 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 746, + "type": "MZ_ChatGLM3Loader", + "pos": [ + -9630, + -850 + ], + "size": { + "0": 284.8618469238281, + "1": 58 + }, + "flags": {}, + "order": 82, + "mode": 0, + "outputs": [ + { + "name": "chatglm3_model", + "type": "CHATGLM3MODEL", + "links": [ + 814, + 962 + ], + "shape": 3, + "label": "chatglm3_model", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_ChatGLM3Loader" + }, + "widgets_values": [ + "checkpoints\\chatglm3-8bit.safetensors" + ] + }, + { + "id": 932, + "type": "Reroute", + "pos": [ + -1656, + -1471 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 242, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1007 + } + ], + "outputs": [ + { + "name": "", + "type": "VAE", + "links": [ + 1008 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 741, + "type": "MZ_KolorsControlNetLoader", + "pos": [ + -9980, + -1000 + ], + "size": { + "0": 285.6000061035156, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 83, + "mode": 0, + "outputs": [ + { + "name": "CONTROL_NET", + "type": "CONTROL_NET", + "links": [ + 816, + 1050 + ], + "shape": 3, + "label": "CONTROL_NET", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "MZ_KolorsControlNetLoader" + }, + "widgets_values": [ + "kolors\\Kolors_controlnet_depth.safetensors" + ] + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -8654, + 1691 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 84, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8675, + 1728 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 657, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 658, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1405 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -8521, + 1888 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 1405 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 106, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -1770, + 3743 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 163, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3097.152884319805 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 85, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 1414 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -2351.9013609478916, + 3215.8148912918514 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 154, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1414 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 138, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -4933, + 3709 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 180, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -5654.270082000422, + 3084.075723366291 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 86, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1420 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -5581.376660484367, + 3181.604363126757 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 155, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1420 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6474.932781821737, + 1741.489018074107 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 215, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7317, + 2177 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 87, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "Ducreux (2) (1).png", + "image" + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -6780, + "1": 1070, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 288.0843811035156, + "1": 226 + }, + "flags": {}, + "order": 88, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7150, + "1": 1090, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 336.8163146972656, + "1": 202 + }, + "flags": {}, + "order": 89, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 603, + "type": "easy getNode", + "pos": [ + -7311.552250674866, + 2057.115794858061 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 90, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1427 + ], + "slot_index": 0 + } + ], + "title": "Get_image_kolors_2Malt", + "properties": {}, + "widgets_values": [ + "image_kolors_2Malt" + ], + "color": "#223" + }, + { + "id": 1188, + "type": "Text Random Line", + "pos": [ + -9920, + 1146 + ], + "size": { + "0": 210, + "1": 54 + }, + "flags": {}, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1434, + "widget": { + "name": "text" + } + }, + { + "name": "seed", + "type": "INT", + "link": 1430, + "widget": { + "name": "seed" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1435 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Text Random Line" + }, + "widgets_values": [ + "", + 0, + "fixed" + ] + }, + { + "id": 1189, + "type": "easy seed", + "pos": [ + -9918, + 1201 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 91, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 1430 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 1026173030910796, + "randomize", + null + ] + }, + { + "id": 1191, + "type": "Text Concatenate", + "pos": [ + -9682, + 1123 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": {}, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1432, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1435, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1433 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + ", ", + "false", + "", + "", + "", + "" + ] + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8280, + 1130 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 220, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1433, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 651, + 976 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 652, + 977 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 858, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7570, + "1": 1039, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 369.41680908203125, + "1": 250 + }, + "flags": {}, + "order": 92, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null, + "slot_index": 0 + } + ], + "title": "KOLORS mode toggles", + "properties": { + "matchColors": "red", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 901, + "type": "PerturbedAttentionGuidance", + "pos": [ + -1541, + -1126.8446306882631 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 265, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 973 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 972 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "PerturbedAttentionGuidance" + }, + "widgets_values": [ + 3 + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5261.187236106895, + 2042.4349180310867 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -5261, + 2301 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1194, + "type": "ReActorFaceSwap", + "pos": [ + -1926.7589321652003, + 110.8486344314835 + ], + "size": { + "0": 229.14871215820312, + "1": 358 + }, + "flags": {}, + "order": 293, + "mode": 4, + "inputs": [ + { + "name": "input_image", + "type": "IMAGE", + "link": 1447 + }, + { + "name": "source_image", + "type": "IMAGE", + "link": null + }, + { + "name": "face_model", + "type": "FACE_MODEL", + "link": 1439, + "slot_index": 2 + }, + { + "name": "face_boost", + "type": "FACE_BOOST", + "link": 1440, + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1441, + 1442 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceSwap" + }, + "widgets_values": [ + true, + "inswapper_128.onnx", + "retinaface_resnet50", + "GFPGANv1.4.pth", + 1, + 0.5, + "no", + "no", + "0", + "0", + 1 + ] + }, + { + "id": 1195, + "type": "ReActorRestoreFace", + "pos": [ + -1626.7589321652001, + 110.8486344314835 + ], + "size": { + "0": 210, + "1": 130 + }, + "flags": {}, + "order": 296, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1441 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1443 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ReActorRestoreFace" + }, + "widgets_values": [ + "retinaface_resnet50", + "codeformer.pth", + 1, + 0.5 + ] + }, + { + "id": 1198, + "type": "Note", + "pos": [ + -1666.7589321652001, + 280.84863443148345 + ], + "size": { + "0": 288.1455993652344, + "1": 201.9717254638672 + }, + "flags": {}, + "order": 93, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "If you don't have the \"face_yolov8m.pt\" Ultralytics model - you can download it from the Assets and put it into the \n\"ComfyUI\\models\\ultralytics\\bbox\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth\n\n\nAs well as \"sam_vit_b_01ec64.pth\" model - download (if you don't have it) and put it into the \"ComfyUI\\models\\sams\" directory:\n\nhttps://huggingface.co/datasets/Gourieff/ReActor/blob/main/models/sams/sam_vit_b_01ec64.pth" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1199, + "type": "ReActorFaceBoost", + "pos": [ + -2296.7589321652017, + 180.8486344314835 + ], + "size": { + "0": 304.136962890625, + "1": 178 + }, + "flags": {}, + "order": 94, + "mode": 4, + "outputs": [ + { + "name": "FACE_BOOST", + "type": "FACE_BOOST", + "links": [ + 1440 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorFaceBoost" + }, + "widgets_values": [ + false, + "codeformer.pth", + "Bicubic", + 1, + 0.5, + false + ] + }, + { + "id": 1200, + "type": "PreviewImage", + "pos": [ + -1016.7589321652001, + 300.84863443148345 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 301, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1444 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1202, + "type": "SaveImage", + "pos": [ + -776.7589321652007, + 40.84863443148351 + ], + "size": { + "0": 862.9873046875, + "1": 618.7188720703125 + }, + "flags": {}, + "order": 299, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1446 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./koda/swap/koda1" + ] + }, + { + "id": 1196, + "type": "ReActorLoadFaceModel", + "pos": [ + -2296.7589321652017, + 80.8486344314835 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 95, + "mode": 4, + "outputs": [ + { + "name": "FACE_MODEL", + "type": "FACE_MODEL", + "links": [ + 1439 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ReActorLoadFaceModel" + }, + "widgets_values": [ + "ducreuxV1.safetensors" + ] + }, + { + "id": 1197, + "type": "ReActorMaskHelper", + "pos": [ + -1366.7589321652001, + 40.84863443148351 + ], + "size": { + "0": 330, + "1": 454 + }, + "flags": {}, + "order": 298, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1442 + }, + { + "name": "swapped_image", + "type": "IMAGE", + "link": 1443 + }, + { + "name": "mask_optional", + "type": "MASK", + "link": null + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1446 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "MASK_PREVIEW", + "type": "IMAGE", + "links": [ + 1445 + ], + "shape": 3, + "slot_index": 2 + }, + { + "name": "SWAPPED_FACE", + "type": "IMAGE", + "links": [ + 1444 + ], + "shape": 3, + "slot_index": 3 + } + ], + "properties": { + "Node name for S&R": "ReActorMaskHelper" + }, + "widgets_values": [ + "bbox/face_yolov8m.pt", + 0.5, + 10, + 3, + 10, + "sam_vit_b_01ec64.pth", + 0, + 0.93, + 0, + 0.7, + "False", + "dilate", + 0, + 9, + 1 + ] + }, + { + "id": 771, + "type": "ControlNetApplyAdvanced", + "pos": [ + -6931, + 147 + ], + "size": { + "0": 339.614990234375, + "1": 166 + }, + "flags": {}, + "order": 272, + "mode": 0, + "inputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "link": 1030, + "label": "正面条件" + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 1032, + "label": "负面条件", + "slot_index": 1 + }, + { + "name": "control_net", + "type": "CONTROL_NET", + "link": 1054, + "label": "ControlNet", + "slot_index": 2 + }, + { + "name": "image", + "type": "IMAGE", + "link": 823, + "label": "图像", + "slot_index": 3 + } + ], + "outputs": [ + { + "name": "positive", + "type": "CONDITIONING", + "links": [ + 825 + ], + "shape": 3, + "label": "正面条件", + "slot_index": 0 + }, + { + "name": "negative", + "type": "CONDITIONING", + "links": [ + 827 + ], + "shape": 3, + "label": "负面条件", + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "ControlNetApplyAdvanced" + }, + "widgets_values": [ + 0.7000000000000001, + 0, + 0.9 + ] + }, + { + "id": 831, + "type": "CR Model Input Switch", + "pos": [ + -8120, + -1160 + ], + "size": { + "0": 252, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 173, + "mode": 0, + "inputs": [ + { + "name": "model1", + "type": "MODEL", + "link": 981 + }, + { + "name": "model2", + "type": "MODEL", + "link": 881 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 980 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "title": "KOLORS IPA Toggle 1=off, 2= on", + "properties": { + "Node name for S&R": "CR Model Input Switch" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 963, + "type": "PrimitiveNode", + "pos": [ + -6112, + -98 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 96, + "mode": 0, + "outputs": [ + { + "name": "BOOLEAN", + "type": "BOOLEAN", + "links": [ + 1079, + 1080 + ], + "slot_index": 0, + "widget": { + "name": "boolean" + } + } + ], + "title": "Cnet Toggle", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + true + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1201, + "type": "PreviewImage", + "pos": [ + -1013, + 5 + ], + "size": { + "0": 210, + "1": 246 + }, + "flags": {}, + "order": 300, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1445 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 793, + "type": "VAEDecode", + "pos": [ + -3227, + -983 + ], + "size": { + "0": 140, + "1": 46 + }, + "flags": {}, + "order": 290, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 943, + "label": "Latent" + }, + { + "name": "vae", + "type": "VAE", + "link": 1006, + "label": "VAE", + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 846, + 1073, + 1447, + 1449 + ], + "shape": 3, + "label": "图像", + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 955, + "type": "easy setNode", + "pos": [ + -3218, + -869 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 294, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1449 + } + ], + "title": "Set_image_kolors_2Malt", + "properties": { + "previousName": "image_kolors_2Malt" + }, + "widgets_values": [ + "image_kolors_2Malt" + ], + "color": "#223" + }, + { + "id": 1204, + "type": "easy getNode", + "pos": [ + -3530, + 1080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 97, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1450 + ], + "slot_index": 0 + } + ], + "title": "Get_image_kolors_base", + "properties": {}, + "widgets_values": [ + "image_kolors_base" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1205, + "type": "easy getNode", + "pos": [ + -3530, + 1210 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 98, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1451 + ], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 1203, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -3220, + "1": 1090, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2470.713134765625, + "1": 1726.1873779296875 + }, + "flags": { + "collapsed": false + }, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 1450, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 1451, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_ypdij_00107_.png&type=temp&subfolder=&rand=0.40637572780135356" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8635, + 1009 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 99, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598, + 1033 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599, + 1034 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 4, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 892, + "type": "Primitive float [Crystools]", + "pos": [ + -6366, + -1088 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 100, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 929 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.5 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1206, + "type": "LoadImage", + "pos": [ + -9160, + -341 + ], + "size": { + "0": 838.656005859375, + "1": 919.0036010742188 + }, + "flags": { + "collapsed": false + }, + "order": 101, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1452, + 1453 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "MegaDemons (17).png", + "image" + ] + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -10708, + 1139 + ], + "size": { + "0": 376.19744873046875, + "1": 107.75599670410156 + }, + "flags": {}, + "order": 102, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1432 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(text\"JOHNSON\":1), female focus, diffuse light, " + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 882, + "type": "LatentSwitch", + "pos": [ + -6633, + -1214 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 236, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 919 + }, + { + "name": "input2", + "type": "LATENT", + "link": 920 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1021 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 930 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6203.458874126071, + 1809.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 103, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1192, + "type": "DF_Text_Box", + "pos": [ + -10708, + 1306 + ], + "size": { + "0": 655.0070190429688, + "1": 384.48046875 + }, + "flags": {}, + "order": 104, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1434 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "random line", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "AlienInteriors style the inside of a futuristic looking building with lots of windows\nAlienInteriors style a black and white photo of a space station\nAlienInteriors style a futuristic looking room filled with lots of seats\nAlienInteriors style a dark room with a bunch of desks in it\nAlienInteriors style a large room filled with lots of electronic equipment\nAlienInteriors style a sci - fi scene with a chair in the middle of the room\nAlienInteriors style a futuristic looking room with a large round window\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style a large room filled with lots of electronic equipment\nAlienInteriors style a futuristic looking room with lots of electronic equipment\nAlienInteriors style a black and white photo of a control room\nAlienInteriors style a dark room with a lot of equipment in it\nAlienInteriors style a futuristic looking room with lots of electronic equipment\nAlienInteriors style the interior of a space station with lots of lights\nAlienInteriors style a futuristic looking space station with lots of equipment\nAlienInteriors style a futuristic looking room filled with lots of electronic equipment\nAlienInteriors style a futuristic looking room filled with lots of chairs\nAlienInteriors style the interior of a sci - fi themed space station\na group of people standing inside of a building\na person standing in the middle of a stone building\na man standing in the middle of a stone building\na person standing in the middle of a stone building\na couple of people that are standing in a building\na man standing in the middle of a dark hallway\na dimly lit hallway in a building with columns\na person standing in the middle of an abandoned building\na group of people standing inside of a building\na couple of men walking through a cave filled with lots of rocks\na person standing in a room filled with stone carvings\na man standing in the middle of a room filled with stairs\na group of people standing inside of a building\na couple of people walking up a set of stairs\nAncientUnderground style, a dimly lit room with columns and a person standing in the middle of\nAncientUnderground style, a dimly lit cave with candles on the floor\nAncientUnderground style, a group of people standing inside of a building\nAncientUnderground style, a couple of people standing inside of a building\nAncientUnderground style, a dimly lit room with stairs and a pool\nAncientUnderground style, the inside of a building with a skylight above it\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel sitting on top of a throne\nAngelStatues style, a close up of a statue of a man with long hair and a\nAngelStatues style, a statue of a man sitting on a throne surrounded by angels\nAngelStatues style, a statue of an angel sitting on top of a table\nAngelStatues style, a statue of an angel holding the hand of a woman\nAngelStatues style, a painting of an angel surrounded by other women\nAngelStatues style, a statue of an old man surrounded by angels\nAngelStatues style, a statue of an angel and a demon on a pedestal\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel holding a sword next to a statue of a\nAngelStatues style, a statue of an angel surrounded by other figurines\nAngelStatues style, a digital painting of an angel with fire coming out of his chest\nAngelStatues style, a statue of an angel holding a glowing ball\nAngelStatues style, a digital painting of an angel holding a sword\nAtompunk style, an aerial view of a futuristic building surrounded by trees\nAtompunk style, an artist's rendering of a futuristic city at night\nAtompunk style, an aerial view of a futuristic city at night\nAtompunk style, a group of domes sitting on top of a lush green field\nAtompunk style, an artist's rendering of a futuristic city at night\nAtompunk style, an artist's rendering of a futuristic city in the middle of a\nAtompunk style, a group of hot air balloons flying over a city\nAtompunk style, an aerial view of a futuristic city at night\nAtompunk style, an artist's rendering of a futuristic building in the middle of a\nAtompunk style, an artist's rendering of a futuristic city surrounded by trees\nAtompunk style, an artist's rendering of a futuristic city at night\nBacterium style, a close up view of a cell phone screen\nBacterium style, an image of a cell that has been made to look like it is\nBacterium style, a close up of a cell on a cell phone\nBacterium style, an artist's rendering of a cell in the middle of a desert\nBacterium style, an artist's rendering of a computer generated image of a germ\nBacterium style, a painting of a bunch of strange looking things\nBacterium style, a microscope sitting on top of a table next to an image of a\nBacterium style, a microscope sitting on top of a bunch of different types of cells\nBacterium style, an artist's rendering of a group of cancer cells\nBacterium style, a group of germs sitting on top of a pile of dirt\nBacterium style, an image of a cell wall with a lot of cells on it\nBacterium style, an image of a group of germs in a body of water\nBaroqueWarrior style, a close up of a person in a costume\nBaroqueWarrior style, a man in armor standing in a dark room\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a person in armor holding a sword\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a person in armor with a bird on his head\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a statue of a woman in armor\nBaroqueWarrior style, a woman dressed in armor holding a giant axe\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBionicBikerGirl style, a drawing of a woman wearing a helmet and sunglasses\nBionicBikerGirl style, a drawing of a female robot with headphones on\nBionicBikerGirl style, a drawing of a woman with a helmet and goggles\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman wearing a helmet\nBionicBikerGirl style, a black and white drawing of a woman in futuristic gear\nBionicBikerGirl style, a drawing of a woman wearing a helmet and goggles\nBionicBikerGirl style, a black and white drawing of a woman in armor\nBionicBikerGirl style, a black and white drawing of a woman in armor\nBionicBikerGirl style, a drawing of a woman wearing a helmet and glasses\nBionicBikerGirl style, a black and white drawing of a woman on a motorcycle\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a woman in a futuristic suit\nBionicBikerGirl style, a black and white drawing of a woman's face\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman wearing sunglasses\nBionicBikerGirl style, a black and white drawing of a woman in front of a city\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by robot parts\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a female robot\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman with a sci - fi background\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman in a futuristic suit\nBionicBikerGirl style, a black and white drawing of a woman in a robot suit\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBlackHoleGate style, a couple of people that are walking inside of a tunnel\nBlackHoleGate style, a dark tunnel with a pink and blue sky in the background\nBlackHoleGate style, a large circular object in the middle of a street\nBlackHoleGate style, a large circular object in the middle of a forest\nBlackHoleGate style, a futuristic tunnel with neon lights coming out of it\nBlackHoleGate style, a large round hole in the middle of a building\nBlackHoleGate style, a dark tunnel with neon lights coming out of it\nBlackHoleGate style, a computer generated image of a black hole in the sky\nBlackHoleGate style, a person standing in the middle of a tunnel\nBlackHoleGate style, a dark tunnel filled with lots of colorful lights\nBlackHoleGate style, a large circular object in the middle of a dark room\nBlackHoleGate style, a tunnel with a view of a city through it\nBlackHoleGate style, a dark tunnel filled with lots of purple and blue lights\nBlackHoleGate style, a large circular object in the middle of a dark room\nBoneFortress style, a painting of a large structure in the middle of a field\nBoneFortress style, a large ship floating on top of a body of water\nBoneFortress style, a painting of a huge structure in the middle of a desert\nBoneFortress style, a painting of a train traveling through a desert\nBoneFortress style, a painting of a castle floating in the sky\nBoneFortress style, a painting of a large ship floating on top of a body of water\nBoneFortress style, a painting of a strange looking structure in the sky\nBoneFortress style, a painting of a large building with a lot of smoke coming out of\nBoneFortress style, a painting of a giant ship in the middle of the ocean\nBoneFortress style, a painting of a ship floating on top of a body of water\nBoneFortress style, a painting of people standing in front of a huge cloud of smoke\nBoneFortress style, a painting of a large structure in the middle of a field\nBoneFortress style, a painting of a factory with a huge cloud in the sky\nBoneFortress style, a painting of a giant ship floating on top of a body of water\nBoneFortress style, a painting of a large ship in the middle of a desert\nBoneFortress style, a painting of a large structure in the middle of a desert\nBoneFortress style, a painting of a large ship in the middle of a body of water\nBoneFortress style, a painting of a ship with a lot of smoke coming out of it\nBoneFortress style, a large ship floating on top of a body of water\nBoneFortress style, a painting of a futuristic city in the sky\nBoneFortress style, a painting of a huge structure with a lot of smoke coming out of\nBoneFortress style, a painting of a ship in a body of water\nBoneFortress style, a painting of a ship in the middle of the ocean\nBoneFortress style, a painting of a large building in the middle of a field\nBoneFortress style, a painting of a large building with a lot of smoke coming out of\nBoneFortress style, a painting of a giant ship in the middle of a body of water\nBoneFortress style, a painting of a large ship in the middle of a body of water\nBoneFortress style, a painting of a giant structure with smoke coming out of it\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building with balconies in the sky\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCoralCity style, a bunch of trees that are next to a body of water\nCoralCity style, an aerial view of a city surrounded by trees\nCoralCity style, a picture of a very strange looking city in the middle of the sky\nCoralCity style, a bunch of plants that are growing out of the ground\nCoralCity style, a very strange looking building in the middle of the desert\nCoralCity style, an artist's rendering of a futuristic city\nCoralCity style, a very tall building with a lot of lights on it\nCoralCity style, a futuristic city with a lot of tall buildings\nCoralCity style, a bunch of plants growing out of the ground in front of tall buildings\nCoralCity style, a futuristic city with a clock tower in the middle of it\nCoralCity style, a very tall building with a bridge in the middle of it\nCoralCity style, a view of a futuristic city from the top of a building\nCoralCity style, a bunch of buildings that are next to each other\nCoralCity style, an artistic view of a futuristic city in the middle of the day\nCoralCity style, a city with lots of tall buildings and lots of windows\nCoralCity style, a futuristic city with lots of plants growing on the sides of the buildings\nCoralCity style, an artist's rendering of a futuristic city\nCoralCity style, an image of a very large city in the middle of the day\nCoralCity style, a very tall building with lots of plants growing on it's sides\nCoralCity style, a picture of a futuristic city in the middle of the day\nCoralCity style, a futuristic city on the edge of a body of water\nCoralCity style, an artist's rendering of a futuristic city in the middle of a\nCorridorFuturism style, a couple of people walking down a long hallway\nCorridorFuturism style, a man that is standing in the middle of a hallway\nCorridorFuturism style, a man standing in the middle of a hallway in a sci - fi\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a long hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a group of people walking inside of a tunnel\nCorridorFuturism style, a couple of people that are walking down a hallway\nCorridorFuturism style, this is an image of a hallway in a sci - fi environment\nCorridorFuturism style, a group of people walking down a hallway in a sci - fi environment\nCorridorFuturism style, a hallway in a space station with neon lights\nCorridorFuturism style, a hallway filled with lots of different types of electronic equipment\nCorridorFuturism style, a train station filled with lots of neon signs\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a man walking down a long hallway with neon lights\nCorridorFuturism style, a man walking down a hallway in a sci - fi environment\nCorridorFuturism style, a dimly lit hallway in a sci - fi environment\nCorridorFuturism style, this is an image of a hallway in a sci - fi environment\nCorridorFuturism style, a man that is standing in the middle of a hallway\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a drawing of a classic sports car on a white background\nCosmicTrain style, a train with smoke coming out of it's engine\nCosmicTrain style, a train traveling down train tracks under a night sky filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a night sky filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a desert under a cloudy sky\nCosmicTrain style, a train on a train track with smoke coming out of it\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a space filled with stars\nCosmicTrain style, a train traveling down train tracks under a colorful sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train with a lot of smoke coming out of it\nCosmicTrain style, a train traveling through a desert under a cloudy sky\nCosmicTrain style, a train traveling through a colorful sky filled with stars\nCosmicTrain style, a train traveling through a space filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a steam engine train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a cloudy sky with smoke coming out of it\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a field under a night sky filled with stars\nCyberAngelSoldier style, a woman with purple hair holding a gun on a city street\nCyberAngelSoldier style, a woman with purple hair and wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and wings holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and angel wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair holding a gun on a city street\nCyberAngelSoldier style, a woman with wings holding a gun on a city street\nCyberAngelSoldier style, a woman with pink hair holding a machine gun\nCyberAngelSoldier style, a woman with purple hair and angel wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and wings holding a gun\nCyberAngelSoldier style, a woman with pink hair and angel wings holding a gun\nCyberWoman style, a close up of a person with pink hair\nCyberWoman style, a digital painting of a woman with headphones on\nCyberWoman style, a close up of a person with pink hair wearing headphones\nCyberWoman style, a close up of a person in a city at night\nCyberWoman style, a digital painting of a woman in a hoodie\nCyberWoman style, a woman with pink hair standing in the middle of a city\nCyberWoman style, a close up of a person with red hair wearing headphones\nCyberWoman style, a close up of a person wearing a leather jacket\nCyberWoman style, a close up of a person wearing a futuristic suit\nCyberWoman style, a girl with pink hair wearing a futuristic helmet\nCyberWoman style, a close up of a person with pink hair wearing headphones\nCyberWoman style, a woman with pink hair standing in the middle of a city\nCyberWoman style, a digital painting of a woman with headphones on\nCyberWoman style, a close up of a person wearing a sci - fi outfit\nCyberWoman style, a woman with futuristic makeup and piercings on her face\nCyberWoman style, a digital painting of a woman on a city street\nDatadisc style, a close up of an electronic device on a table\nDatadisc style, a close up of a disc on a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a computer disk on a table\nDatadisc style, a close up of a circular object in the dark\nDatadisc style, a close up of a circular object with a city in the background\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a disc with a city in the background\nDatadisc style, a computer disk sitting on top of a table\nDatadisc style, a close up of a circular object in a dark room\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a surface\nDatadisc style, a close up of a circular object on a surface\nDatadisc style, a circular object sitting on top of a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a table\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a giant sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man on a horse with a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor sitting on the ground\nDimensionGundam style, a red and purple robot standing with a sword\nDimensionGundam style, a close up of a robot with a long horn on its head\nDimensionGundam style, a close up of a robot with a dark background\nDimensionGundam style, a red and purple robot standing next to a plant\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a robot on a black background\nDimensionGundam style, a close up of a robot on a black background\nDimensionGundam style, a close up of a robot with a gun\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a statue of a robot on a black background\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a red and purple robot\nDimensionGundam style, a close up of a robot with a gun in it's hand\nDimensionGundam style, a purple and orange robot standing in front of a black background\nDimensionGundam style, a large purple robot standing on top of a floor\nDimensionGundam style, a close up of a purple and white robot\nDimensionGundam style, a close up of a robot with orange and purple colors\nDimensionGundam style, a close up of a robot in a dark room\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with a street light\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty street in the middle of a foggy night\nEmptyStreet style an empty brick street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with cars parked on the side of\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nFallenAngel style, a painting of an angel kneeling down next to a fire\nFallenAngel style, a painting of an angel standing in the water\nFallenAngel style, a painting of an angel laying on the ground\nFallenAngel style, a golden angel sitting in the middle of a forest\nFallenAngel style, a digital painting of an angel kneeling on the ground\nFallenAngel style, a digital painting of an angel sitting in a cave\nFallenAngel style, a painting of an angel sitting on top of a rock\nFallenAngel style, a painting of an angel laying on the ground\nFallenAngel style, a painting of an angel kneeling on the ground\nFallenAngel style, a painting of an angel sitting on the ground\nFallenAngel style, a painting of a man laying on the ground next to a large bird\nFallenAngel style, a painting of an angel laying on the ground\nFantasyDaimyo style, a man in armor riding on the back of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a man in armor with long hair\nFantasyDaimyo style, a demonic looking man in armor holding a sword\nFantasyDaimyo style, an image of a man in armor with a sword\nFantasyDaimyo style, a man with a sword sitting on top of a golden dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon in armor holding a sword\nFantasyDaimyo style, a man with a sword riding on the back of a dragon\nFantasyDaimyo style, a man with a sword sitting on top of a golden dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a man in armor holding a sword\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword and standing in front of a\nFantasyDaimyo style, an illustration of a demon sitting in front of a full moon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man with a sword riding on the back of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in a golden crown holding a sword\nFantasyDaimyo style, a painting of a man in armor holding two swords\nFantasyDaimyo style, a man dressed in black and gold holding a sword\nFantasyDaimyo style, a man with a sword sitting on top of a dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon in armor holding a sword\nFantasyDaimyo style, a man in armor sitting on top of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man sitting on top of a golden dragon holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man in armor holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon sitting in front of a full moon\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, view an image titled'demon knight art'in our darksiders\nFantasyKnight style, the character is dressed in armor and holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFiftiesRobot style, a painting of a giant robot standing in the desert\nFiftiesRobot style, a painting of a giant robot standing next to a painting of a man\nFiftiesRobot style, a man standing in front of a giant robot\nFiftiesRobot style, a painting of a giant robot on a city street\nFiftiesRobot style, a painting of a giant robot standing in front of a crowd of people\nFiftiesRobot style, a painting of a giant robot standing in front of a group of people\nFiftiesRobot style, a painting of a giant gold robot standing in the middle of a city\nFiftiesRobot style, a man standing in front of a painting of a giant robot\nFlowerGateway style, a painting of a giant clock tower in the middle of a flower garden\nFlowerGateway style, the entrance to a castle is surrounded by flowers\nFlowerGateway style, a gate surrounded by flowers and plants in front of a building\nFlowerGateway style, a painting of a clock tower in the middle of a flower garden\nFlowerGateway style, the entrance to a palace with lots of flowers growing out of it\nFlowerGateway style, a person standing in front of a building with lots of flowers on it\nFlowerGateway style, a painting of a castle with lots of flowers in front of it\nFlowerGateway style, a digital painting of a building with lots of flowers growing out of it\nFlowerGateway style, a painting of a castle surrounded by flowers and greenery\nFlowerGateway style, a painting of a clock tower surrounded by flowers\nFlowerGateway style, a painting of a giant gate surrounded by flowers\nFlowerGateway style, a painting of a clock tower in the middle of a city\nFlowerGateway style, a couple of people that are standing in front of a clock tower\nFlowerGateway style, a painting of a clock tower surrounded by flowers\nFlowerGateway style, a digital painting of a building with a clock in the middle of it\nFlowerGateway style, a painting of a gate surrounded by flowers and trees\nFlowerGateway style, a building with a clock in the middle of it surrounded by flowers\nFlowerGateway style, a digital painting of an archway in the middle of a city\nFlowerGateway style, a group of people standing in front of a clock tower\nFlowerGateway style, a digital painting of an archway in the middle of a field of flowers\nFractalWoman style, a drawing of a woman with a lot of hair on her head\nFractalWoman style, a drawing of a woman with a lot of flowers in her hair\nFractalWoman style, a painting of a woman in a golden dress\nFractalWoman style, a painting of a woman with flowers in her hair\nFractalWoman style, a close up of a painting of a woman with long hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a painting of a woman with a sun in the background\nFractalWoman style, a close up of a painting of a woman's face\nFractalWoman style, a drawing of a woman's face with hair blowing in the wind\nFractalWoman style, a drawing of a woman with long blonde hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a drawing of a woman with long curly hair\nFractalWoman style, a close up of a painting of a woman with white hair\nFractalWoman style, a painting of a woman with hair blowing in the wind\nFractalWoman style, a close up of a painting of a woman with curly hair\nFractalWoman style, a close up of a painting of a woman's face\nFractalWoman style, a drawing of a woman with a lot of flowers in her hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a close up of a painting of a woman with curly hair\nFractalWoman style, a close up of a painting of a woman with blonde hair\nFriendzone style, a close up of a person wearing a jacket\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a painting of a woman in a black jacket\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a close up of a person wearing a headscarf\nFriendzone style, a close up of a person wearing a hoodie\nFriendzone style, a painting of a woman with freckles on her face\nFriendzone style, a painting of a woman sitting in front of a window\nFriendzone style, a close up of a person wearing a jacket\nFriendzone style, a close up of a person in the rain\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a close up of a person wearing a jacket in the rain\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a girl in a hoodie stares off into the distance\nFriendzone style, a woman with long hair standing in the snow\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a painting of a woman with freckles on her face\nGhostShell style, a drawing of a female robot holding a gun\nGhostShell style, a drawing of a female robot holding a gun\nGhostShell style, a woman in a futuristic outfit holding a gun\nGhostShell style, a black and white photo of a woman in a sci - fi outfit\nGhostShell style, a woman with a sci - fi outfit holding a light saber\nGhostShell style, a woman in a futuristic suit holding a gun\nGhostShell style, a black and white drawing of a woman holding a sword\nGhostShell style, a woman in a futuristic suit holding a light saber\nGhostShell style, a woman with a sci - fi outfit holding a sword\nGhostShell style, a female robot with a sword in her hand\nGhostShell style, a female robot holding a light saber in her hand\nGlassDevice style, a close up of a glass object on a table\nGlassDevice style, a close up of a camera with a light inside of it\nGlassDevice style, a glass ball with a computer inside of it\nGlassDevice style, a close up of a machine inside of a glass container\nGlassDevice style, a close up of an electronic device in a dark room\nGlassDevice style, a close up of a metal object with a light inside of it\nGlassDevice style, a close up of a glass ball with a light inside of it\nGlassDevice style, a light bulb sitting inside of a glass ball\nGlassDevice style, a close up of a machine inside of a glass ball\nGlassDevice style, a close up of a machine with a light inside of it\nGlassDevice style, a close up of a metal object with a light inside of it\nGlitchSamurai style, a close up of a statue of a demon on a pink background\nGlitchSamurai style, a computer generated image of a man in armor\nGlitchSamurai style, a statue of a man in armor holding a sword\nGlitchSamurai style, a stylized image of a demon with horns on his head\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a close up of a statue of a person in armor\nGlitchSamurai style, a painting of a man in armor with horns on his head\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a statue of a demon with horns on it's head\nGlitchSamurai style, a computer generated image of a man in a japanese armor\nGlitchSamurai style, a painting of a man in armor with horns on his head\nGlitchSlums style a painting of a city with a mountain in the background\nGlitchSlums style houses on a hillside\nGlitchSlums style a village on top of a mountain\nGlitchSlums style village street with a houses on the hillside\nGlitchSlums style a village on the side of a mountain\nGlitchSlums style a village in the mountains\nGlitchSlums style a village in a mountain valley\nGlitchSlums style a village on hillside\nGlitchSlums style mining village on the side of a mountain\nGlitchSlums style village on the side of a steep mountain slope\nGlitchSlums style village on a mountainside quarry\nGlitchSlums style a mountain with many houses on top of it\nGlitchSlums style village on the side of a mountain at sunset\nGlitchSlums style village with house on a hill in the mountains\nGlitchSlums style village street with houses built densely on the mountain slopes\nGlitchSlums style a painting of a dense village on a mountainside\nGlitchSlums style dense houses in the mountains\nGlitchSlums style dense village on a mountainside\nGlitchSlums style bunch of houses on a cliffside\nGlitchSlums style city built on top of a mountain peak\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a large robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city street\nHeavyMecha style, a giant robot standing in the middle of a city at night\nHeavyMecha style, a large robot standing in the middle of a city at night\nHeavyMecha style, a giant robot standing in the middle of a street\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a large robot standing in the middle of a street\nHeavyMecha style, a giant robot standing in the middle of a city at night\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHieroglyph style a drawing of egyptian women working on a piece of paper\nHieroglyph style the ancient egyptian hieroglyphics are depicted on a piece of\nHieroglyph style ancient egyptian hieroglyphics are depicted on a piece of parchment\nHieroglyph style a painting of ancient egyptian hieroglyphs on a wall\nHieroglyph style a painting of ancient egyptian hieroglyphics\nHieroglyph style ancient egyptian hieroglyphics painting - ancient egyptian hierogly\nHieroglyph style ancient egyptian hieroglyphics on display in a museum\nHieroglyph style a painting of ancient egyptian symbols on a piece of paper\nHieroglyph style ancient egyptian hieroglyphics on the wall of the temple of\nHieroglyph style a painting of egyptian hieroglyphics on a wall\nHeaHoverCar style, a car flying over a city street next to tall buildings\nHeaHoverCar style, an alien flying over a city street next to tall buildings\nHeaHoverCar style, an illustration of a spaceship flying over a city\nHoverCar style, an illustration of a flying object in the air over a city street\nHoverCar style, a car flying through the air over a city\nHoverCar style, a car flying through the air over a city street\nHoverCar style, an illustration of a flying object over a city street\nHoverCar style, a car flying through the air over a city street\nHoverCar style, a car driving down a street next to tall buildings\nHoverCar style, a sci - fi cityscape with a flying vehicle in the sky\nHoverCar style, an artist's rendering of a flying saucer over a city street\nHoverCar style, a cartoon car flying over a city at night\nHoverCar style, a car flying over a city street next to tall buildings\nHoverCar style, a street scene with a flying vehicle in the sky\nHoverCar style, an artist's rendering of a flying saucer over a city street\nHoverCar style, a futuristic flying vehicle in the middle of a city\nHoverCar style, an airplane flying over a city street next to tall buildings\nHoverCar style, a train suspended in the air over a city street\nInsectBike style, a yellow motorcycle sitting on top of a blue floor\nInsectBike style, a close up of a motorcycle on a blue background\nInsectBike style, a black and yellow motorcycle on a dark background\nInsectBike style, a white motorcycle sitting on top of a gray floor\nInsectBike style, a white and yellow motorcycle on a black background\nInsectBike style, a futuristic motorcycle is shown against a blue background\nInsectBike style, a white motorcycle is shown on a white background\nInsectBike style, a close up of a motorcycle on a gray background\nInsectBike style, a lime green motorcycle sitting on top of a gray floor\nInsectBike style, a close up of a motorcycle on a white background\nInsectBike style, a yellow motorcycle that has been designed to look like a robot\nIsoJapan style, a model of a japanese style house with a pond\nIsoJapan style, a low poly model of a house with a pool\nIsoJapan style, a small house with a pond inside of it\nIsoJapan style, a model of a japanese style house in a glass case\nIsoJapan style, a small model of a japanese house with a pond\nIsoJapan style, a miniature model of a japanese garden with a pool\nIsoJapan style, a model of a japanese house with a pond\nIsoJapan style, a model of a japanese garden with a pagoda\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a model of a japanese garden in a wooden box\nIsoJapan style, a small model of a japanese village with a river running through it\nIsoJapan style, a model of a japanese garden in a glass box\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a model of a japanese style house with a pond\nIsoJapan style, a low poly model of a japanese style house\nIsoJapan style, an aerial view of a japanese garden with a pond\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a low poly model of a japanese style house\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a miniature model of a japanese village in a glass box\nIsoJapan style, a model of a japanese garden in a glass box\nIsoJapan style, a model of a japanese garden in a wooden box\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a small model of a japanese house with a pond\nIsoJapan style, a small model of a japanese house with a pool\nKawloonCity style, a painting of a group of people walking down a street\nKawloonCity style, a painting of a bunch of buildings on top of a hill\nKawloonCity style, a painting of a bunch of buildings on a hill\nKawloonCity style, a painting of a very tall building with lots of windows\nKawloonCity style, a painting of a chinese building with stairs leading up to it\nKawloonCity style, a painting of a group of pagodas on top of a building\nKawloonCity style, a painting of a group of people standing in front of a building\nKawloonCity style, a group of people walking down a street next to a tall building\nKawloonCity style, a bunch of buildings that are next to each other\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a painting of a group of people standing in front of a tall building\nKawloonCity style, a painting of a very tall building with lots of windows\nKawloonCity style, a painting of a building with a person standing in front of it\nKawloonCity style, a tall building sitting on top of a lush green hillside\nKawloonCity style, a painting of a group of people walking down a street\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a painting of a group of buildings in a city\nKawloonCity style, a painting of a building with people walking around it\nKawloonCity style, a painting of a building with stairs leading up to it\nLineArtGirl style, a black and white drawing of a woman standing in front of a computer\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a bunch of electronics\nLineArtGirl style, a drawing of a woman sitting on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman sitting on a scooter\nLineArtGirl style, a drawing of a woman sitting on top of a machine\nLineArtGirl style, a drawing of a woman surrounded by electronic equipment\nLineArtGirl style, a drawing of a woman sitting on top of a machine\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a machine\nLineArtGirl style, a drawing of a woman standing on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a machine\nLineArtGirl style, a drawing of a woman surrounded by computer equipment\nLineArtGirl style, a drawing of a woman standing in front of a bunch of electronics\nLineArtGirl style, a drawing of a woman sitting on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman surrounded by computer equipment\nLineArtGirl style, a black and white drawing of a woman standing in front of a computer\nLineArtGirl style, a drawing of a woman standing between two computer monitors\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people walking around a village at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a painting of a group of people standing around a market\nMarketplace style, a group of people walking down a street under a full moon\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a food stand\nMarketplace style, an artist's rendering of a street market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people walking down a street at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a crowd of people standing around a building at night\nMarketplace style, a crowd of people walking down a rain soaked street\nMarketplace style, a group of people standing in front of a pagoda at night\nMarketplace style, a crowd of people standing around a building at night\nMarketplace style, a group of people walking down a street under umbrellas\nMechaRoboto style, a painting of a robot standing in front of a crowd of people\nMechaRoboto style, a group of robot standing next to each other\nMechaRoboto style, a painting of a bunch of robot like characters\nMechaRoboto style, a painting of a giant robot standing in the middle of a city\nMechaRoboto style, a drawing of a giant robot surrounded by other things\nMechaRoboto style, a group of robot men standing next to each other\nMechaRoboto style, a painting of a robot standing in front of a building\nMechaRoboto style, a group of robot standing next to each other\nMechaRoboto style, an illustration of a woman standing in front of a bunch of robot like\nMechaRoboto style, a painting of a bunch of people in a room\nMechaRoboto style, an illustration of a giant robot in a city\nMechaRoboto style, two robot standing next to each other in a room\nMechaRoboto style, an illustration of a giant robot surrounded by people\nMechaRoboto style, a painting of two robot standing next to each other\nMechaRoboto style, a robot with glowing eyes standing in front of a city\nMechaRoboto style, a poster with an image of a robot surrounded by other robot's\nMechaRoboto style, an illustration of a giant robot standing in front of a sunset\nMechaRoboto style, a painting of two robot standing next to each other\nMechaRoboto style, a painting of a robot standing in front of a bunch of machines\nMechaRoboto style, a painting of a group of robot standing next to each other\nMechaRoboto style, a painting of a robot sitting on top of a pile of junk\nMechaRoboto style, an illustration of a giant robot surrounded by other robots\nMechaRoboto style, a painting of a woman in a futuristic suit\nMechaRoboto style, a group of robot characters standing in front of a sun\nMechaRoboto style, a group of robot men standing next to each other\nMechaRoboto style, a group of robot standing next to each other\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a tank\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic outfit standing in front of a destroyed city\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a bunch of tanks\nMechAssassin style, a woman in a futuristic suit standing in front of a destroyed city\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a group of robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman with a gun standing next to a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman in a futuristic suit standing in front of a giant machine gun\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMegaDemons style, a giant creature standing in the middle of a city\nMegaDemons style, a giant creature sitting on top of a tall building\nMegaDemons style, a painting of a giant creature sitting on top of a building\nMegaDemons style, a painting of a giant creature with a city in the background\nMegaDemons style, a strange looking creature standing in the middle of a city\nMegaDemons style, a strange looking creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature in the middle of a city\nMegaDemons style, a painting of an alien sitting on top of a building\nMegaDemons style, a painting of a giant creature with a city in the background\nMegaDemons style, a painting of a strange looking creature in a city\nMegaDemons style, a black and white photo of a robot in the middle of a city\nMegaDemons style, a painting of a man in a futuristic suit\nMegaDemons style, a painting of a man in a gas mask sitting on top of a\nMegaDemons style, a giant robot standing in the middle of a city\nMegaDemons style, a creepy looking creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a giant creature standing in the middle of a city\nMegaDemons style, a painting of a robot sitting on top of a building\nMegaDemons style, a creepy looking creature sitting in the middle of a city\nMegaDemons style, a man standing on top of a hill next to tall buildings\nMegaDemons style, a painting of a giant robot sitting on top of a building\nMegaDemons style, a giant alien standing in the middle of a city\nMegaDemons style, a digital painting of a man standing in the middle of a city\nMegaDemons style, a demonic looking creature sitting on top of a building\nMegaDemons style, a painting of a giant creature standing on top of a building\nMegaDemons style, a painting of a man sitting on top of a building\nMegaDemons style, a painting of a giant creature standing in front of a city\nMegaDemons style, a creepy looking creature sitting on top of a building\nMetroidvania style, a video game with lots of lights on top of it\nMetroidvania style, a video game with lots of buildings and lots of windows\nMetroidvania style, an image of a video game with a castle in the background\nMetroidvania style, a screenshot of a video game with a castle in the background\nMetroidvania style, a video game scene with a castle in the background\nMetroidvania style, a screenshot of a building in a video game\nMetroidvania style, a house with lots of plants and plants growing out of it\nMetroidvania style, a video game with lots of buildings on top of a mountain\nMetroidvania style, a screenshot of a video game with lots of buildings and trees\nMetroidvania style, a pixel art image of a castle in the middle of a forest\nMetroidvania style, a screenshot of a video game with a cave in the background\nMetroidvania style, a screenshot of a video game with a person standing on a platform\nMetroidvania style, a screenshot of a building in a video game\nMetroidvania style, a screenshot of a video game with lots of items\nMetroidvania style, a screenshot of a house at night with a full moon in the\nMetroidvania style, a tree house in the middle of a forest\nModernCity style, an empty subway station with the sun shining through the windows\nModernCity style, a couple of tall buildings sitting on top of a body of water\nModernCity style, a view of the sun setting over the ocean from a boat\nModernCity style, a train traveling down train tracks next to tall buildings\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a large boat in a large body of water\nModernCity style, a large building sitting next to a body of water\nModernCity style, the sun is setting over the water near a pier\nModernCity style, the sun is setting over a large body of water\nModernCity style, a long dock in the middle of a body of water\nModernCity style, a balcony overlooking a body of water with buildings in the background\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a painting of a house on stilts in the ocean\nModernCity style, the sun is setting over a large body of water\nModernCity style, an aerial view of a city street at sunset\nModernCity style, a large body of water with a city in the background\nModernCity style, a tall tower sitting on top of a lush green field\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a train traveling down tracks next to a tall building\nModernCity style, a bench sitting on top of a pier next to the ocean\nModernCity style, a large cruise ship traveling across a large body of water\nModernCity style, a large window with a view of a body of water\nModernCity style, a painting of a city at sunset with a train on the tracks\nModernCity style, a wooden table topped with plates of food next to a window\nModernCity style, a bedroom with a view of the ocean and a ship in the distance\nModernCity style, a city street filled with lots of traffic next to tall buildings\nModernCity style, the sun is setting over a river in a city\nModernCity style, a city street filled with lots of tall buildings\nModernFutures style, a futuristic building lit up at night with a car parked in front of\nModernFutures style, a futuristic building lit up at night in the city\nModernFutures style, a futuristic building with stairs leading up to it\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic looking building in the middle of a city\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic building with a glowing dome on top of it\nModernFutures style, a futuristic looking building with lights on at night\nModernFutures style, a futuristic building lit up at night in the rain\nModernFutures style, a futuristic building with a lot of lights on it\nModernFutures style, a futuristic building with a clock on the front of it\nModernFutures style, a large ball shaped building in the middle of a city\nModernFutures style, a very tall building sitting in the middle of the night\nModernFutures style, a futuristic building in the middle of a body of water\nModernFutures style, a futuristic building with a giant round object on top of it\nModernFutures style, a car is parked in front of a large building\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic building with a large dome on top of it\nModernFutures style, an artist's rendering of a futuristic building\nModernFutures style, an artist's rendering of a futuristic city at night\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a person sitting on a chair in front of a cross\nNecroChurch style, a large white cross sitting on top of a set of steps\nNecroChurch style, a person sitting in front of a cross in a dark room\nNecroChurch style, a person standing in front of a large cross\nNecroChurch style, an image of a cross in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large white cross in the middle of a dark room\nNecroChurch style, a large cross sitting on top of a set of steps\nNecroChurch style, a large cross in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large white cross sitting in the middle of a church\nNecroChurch style, a lit up cross sitting on top of a set of steps\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a large white cross sitting in the middle of a dark room\nNecroChurch style, a person sitting on the ground in front of a large cross\nNecroChurch style, a cross in the middle of a dimly lit room\nNecroChurch style, a large cross sitting in the middle of a room\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man with a lightsaber standing on a ledge over a city\nNeonNinja style, a man standing on top of a building holding a red light saber\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man standing on top of a building with a sword\nNeonNinja style, a man standing on top of a building with a sword\nNeonNinja style, a man standing on a ledge overlooking a city at night\nNeonNinja style, a man standing on top of a building holding a red light saber\nNeonNinja style, a man standing on a ledge overlooking a city at night\nNeonNinja style, a man sitting on top of a building holding a sword\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man sitting on top of a building holding a sword\nNeonNinja style, a man standing on top of a tall building\nNeonNinja style, a man standing on top of a building holding a light saber\nOvergrown style NeonNinja style, a painting of a building with a lot of plants growing on it\nOvergrown style NeonNinja style, an abandoned building with vines growing all over it\nOvergrown style NeonNinja style, an abandoned building with a lot of plants growing out of it\nOvergrown style NeonNinja style, an abandoned building with plants growing all over it\nOvergrown style NeonNinja style, a building with a lot of plants growing inside of it\nOvergrown style NeonNinja style, a room filled with lots of plants and lots of windows\nOvergrown style NeonNinja style, an abandoned building with a lot of plants growing out of it\nOvergrown style NeonNinja style, a room filled with lots of wires and lots of plants\nOvergrown style NeonNinja style, a room with lots of plants growing on the walls\nOvergrown style NeonNinja style, an abandoned building with plants growing all over it\nOvergrown style NeonNinja style, a room filled with lots of plants and flowers\nOvergrown style NeonNinja style, a building with lots of plants growing out of it\nOvergrown style NeonNinja style, a painting of a building with a lot of vines growing on it\nOvergrown style NeonNinja style, an abandoned building with vines growing all over it\nOvergrown style NeonNinja style, an abandoned building with a bunch of flowers growing out of it\nOvergrown style NeonNinja style, a room filled with lots of plants next to a building\nPinkAngel style, a woman with pink hair laying on top of a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, a painting of a woman with pink hair in the clouds\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair floating in the clouds\nPinkAngel style, a woman with pink hair laying on top of a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, a drawing of a woman with pink hair laying on a cloud\nPinkAngel style, a woman with pink hair laying on a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, an illustration of a girl with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a woman with pink hair and angel wings laying on a cloud\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair floating in the air\nPinkAngel style, a woman with pink hair sitting on top of a cloud\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a cheeseburger with bacon, lettuce, tomato, and\nQuadBurger style, a close up of a sandwich with meat and cheese\nQuadBurger style, a large hamburger with bacon, cheese, tomatoes, and other toppings\nQuadBurger style, a large hamburger with bacon, cheese, and lettuce\nQuadBurger style, a large cheeseburger with bacon, lettuce, tomato,\nQuadBurger style, a large hamburger with bacon, lettuce, tomato, cheese,\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a bacon, cheese, and tomato sandwich stacked on top of each other\nQuadBurger style, a couple of hamburgers sitting on top of a pile of chips\nQuadBurger style, a couple of hamburgers sitting next to each other\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a group of hamburgers stacked on top of each other\nQuadBurger style, a chicken sandwich stacked on top of each other\nQuadBurger style, a large hamburger with meat, cheese, onions, lettuce and\nQuantumParticle style a bunch of pins sticking out of a ball\nQuantumParticle style a close up of a colorful object on a table\nQuantumParticle style a close up of a ball with a bunch of small objects around it\nQuantumParticle style a computer generated image of a corona - like object\nQuantumParticle style a close up of a glass ball with lights in the background\nQuantumParticle style a glass ball filled with lots of different colored objects\nQuantumParticle style a close up of a weird looking object on a table\nQuantumParticle style a computer generated image of a corona corona corona corona corona corona corona corona\nQuantumParticle style a close up of an object with lights around it\nRedCloak style, a close up of a person wearing a red hood\nRedCloak style, a person in a red cloak standing in the rain\nRedCloak style, a man in a red robe standing in the middle of a foggy\nRedCloak style, a person in a red cloak standing in front of a window\nRedCloak style, a man in a red cloak standing in a foggy area\nRedCloak style, a person in a red robe standing in the middle of a foggy\nRedCloak style, a person wearing a red cloak standing in front of a city\nRedCloak style, a statue of a person with a hood over their head\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair and headphones in the cockpit of a plane\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair and headphones in a vehicle\nRedHairedPilot style, a woman with red hair sitting in a vehicle\nRedHairedPilot style, a woman with red hair sitting in the cockpit of a plane\nRedHairedPilot style, a woman with red hair and headphones in a vehicle\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair and headphones in a spaceship\nRedHairedPilot style, a woman with red hair sitting in a car\nRedHairedPilot style, a woman with red hair sitting in the cockpit of a space ship\nRetroAlbum style RetroAlbum style, a colorful poster with a black hole in the middle\nRetroAlbum style RetroAlbum style, a poster with an image of a pyramid in the middle of it\nRetroAlbum style RetroAlbum style, a painting of a large object with a sky in the background\nRetroAlbum style RetroAlbum style, an abstract image of a triangle with a bright light coming out of it\nRetroAlbum style RetroAlbum style, an image of a triangle with a sun in the middle\nRetroAlbum style RetroAlbum style, a poster with an image of a mountain and a bird flying over it\nRetroAlbum style RetroAlbum style, a computer generated image of a triangle with lines coming out of it\nRetroAlbum style RetroAlbum style, a colorful poster with an image of a ball in the center\nRetroAlbum style RetroAlbum style, an image of a pyramid with a light coming out of it\nRetroAlbum style RetroAlbum style, a computer generated image of a triangle surrounded by spirals\nRetroAlbum style RetroAlbum style, an image of a triangle with a light coming out of it\nRetroAlbum style RetroAlbum style, an image of a triangle with a light coming out of it\nRetroAlbum style RetroAlbum style, an image of a neon triangle in the dark\nRetroAlbum style RetroAlbum style, an artistic painting of a flying saucer in the sky\nRetroAlbum style RetroAlbum style, an image of a sci - fi movie poster\nRetroAlbum style RetroAlbum style, a poster with an image of a spaceship in the middle of it\nRetroAlbum style RetroAlbum style, an image of a triangle in the middle of a dark background\nRetroAlbum style RetroAlbum style, a painting of a pyramid with a sun in the background\nRetroAlbum style RetroAlbum style, an image of a triangle with a spiral inside of it\nRetroAlbum style RetroAlbum style, an image of an alien spaceship in the sky\nRobotpunks style, a painting of a robot's face with glowing eyes\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a robot with green eyes standing in front of a city\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, a cathedral with stained glass windows and a red carpet\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, a cathedral with stained glass windows and a statue in the middle of the\nSeventiesCyberpunk style, a group of cars driving down a street next to tall buildings\nSeventiesCyberpunk style, there is a neon sign on the side of a building\nSeventiesCyberpunk style, a city street filled with tall buildings and neon signs\nSeventiesCyberpunk style, a city street with neon signs and a car driving down it\nSeventiesCyberpunk style, a wet city street with neon signs and buildings\nSeventiesCyberpunk style, an image of a futuristic city with neon lights\nSeventiesCyberpunk style, a city street filled with neon signs and parked cars\nSeventiesCyberpunk style, a city street filled with lots of neon signs\nSeventiesCyberpunk style, a city street filled with lots of neon lights\nSeventiesCyberpunk style, a dark city street with neon lights on the buildings\nSeventiesCyberpunk style, a digital painting of a city street with neon lights\nSeventiesCyberpunk style, a blue car driving down a street next to tall buildings\nSeventiesCyberpunk style, a group of people walking down a street next to tall buildings\nSeventiesCyberpunk style, a car driving down a street next to tall buildings\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a city street filled with neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of people walking down a street at night\nShibuyaStreets style, a painting of a city street filled with lots of people\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of people walking down a street at night\nShibuyaStreets style, a street filled with lots of neon signs next to tall buildings\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a futuristic suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton wearing a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a digital painting of a woman holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a digital painting of a woman holding a sword\nSkyWarrior style, a woman in armor holding a sword under a cloudy sky\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSmokePortal style, an artist's rendering of a giant hole in the sky\nSmokePortal style, an image of a strange looking object in the sky\nSmokePortal style, an image of an open door with fire coming out of it\nSmokePortal style, an image of a train coming out of a tunnel\nSmokePortal style, a strange looking object with fire coming out of it\nSmokePortal style, a stone arch with a light coming out of it\nSmokePortal style, an image of a stone arch with smoke coming out of it\nSmokePortal style, an artist's rendering of a huge hole in the sky\nSmokePortal style, an artist's rendering of the entrance to a cave\nSmokePortal style, a large circular object in the middle of a dark room\nSmokePortal style, an image of a giant hole in the sky\nSmokePortal style, an artist's rendering of a tunnel of fire coming out of it\nSmokePortal style, an image of a large hole in the ground\nSmokePortal style, an image of an open door with a sky in the background\nSmokePortal style, an open door in a dark room with smoke coming out of it\nSpaceMarine style, a drawing of a man in armor holding a machine gun\nSpaceMarine style, a drawing of a man in armor sitting on a chair\nSpaceMarine style, a drawing of a man in a space marine suit holding a machine gun\nSpaceMarine style, a large blue robot sitting on top of a chair\nSpaceMarine style, an illustration of a space marine sitting on the ground\nSpaceMarine style, a painting of a space marine sitting on a chair\nSpaceMarine style, a drawing of a man in a space suit sitting on a rock\nSpaceMarine style, a drawing of a man in armor sitting on top of a pile of\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a blue space marine in armor\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a blue space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine sitting on a chair\nSpaceMarine style, a drawing of a giant robot sitting on top of a chair\nSpaceMarine style, a drawing of a man in a space suit holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a gun\nSpaceMarine style, a painting of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a giant robot sitting on top of a chair\nSpaceMarine style, a drawing of a man in armor holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine sitting on a chair\nSpaceMarine style, a painting of a space marine holding a gun\nSpaceMarine style, a drawing of a man in a blue space marine suit\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSteampunkCity style a steam engine on a track with smoke coming out of it\nSteampunkCity style a large building with a bunch of smoke coming out of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkCity style a large building with a clock on the front of it\nSteampunkCity style a large building with a clock on the front of it\nSteampunkCity style a train traveling past a tall building with clocks on it's sides\nSteampunkCity style a large building with a lot of smoke coming out of it\nSteampunkCity style a large building with smoke coming out of it\nSteampunkCity style a steam engine sitting on top of a train track\nSteampunkCity style a large building with a clock on the top of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a picture of a building with steam coming out of it\nSteampunkCity style a steam engine train traveling past a tall building\nSteampunkCity style a steam engine train traveling past a tall building\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a steam engine with smoke coming out of it\nSteampunkCity style a picture of a building with steam coming out of it\nSteampunkCity style a steam powered building with a lot of smoke coming out of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man with a gun standing in the middle of a street\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man in a top hat and trench coat standing in the middle of\nSteampunkLawman style a man in a cowboy outfit walking down a dirt road\nSteampunkLawman style a man standing in the middle of a desert\nSteampunkLawman style a man wearing a mask standing in the middle of a street\nSteampunkLawman style a man in a top hat standing in the middle of a dirt road\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a top hat standing in the middle of a dirt road\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man in a gas mask standing in the middle of a street\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man standing in the middle of a dirt road\nSteampunkLawman style a man standing in the middle of a dirt road\nSteampunkLawman style a man standing in the middle of a dirt road\nTechnoBug style a giant insect that is flying through the air\nTechnoBug style a painting of a giant creature with lots of things on it's\nTechnoBug style an image of a giant robot in the middle of a city\nTechnoBug style an image of a bug that is in the air\nTechnoBug style an image of a bug that is flying through the air\nTechnoBug style an image of a strange looking creature in the sky\nTechnoBug style a painting of a giant bug with glowing eyes\nTechnoBug style a very strange looking creature in the middle of a body of water\nTentView style the inside of a tent with a view of mountains\nTentView style the inside of a tent with a view of mountains\nTentView style the inside of a tent with a view of a field\nTentView style a tent with a view of a mountain and a pair of shoes\nTentView style the inside of a tent with a view of a grassy field\nTentView style the inside of a tent with a view of a mountain range\nTentView style the inside of a tent with a view of mountains\nTentView style a tent with a view of a mountain range\nTentView style the inside of a tent with a car in the background\nTentView style a tent with a view of a mountain range\nTentView style the inside of a tent with a view of a mountain range\nTentView style a couple of sleeping bags sitting inside of a tent\nTentView style a person sleeping inside of a tent on top of a grass covered field\nTentView style a couple of sleeping bags sitting inside of a tent\nTentView style a tent with a sleeping bag and a sleeping bag in it\nTentView style the inside of a tent with a view of a mountain range\nToweringPortal style, a couple of men standing in a tunnel next to each other\nToweringPortal style, two people standing in a dark tunnel with the sun in the background\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, two people standing at the end of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, a man is standing in the middle of a tunnel\nToweringPortal style, a man and a woman walking through a tunnel\nToweringPortal style, a couple of people standing on top of a mountain\nToweringPortal style, two people walking through a tunnel with the sun in the background\nToweringPortal style, two people standing in the middle of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a man and a woman are standing in a tunnel\nToweringPortal style, a couple of men standing next to each other\nToweringPortal style, a couple of people standing in front of a cave\nToweringPortal style, a man standing in front of a portal in the desert\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, two people standing in front of a glowing tunnel\nToweringPortal style, a group of people walking through a tunnel in the desert\nToweringPortal style, a couple of people standing in front of a giant door\nToweringPortal style, two people walking through a tunnel in the desert\nToweringPortal style, a couple of people that are standing in a tunnel\nToweringPortal style, a couple of people that are standing in the dirt\nToweringPortal style, two people standing in front of a tunnel in the desert\nToweringPortal style, two people are standing in front of a tunnel\nToweringPortal style, a person standing in the middle of a tunnel\nToweringPortal style, a couple of people that are standing in front of a tunnel\nToweringPortal style, two people walking through a tunnel with a giant object in the background\nToweringPortal style, a man standing in front of an archway in a desert\nToweringPortal style, a group of three people walking through a tunnel\nToweringPortal style, a couple of people that are standing in the dirt\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, a couple of people that are standing in a tunnel\nToweringPortal style, a couple of people standing in the middle of a tunnel\nToweringPortal style, a couple of people standing inside of a tunnel\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, two people are standing in the middle of a tunnel\nToweringPortal style, two people are standing in the middle of a tunnel\nToweringPortal style, a couple of people standing inside of a tunnel\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of an explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of an explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a plume of smoke\nTropicalAstronaut style a man in a space suit standing on a beach\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in a field\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in front of a palm tree\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a creepy creature\nUndeadKing style, a statue of an octopus sitting on top of a chair\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a statue of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a demonic creature\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a statue of a demon sitting on top of a chair\nUndeadKing style, a statue of a demon sitting on top of a chair\nUndeadKing style, a black and white photo of a demon sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a statue of a demon\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a man sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne surrounded by\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to destroyed buildings\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street filled with rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street covered in rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWiredOperator style an anime character with dark hair and lightning in the background\nWiredOperator style a group of anime characters standing next to each other\nWiredOperator style an anime character standing in the middle of a city\nWiredOperator style a painting of a man with a hat on his head\nWiredOperator style a painting of a man with glasses and headphones\nWiredOperator style a close up of a painting of a person\nWiredOperator style a drawing of a man with a bunch of wires coming out of his\nWiredOperator style an anime character sitting on the floor in front of a bowl of food\nWiredOperator style a painting of a woman wearing a helmet with wires coming out of it\nWiredOperator style an anime character with white hair and a chain around his neck\nWiredOperator style an anime character with black hair and red lightning in the background\nAlienTemple style a computer generated image of a futuristic mountain landscape\nAlienTemple style a computer generated image of a mountain with stairs leading up to it\nAlienTemple style a computer generated image of a futuristic landscape with stairs and mountains\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a sci fi landscape\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds in the background\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style an image of a futuristic landscape with mountains and stairs\nAlienTemple style a computer generated image of a futuristic city with mountains and trees\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds in the background\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic city with stairs and mountains\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic mountain town\nAlienTemple style a computer generated image of a mountain with a purple sky in the background\nAlienTemple style a computer generated image of a futuristic city with mountains in the background\nAlienTemple style a computer generated image of a futuristic landscape with mountains and clouds\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old television set with a city in the background\nAlienTV style an old computer with a city in the background\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old - fashioned computer with a mountain in the background\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a futuristic city in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with mountains and a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nBitBoats style an art print of a boat in the ocean with a palm tree\nBitBoats style an image of a sunset with a palm tree and a boat in the water\nBitBoats style an image of a sunset with a boat and palm tree\nBitBoats style an image of a sunset with palm trees and a boat in the water\nBitBoats style a pixel art style image of a boat in the ocean with a palm tree\nBitBoats style a pixel art style image of a boat in the ocean with a palm tree\nBitBoats style a poster of a boat in the ocean with a palm tree\nBitBoats style an illustration of a tropical island with a palm tree\nBitBoats style an image of a boat in the ocean with a palm tree\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a boat in the ocean with a palm tree\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a pixel art style image of a dolphin in the ocean\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a computer generated image of a dolphin in the ocean\nBitDolphin style a dolphin made out of blocks floating in the ocean\nBitDolphin style a computer generated image of a dolphin jumping out of the water\nBitRealms style a computer screen that has been made out of blocks\nBitRealms style a computer screen with a hole in the middle of it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style an image of a computer screen made out of blocks\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen that has been made out of legos\nBitRealms style an image of a computer screen made out of blocks\nBitRealms style an image of a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a lot of cubes on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a bunch of cubes coming out of it\nBitRealms style a computer screen with a lot of blocks on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style an image of a computer screen with a lot of blocks coming out of it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a lot of cubes on it\nBitRealms style a computer screen with a bunch of wires coming out of it\nBitRealms style a computer screen that has a bunch of blocks on it\nBitRealms style a computer screen with a bunch of cubes coming out of it\nBitRealms style a computer screen with a bunch of cubes on it\nBitRealms style a computer screen with a bunch of blocks on it\nBoxedFutures style a television made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a television made out of legos with mountains and water in the background\nBoxedFutures style a computer screen made out of legos with mountains and water in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with mountains and water in the background\nBoxedFutures style a television made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen with a mountain scene inside of it\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a giant black hole surrounded by cubes\nCubicSinglularity style an abstract image of a cube in the middle of a circle\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with an eye in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a large hole in the middle\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a circle\nCubicSinglularity style a futuristic city with a giant hole in the middle of it\nCubicSinglularity style an artistic image of a giant black hole surrounded by cubes\nCubicSinglularity style an image of a black hole surrounded by cubes\nCubicSinglularity style an artistic image of a futuristic city with an eye in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubicSinglularity style an image of a black hole surrounded by cubes\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a large hole in the middle\nCubicSinglularity style an artistic image of a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style a futuristic city with a giant hole in the middle of it\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an artist's rendering of a giant hole in the sky\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer block made up of colorful cubes on a black background\nCubismCubed style a cube made out of cubes with a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style an abstract cube made up of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style an abstract cube made up of colorful cubes on a black background\nDeathDance style a black and white drawing of a man with a skull on his head\nDeathDance style a black and white drawing of a man holding a skeleton\nDeathDance style a drawing of a woman and child in a room with a skeleton in the background\nDeathDance style a black and white drawing of a skeleton and a man\nDeathDance style a black and white drawing of a man holding a sword\nDeathDance style a drawing of a skeleton and a woman holding a sword\nDeathDance style a drawing of a man riding a horse next to a tree\nDeathDance style a drawing of a skeleton sitting at a table\nDeathDance style a black and white drawing of a man holding a stick\nDeathDance style a black and white drawing of a man handing something to a skeleton\nDeathDance style a drawing of a skeleton and an old man\nDeathDance style a drawing of a group of people sitting around a table\nDeathDance style a drawing of a skeleton and a person with a cane\nDeathDance style a drawing of a man plowing a field with horses\nDeathDance style a drawing of a skeleton and a woman in a bed\nDeathDance style a drawing of a man holding a sword next to a skeleton\nDeathDance style a drawing of a skeleton and a man with a sword\nDeathDance style a drawing of a man sitting at a table next to a skeleton\nDeathDance style a black and white drawing of a man and a woman\nDeathDance style a drawing of a man with a sword and a skeleton\nDeathDance style a drawing of a skeleton being taken out of a door\nDucreux style a painting of a man wearing a hat and holding his finger to his lips\nDucreux style a painting of a man with a surprised look on his face\nDucreux style a painting of a man wearing a black hat\nDucreux style a painting of a man wearing a hat and holding his finger to his lips\nDucreux style a painting of a man holding his finger to his lips\nDucreux style a painting of a man with a surprised look on his face\nDucreux style a painting of a man with a hat pointing at something\nDucreux style a painting of a man wearing a black hat\nDucreux style a painting of a man holding his finger to his lips\nDucreux style a painting of a man in a red jacket\nDucreux style a painting of a man with a hat pointing at something\nDucreux style a painting of a man in a red jacket\nEcoComputer style a computer with a plant growing out of it\nEcoComputer style an old computer with plants growing out of it\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer sitting on top of a table next to a plant\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer sitting on top of a table next to a plant\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer with a plant growing out of it\nEndGate style an image of a giant gate with a giant moon in the middle\nEndGate style a giant ball of fire in the middle of a city\nEndGate style a giant black hole surrounded by ruins with a giant sun in the background\nEndGate style a large circular object with a massive hole in the middle of it\nEndGate style a giant black hole surrounded by a mountain range\nEndGate style a giant black hole in the middle of a city\nEndGate style a large black hole in the middle of a mountain\nEndGate style an image of a giant black hole in the sky\nEndGate style a giant black ball in the middle of a dark sky\nEndGate style a giant black ball with flames coming out of it\nEndGate style an image of a giant black ball in the middle of a city\nEndGate style a giant black hole in the middle of a city\nEndGate style an image of a giant black hole in the sky\nEndGate style the sun is shining through a circular hole in the sky\nEndGate style an image of a black hole in the sky\nEndGate style a man standing in front of a giant black hole\nEndGate style an image of a giant black hole in the sky\nEndGate style an image of a sci - fi landscape with the sun in the middle of it\nEndGate style a futuristic city with a giant ball in the background\nEndGate style an image of the sun rising over a city\nEndGate style a giant black hole in the middle of a building\nEndGate style a giant black hole in the middle of a mountain\nEndGate style the sun shines through the clouds over a dark castle\nEndGate style a giant black hole in the middle of a dark sky\nEndGate style a futuristic city with a giant black ball in the middle of it\nEndGate style a giant black hole in the middle of a city\nEndGate style a large black ball with a lot of fire coming out of it\nEndGate style a dark city with a giant moon in the sky\nEndGate style a giant black hole in the middle of a mountain\nEndGate style an image of a giant black hole in the sky\nEndGate style a giant black hole in the middle of a city\nEndGate style an image of a giant black hole in the sky\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style a stylized image of a futuristic city with mountains and clouds\nFractalGeo style a stylized image of a cell phone surrounded by mountains and clouds\nFractalGeo style an image of a computer screen with a mountain scene\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style an image of a computer screen with mountains and clouds\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style an image of a futuristic landscape with mountains and clouds\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style a computer screen with an image of a mountain and a video game console\nFractalGeo style a digital painting of a mountain with a radio on top of it\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style an image of a digital art scene with a boombox\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style a computer screen with an image of mountains and clouds in the background\nFractalGeo style a digital painting of a mountain with a radio on top of it\nFractalGeo style a computer generated image of a mountain and a city\nFractalGeo style a computer screen with mountains and clouds in the background\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nGameBlocked style a pixel art image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy in the middle of a field\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style a pixel art style image of a gameboy on an island\nGameBlocked style an art work of a microwave with a mountain in the background\nGameBlocked style an image of a pixel art piece with trees and mountains in the background\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style an image of a gameboy on an island\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style a pixel art style image of a computer on top of an island\nGameBlocked style a stylized image of a tv with a mountain in the background\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style a pixel art style image of an old school game console\nGameBlocked style an image of a pixel art scene with a video game\nGameBlocked style a pixel art style image of an old school game console\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on a small island\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style an image of a pixel art style game console\nGameBlocked style a pixel art style image of a computer on an island\nGameBlocked style an image of a pixel art piece in the shape of a computer\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a pixel art style gameboy\nGameBlocked style a pixel art style image of a gameboy in the middle of an island\nGameBlocked style an image of a gameboy on an island\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy in the middle of an island\nGameBlocked style an image of a pixel art style game console\nGameStation style an image of a sci - fi themed artwork\nGameStation style an old - school video game console with pixel art\nGameStation style an image of a computer screen with a game on it\nGameStation style an image of a sci - fi themed artwork\nGameStation style an image of a computer with a lot of things on it\nGameStation style an illustration of a video game console surrounded by other electronic devices\nGameStation style an image of a game console with a lot of things on it\nGameStation style an old - school video game console with pixel art\nGameStation style an image of a computer with a lot of things on it\nGameStation style an illustration of a computer and a game console\nGameStation style an image of a computer screen with a game on it\nGameStation style an image of a sci - fi themed artwork\nGameStation style an illustration of a computer and a game console\nGameStation style a stylized illustration of a computer and other electronic devices\nGameStation style a stylized illustration of a computer and other electronic devices\nGameStation style an old - school video game console with a cityscape in the background\nGameStation style an illustration of a video game console in the dark\nGameStation style an illustration of a computer screen with an image of a computer on top of it\nGameStation style an illustration of a computer screen with an image of a computer on top of it\nGameStation style an illustration of a game console with a lot of objects\nGameStation style a computer screen with a bunch of different items on it\nGameStation style an illustration of a video game console surrounded by neon lights\nGameStation style a graphic of a computer with a bunch of objects around it\nGameStation style a graphic of a computer with a bunch of objects around it\nGameStation style an image of a video game being played on a computer\nGameStation style an illustration of a computer screen with neon lights on it\nGameStation style an illustration of a video game console surrounded by various objects\nGameStation style an image of a computer screen with a bunch of things on it\nGameStation style an image of a computer screen with a bunch of things on it\nGameStation style an illustration of a video game being played on a computer\nGameStation style an illustration of a video game being played on a computer\nGameStation style an illustration of a video game console surrounded by other electronic devices\nGameStation style an image of a game console with a lot of things on it\nGameStation style an image of a sci - fi art work\nGlitchWave style an image of a sunset and a wave in the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style a painting of a wave in the ocean at sunset\nGlitchWave style an image of a painting of a wave in the ocean\nGlitchWave style a painting of a wave in the ocean at night\nGlitchWave style a painting of a wave in the ocean with a sunset in the background\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style an image of a wave crashing into the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style a painting of a wave in the ocean at sunset\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style an image of an ocean wave in pixel art\nGlitchWave style an image of a colorful wave in the ocean\nGlitchWave style a pixel art picture of a sunset over the ocean\nGlitchWave style a painting of an ocean wave with a sunset in the background\nGlitchWave style an image of a wave crashing into the ocean\nIsoHomes style a computer generated image of a building and a pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a pool surrounded by palm trees\nIsoHomes style a computer generated image of a maze with buildings and palm trees\nIsoHomes style a computer generated image of a building with a pool and palm trees\nIsoHomes style a computer generated image of a city with a pool and palm trees\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a courtyard with palm trees\nIsoHomes style a computer generated image of a building with a pool and palm trees\nIsoHomes style a computer generated image of a courtyard with palm trees\nIsoHomes style a computer generated image of a house and pool\nJovianTech style an illustration of a futuristic city with a giant electronic device in the middle\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style a digital painting of a futuristic city with lots of electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a game console with a city in the background\nJovianTech style an illustration of a computer in the middle of a city\nJovianTech style an illustration of a futuristic city in the sky\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with electronic equipment\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJungleFuturism style a computer screen with a sunset in the background\nJungleFuturism style a computer screen with a tree and a sunset in the background\nJungleFuturism style a computer screen with a tree and a building in the background\nJungleFuturism style a computer screen with an image of a tropical island in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style an art work of a computer with a colorful background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with an image of a tree and a mountain in the background\nJungleFuturism style a computer screen with a tree in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with a tree and a sunset in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style an image of a computer screen with a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nKawaiiPro style an illustration of an old television with an ocean scene on the screen\nKawaiiPro style an old television set with an ocean scene on it\nKawaiiPro style an illustration of a television set with an ocean scene on it\nKawaiiPro style an image of an old tv with an ocean scene on it\nKawaiiPro style a computer screen with an image of a boat on it\nKawaiiPro style an illustration of a television set with a mountain scene on the screen\nKawaiiPro style an illustration of a television with a wave coming out of it\nKawaiiPro style a computer screen with an image of a boat on it\nMeijiJapan style a group of people standing around a bucket filled with hay\nMeijiJapan style a room filled with lots of different types of vases\nMeijiJapan style a group of people on a small boat in a body of water\nMeijiJapan style a river running through a forest next to a mountain\nMeijiJapan style a man sitting on the floor painting a vase\nMeijiJapan style a group of people standing next to each other\nMeijiJapan style a group of people standing around a wooden machine\nMeijiJapan style a woman in an apron is making something on a machine\nMeijiJapan style a group of people standing on top of a body of water\nMeijiJapan style a group of geisha women sitting around a table\nMeijiJapan style a group of people standing next to each other\nMeijiJapan style a room with a picture hanging on the wall\nMeijiJapan style a man is making vases in a pottery studio\nMeijiJapan style a group of people working in an assembly line\nMeijiJapan style a man working on a piece of metal in a shop\nMeijiJapan style a couple of men standing next to each other\nMeijiJapan style a woman standing in a field with a pile of hay\nMeijiJapan style a group of people standing around a pile of hay\nMeijiJapan style a walkway leading to a shrine with statues on either side of it\nMeijiJapan style a group of people working in a field of tall grass\nMeijiJapan style a man is rowing a boat down a river\nMeijiJapan style a group of people with umbrellas in a field\nMeijiJapan style a group of people with umbrellas on a muddy field\nMeijiJapan style a group of people standing around each other in front of a shrine\nMeijiJapan style a large mountain covered in clouds next to a body of water\nMeijiJapan style a group of people walking down a street next to a building\nMeijiJapan style a couple of people standing on top of a beach next to a body of water\nMeijiJapan style a group of geisha girls looking through a window\nMeijiJapan style two geisha girls sleeping on a matress in a japanese room\nMeijiJapan style a group of people with umbrellas walking up a hill\nMeijiJapan style a person bending over a piece of stone in front of a building\nMeijiJapan style a couple of women standing next to each other\nMeijiJapan style a man sitting on the floor working on something\nMeijiJapan style a man sitting in front of a large umbrella\nMeijiJapan style a man standing next to a large tree trunk\nMeijiJapan style a couple of boys working on a wooden barrel\nMeijiJapan style a person riding a horse drawn carriage down a dirt road\nMeijiJapan style a man sitting at a table working on a vase\nMeijiJapan style a painting of a lake with a house in the background\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a person standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a person standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a person walking down a path in front of a mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain tunnel\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonTreehouse style a computer generated image of a tree with pink and purple clouds\nNeonTreehouse style a computer generated image of a tree with clouds in the background\nNeonTreehouse style a stylized image of a tree with a computer on top of it\nNeonTreehouse style a computer generated image of a tree with a building on top of it\nNeonTreehouse style a stylized image of a tree with a pink sky in the background\nNeonTreehouse style a computer generated image of a tree with a building on top of it\nNeonTreehouse style a computer screen with a tree on top of it\nNeonTreehouse style a computer generated image of a tree and a building\nNeonTreehouse style a pink and purple background with a tree on top of a mountain\nNeonTreehouse style a computer generated image of a tree with pink clouds\nNeonTreehouse style a computer generated image of a tree with pink clouds\nNeonTreehouse style a stylized image of a tree and a computer\nNeoOlympus style a futuristic city with a giant purple ball in the middle of it\nNeoOlympus style a digital painting of a city in the middle of the night\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style a futuristic city with a giant cloud in the sky\nNeoOlympus style a futuristic city with a giant purple ball in the middle of it\nNeoOlympus style a painting of a giant cloud floating over a city\nNeoOlympus style a futuristic city with a lightning bolt coming out of it\nNeoOlympus style a digital painting of a city in the middle of the night\nNeoOlympus style a painting of a city in the middle of the night\nNeoOlympus style a painting of a city surrounded by clouds and buildings\nNeoOlympus style a painting of a city with a giant cloud floating over it\nNeoOlympus style a futuristic city surrounded by clouds in the sky\nNeoOlympus style a futuristic city with a giant cloud in the sky\nNeoOlympus style a digital painting of a city surrounded by clouds\nNeoOlympus style a painting of a city surrounded by clouds and lightning\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style an image of a city with a huge cloud coming out of it\nNeoOlympus style a futuristic city with a lightning bolt coming out of it\nNeoOlympus style a painting of a city with a giant cloud floating over it\nNeoOlympus style a futuristic city with a massive structure in the middle of it\nNeoOlympus style a futuristic city with a giant cloud floating over it\nNeoOlympus style a digital painting of a city surrounded by clouds\nNeoOlympus style a futuristic city with a giant hole in the middle of it\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style a futuristic city with a giant ball in the middle of it\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long hair and blue eyes\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a woman with long hair and freckles on her face\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a painting of a woman with long hair and glowing eyes\nNeverLate style a woman with long hair and a white tank top\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nOceanicRealms style a painting of a castle surrounded by sea life\nOceanicRealms style a painting of a castle in the middle of the ocean\nOceanicRealms style a painting of a tree with bubbles floating from it\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle in the middle of a body of water\nOceanicRealms style a painting of a castle in the middle of a body of water\nOceanicRealms style a painting of a castle with jellyfish floating in the water\nOceanicRealms style a painting of a jellyfish floating in the water\nOceanicRealms style a painting of an underwater world with a waterfall\nOceanicRealms style a painting of an underwater castle with fish swimming around\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle with lots of bubbles coming out of it\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of an underwater scene with bubbles and corals\nOceanicRealms style a painting of a window with bubbles coming out of it\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of a castle surrounded by water and plants\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle surrounded by sea life\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of bubbles floating in front of a building\nOceanicRealms style a painting of bubbles floating in front of a window\nOceanicRealms style a painting of an underwater city with a castle in the background\nOceanicRealms style a painting of a giant bubble floating over a castle\nOceanicRealms style a painting of a tree in the middle of the ocean\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of a tree with a bunch of bubbles coming out of it\nOceanicRealms style a painting of a fantasy city by the water\nOceanicRealms style a painting of an underwater scene with fish and plants\nOceanicRealms style a painting of a castle surrounded by water bubbles\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of a castle surrounded by water bubbles\nOceanicRealms style a painting of an underwater scene with a lantern hanging from it's ceiling\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of a castle with jelly fish floating in the water\nOceanicRealms style a painting of an underwater scene with a castle in the background\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style an underwater scene with a castle and fish in the water\nOceanicRealms style a painting of an underwater scene with bubbles and corals\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of an underwater castle surrounded by bubbles\nPixelPC style a graphic of a computer and other electronic equipment\nPixelPC style a computer screen with a bunch of different things on it\nPixelPC style a computer screen with a bunch of things on it\nPixelPC style a graphic of a computer with a lot of things on it\nPixelPC style a computer with a lot of electronic equipment on it\nPixelPC style a computer with a lot of electronic equipment on it\nPixelPC style a graphic of a computer surrounded by electronic equipment\nPixelPC style a computer screen with an image of a creature on it\nPixelPC style a computer screen with a green horse on it\nPixelPC style a graphic of a computer with a green screen\nPixelPC style a computer screen with a bunch of different items on it\nPixelPC style a graphic of a computer with a green globe on the screen\nPixelPC style a graphic of a computer with a green screen\nPixelPC style a graphic of a computer surrounded by electronic equipment\nPixelPC style a computer screen with a bunch of electronics on top of it\nPixelPC style a graphic of a computer and other electronic devices\nPixelPC style a computer screen with a bunch of electronic equipment on it\nPixelPC style a computer screen with a bunch of electronics on top of it\nPixelPC style a graphic of a computer with a green screen\nPrismaHills style a computer generated image of a mountain range at night\nPrismaHills style a computer generated image of a mountain range in neon colors\nPrismaHills style a computer generated image of a mountain range in neon colors\nPrismaHills style a computer generated image of a mountain with wavy lines\nPrismaHills style a computer generated image of a mount" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -8154, + 1785 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9336, + 974 + ], + "size": { + "0": 417.20050048828125, + "1": 341.11566162109375 + }, + "flags": {}, + "order": 105, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Bridge-Kolors-ZENKAI-v69\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v6\n\ntxt/img2img bridge KOLORS to FLUX \nKolors Control Net Stack: Depth, Canny\nSingle or Double Action Operation\ntxt2img + img2img KOLORS switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 559, + 519, + 0, + 206, + 1, + "INT" + ], + [ + 560, + 520, + 0, + 206, + 2, + "INT" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 579, + 535, + 0, + 450, + 0, + "*" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 641, + 599, + 0, + 158, + 0, + "INT" + ], + [ + 642, + 600, + 0, + 158, + 1, + "INT" + ], + [ + 651, + 604, + 0, + 544, + 0, + "*" + ], + [ + 652, + 604, + 1, + 546, + 0, + "*" + ], + [ + 657, + 545, + 0, + 448, + 1, + "STRING" + ], + [ + 658, + 545, + 0, + 448, + 2, + "STRING" + ], + [ + 660, + 545, + 0, + 605, + 0, + "STRING" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 750, + 706, + 0, + 665, + 0, + "*" + ], + [ + 800, + 738, + 0, + 740, + 0, + "LATENT" + ], + [ + 805, + 786, + 0, + 742, + 3, + "IMAGE" + ], + [ + 810, + 749, + 0, + 750, + 0, + "*" + ], + [ + 811, + 751, + 0, + 752, + 0, + "*" + ], + [ + 813, + 747, + 0, + 754, + 0, + "*" + ], + [ + 814, + 746, + 0, + 755, + 0, + "*" + ], + [ + 816, + 741, + 0, + 759, + 0, + "*" + ], + [ + 818, + 767, + 0, + 769, + 0, + "*" + ], + [ + 823, + 791, + 0, + 771, + 3, + "IMAGE" + ], + [ + 824, + 742, + 0, + 774, + 0, + "CONDITIONING" + ], + [ + 825, + 771, + 0, + 774, + 1, + "CONDITIONING" + ], + [ + 826, + 742, + 1, + 775, + 0, + "CONDITIONING" + ], + [ + 827, + 771, + 1, + 775, + 1, + "CONDITIONING" + ], + [ + 828, + 744, + 0, + 776, + 0, + "*" + ], + [ + 829, + 745, + 0, + 777, + 0, + "*" + ], + [ + 840, + 786, + 0, + 789, + 0, + "IMAGE" + ], + [ + 841, + 791, + 0, + 790, + 0, + "IMAGE" + ], + [ + 846, + 793, + 0, + 794, + 0, + "IMAGE" + ], + [ + 856, + 803, + 0, + 804, + 0, + "IMAGE" + ], + [ + 863, + 774, + 0, + 812, + 0, + "*" + ], + [ + 864, + 775, + 0, + 813, + 0, + "*" + ], + [ + 865, + 814, + 0, + 816, + 0, + "*" + ], + [ + 868, + 827, + 0, + 824, + 0, + "*" + ], + [ + 871, + 830, + 0, + 827, + 2, + "IMAGE" + ], + [ + 872, + 828, + 0, + 827, + 3, + "IMAGE" + ], + [ + 874, + 823, + 0, + 828, + 0, + "IMAGE" + ], + [ + 875, + 828, + 0, + 829, + 0, + "IMAGE" + ], + [ + 876, + 823, + 0, + 830, + 0, + "IMAGE" + ], + [ + 877, + 863, + 0, + 830, + 1, + "IMAGE" + ], + [ + 878, + 862, + 0, + 830, + 2, + "IMAGE" + ], + [ + 879, + 861, + 0, + 830, + 3, + "IMAGE" + ], + [ + 881, + 832, + 0, + 831, + 1, + "MODEL" + ], + [ + 901, + 871, + 0, + 868, + 2, + "IMAGE" + ], + [ + 902, + 869, + 0, + 868, + 3, + "IMAGE" + ], + [ + 904, + 864, + 0, + 869, + 0, + "IMAGE" + ], + [ + 905, + 869, + 0, + 870, + 0, + "IMAGE" + ], + [ + 906, + 864, + 0, + 871, + 0, + "IMAGE" + ], + [ + 907, + 874, + 0, + 871, + 1, + "IMAGE" + ], + [ + 908, + 873, + 0, + 871, + 2, + "IMAGE" + ], + [ + 909, + 872, + 0, + 871, + 3, + "IMAGE" + ], + [ + 910, + 740, + 0, + 875, + 0, + "IMAGE" + ], + [ + 919, + 880, + 0, + 882, + 0, + "LATENT" + ], + [ + 920, + 884, + 0, + 882, + 1, + "LATENT" + ], + [ + 922, + 885, + 0, + 884, + 0, + "IMAGE" + ], + [ + 927, + 891, + 0, + 889, + 0, + "*" + ], + [ + 928, + 890, + 0, + 891, + 0, + "FLOAT" + ], + [ + 929, + 892, + 0, + 891, + 1, + "FLOAT" + ], + [ + 930, + 882, + 2, + 891, + 3, + "INT" + ], + [ + 943, + 900, + 0, + 793, + 0, + "LATENT" + ], + [ + 951, + 908, + 0, + 803, + 0, + "LATENT" + ], + [ + 957, + 788, + 0, + 786, + 0, + "IMAGE" + ], + [ + 958, + 788, + 0, + 791, + 0, + "IMAGE" + ], + [ + 959, + 748, + 0, + 912, + 0, + "*" + ], + [ + 962, + 746, + 0, + 913, + 0, + "*" + ], + [ + 963, + 913, + 0, + 745, + 0, + "CHATGLM3MODEL" + ], + [ + 964, + 913, + 0, + 744, + 0, + "CHATGLM3MODEL" + ], + [ + 966, + 914, + 0, + 915, + 0, + "*" + ], + [ + 967, + 915, + 0, + 738, + 0, + "MODEL" + ], + [ + 968, + 915, + 0, + 916, + 0, + "*" + ], + [ + 970, + 916, + 0, + 917, + 0, + "*" + ], + [ + 972, + 901, + 0, + 908, + 0, + "MODEL" + ], + [ + 973, + 917, + 0, + 901, + 0, + "MODEL" + ], + [ + 974, + 916, + 0, + 792, + 0, + "MODEL" + ], + [ + 975, + 792, + 0, + 900, + 0, + "MODEL" + ], + [ + 976, + 604, + 0, + 918, + 0, + "*" + ], + [ + 977, + 604, + 1, + 919, + 0, + "*" + ], + [ + 978, + 918, + 0, + 744, + 1, + "STRING" + ], + [ + 979, + 919, + 0, + 745, + 1, + "STRING" + ], + [ + 980, + 831, + 0, + 914, + 0, + "*" + ], + [ + 981, + 912, + 0, + 831, + 0, + "MODEL" + ], + [ + 982, + 744, + 0, + 920, + 0, + "*" + ], + [ + 983, + 745, + 0, + 921, + 0, + "*" + ], + [ + 988, + 922, + 0, + 738, + 1, + "CONDITIONING" + ], + [ + 989, + 923, + 0, + 738, + 2, + "CONDITIONING" + ], + [ + 990, + 922, + 0, + 924, + 0, + "*" + ], + [ + 991, + 923, + 0, + 925, + 0, + "*" + ], + [ + 994, + 925, + 0, + 900, + 2, + "CONDITIONING" + ], + [ + 995, + 924, + 0, + 900, + 1, + "CONDITIONING" + ], + [ + 996, + 924, + 0, + 926, + 0, + "*" + ], + [ + 997, + 926, + 0, + 908, + 1, + "CONDITIONING" + ], + [ + 998, + 925, + 0, + 927, + 0, + "*" + ], + [ + 999, + 927, + 0, + 908, + 2, + "CONDITIONING" + ], + [ + 1000, + 747, + 0, + 928, + 0, + "*" + ], + [ + 1001, + 928, + 0, + 929, + 0, + "*" + ], + [ + 1002, + 929, + 0, + 884, + 1, + "VAE" + ], + [ + 1003, + 929, + 0, + 930, + 0, + "*" + ], + [ + 1004, + 930, + 0, + 740, + 1, + "VAE" + ], + [ + 1005, + 930, + 0, + 931, + 0, + "*" + ], + [ + 1006, + 931, + 0, + 793, + 1, + "VAE" + ], + [ + 1007, + 931, + 0, + 932, + 0, + "*" + ], + [ + 1008, + 932, + 0, + 803, + 1, + "VAE" + ], + [ + 1009, + 751, + 0, + 933, + 0, + "*" + ], + [ + 1010, + 933, + 0, + 934, + 0, + "*" + ], + [ + 1011, + 934, + 0, + 868, + 5, + "CLIP_VISION" + ], + [ + 1013, + 749, + 0, + 935, + 0, + "*" + ], + [ + 1014, + 935, + 0, + 936, + 0, + "*" + ], + [ + 1015, + 936, + 0, + 868, + 1, + "IPADAPTER" + ], + [ + 1017, + 937, + 0, + 868, + 0, + "MODEL" + ], + [ + 1018, + 934, + 0, + 827, + 5, + "CLIP_VISION" + ], + [ + 1019, + 936, + 0, + 827, + 1, + "IPADAPTER" + ], + [ + 1021, + 882, + 0, + 938, + 0, + "*" + ], + [ + 1022, + 938, + 0, + 939, + 0, + "*" + ], + [ + 1023, + 939, + 0, + 940, + 0, + "*" + ], + [ + 1024, + 940, + 0, + 908, + 3, + "LATENT" + ], + [ + 1025, + 939, + 0, + 900, + 3, + "LATENT" + ], + [ + 1026, + 938, + 0, + 738, + 3, + "LATENT" + ], + [ + 1027, + 920, + 0, + 941, + 0, + "*" + ], + [ + 1028, + 921, + 0, + 942, + 0, + "*" + ], + [ + 1029, + 941, + 0, + 742, + 0, + "CONDITIONING" + ], + [ + 1030, + 941, + 0, + 771, + 0, + "CONDITIONING" + ], + [ + 1031, + 942, + 0, + 742, + 1, + "CONDITIONING" + ], + [ + 1032, + 942, + 0, + 771, + 1, + "CONDITIONING" + ], + [ + 1033, + 559, + 0, + 943, + 0, + "*" + ], + [ + 1034, + 559, + 1, + 944, + 0, + "*" + ], + [ + 1035, + 943, + 0, + 788, + 1, + "INT" + ], + [ + 1036, + 944, + 0, + 788, + 2, + "INT" + ], + [ + 1039, + 943, + 0, + 885, + 1, + "INT" + ], + [ + 1040, + 944, + 0, + 885, + 2, + "INT" + ], + [ + 1041, + 943, + 0, + 880, + 0, + "INT" + ], + [ + 1042, + 944, + 0, + 880, + 1, + "INT" + ], + [ + 1045, + 891, + 0, + 738, + 5, + "FLOAT" + ], + [ + 1046, + 891, + 0, + 900, + 5, + "FLOAT" + ], + [ + 1047, + 891, + 0, + 908, + 5, + "FLOAT" + ], + [ + 1050, + 741, + 0, + 948, + 0, + "*" + ], + [ + 1051, + 948, + 0, + 742, + 2, + "CONTROL_NET" + ], + [ + 1053, + 767, + 0, + 949, + 0, + "*" + ], + [ + 1054, + 949, + 0, + 771, + 2, + "CONTROL_NET" + ], + [ + 1055, + 814, + 0, + 950, + 0, + "*" + ], + [ + 1056, + 950, + 0, + 951, + 0, + "*" + ], + [ + 1057, + 951, + 0, + 738, + 4, + "INT" + ], + [ + 1059, + 951, + 0, + 952, + 0, + "*" + ], + [ + 1060, + 952, + 0, + 900, + 4, + "INT" + ], + [ + 1061, + 952, + 0, + 908, + 4, + "INT" + ], + [ + 1062, + 748, + 0, + 953, + 0, + "*" + ], + [ + 1063, + 953, + 0, + 937, + 0, + "*" + ], + [ + 1064, + 740, + 0, + 954, + 0, + "*" + ], + [ + 1073, + 793, + 0, + 957, + 0, + "IMAGE" + ], + [ + 1079, + 963, + 0, + 962, + 2, + "BOOLEAN" + ], + [ + 1080, + 963, + 0, + 964, + 2, + "BOOLEAN" + ], + [ + 1085, + 962, + 0, + 922, + 0, + "*" + ], + [ + 1086, + 964, + 0, + 923, + 0, + "*" + ], + [ + 1091, + 941, + 0, + 962, + 1, + "CONDITIONING" + ], + [ + 1092, + 942, + 0, + 964, + 1, + "CONDITIONING" + ], + [ + 1093, + 775, + 0, + 964, + 0, + "CONDITIONING" + ], + [ + 1094, + 774, + 0, + 962, + 0, + "CONDITIONING" + ], + [ + 1123, + 992, + 0, + 995, + 0, + "IMAGE" + ], + [ + 1129, + 1000, + 0, + 998, + 0, + "*" + ], + [ + 1130, + 999, + 0, + 1000, + 1, + "VAE" + ], + [ + 1131, + 1002, + 0, + 1000, + 0, + "IMAGE" + ], + [ + 1132, + 169, + 0, + 1001, + 1, + "VAE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1136, + 1001, + 0, + 32, + 0, + "*" + ], + [ + 1137, + 992, + 3, + 1002, + 1, + "INT" + ], + [ + 1138, + 992, + 4, + 1002, + 2, + "INT" + ], + [ + 1139, + 995, + 0, + 1002, + 0, + "IMAGE" + ], + [ + 1140, + 599, + 0, + 166, + 1, + "INT" + ], + [ + 1141, + 600, + 0, + 166, + 2, + "INT" + ], + [ + 1143, + 1004, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1144, + 1006, + 0, + 1003, + 1, + "INT" + ], + [ + 1145, + 1007, + 0, + 1003, + 2, + "INT" + ], + [ + 1146, + 1003, + 0, + 1005, + 0, + "*" + ], + [ + 1153, + 937, + 0, + 827, + 0, + "MODEL" + ], + [ + 1215, + 1058, + 0, + 1043, + 0, + "CLIP" + ], + [ + 1216, + 1058, + 0, + 1044, + 0, + "CLIP" + ], + [ + 1217, + 1070, + 0, + 1047, + 0, + "IMAGE" + ], + [ + 1218, + 1047, + 0, + 1048, + 0, + "IMAGE" + ], + [ + 1219, + 1047, + 1, + 1049, + 0, + "MASK" + ], + [ + 1220, + 1049, + 0, + 1050, + 0, + "IMAGE" + ], + [ + 1221, + 1066, + 0, + 1051, + 0, + "MODEL" + ], + [ + 1222, + 1052, + 0, + 1051, + 1, + "CONDITIONING" + ], + [ + 1223, + 1052, + 1, + 1051, + 2, + "CONDITIONING" + ], + [ + 1224, + 1054, + 0, + 1051, + 3, + "LATENT" + ], + [ + 1225, + 1063, + 0, + 1052, + 0, + "CONDITIONING" + ], + [ + 1226, + 1065, + 0, + 1052, + 1, + "CONDITIONING" + ], + [ + 1227, + 1068, + 0, + 1052, + 2, + "CONTROL_NET" + ], + [ + 1228, + 1047, + 0, + 1052, + 3, + "IMAGE" + ], + [ + 1229, + 1071, + 0, + 1054, + 0, + "LATENT" + ], + [ + 1230, + 1047, + 1, + 1054, + 1, + "MASK" + ], + [ + 1231, + 1051, + 0, + 1055, + 0, + "LATENT" + ], + [ + 1232, + 1067, + 0, + 1055, + 1, + "VAE" + ], + [ + 1233, + 1055, + 0, + 1056, + 0, + "IMAGE" + ], + [ + 1234, + 1042, + 0, + 1057, + 0, + "*" + ], + [ + 1235, + 1042, + 1, + 1058, + 0, + "*" + ], + [ + 1236, + 1046, + 0, + 1059, + 0, + "*" + ], + [ + 1237, + 1053, + 0, + 1060, + 0, + "*" + ], + [ + 1238, + 1045, + 0, + 1061, + 0, + "*" + ], + [ + 1239, + 1043, + 0, + 1062, + 0, + "*" + ], + [ + 1240, + 1062, + 0, + 1063, + 0, + "*" + ], + [ + 1241, + 1044, + 0, + 1064, + 0, + "*" + ], + [ + 1242, + 1064, + 0, + 1065, + 0, + "*" + ], + [ + 1243, + 1057, + 0, + 1066, + 0, + "*" + ], + [ + 1244, + 1059, + 0, + 1067, + 0, + "*" + ], + [ + 1245, + 1060, + 0, + 1068, + 0, + "*" + ], + [ + 1246, + 1070, + 0, + 1071, + 0, + "IMAGE" + ], + [ + 1247, + 1059, + 0, + 1071, + 1, + "VAE" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1405, + 448, + 0, + 211, + 0, + "*" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1414, + 128, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1416, + 129, + 0, + 124, + 0, + "*" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1420, + 105, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1427, + 603, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1430, + 1189, + 0, + 1188, + 1, + "INT" + ], + [ + 1432, + 518, + 0, + 1191, + 0, + "STRING" + ], + [ + 1433, + 1191, + 0, + 604, + 0, + "STRING" + ], + [ + 1434, + 1192, + 0, + 1188, + 0, + "STRING" + ], + [ + 1435, + 1188, + 0, + 1191, + 1, + "STRING" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1439, + 1196, + 0, + 1194, + 2, + "FACE_MODEL" + ], + [ + 1440, + 1199, + 0, + 1194, + 3, + "FACE_BOOST" + ], + [ + 1441, + 1194, + 0, + 1195, + 0, + "IMAGE" + ], + [ + 1442, + 1194, + 0, + 1197, + 0, + "IMAGE" + ], + [ + 1443, + 1195, + 0, + 1197, + 1, + "IMAGE" + ], + [ + 1444, + 1197, + 3, + 1200, + 0, + "IMAGE" + ], + [ + 1445, + 1197, + 2, + 1201, + 0, + "IMAGE" + ], + [ + 1446, + 1197, + 0, + 1202, + 0, + "IMAGE" + ], + [ + 1447, + 793, + 0, + 1194, + 0, + "IMAGE" + ], + [ + 1449, + 793, + 0, + 955, + 0, + "*" + ], + [ + 1450, + 1204, + 0, + 1203, + 0, + "IMAGE" + ], + [ + 1451, + 1205, + 0, + 1203, + 1, + "IMAGE" + ], + [ + 1452, + 1206, + 0, + 885, + 0, + "IMAGE" + ], + [ + 1453, + 1206, + 0, + 788, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -9667, + 2934, + 2067, + 1101 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5634, + 1628, + 2079, + 1225 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + 1174, + 2921, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7507, + 1614, + 1770, + 1184 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -9118, + 1595, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + 1151, + 1661, + 4058, + 1089 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS (2) IPadapter", + "bounding": [ + -5744, + -245, + 2983, + 1027 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Basic", + "bounding": [ + -5745, + -1279, + 1911, + 889 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Sampler Garden", + "bounding": [ + -3713, + -1263, + 1854, + 935 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Cnet Config", + "bounding": [ + -7991, + -134, + 2141, + 807 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS conditioning", + "bounding": [ + -8851, + -1322, + 1175, + 595 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS latents", + "bounding": [ + -7618, + -1309, + 1760, + 900 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "hands fix SDXL", + "bounding": [ + 555, + -126, + 4640, + 1521 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Sampler Garden 2", + "bounding": [ + -1659, + -1252, + 1840, + 909 + ], + "color": "#A88", + "font_size": 24, + "locked": false + }, + { + "title": "KOLORS Face model swap", + "bounding": [ + -2391, + -130, + 2569, + 908 + ], + "color": "#A88", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.11137767453526, + "offset": [ + 9443.784902954125, + -798.9093514165461 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Zenkai-v74.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Zenkai-v74.json new file mode 100644 index 0000000..cdba97c --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v6/Foda-Zenkai-v74.json @@ -0,0 +1,6600 @@ +{ + "last_node_id": 1207, + "last_link_id": 1472, + "nodes": [ + { + "id": 61, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3063.348149124651 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 71 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -6379.740839704884, + 3475.7215313055394 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 73, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -4931.9134620356, + 3462.8900930148616 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -4931.9134620356, + 3220.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + -3835.9134620355962, + 3095.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 3, + "mode": 4, + "inputs": [ + { + "name": "*", + "type": "*", + "link": null + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + -4249.913462035597, + 3142.890093014862 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3427.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -1068.361448687094, + 3197.1528843198057 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 136, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 155 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1416 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 130, + "type": "easy getNode", + "pos": [ + -1088.3614486870931, + 3167.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 155 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -1768.3614486870874, + 3327.152884319806 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 117, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -1768.3614486870874, + 3487.152884319807 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -2028.3614486870854, + 3367.1528843198066 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 68, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -2028.3614486870854, + 3307.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 136, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3287.152884319806 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_latent_img2img_base", + "properties": {}, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -1768.3614486870874, + 3247.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -2038.3614486870852, + 3337.1528843198066 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_condPOSbase", + "properties": {}, + "widgets_values": [ + "condPOSbase" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -2328.3614486870842, + 3407.1528843198057 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 107, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -1388.361448687093, + 3377.1528843198066 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 127, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 124, + "type": "easy setNode", + "pos": [ + -679.3614486870888, + 3127.1528843198057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 139, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1416 + } + ], + "title": "Set_image_upscale2", + "properties": { + "previousName": "image_upscale2" + }, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223" + }, + { + "id": 58, + "type": "Image Comparer (rgthree)", + "pos": { + "0": -9275.6767578125, + "1": 3063.3466796875, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1590.5733642578125, + "1": 920.7862548828125 + }, + "flags": { + "collapsed": false + }, + "order": 69, + "mode": 4, + "inputs": [ + { + "name": "image_a", + "type": "IMAGE", + "link": 71, + "dir": 3 + }, + { + "name": "image_b", + "type": "IMAGE", + "link": 72, + "dir": 3 + } + ], + "outputs": [], + "properties": { + "comparer_mode": "Slide" + }, + "widgets_values": [ + [ + { + "name": "A", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00001_.png&type=temp&subfolder=&rand=0.5816136077299163" + }, + { + "name": "B", + "selected": true, + "url": "/view?filename=rgthree.compare._temp_vrhku_00002_.png&type=temp&subfolder=&rand=0.2824332823798823" + } + ] + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -678.3614486870888, + 3157.1528843198057 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 12, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": null + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 62, + "type": "easy getNode", + "pos": [ + -9585.676014365803, + 3193.348149124652 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 13, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 72 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale2", + "properties": {}, + "widgets_values": [ + "image_upscale2" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 164, + "type": "easy setNode", + "pos": [ + -6434.932781821737, + 1851.4890180741065 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 129, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 194 + } + ], + "title": "Set_latent_selected", + "properties": { + "previousName": "latent_selected" + }, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -6484.932781821737, + 1861.4890180741068 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 14, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9330, + 1810 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 79, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9690, + 1790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 86, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -5940, + 1280 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 94, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -5492.270082000422, + 3383.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 108, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -4548.270082000421, + 3352.075723366291 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 128, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3725.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -5192.270082000422, + 3343.075723366291 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 85, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -5261.002901054403, + 1802.373504041003 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 229, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 233, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 200, + "type": "easy getNode", + "pos": [ + -5261.002901054403, + 1742.373504041003 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 233 + ], + "slot_index": 0 + } + ], + "title": "Get_latent_selected", + "properties": {}, + "widgets_values": [ + "latent_selected" + ], + "color": "#223" + }, + { + "id": 201, + "type": "easy getNode", + "pos": [ + -5261.002901054403, + 1702.373504041003 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 229 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + -4851.002901054401, + 1762.373504041003 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 205, + "type": "Note", + "pos": [ + -5251.002901054403, + 2182.3735040410033 + ], + "size": { + "0": 296.4547424316406, + "1": 74.45208740234375 + }, + "flags": {}, + "order": 18, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.25 to 0.75" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 203, + "type": "easy getNode", + "pos": [ + -5571.002901054404, + 1792.373504041003 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 241 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_V2", + "properties": {}, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -5261.002901054403, + 1942.3735040410031 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 453, + "type": "easy getNode", + "pos": [ + -5439.002901054404, + 2093.3735040410033 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 470 + ], + "slot_index": 0 + } + ], + "title": "Get_f_denoise", + "properties": {}, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -5649.219975170947, + 3398.497402857999 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -6249.740839704884, + 3035.721531305536 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 23, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -6099.740839704884, + 3365.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 96, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -5224.219975170947, + 3444.4974028579986 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 24, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -6249.740839704884, + 3475.7215313055394 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 98, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 159, + "type": "easy setNode", + "pos": [ + -6754.932781821737, + 1811.489018074107 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 102, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 187 + } + ], + "title": "Set_latent_txt2img_base", + "properties": { + "previousName": "latent_txt2img_base" + }, + "widgets_values": [ + "latent_txt2img_base" + ], + "color": "#223" + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -1154.9438386343609, + 4446.436393605571 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 25, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -349.9438386343668, + 4489.436393605571 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 97, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 204, + "type": "easy setNode", + "pos": [ + -4821.002901054401, + 1892.3735040410031 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 135, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 237 + } + ], + "title": "Set_image_baseOut", + "properties": { + "previousName": "image_baseOut" + }, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 450, + "type": "easy setNode", + "pos": [ + -5944.932781821741, + 1851.4890180741065 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 138, + "mode": 0, + "inputs": [ + { + "name": "*", + "type": "*", + "link": 579 + } + ], + "title": "Set_f_denoise", + "properties": { + "previousName": "f_denoise" + }, + "widgets_values": [ + "f_denoise" + ], + "color": "#223" + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -6849.740839704886, + 3455.7215313055394 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 26, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -7060.740839704886, + 3829.7215313055394 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -7449.740839704886, + 3161.721531305538 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 27, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_03686_.png", + "image" + ] + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -5944.932781821741, + 1811.489018074107 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 130, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 579 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9330, + 2000 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 80, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -6670, + 1280 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 92, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -6488, + 3535 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -6489.740839704884, + 3635.72153130554 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 29, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -6765.2546319744915, + 1771.9326348149432 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 81, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 641, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 642, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 187, + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 519, + "type": "easy getNode", + "pos": [ + -8153.929198889939, + 1725.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 559 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 520, + "type": "easy getNode", + "pos": [ + -8153.929198889939, + 1755.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 560 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -1620.7729818010616, + 4330.357086120903 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 32, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -9023.929198889942, + 1875.4506323882056 + ], + "size": { + "0": 320, + "1": 160 + }, + "flags": {}, + "order": 75, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 660, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "(text\"JOHNSON\":1), female focus, diffuse light, , JovianTech style an illustration of a futuristic city with a giant electronic device in the middle" + ] + }, + { + "id": 544, + "type": "easy setNode", + "pos": [ + -6240, + 1240 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 131, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 651 + } + ], + "title": "Set_str_POS_prompt", + "properties": { + "previousName": "str_POS_prompt" + }, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 546, + "type": "easy setNode", + "pos": [ + -6240, + 1280 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 132, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 652 + } + ], + "title": "Set_str_NEG_prompt", + "properties": { + "previousName": "str_NEG_prompt" + }, + "widgets_values": [ + "str_NEG_prompt" + ], + "color": "#223" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -348.9438386343668, + 4319.4363936055715 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 71, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 678, + "type": "InvertMask", + "pos": [ + -690.6359894724546, + 2070.096930064275 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 114, + "mode": 4, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 711 + } + ], + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 706 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "InvertMask" + } + }, + { + "id": 676, + "type": "JoinImageWithAlpha", + "pos": [ + -690.6359894724546, + 1980.0969300642744 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 124, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 709 + }, + { + "name": "alpha", + "type": "MASK", + "link": 706 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 718 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 674, + "type": "JoinImageWithAlpha", + "pos": [ + -1970.635989472452, + 2010.0969300642741 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 113, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 708 + }, + { + "name": "alpha", + "type": "MASK", + "link": 710 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 719 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "JoinImageWithAlpha" + } + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -2980.635989472453, + 1920.0969300642737 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 112, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 682, + "type": "SaveImage", + "pos": [ + -370.63598947245646, + 1910.0969300642737 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 133, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 718 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-subject" + ] + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -3380.635989472453, + 1990.0969300642744 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 99, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 708, + 709, + 720 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 710, + 711 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 706, + "type": "easy getNode", + "pos": [ + -3417.635989472452, + 1764.096930064272 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 33, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 750 + ], + "slot_index": 0 + } + ], + "title": "Get_image_baseOut", + "properties": {}, + "widgets_values": [ + "image_baseOut" + ], + "color": "#223" + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -3393.635989472453, + 1916.0969300642737 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 74, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 750 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -4871.002901054401, + 1802.373504041003 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 125, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 237 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -6670, + 1250 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 545, + "type": "easy getNode", + "pos": [ + -9024.117686530484, + 1765.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 657, + 658, + 660 + ], + "slot_index": 0 + } + ], + "title": "Get_str_POS_prompt", + "properties": {}, + "widgets_values": [ + "str_POS_prompt" + ], + "color": "#223" + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -4604.187236106894, + 1767.4349180310865 + ], + "size": { + "0": 985.3012084960938, + "1": 1060.3828125 + }, + "flags": {}, + "order": 134, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/base/flux" + ] + }, + { + "id": 683, + "type": "SaveImage", + "pos": [ + -1680.6359894724528, + 1920.0969300642737 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 123, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 719 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre-mask" + ] + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -8166.1176865304815, + 1694.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -8062.1176865304815, + 1951.4506323882056 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 100, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift", + "properties": { + "previousName": "model_fluxShift" + }, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -5581.187236106896, + 1822.4349180310865 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 78, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 241, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + -5553.187236106896, + 1742.4349180310865 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift", + "properties": {}, + "widgets_values": [ + "model_fluxShift" + ], + "color": "#223" + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9510, + 1690 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 37, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9500, + 1850 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 998, + "type": "easy setNode", + "pos": [ + -6728.458874126071, + 2557.1858013259407 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 126, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 1129 + } + ], + "title": "Set_latent_img2img_base_0", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "latent_img2img_base_0" + ], + "color": "#223" + }, + { + "id": 1000, + "type": "VHS_VAEEncodeBatched", + "pos": [ + -6738.458874126071, + 2437.1858013259407 + ], + "size": { + "0": 226.8000030517578, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 116, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1131 + }, + { + "name": "vae", + "type": "*", + "link": 1130 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1129 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VHS_VAEEncodeBatched" + }, + "widgets_values": { + "per_batch": 4 + } + }, + { + "id": 999, + "type": "easy getNode", + "pos": [ + -6738.458874126071, + 2397.1858013259407 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1130 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1002, + "type": "ImageResize+", + "pos": [ + -6996.458874126071, + 2440.1858013259407 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 103, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1139 + }, + { + "name": "width", + "type": "INT", + "link": 1137, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1138, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1131 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -6760.458874126071, + 2181.1858013259407 + ], + "size": { + "0": 210, + "1": 46 + }, + "flags": {}, + "order": 109, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1132 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135, + 1136 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 32, + "type": "easy setNode", + "pos": [ + -6753.458874126071, + 2271.1858013259407 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 120, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 1136 + } + ], + "title": "Set_latent_img2img_base", + "properties": { + "previousName": "latent_img2img_base" + }, + "widgets_values": [ + "latent_img2img_base" + ], + "color": "#223" + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -6764.458874126071, + 2142.1858013259407 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1132 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 599, + "type": "easy getNode", + "pos": [ + -7289.458874126071, + 1796.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 641, + 1140 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 600, + "type": "easy getNode", + "pos": [ + -7291.458874126071, + 1830.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 642, + 1141 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 992, + "type": "UltimateVideoLoader", + "pos": [ + -7309.458874126071, + 2487.1858013259407 + ], + "size": [ + 210, + 306 + ], + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "images", + "type": "IMAGE", + "links": [ + 1123 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "fps", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": [ + 1137 + ], + "shape": 3, + "slot_index": 3 + }, + { + "name": "height", + "type": "INT", + "links": [ + 1138 + ], + "shape": 3, + "slot_index": 4 + } + ], + "properties": { + "Node name for S&R": "UltimateVideoLoader" + }, + "widgets_values": { + "source": "fileupload", + "youtube_url": "youtube/url/here", + "video": "X://insert/path/here.mp4", + "upload": "20230528-213534_with_snd.mp4", + "start_sec": 0, + "end_sec": 0, + "max_fps": 1, + "force_size": "Disabled", + "custom_width": 512, + "custom_height": 512, + "frame_load_cap": 50, + "width": 512, + "height": 512, + "frame_count": 1, + "fps": 10, + "choose video to upload": "image", + "videopreview": { + "hidden": true, + "paused": false, + "params": { + "frame_load_cap": 50, + "end_sec": 0, + "start_sec": 0, + "filename": "20230528-213534_with_snd.mp4", + "type": "input", + "format": "video/mp4", + "max_fps": 1 + } + } + } + }, + { + "id": 995, + "type": "easy imageBatchToImageList", + "pos": [ + -7305.458874126071, + 2417.1858013259407 + ], + "size": { + "0": 210, + "1": 26 + }, + "flags": {}, + "order": 82, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1123 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1139 + ], + "shape": 6, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "easy imageBatchToImageList" + } + }, + { + "id": 1004, + "type": "easy getNode", + "pos": [ + -6720, + 3070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1143 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1006, + "type": "easy getNode", + "pos": [ + -6710, + 3100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1144 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1007, + "type": "easy getNode", + "pos": [ + -6710, + 3130 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1145 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1005, + "type": "easy setNode", + "pos": [ + -6620, + 3330 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 104, + "mode": 4, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1146 + } + ], + "title": "Set_model_fluxShift_upscale", + "properties": { + "previousName": "model_fluxShift_upscale" + }, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -6212.458874126071, + 1691.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -6239.740839704884, + 3075.7215313055367 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 70, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -5190, + 3283 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -4929, + 3301 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 118, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -4232, + 3173 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 137, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -3837, + 3134 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 140, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -6710, + 3160 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 83, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1143 + }, + { + "name": "width", + "type": "INT", + "link": 1144, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1145, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1146 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 822, + "type": "Note", + "pos": [ + -8906, + 975 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 49, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "koda-Kolors-Zero-Legacy-v83\n\nVideo: https://www.youtube.com/watch?v=uHYhw-2xBiw\nWorkflow: https://civitai.com/models/589666\n\nhttps://www.fivebelowfive.uk\n\nKoda Pack v6\nNew Base Model - Kolors (legacy)\n\nKolors Sampler Garden - Perturbed cnet fix\nKolors Control Net Canny & Depth\nAdded face swap with occulusion and boost\nNew 3 step upscaling process with colormatching\n\nfull instructions on workflow links\nprevious pack version videos:\n\nV5 Video: https://www.youtube.com/watch?v=Oh1qCxg3u38\nV4 Video: https://www.youtube.com/watch?v=MCjGKy3qqe8\nV3 Video: https://www.youtube.com/watch?v=3-7FWMO1J4c\nV2 Video: https://www.youtube.com/watch?v=QbUs9_eYgLM\nV1 Video: https://www.youtube.com/watch?v=3Vcdg5ocjO4\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9236, + 1401 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 50, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table on a table in the middle of a modern kitchen\n\ncyborg ninja in walmart\n\nmetal gear evangelion gundam, battle, attack, big axe, ringworld cityscape, cherry blossom, explosions, lasers, smoke, octane render\n\ninterplanetary futuristic industrial titan cargo train arrives at cargo port of Ringworld city, concept art, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, plugs, hoses, ventilation, cinematic lighting, hyperrealism, octane render, defuse light, high detail\n\nNinja fighting tentacle beast, slime, ectoplasm, electricity, fire, suspenseful eerie creepy mood, lovecraft, ridley scott, explosions by machael bay\n\nimmense colourful human cloning machines, ultra detailed, hyper realism, Light Shaft, walls embedded with circuitry and wires, smoke from vents in walls, octane render\n\ncyberpunk battlefield, street gangs, cyberpunk police, fire, Cloudy, lasers shooting, explosions, fog, cyberpunk cinematic 4k, hazy\n\nhyperdetailed baroque fiery Hellmouth, Immense Pillars wrapped with lighting, colourful low clouds, green mist, biomechanical landscape, belinski, giger, orange moody lighting, global illumination, insanely detailed and intricate, hyper-realistic, cinematic 8k, octane, vray, rayshading, hazy\n\nhalf cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur\n\n\n(sign:\"JOHNSON\":1) anime of a rare and expensive intimidating Woman who is attractive and wearing punk futurism clothing, world war five, high detail, sharp focus, cinematic product lighting\n- \nscary concrete electronic jungle at night, psychedelic art, moebius style \n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9880, + 1700 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9870, + 1860 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 52, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -8654, + 1691 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8675, + 1728 + ], + "size": { + "0": 305.3254699707031, + "1": 98 + }, + "flags": {}, + "order": 87, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 657, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 658, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1405 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 211, + "type": "easy setNode", + "pos": [ + -8521, + 1888 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 1405 + } + ], + "title": "Set_conPOS_V2", + "properties": { + "previousName": "conPOS_V2" + }, + "widgets_values": [ + "conPOS_V2" + ], + "color": "#223" + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -1768.3614486870874, + 3587.152884319807 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 67, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -1770, + 3743 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 95, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 128, + "type": "easy getNode", + "pos": [ + -2488.3614486870842, + 3097.152884319805 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 54, + "mode": 4, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [ + 1414 + ], + "slot_index": 0 + } + ], + "title": "Get_image_upscale1", + "properties": {}, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -2351.9013609478916, + 3215.8148912918514 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 88, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1414 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -4931.9134620356, + 3562.8900930148616 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 84, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -4933, + 3709 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 105, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -5654.270082000422, + 3084.075723366291 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 55, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1420 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -5581.376660484367, + 3181.604363126757 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 89, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1420 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -6474.932781821737, + 1741.489018074107 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 119, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 194 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -5261.187236106895, + 2042.4349180310867 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 77, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 470, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -5261, + 2301 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 101, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -6203.458874126071, + 1809.1858013259396 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.05 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -8154, + 1785 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 76, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -6990, + 2179 + ], + "size": { + "0": 210, + "1": 218 + }, + "flags": {}, + "order": 90, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 1140, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1141, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 603, + "type": "easy getNode", + "pos": [ + -7312, + 2057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "*", + "type": "*", + "links": [], + "slot_index": 0 + } + ], + "title": "Get_image_kolors_2Malt", + "properties": {}, + "widgets_values": [ + "image_kolors_2Malt" + ], + "color": "#223" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -7317, + 2177 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -6810, + 1010 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 59, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1207, + "type": "ShowText|pysssss", + "pos": [ + -7365, + 1023 + ], + "size": { + "0": 521.04541015625, + "1": 348.81707763671875 + }, + "flags": {}, + "order": 122, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1454, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + "", + "(text\"JOHNSON\":1), female focus, diffuse light, , JovianTech style an illustration of a futuristic city with a giant electronic device in the middle" + ] + }, + { + "id": 1191, + "type": "Text Concatenate", + "pos": [ + -7545, + 1051 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 110, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1432, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1435, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1433, + 1454 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + ", ", + "false", + "", + "", + "", + "" + ] + }, + { + "id": 1188, + "type": "Text Random Line", + "pos": [ + -7553, + 1088 + ], + "size": { + "0": 210, + "1": 54 + }, + "flags": { + "collapsed": true + }, + "order": 93, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1434, + "widget": { + "name": "text" + } + }, + { + "name": "seed", + "type": "INT", + "link": 1430, + "widget": { + "name": "seed" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1435 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Text Random Line" + }, + "widgets_values": [ + "", + 0, + "fixed" + ] + }, + { + "id": 1189, + "type": "easy seed", + "pos": [ + -7602, + 1143 + ], + "size": { + "0": 210, + "1": 106 + }, + "flags": {}, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "seed", + "type": "INT", + "links": [ + 1430 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "easy seed" + }, + "widgets_values": [ + 218954360109411, + "randomize", + null + ] + }, + { + "id": 1192, + "type": "DF_Text_Box", + "pos": [ + -8534, + 1137 + ], + "size": { + "0": 648.89892578125, + "1": 217.13668823242188 + }, + "flags": {}, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1434 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "random line", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "AlienInteriors style the inside of a futuristic looking building with lots of windows\nAlienInteriors style a black and white photo of a space station\nAlienInteriors style a futuristic looking room filled with lots of seats\nAlienInteriors style a dark room with a bunch of desks in it\nAlienInteriors style a large room filled with lots of electronic equipment\nAlienInteriors style a sci - fi scene with a chair in the middle of the room\nAlienInteriors style a futuristic looking room with a large round window\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style the interior of a sci - fi themed space station\nAlienInteriors style a large room filled with lots of electronic equipment\nAlienInteriors style a futuristic looking room with lots of electronic equipment\nAlienInteriors style a black and white photo of a control room\nAlienInteriors style a dark room with a lot of equipment in it\nAlienInteriors style a futuristic looking room with lots of electronic equipment\nAlienInteriors style the interior of a space station with lots of lights\nAlienInteriors style a futuristic looking space station with lots of equipment\nAlienInteriors style a futuristic looking room filled with lots of electronic equipment\nAlienInteriors style a futuristic looking room filled with lots of chairs\nAlienInteriors style the interior of a sci - fi themed space station\na group of people standing inside of a building\na person standing in the middle of a stone building\na man standing in the middle of a stone building\na person standing in the middle of a stone building\na couple of people that are standing in a building\na man standing in the middle of a dark hallway\na dimly lit hallway in a building with columns\na person standing in the middle of an abandoned building\na group of people standing inside of a building\na couple of men walking through a cave filled with lots of rocks\na person standing in a room filled with stone carvings\na man standing in the middle of a room filled with stairs\na group of people standing inside of a building\na couple of people walking up a set of stairs\nAncientUnderground style, a dimly lit room with columns and a person standing in the middle of\nAncientUnderground style, a dimly lit cave with candles on the floor\nAncientUnderground style, a group of people standing inside of a building\nAncientUnderground style, a couple of people standing inside of a building\nAncientUnderground style, a dimly lit room with stairs and a pool\nAncientUnderground style, the inside of a building with a skylight above it\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel sitting on top of a throne\nAngelStatues style, a close up of a statue of a man with long hair and a\nAngelStatues style, a statue of a man sitting on a throne surrounded by angels\nAngelStatues style, a statue of an angel sitting on top of a table\nAngelStatues style, a statue of an angel holding the hand of a woman\nAngelStatues style, a painting of an angel surrounded by other women\nAngelStatues style, a statue of an old man surrounded by angels\nAngelStatues style, a statue of an angel and a demon on a pedestal\nAngelStatues style, a statue of an angel standing on top of a pedestal\nAngelStatues style, a statue of an angel holding a sword next to a statue of a\nAngelStatues style, a statue of an angel surrounded by other figurines\nAngelStatues style, a digital painting of an angel with fire coming out of his chest\nAngelStatues style, a statue of an angel holding a glowing ball\nAngelStatues style, a digital painting of an angel holding a sword\nAtompunk style, an aerial view of a futuristic building surrounded by trees\nAtompunk style, an artist's rendering of a futuristic city at night\nAtompunk style, an aerial view of a futuristic city at night\nAtompunk style, a group of domes sitting on top of a lush green field\nAtompunk style, an artist's rendering of a futuristic city at night\nAtompunk style, an artist's rendering of a futuristic city in the middle of a\nAtompunk style, a group of hot air balloons flying over a city\nAtompunk style, an aerial view of a futuristic city at night\nAtompunk style, an artist's rendering of a futuristic building in the middle of a\nAtompunk style, an artist's rendering of a futuristic city surrounded by trees\nAtompunk style, an artist's rendering of a futuristic city at night\nBacterium style, a close up view of a cell phone screen\nBacterium style, an image of a cell that has been made to look like it is\nBacterium style, a close up of a cell on a cell phone\nBacterium style, an artist's rendering of a cell in the middle of a desert\nBacterium style, an artist's rendering of a computer generated image of a germ\nBacterium style, a painting of a bunch of strange looking things\nBacterium style, a microscope sitting on top of a table next to an image of a\nBacterium style, a microscope sitting on top of a bunch of different types of cells\nBacterium style, an artist's rendering of a group of cancer cells\nBacterium style, a group of germs sitting on top of a pile of dirt\nBacterium style, an image of a cell wall with a lot of cells on it\nBacterium style, an image of a group of germs in a body of water\nBaroqueWarrior style, a close up of a person in a costume\nBaroqueWarrior style, a man in armor standing in a dark room\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a person in armor holding a sword\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a armor\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a person in armor with a bird on his head\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBaroqueWarrior style, a close up of a statue of a woman in armor\nBaroqueWarrior style, a woman dressed in armor holding a giant axe\nBaroqueWarrior style, a close up of a person wearing a helmet and armor\nBionicBikerGirl style, a drawing of a woman wearing a helmet and sunglasses\nBionicBikerGirl style, a drawing of a female robot with headphones on\nBionicBikerGirl style, a drawing of a woman with a helmet and goggles\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman wearing a helmet\nBionicBikerGirl style, a black and white drawing of a woman in futuristic gear\nBionicBikerGirl style, a drawing of a woman wearing a helmet and goggles\nBionicBikerGirl style, a black and white drawing of a woman in armor\nBionicBikerGirl style, a black and white drawing of a woman in armor\nBionicBikerGirl style, a drawing of a woman wearing a helmet and glasses\nBionicBikerGirl style, a black and white drawing of a woman on a motorcycle\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a woman in a futuristic suit\nBionicBikerGirl style, a black and white drawing of a woman's face\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman wearing sunglasses\nBionicBikerGirl style, a black and white drawing of a woman in front of a city\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by robot parts\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman surrounded by electronics\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a drawing of a woman with headphones on\nBionicBikerGirl style, a black and white drawing of a female robot\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBionicBikerGirl style, a black and white drawing of a woman with a sci - fi background\nBionicBikerGirl style, a black and white drawing of a woman wearing headphones\nBionicBikerGirl style, a black and white drawing of a woman in a futuristic suit\nBionicBikerGirl style, a black and white drawing of a woman in a robot suit\nBionicBikerGirl style, a black and white drawing of a woman with headphones\nBlackHoleGate style, a couple of people that are walking inside of a tunnel\nBlackHoleGate style, a dark tunnel with a pink and blue sky in the background\nBlackHoleGate style, a large circular object in the middle of a street\nBlackHoleGate style, a large circular object in the middle of a forest\nBlackHoleGate style, a futuristic tunnel with neon lights coming out of it\nBlackHoleGate style, a large round hole in the middle of a building\nBlackHoleGate style, a dark tunnel with neon lights coming out of it\nBlackHoleGate style, a computer generated image of a black hole in the sky\nBlackHoleGate style, a person standing in the middle of a tunnel\nBlackHoleGate style, a dark tunnel filled with lots of colorful lights\nBlackHoleGate style, a large circular object in the middle of a dark room\nBlackHoleGate style, a tunnel with a view of a city through it\nBlackHoleGate style, a dark tunnel filled with lots of purple and blue lights\nBlackHoleGate style, a large circular object in the middle of a dark room\nBoneFortress style, a painting of a large structure in the middle of a field\nBoneFortress style, a large ship floating on top of a body of water\nBoneFortress style, a painting of a huge structure in the middle of a desert\nBoneFortress style, a painting of a train traveling through a desert\nBoneFortress style, a painting of a castle floating in the sky\nBoneFortress style, a painting of a large ship floating on top of a body of water\nBoneFortress style, a painting of a strange looking structure in the sky\nBoneFortress style, a painting of a large building with a lot of smoke coming out of\nBoneFortress style, a painting of a giant ship in the middle of the ocean\nBoneFortress style, a painting of a ship floating on top of a body of water\nBoneFortress style, a painting of people standing in front of a huge cloud of smoke\nBoneFortress style, a painting of a large structure in the middle of a field\nBoneFortress style, a painting of a factory with a huge cloud in the sky\nBoneFortress style, a painting of a giant ship floating on top of a body of water\nBoneFortress style, a painting of a large ship in the middle of a desert\nBoneFortress style, a painting of a large structure in the middle of a desert\nBoneFortress style, a painting of a large ship in the middle of a body of water\nBoneFortress style, a painting of a ship with a lot of smoke coming out of it\nBoneFortress style, a large ship floating on top of a body of water\nBoneFortress style, a painting of a futuristic city in the sky\nBoneFortress style, a painting of a huge structure with a lot of smoke coming out of\nBoneFortress style, a painting of a ship in a body of water\nBoneFortress style, a painting of a ship in the middle of the ocean\nBoneFortress style, a painting of a large building in the middle of a field\nBoneFortress style, a painting of a large building with a lot of smoke coming out of\nBoneFortress style, a painting of a giant ship in the middle of a body of water\nBoneFortress style, a painting of a large ship in the middle of a body of water\nBoneFortress style, a painting of a giant structure with smoke coming out of it\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building with balconies in the sky\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCloudTowers style, a very tall building in the middle of some clouds\nCoralCity style, a bunch of trees that are next to a body of water\nCoralCity style, an aerial view of a city surrounded by trees\nCoralCity style, a picture of a very strange looking city in the middle of the sky\nCoralCity style, a bunch of plants that are growing out of the ground\nCoralCity style, a very strange looking building in the middle of the desert\nCoralCity style, an artist's rendering of a futuristic city\nCoralCity style, a very tall building with a lot of lights on it\nCoralCity style, a futuristic city with a lot of tall buildings\nCoralCity style, a bunch of plants growing out of the ground in front of tall buildings\nCoralCity style, a futuristic city with a clock tower in the middle of it\nCoralCity style, a very tall building with a bridge in the middle of it\nCoralCity style, a view of a futuristic city from the top of a building\nCoralCity style, a bunch of buildings that are next to each other\nCoralCity style, an artistic view of a futuristic city in the middle of the day\nCoralCity style, a city with lots of tall buildings and lots of windows\nCoralCity style, a futuristic city with lots of plants growing on the sides of the buildings\nCoralCity style, an artist's rendering of a futuristic city\nCoralCity style, an image of a very large city in the middle of the day\nCoralCity style, a very tall building with lots of plants growing on it's sides\nCoralCity style, a picture of a futuristic city in the middle of the day\nCoralCity style, a futuristic city on the edge of a body of water\nCoralCity style, an artist's rendering of a futuristic city in the middle of a\nCorridorFuturism style, a couple of people walking down a long hallway\nCorridorFuturism style, a man that is standing in the middle of a hallway\nCorridorFuturism style, a man standing in the middle of a hallway in a sci - fi\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a long hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a group of people walking inside of a tunnel\nCorridorFuturism style, a couple of people that are walking down a hallway\nCorridorFuturism style, this is an image of a hallway in a sci - fi environment\nCorridorFuturism style, a group of people walking down a hallway in a sci - fi environment\nCorridorFuturism style, a hallway in a space station with neon lights\nCorridorFuturism style, a hallway filled with lots of different types of electronic equipment\nCorridorFuturism style, a train station filled with lots of neon signs\nCorridorFuturism style, a hallway in a sci - fi environment with neon lights\nCorridorFuturism style, a man walking down a long hallway with neon lights\nCorridorFuturism style, a man walking down a hallway in a sci - fi environment\nCorridorFuturism style, a dimly lit hallway in a sci - fi environment\nCorridorFuturism style, this is an image of a hallway in a sci - fi environment\nCorridorFuturism style, a man that is standing in the middle of a hallway\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a sports car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a black and white drawing of a classic car\nCorvette style, a drawing of a classic sports car on a white background\nCosmicTrain style, a train with smoke coming out of it's engine\nCosmicTrain style, a train traveling down train tracks under a night sky filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a night sky filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a desert under a cloudy sky\nCosmicTrain style, a train on a train track with smoke coming out of it\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a space filled with stars\nCosmicTrain style, a train traveling down train tracks under a colorful sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train with a lot of smoke coming out of it\nCosmicTrain style, a train traveling through a desert under a cloudy sky\nCosmicTrain style, a train traveling through a colorful sky filled with stars\nCosmicTrain style, a train traveling through a space filled with stars\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a steam engine train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a cloudy sky with smoke coming out of it\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling down train tracks under a cloudy sky\nCosmicTrain style, a train traveling through a field under a night sky filled with stars\nCyberAngelSoldier style, a woman with purple hair holding a gun on a city street\nCyberAngelSoldier style, a woman with purple hair and wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and wings holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and angel wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair and wings holding a gun\nCyberAngelSoldier style, a woman with purple hair holding a gun on a city street\nCyberAngelSoldier style, a woman with wings holding a gun on a city street\nCyberAngelSoldier style, a woman with pink hair holding a machine gun\nCyberAngelSoldier style, a woman with purple hair and angel wings holding a machine gun\nCyberAngelSoldier style, a woman with purple hair holding a machine gun\nCyberAngelSoldier style, a woman with pink hair and wings holding a gun\nCyberAngelSoldier style, a woman with pink hair and angel wings holding a gun\nCyberWoman style, a close up of a person with pink hair\nCyberWoman style, a digital painting of a woman with headphones on\nCyberWoman style, a close up of a person with pink hair wearing headphones\nCyberWoman style, a close up of a person in a city at night\nCyberWoman style, a digital painting of a woman in a hoodie\nCyberWoman style, a woman with pink hair standing in the middle of a city\nCyberWoman style, a close up of a person with red hair wearing headphones\nCyberWoman style, a close up of a person wearing a leather jacket\nCyberWoman style, a close up of a person wearing a futuristic suit\nCyberWoman style, a girl with pink hair wearing a futuristic helmet\nCyberWoman style, a close up of a person with pink hair wearing headphones\nCyberWoman style, a woman with pink hair standing in the middle of a city\nCyberWoman style, a digital painting of a woman with headphones on\nCyberWoman style, a close up of a person wearing a sci - fi outfit\nCyberWoman style, a woman with futuristic makeup and piercings on her face\nCyberWoman style, a digital painting of a woman on a city street\nDatadisc style, a close up of an electronic device on a table\nDatadisc style, a close up of a disc on a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a computer disk on a table\nDatadisc style, a close up of a circular object in the dark\nDatadisc style, a close up of a circular object with a city in the background\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a disc with a city in the background\nDatadisc style, a computer disk sitting on top of a table\nDatadisc style, a close up of a circular object in a dark room\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a surface\nDatadisc style, a close up of a circular object on a surface\nDatadisc style, a circular object sitting on top of a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a table\nDatadisc style, a close up of a circular object on a table\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a giant sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man on a horse with a sword\nDestinyKnight style, a drawing of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a painting of a man in armor holding a sword\nDestinyKnight style, a drawing of a man in armor sitting on the ground\nDimensionGundam style, a red and purple robot standing with a sword\nDimensionGundam style, a close up of a robot with a long horn on its head\nDimensionGundam style, a close up of a robot with a dark background\nDimensionGundam style, a red and purple robot standing next to a plant\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a robot on a black background\nDimensionGundam style, a close up of a robot on a black background\nDimensionGundam style, a close up of a robot with a gun\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a statue of a robot on a black background\nDimensionGundam style, a close up of a robot with a black background\nDimensionGundam style, a close up of a red and purple robot\nDimensionGundam style, a close up of a robot with a gun in it's hand\nDimensionGundam style, a purple and orange robot standing in front of a black background\nDimensionGundam style, a large purple robot standing on top of a floor\nDimensionGundam style, a close up of a purple and white robot\nDimensionGundam style, a close up of a robot with orange and purple colors\nDimensionGundam style, a close up of a robot in a dark room\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with a street light\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty street in the middle of a foggy night\nEmptyStreet style an empty brick street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style an empty city street at night in the fog\nEmptyStreet style a foggy city street at night with cars parked on the side of\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style a foggy city street at night with street lights\nEmptyStreet style an empty city street at night in the fog\nFallenAngel style, a painting of an angel kneeling down next to a fire\nFallenAngel style, a painting of an angel standing in the water\nFallenAngel style, a painting of an angel laying on the ground\nFallenAngel style, a golden angel sitting in the middle of a forest\nFallenAngel style, a digital painting of an angel kneeling on the ground\nFallenAngel style, a digital painting of an angel sitting in a cave\nFallenAngel style, a painting of an angel sitting on top of a rock\nFallenAngel style, a painting of an angel laying on the ground\nFallenAngel style, a painting of an angel kneeling on the ground\nFallenAngel style, a painting of an angel sitting on the ground\nFallenAngel style, a painting of a man laying on the ground next to a large bird\nFallenAngel style, a painting of an angel laying on the ground\nFantasyDaimyo style, a man in armor riding on the back of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a man in armor with long hair\nFantasyDaimyo style, a demonic looking man in armor holding a sword\nFantasyDaimyo style, an image of a man in armor with a sword\nFantasyDaimyo style, a man with a sword sitting on top of a golden dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon in armor holding a sword\nFantasyDaimyo style, a man with a sword riding on the back of a dragon\nFantasyDaimyo style, a man with a sword sitting on top of a golden dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a man in armor holding a sword\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword and standing in front of a\nFantasyDaimyo style, an illustration of a demon sitting in front of a full moon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man with a sword riding on the back of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a painting of a man in a golden crown holding a sword\nFantasyDaimyo style, a painting of a man in armor holding two swords\nFantasyDaimyo style, a man dressed in black and gold holding a sword\nFantasyDaimyo style, a man with a sword sitting on top of a dragon\nFantasyDaimyo style, a painting of a man in armor holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon in armor holding a sword\nFantasyDaimyo style, a man in armor sitting on top of a golden dragon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man sitting on top of a golden dragon holding a sword\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, a man in armor holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon holding a sword in front of a full moon\nFantasyDaimyo style, an illustration of a demon sitting in front of a full moon\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, view an image titled'demon knight art'in our darksiders\nFantasyKnight style, the character is dressed in armor and holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFantasyKnight style, a drawing of a man in armor holding a sword\nFiftiesRobot style, a painting of a giant robot standing in the desert\nFiftiesRobot style, a painting of a giant robot standing next to a painting of a man\nFiftiesRobot style, a man standing in front of a giant robot\nFiftiesRobot style, a painting of a giant robot on a city street\nFiftiesRobot style, a painting of a giant robot standing in front of a crowd of people\nFiftiesRobot style, a painting of a giant robot standing in front of a group of people\nFiftiesRobot style, a painting of a giant gold robot standing in the middle of a city\nFiftiesRobot style, a man standing in front of a painting of a giant robot\nFlowerGateway style, a painting of a giant clock tower in the middle of a flower garden\nFlowerGateway style, the entrance to a castle is surrounded by flowers\nFlowerGateway style, a gate surrounded by flowers and plants in front of a building\nFlowerGateway style, a painting of a clock tower in the middle of a flower garden\nFlowerGateway style, the entrance to a palace with lots of flowers growing out of it\nFlowerGateway style, a person standing in front of a building with lots of flowers on it\nFlowerGateway style, a painting of a castle with lots of flowers in front of it\nFlowerGateway style, a digital painting of a building with lots of flowers growing out of it\nFlowerGateway style, a painting of a castle surrounded by flowers and greenery\nFlowerGateway style, a painting of a clock tower surrounded by flowers\nFlowerGateway style, a painting of a giant gate surrounded by flowers\nFlowerGateway style, a painting of a clock tower in the middle of a city\nFlowerGateway style, a couple of people that are standing in front of a clock tower\nFlowerGateway style, a painting of a clock tower surrounded by flowers\nFlowerGateway style, a digital painting of a building with a clock in the middle of it\nFlowerGateway style, a painting of a gate surrounded by flowers and trees\nFlowerGateway style, a building with a clock in the middle of it surrounded by flowers\nFlowerGateway style, a digital painting of an archway in the middle of a city\nFlowerGateway style, a group of people standing in front of a clock tower\nFlowerGateway style, a digital painting of an archway in the middle of a field of flowers\nFractalWoman style, a drawing of a woman with a lot of hair on her head\nFractalWoman style, a drawing of a woman with a lot of flowers in her hair\nFractalWoman style, a painting of a woman in a golden dress\nFractalWoman style, a painting of a woman with flowers in her hair\nFractalWoman style, a close up of a painting of a woman with long hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a painting of a woman with a sun in the background\nFractalWoman style, a close up of a painting of a woman's face\nFractalWoman style, a drawing of a woman's face with hair blowing in the wind\nFractalWoman style, a drawing of a woman with long blonde hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a drawing of a woman with long curly hair\nFractalWoman style, a close up of a painting of a woman with white hair\nFractalWoman style, a painting of a woman with hair blowing in the wind\nFractalWoman style, a close up of a painting of a woman with curly hair\nFractalWoman style, a close up of a painting of a woman's face\nFractalWoman style, a drawing of a woman with a lot of flowers in her hair\nFractalWoman style, a drawing of a woman with flowers in her hair\nFractalWoman style, a close up of a painting of a woman with curly hair\nFractalWoman style, a close up of a painting of a woman with blonde hair\nFriendzone style, a close up of a person wearing a jacket\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a painting of a woman in a black jacket\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a close up of a person wearing a headscarf\nFriendzone style, a close up of a person wearing a hoodie\nFriendzone style, a painting of a woman with freckles on her face\nFriendzone style, a painting of a woman sitting in front of a window\nFriendzone style, a close up of a person wearing a jacket\nFriendzone style, a close up of a person in the rain\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a close up of a person wearing a jacket in the rain\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a girl in a hoodie stares off into the distance\nFriendzone style, a woman with long hair standing in the snow\nFriendzone style, a close up of a person in a dark room\nFriendzone style, a painting of a woman with freckles on her face\nGhostShell style, a drawing of a female robot holding a gun\nGhostShell style, a drawing of a female robot holding a gun\nGhostShell style, a woman in a futuristic outfit holding a gun\nGhostShell style, a black and white photo of a woman in a sci - fi outfit\nGhostShell style, a woman with a sci - fi outfit holding a light saber\nGhostShell style, a woman in a futuristic suit holding a gun\nGhostShell style, a black and white drawing of a woman holding a sword\nGhostShell style, a woman in a futuristic suit holding a light saber\nGhostShell style, a woman with a sci - fi outfit holding a sword\nGhostShell style, a female robot with a sword in her hand\nGhostShell style, a female robot holding a light saber in her hand\nGlassDevice style, a close up of a glass object on a table\nGlassDevice style, a close up of a camera with a light inside of it\nGlassDevice style, a glass ball with a computer inside of it\nGlassDevice style, a close up of a machine inside of a glass container\nGlassDevice style, a close up of an electronic device in a dark room\nGlassDevice style, a close up of a metal object with a light inside of it\nGlassDevice style, a close up of a glass ball with a light inside of it\nGlassDevice style, a light bulb sitting inside of a glass ball\nGlassDevice style, a close up of a machine inside of a glass ball\nGlassDevice style, a close up of a machine with a light inside of it\nGlassDevice style, a close up of a metal object with a light inside of it\nGlitchSamurai style, a close up of a statue of a demon on a pink background\nGlitchSamurai style, a computer generated image of a man in armor\nGlitchSamurai style, a statue of a man in armor holding a sword\nGlitchSamurai style, a stylized image of a demon with horns on his head\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a close up of a statue of a person in armor\nGlitchSamurai style, a painting of a man in armor with horns on his head\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a close up of a statue of a man in armor\nGlitchSamurai style, a statue of a demon with horns on it's head\nGlitchSamurai style, a computer generated image of a man in a japanese armor\nGlitchSamurai style, a painting of a man in armor with horns on his head\nGlitchSlums style a painting of a city with a mountain in the background\nGlitchSlums style houses on a hillside\nGlitchSlums style a village on top of a mountain\nGlitchSlums style village street with a houses on the hillside\nGlitchSlums style a village on the side of a mountain\nGlitchSlums style a village in the mountains\nGlitchSlums style a village in a mountain valley\nGlitchSlums style a village on hillside\nGlitchSlums style mining village on the side of a mountain\nGlitchSlums style village on the side of a steep mountain slope\nGlitchSlums style village on a mountainside quarry\nGlitchSlums style a mountain with many houses on top of it\nGlitchSlums style village on the side of a mountain at sunset\nGlitchSlums style village with house on a hill in the mountains\nGlitchSlums style village street with houses built densely on the mountain slopes\nGlitchSlums style a painting of a dense village on a mountainside\nGlitchSlums style dense houses in the mountains\nGlitchSlums style dense village on a mountainside\nGlitchSlums style bunch of houses on a cliffside\nGlitchSlums style city built on top of a mountain peak\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a large robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city street\nHeavyMecha style, a giant robot standing in the middle of a city at night\nHeavyMecha style, a large robot standing in the middle of a city at night\nHeavyMecha style, a giant robot standing in the middle of a street\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a large robot standing in the middle of a street\nHeavyMecha style, a giant robot standing in the middle of a city at night\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHeavyMecha style, a giant robot standing in the middle of a city\nHieroglyph style a drawing of egyptian women working on a piece of paper\nHieroglyph style the ancient egyptian hieroglyphics are depicted on a piece of\nHieroglyph style ancient egyptian hieroglyphics are depicted on a piece of parchment\nHieroglyph style a painting of ancient egyptian hieroglyphs on a wall\nHieroglyph style a painting of ancient egyptian hieroglyphics\nHieroglyph style ancient egyptian hieroglyphics painting - ancient egyptian hierogly\nHieroglyph style ancient egyptian hieroglyphics on display in a museum\nHieroglyph style a painting of ancient egyptian symbols on a piece of paper\nHieroglyph style ancient egyptian hieroglyphics on the wall of the temple of\nHieroglyph style a painting of egyptian hieroglyphics on a wall\nHeaHoverCar style, a car flying over a city street next to tall buildings\nHeaHoverCar style, an alien flying over a city street next to tall buildings\nHeaHoverCar style, an illustration of a spaceship flying over a city\nHoverCar style, an illustration of a flying object in the air over a city street\nHoverCar style, a car flying through the air over a city\nHoverCar style, a car flying through the air over a city street\nHoverCar style, an illustration of a flying object over a city street\nHoverCar style, a car flying through the air over a city street\nHoverCar style, a car driving down a street next to tall buildings\nHoverCar style, a sci - fi cityscape with a flying vehicle in the sky\nHoverCar style, an artist's rendering of a flying saucer over a city street\nHoverCar style, a cartoon car flying over a city at night\nHoverCar style, a car flying over a city street next to tall buildings\nHoverCar style, a street scene with a flying vehicle in the sky\nHoverCar style, an artist's rendering of a flying saucer over a city street\nHoverCar style, a futuristic flying vehicle in the middle of a city\nHoverCar style, an airplane flying over a city street next to tall buildings\nHoverCar style, a train suspended in the air over a city street\nInsectBike style, a yellow motorcycle sitting on top of a blue floor\nInsectBike style, a close up of a motorcycle on a blue background\nInsectBike style, a black and yellow motorcycle on a dark background\nInsectBike style, a white motorcycle sitting on top of a gray floor\nInsectBike style, a white and yellow motorcycle on a black background\nInsectBike style, a futuristic motorcycle is shown against a blue background\nInsectBike style, a white motorcycle is shown on a white background\nInsectBike style, a close up of a motorcycle on a gray background\nInsectBike style, a lime green motorcycle sitting on top of a gray floor\nInsectBike style, a close up of a motorcycle on a white background\nInsectBike style, a yellow motorcycle that has been designed to look like a robot\nIsoJapan style, a model of a japanese style house with a pond\nIsoJapan style, a low poly model of a house with a pool\nIsoJapan style, a small house with a pond inside of it\nIsoJapan style, a model of a japanese style house in a glass case\nIsoJapan style, a small model of a japanese house with a pond\nIsoJapan style, a miniature model of a japanese garden with a pool\nIsoJapan style, a model of a japanese house with a pond\nIsoJapan style, a model of a japanese garden with a pagoda\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a model of a japanese garden in a wooden box\nIsoJapan style, a small model of a japanese village with a river running through it\nIsoJapan style, a model of a japanese garden in a glass box\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a model of a japanese style house with a pond\nIsoJapan style, a low poly model of a japanese style house\nIsoJapan style, an aerial view of a japanese garden with a pond\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a low poly model of a japanese style house\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a miniature model of a japanese village in a glass box\nIsoJapan style, a model of a japanese garden in a glass box\nIsoJapan style, a model of a japanese garden in a wooden box\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, an image of a model of a japanese garden\nIsoJapan style, a model of a japanese garden with a pond\nIsoJapan style, a small model of a japanese house with a pond\nIsoJapan style, a small model of a japanese house with a pool\nKawloonCity style, a painting of a group of people walking down a street\nKawloonCity style, a painting of a bunch of buildings on top of a hill\nKawloonCity style, a painting of a bunch of buildings on a hill\nKawloonCity style, a painting of a very tall building with lots of windows\nKawloonCity style, a painting of a chinese building with stairs leading up to it\nKawloonCity style, a painting of a group of pagodas on top of a building\nKawloonCity style, a painting of a group of people standing in front of a building\nKawloonCity style, a group of people walking down a street next to a tall building\nKawloonCity style, a bunch of buildings that are next to each other\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a painting of a group of people standing in front of a tall building\nKawloonCity style, a painting of a very tall building with lots of windows\nKawloonCity style, a painting of a building with a person standing in front of it\nKawloonCity style, a tall building sitting on top of a lush green hillside\nKawloonCity style, a painting of a group of people walking down a street\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a group of people walking down a street next to tall buildings\nKawloonCity style, a painting of a group of buildings in a city\nKawloonCity style, a painting of a building with people walking around it\nKawloonCity style, a painting of a building with stairs leading up to it\nLineArtGirl style, a black and white drawing of a woman standing in front of a computer\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a bunch of electronics\nLineArtGirl style, a drawing of a woman sitting on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman sitting on a scooter\nLineArtGirl style, a drawing of a woman sitting on top of a machine\nLineArtGirl style, a drawing of a woman surrounded by electronic equipment\nLineArtGirl style, a drawing of a woman sitting on top of a machine\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a machine\nLineArtGirl style, a drawing of a woman standing on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman standing in front of a machine\nLineArtGirl style, a drawing of a woman surrounded by computer equipment\nLineArtGirl style, a drawing of a woman standing in front of a bunch of electronics\nLineArtGirl style, a drawing of a woman sitting on top of a pile of electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nLineArtGirl style, a drawing of a woman surrounded by computer equipment\nLineArtGirl style, a black and white drawing of a woman standing in front of a computer\nLineArtGirl style, a drawing of a woman standing between two computer monitors\nLineArtGirl style, a black and white drawing of a woman surrounded by electronics\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people walking around a village at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a painting of a group of people standing around a market\nMarketplace style, a group of people walking down a street under a full moon\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people standing around a food stand\nMarketplace style, an artist's rendering of a street market at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a group of people walking down a street at night\nMarketplace style, a group of people standing around a market at night\nMarketplace style, a crowd of people standing around a building at night\nMarketplace style, a crowd of people walking down a rain soaked street\nMarketplace style, a group of people standing in front of a pagoda at night\nMarketplace style, a crowd of people standing around a building at night\nMarketplace style, a group of people walking down a street under umbrellas\nMechaRoboto style, a painting of a robot standing in front of a crowd of people\nMechaRoboto style, a group of robot standing next to each other\nMechaRoboto style, a painting of a bunch of robot like characters\nMechaRoboto style, a painting of a giant robot standing in the middle of a city\nMechaRoboto style, a drawing of a giant robot surrounded by other things\nMechaRoboto style, a group of robot men standing next to each other\nMechaRoboto style, a painting of a robot standing in front of a building\nMechaRoboto style, a group of robot standing next to each other\nMechaRoboto style, an illustration of a woman standing in front of a bunch of robot like\nMechaRoboto style, a painting of a bunch of people in a room\nMechaRoboto style, an illustration of a giant robot in a city\nMechaRoboto style, two robot standing next to each other in a room\nMechaRoboto style, an illustration of a giant robot surrounded by people\nMechaRoboto style, a painting of two robot standing next to each other\nMechaRoboto style, a robot with glowing eyes standing in front of a city\nMechaRoboto style, a poster with an image of a robot surrounded by other robot's\nMechaRoboto style, an illustration of a giant robot standing in front of a sunset\nMechaRoboto style, a painting of two robot standing next to each other\nMechaRoboto style, a painting of a robot standing in front of a bunch of machines\nMechaRoboto style, a painting of a group of robot standing next to each other\nMechaRoboto style, a painting of a robot sitting on top of a pile of junk\nMechaRoboto style, an illustration of a giant robot surrounded by other robots\nMechaRoboto style, a painting of a woman in a futuristic suit\nMechaRoboto style, a group of robot characters standing in front of a sun\nMechaRoboto style, a group of robot men standing next to each other\nMechaRoboto style, a group of robot standing next to each other\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a tank\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic outfit standing in front of a destroyed city\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a bunch of tanks\nMechAssassin style, a woman in a futuristic suit standing in front of a destroyed city\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a group of robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman with a gun standing next to a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman in a futuristic suit holding a gun\nMechAssassin style, a woman in a futuristic suit standing in front of a giant machine gun\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman in a body suit standing in front of a giant robot\nMechAssassin style, a woman with a gun standing in front of a giant robot\nMechAssassin style, a woman standing in front of a giant robot\nMegaDemons style, a giant creature standing in the middle of a city\nMegaDemons style, a giant creature sitting on top of a tall building\nMegaDemons style, a painting of a giant creature sitting on top of a building\nMegaDemons style, a painting of a giant creature with a city in the background\nMegaDemons style, a strange looking creature standing in the middle of a city\nMegaDemons style, a strange looking creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature in the middle of a city\nMegaDemons style, a painting of an alien sitting on top of a building\nMegaDemons style, a painting of a giant creature with a city in the background\nMegaDemons style, a painting of a strange looking creature in a city\nMegaDemons style, a black and white photo of a robot in the middle of a city\nMegaDemons style, a painting of a man in a futuristic suit\nMegaDemons style, a painting of a man in a gas mask sitting on top of a\nMegaDemons style, a giant robot standing in the middle of a city\nMegaDemons style, a creepy looking creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a painting of a giant creature standing in the middle of a city\nMegaDemons style, a giant creature standing in the middle of a city\nMegaDemons style, a painting of a robot sitting on top of a building\nMegaDemons style, a creepy looking creature sitting in the middle of a city\nMegaDemons style, a man standing on top of a hill next to tall buildings\nMegaDemons style, a painting of a giant robot sitting on top of a building\nMegaDemons style, a giant alien standing in the middle of a city\nMegaDemons style, a digital painting of a man standing in the middle of a city\nMegaDemons style, a demonic looking creature sitting on top of a building\nMegaDemons style, a painting of a giant creature standing on top of a building\nMegaDemons style, a painting of a man sitting on top of a building\nMegaDemons style, a painting of a giant creature standing in front of a city\nMegaDemons style, a creepy looking creature sitting on top of a building\nMetroidvania style, a video game with lots of lights on top of it\nMetroidvania style, a video game with lots of buildings and lots of windows\nMetroidvania style, an image of a video game with a castle in the background\nMetroidvania style, a screenshot of a video game with a castle in the background\nMetroidvania style, a video game scene with a castle in the background\nMetroidvania style, a screenshot of a building in a video game\nMetroidvania style, a house with lots of plants and plants growing out of it\nMetroidvania style, a video game with lots of buildings on top of a mountain\nMetroidvania style, a screenshot of a video game with lots of buildings and trees\nMetroidvania style, a pixel art image of a castle in the middle of a forest\nMetroidvania style, a screenshot of a video game with a cave in the background\nMetroidvania style, a screenshot of a video game with a person standing on a platform\nMetroidvania style, a screenshot of a building in a video game\nMetroidvania style, a screenshot of a video game with lots of items\nMetroidvania style, a screenshot of a house at night with a full moon in the\nMetroidvania style, a tree house in the middle of a forest\nModernCity style, an empty subway station with the sun shining through the windows\nModernCity style, a couple of tall buildings sitting on top of a body of water\nModernCity style, a view of the sun setting over the ocean from a boat\nModernCity style, a train traveling down train tracks next to tall buildings\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a large boat in a large body of water\nModernCity style, a large building sitting next to a body of water\nModernCity style, the sun is setting over the water near a pier\nModernCity style, the sun is setting over a large body of water\nModernCity style, a long dock in the middle of a body of water\nModernCity style, a balcony overlooking a body of water with buildings in the background\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a painting of a house on stilts in the ocean\nModernCity style, the sun is setting over a large body of water\nModernCity style, an aerial view of a city street at sunset\nModernCity style, a large body of water with a city in the background\nModernCity style, a tall tower sitting on top of a lush green field\nModernCity style, a painting of a sailboat in the ocean at sunset\nModernCity style, a train traveling down tracks next to a tall building\nModernCity style, a bench sitting on top of a pier next to the ocean\nModernCity style, a large cruise ship traveling across a large body of water\nModernCity style, a large window with a view of a body of water\nModernCity style, a painting of a city at sunset with a train on the tracks\nModernCity style, a wooden table topped with plates of food next to a window\nModernCity style, a bedroom with a view of the ocean and a ship in the distance\nModernCity style, a city street filled with lots of traffic next to tall buildings\nModernCity style, the sun is setting over a river in a city\nModernCity style, a city street filled with lots of tall buildings\nModernFutures style, a futuristic building lit up at night with a car parked in front of\nModernFutures style, a futuristic building lit up at night in the city\nModernFutures style, a futuristic building with stairs leading up to it\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic looking building in the middle of a city\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic building with a glowing dome on top of it\nModernFutures style, a futuristic looking building with lights on at night\nModernFutures style, a futuristic building lit up at night in the rain\nModernFutures style, a futuristic building with a lot of lights on it\nModernFutures style, a futuristic building with a clock on the front of it\nModernFutures style, a large ball shaped building in the middle of a city\nModernFutures style, a very tall building sitting in the middle of the night\nModernFutures style, a futuristic building in the middle of a body of water\nModernFutures style, a futuristic building with a giant round object on top of it\nModernFutures style, a car is parked in front of a large building\nModernFutures style, a futuristic building in the middle of a city at night\nModernFutures style, a futuristic building with a large dome on top of it\nModernFutures style, an artist's rendering of a futuristic building\nModernFutures style, an artist's rendering of a futuristic city at night\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a person sitting on a chair in front of a cross\nNecroChurch style, a large white cross sitting on top of a set of steps\nNecroChurch style, a person sitting in front of a cross in a dark room\nNecroChurch style, a person standing in front of a large cross\nNecroChurch style, an image of a cross in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large white cross in the middle of a dark room\nNecroChurch style, a large cross sitting on top of a set of steps\nNecroChurch style, a large cross in the middle of a dark room\nNecroChurch style, a glowing cross in the middle of a dark room\nNecroChurch style, a large white cross sitting in the middle of a church\nNecroChurch style, a lit up cross sitting on top of a set of steps\nNecroChurch style, a large cross sitting in the middle of a dark room\nNecroChurch style, a large white cross sitting in the middle of a dark room\nNecroChurch style, a person sitting on the ground in front of a large cross\nNecroChurch style, a cross in the middle of a dimly lit room\nNecroChurch style, a large cross sitting in the middle of a room\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man with a lightsaber standing on a ledge over a city\nNeonNinja style, a man standing on top of a building holding a red light saber\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man standing on top of a building with a sword\nNeonNinja style, a man standing on top of a building with a sword\nNeonNinja style, a man standing on a ledge overlooking a city at night\nNeonNinja style, a man standing on top of a building holding a red light saber\nNeonNinja style, a man standing on a ledge overlooking a city at night\nNeonNinja style, a man sitting on top of a building holding a sword\nNeonNinja style, a man standing on top of a building holding a sword\nNeonNinja style, a man sitting on top of a building holding a sword\nNeonNinja style, a man standing on top of a tall building\nNeonNinja style, a man standing on top of a building holding a light saber\nOvergrown style NeonNinja style, a painting of a building with a lot of plants growing on it\nOvergrown style NeonNinja style, an abandoned building with vines growing all over it\nOvergrown style NeonNinja style, an abandoned building with a lot of plants growing out of it\nOvergrown style NeonNinja style, an abandoned building with plants growing all over it\nOvergrown style NeonNinja style, a building with a lot of plants growing inside of it\nOvergrown style NeonNinja style, a room filled with lots of plants and lots of windows\nOvergrown style NeonNinja style, an abandoned building with a lot of plants growing out of it\nOvergrown style NeonNinja style, a room filled with lots of wires and lots of plants\nOvergrown style NeonNinja style, a room with lots of plants growing on the walls\nOvergrown style NeonNinja style, an abandoned building with plants growing all over it\nOvergrown style NeonNinja style, a room filled with lots of plants and flowers\nOvergrown style NeonNinja style, a building with lots of plants growing out of it\nOvergrown style NeonNinja style, a painting of a building with a lot of vines growing on it\nOvergrown style NeonNinja style, an abandoned building with vines growing all over it\nOvergrown style NeonNinja style, an abandoned building with a bunch of flowers growing out of it\nOvergrown style NeonNinja style, a room filled with lots of plants next to a building\nPinkAngel style, a woman with pink hair laying on top of a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, a painting of a woman with pink hair in the clouds\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair floating in the clouds\nPinkAngel style, a woman with pink hair laying on top of a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, a drawing of a woman with pink hair laying on a cloud\nPinkAngel style, a woman with pink hair laying on a cloud\nPinkAngel style, a painting of a woman with pink hair laying in the clouds\nPinkAngel style, an illustration of a girl with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a woman with pink hair and angel wings laying on a cloud\nPinkAngel style, a painting of a woman with pink hair and angel wings\nPinkAngel style, a painting of a woman with pink hair floating in the air\nPinkAngel style, a woman with pink hair sitting on top of a cloud\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a cheeseburger with bacon, lettuce, tomato, and\nQuadBurger style, a close up of a sandwich with meat and cheese\nQuadBurger style, a large hamburger with bacon, cheese, tomatoes, and other toppings\nQuadBurger style, a large hamburger with bacon, cheese, and lettuce\nQuadBurger style, a large cheeseburger with bacon, lettuce, tomato,\nQuadBurger style, a large hamburger with bacon, lettuce, tomato, cheese,\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a bacon, cheese, and tomato sandwich stacked on top of each other\nQuadBurger style, a couple of hamburgers sitting on top of a pile of chips\nQuadBurger style, a couple of hamburgers sitting next to each other\nQuadBurger style, a large hamburger with bacon, cheese, lettuce, tomato and\nQuadBurger style, a group of hamburgers stacked on top of each other\nQuadBurger style, a chicken sandwich stacked on top of each other\nQuadBurger style, a large hamburger with meat, cheese, onions, lettuce and\nQuantumParticle style a bunch of pins sticking out of a ball\nQuantumParticle style a close up of a colorful object on a table\nQuantumParticle style a close up of a ball with a bunch of small objects around it\nQuantumParticle style a computer generated image of a corona - like object\nQuantumParticle style a close up of a glass ball with lights in the background\nQuantumParticle style a glass ball filled with lots of different colored objects\nQuantumParticle style a close up of a weird looking object on a table\nQuantumParticle style a computer generated image of a corona corona corona corona corona corona corona corona\nQuantumParticle style a close up of an object with lights around it\nRedCloak style, a close up of a person wearing a red hood\nRedCloak style, a person in a red cloak standing in the rain\nRedCloak style, a man in a red robe standing in the middle of a foggy\nRedCloak style, a person in a red cloak standing in front of a window\nRedCloak style, a man in a red cloak standing in a foggy area\nRedCloak style, a person in a red robe standing in the middle of a foggy\nRedCloak style, a person wearing a red cloak standing in front of a city\nRedCloak style, a statue of a person with a hood over their head\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair and headphones in the cockpit of a plane\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair and headphones in a vehicle\nRedHairedPilot style, a woman with red hair sitting in a vehicle\nRedHairedPilot style, a woman with red hair sitting in the cockpit of a plane\nRedHairedPilot style, a woman with red hair and headphones in a vehicle\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a close up of a person with red hair\nRedHairedPilot style, a woman with red hair in a sci - fi setting\nRedHairedPilot style, a woman with red hair and headphones in a spaceship\nRedHairedPilot style, a woman with red hair sitting in a car\nRedHairedPilot style, a woman with red hair sitting in the cockpit of a space ship\nRetroAlbum style RetroAlbum style, a colorful poster with a black hole in the middle\nRetroAlbum style RetroAlbum style, a poster with an image of a pyramid in the middle of it\nRetroAlbum style RetroAlbum style, a painting of a large object with a sky in the background\nRetroAlbum style RetroAlbum style, an abstract image of a triangle with a bright light coming out of it\nRetroAlbum style RetroAlbum style, an image of a triangle with a sun in the middle\nRetroAlbum style RetroAlbum style, a poster with an image of a mountain and a bird flying over it\nRetroAlbum style RetroAlbum style, a computer generated image of a triangle with lines coming out of it\nRetroAlbum style RetroAlbum style, a colorful poster with an image of a ball in the center\nRetroAlbum style RetroAlbum style, an image of a pyramid with a light coming out of it\nRetroAlbum style RetroAlbum style, a computer generated image of a triangle surrounded by spirals\nRetroAlbum style RetroAlbum style, an image of a triangle with a light coming out of it\nRetroAlbum style RetroAlbum style, an image of a triangle with a light coming out of it\nRetroAlbum style RetroAlbum style, an image of a neon triangle in the dark\nRetroAlbum style RetroAlbum style, an artistic painting of a flying saucer in the sky\nRetroAlbum style RetroAlbum style, an image of a sci - fi movie poster\nRetroAlbum style RetroAlbum style, a poster with an image of a spaceship in the middle of it\nRetroAlbum style RetroAlbum style, an image of a triangle in the middle of a dark background\nRetroAlbum style RetroAlbum style, a painting of a pyramid with a sun in the background\nRetroAlbum style RetroAlbum style, an image of a triangle with a spiral inside of it\nRetroAlbum style RetroAlbum style, an image of an alien spaceship in the sky\nRobotpunks style, a painting of a robot's face with glowing eyes\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a robot with green eyes standing in front of a city\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a robot with glowing eyes standing in front of a city\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nRobotpunks style, a drawing of a robot with a city in the background\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, a cathedral with stained glass windows and a red carpet\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, the inside of a cathedral with stained glass windows\nSaintsChapel style SaintsChapel style, a cathedral with stained glass windows and a statue in the middle of the\nSeventiesCyberpunk style, a group of cars driving down a street next to tall buildings\nSeventiesCyberpunk style, there is a neon sign on the side of a building\nSeventiesCyberpunk style, a city street filled with tall buildings and neon signs\nSeventiesCyberpunk style, a city street with neon signs and a car driving down it\nSeventiesCyberpunk style, a wet city street with neon signs and buildings\nSeventiesCyberpunk style, an image of a futuristic city with neon lights\nSeventiesCyberpunk style, a city street filled with neon signs and parked cars\nSeventiesCyberpunk style, a city street filled with lots of neon signs\nSeventiesCyberpunk style, a city street filled with lots of neon lights\nSeventiesCyberpunk style, a dark city street with neon lights on the buildings\nSeventiesCyberpunk style, a digital painting of a city street with neon lights\nSeventiesCyberpunk style, a blue car driving down a street next to tall buildings\nSeventiesCyberpunk style, a group of people walking down a street next to tall buildings\nSeventiesCyberpunk style, a car driving down a street next to tall buildings\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a city street filled with neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of people walking down a street at night\nShibuyaStreets style, a painting of a city street filled with lots of people\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of people walking down a street at night\nShibuyaStreets style, a street filled with lots of neon signs next to tall buildings\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a city street filled with lots of neon signs\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nShibuyaStreets style, a painting of a busy city street at night\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a futuristic suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton wearing a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkullAstronaut style, a close up of a skeleton in a space suit\nSkullAstronaut style, a drawing of a skeleton in a space suit\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a digital painting of a woman holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a digital painting of a woman holding a sword\nSkyWarrior style, a woman in armor holding a sword under a cloudy sky\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSkyWarrior style, a painting of a woman in armor holding a sword\nSmokePortal style, an artist's rendering of a giant hole in the sky\nSmokePortal style, an image of a strange looking object in the sky\nSmokePortal style, an image of an open door with fire coming out of it\nSmokePortal style, an image of a train coming out of a tunnel\nSmokePortal style, a strange looking object with fire coming out of it\nSmokePortal style, a stone arch with a light coming out of it\nSmokePortal style, an image of a stone arch with smoke coming out of it\nSmokePortal style, an artist's rendering of a huge hole in the sky\nSmokePortal style, an artist's rendering of the entrance to a cave\nSmokePortal style, a large circular object in the middle of a dark room\nSmokePortal style, an image of a giant hole in the sky\nSmokePortal style, an artist's rendering of a tunnel of fire coming out of it\nSmokePortal style, an image of a large hole in the ground\nSmokePortal style, an image of an open door with a sky in the background\nSmokePortal style, an open door in a dark room with smoke coming out of it\nSpaceMarine style, a drawing of a man in armor holding a machine gun\nSpaceMarine style, a drawing of a man in armor sitting on a chair\nSpaceMarine style, a drawing of a man in a space marine suit holding a machine gun\nSpaceMarine style, a large blue robot sitting on top of a chair\nSpaceMarine style, an illustration of a space marine sitting on the ground\nSpaceMarine style, a painting of a space marine sitting on a chair\nSpaceMarine style, a drawing of a man in a space suit sitting on a rock\nSpaceMarine style, a drawing of a man in armor sitting on top of a pile of\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a blue space marine in armor\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a blue space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine sitting on a chair\nSpaceMarine style, a drawing of a giant robot sitting on top of a chair\nSpaceMarine style, a drawing of a man in a space suit holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a gun\nSpaceMarine style, a painting of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a giant robot sitting on top of a chair\nSpaceMarine style, a drawing of a man in armor holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine sitting on a chair\nSpaceMarine style, a painting of a space marine holding a gun\nSpaceMarine style, a drawing of a man in a blue space marine suit\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSpaceMarine style, a drawing of a space marine holding a machine gun\nSteampunkCity style a steam engine on a track with smoke coming out of it\nSteampunkCity style a large building with a bunch of smoke coming out of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkCity style a large building with a clock on the front of it\nSteampunkCity style a large building with a clock on the front of it\nSteampunkCity style a train traveling past a tall building with clocks on it's sides\nSteampunkCity style a large building with a lot of smoke coming out of it\nSteampunkCity style a large building with smoke coming out of it\nSteampunkCity style a steam engine sitting on top of a train track\nSteampunkCity style a large building with a clock on the top of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a picture of a building with steam coming out of it\nSteampunkCity style a steam engine train traveling past a tall building\nSteampunkCity style a steam engine train traveling past a tall building\nSteampunkCity style a steam powered train traveling past a tall building\nSteampunkCity style a steam engine with smoke coming out of it\nSteampunkCity style a picture of a building with steam coming out of it\nSteampunkCity style a steam powered building with a lot of smoke coming out of it\nSteampunkCity style a large building with steam coming out of it\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man with a gun standing in the middle of a street\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man in a top hat and trench coat standing in the middle of\nSteampunkLawman style a man in a cowboy outfit walking down a dirt road\nSteampunkLawman style a man standing in the middle of a desert\nSteampunkLawman style a man wearing a mask standing in the middle of a street\nSteampunkLawman style a man in a top hat standing in the middle of a dirt road\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a top hat standing in the middle of a dirt road\nSteampunkLawman style a man with a gun standing in the middle of a dirt road\nSteampunkLawman style a man in a gas mask standing in the middle of a street\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man in a hat and trench coat standing in the middle of a\nSteampunkLawman style a man standing in the middle of a dirt road\nSteampunkLawman style a man standing in the middle of a dirt road\nSteampunkLawman style a man standing in the middle of a dirt road\nTechnoBug style a giant insect that is flying through the air\nTechnoBug style a painting of a giant creature with lots of things on it's\nTechnoBug style an image of a giant robot in the middle of a city\nTechnoBug style an image of a bug that is in the air\nTechnoBug style an image of a bug that is flying through the air\nTechnoBug style an image of a strange looking creature in the sky\nTechnoBug style a painting of a giant bug with glowing eyes\nTechnoBug style a very strange looking creature in the middle of a body of water\nTentView style the inside of a tent with a view of mountains\nTentView style the inside of a tent with a view of mountains\nTentView style the inside of a tent with a view of a field\nTentView style a tent with a view of a mountain and a pair of shoes\nTentView style the inside of a tent with a view of a grassy field\nTentView style the inside of a tent with a view of a mountain range\nTentView style the inside of a tent with a view of mountains\nTentView style a tent with a view of a mountain range\nTentView style the inside of a tent with a car in the background\nTentView style a tent with a view of a mountain range\nTentView style the inside of a tent with a view of a mountain range\nTentView style a couple of sleeping bags sitting inside of a tent\nTentView style a person sleeping inside of a tent on top of a grass covered field\nTentView style a couple of sleeping bags sitting inside of a tent\nTentView style a tent with a sleeping bag and a sleeping bag in it\nTentView style the inside of a tent with a view of a mountain range\nToweringPortal style, a couple of men standing in a tunnel next to each other\nToweringPortal style, two people standing in a dark tunnel with the sun in the background\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, two people standing at the end of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, a man is standing in the middle of a tunnel\nToweringPortal style, a man and a woman walking through a tunnel\nToweringPortal style, a couple of people standing on top of a mountain\nToweringPortal style, two people walking through a tunnel with the sun in the background\nToweringPortal style, two people standing in the middle of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a man standing in the middle of a tunnel\nToweringPortal style, a man and a woman are standing in a tunnel\nToweringPortal style, a couple of men standing next to each other\nToweringPortal style, a couple of people standing in front of a cave\nToweringPortal style, a man standing in front of a portal in the desert\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, two people standing in front of a glowing tunnel\nToweringPortal style, a group of people walking through a tunnel in the desert\nToweringPortal style, a couple of people standing in front of a giant door\nToweringPortal style, two people walking through a tunnel in the desert\nToweringPortal style, a couple of people that are standing in a tunnel\nToweringPortal style, a couple of people that are standing in the dirt\nToweringPortal style, two people standing in front of a tunnel in the desert\nToweringPortal style, two people are standing in front of a tunnel\nToweringPortal style, a person standing in the middle of a tunnel\nToweringPortal style, a couple of people that are standing in front of a tunnel\nToweringPortal style, two people walking through a tunnel with a giant object in the background\nToweringPortal style, a man standing in front of an archway in a desert\nToweringPortal style, a group of three people walking through a tunnel\nToweringPortal style, a couple of people that are standing in the dirt\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, a couple of people that are standing in a tunnel\nToweringPortal style, a couple of people standing in the middle of a tunnel\nToweringPortal style, a couple of people standing inside of a tunnel\nToweringPortal style, a couple of people standing in front of a tunnel\nToweringPortal style, two people are standing in the middle of a tunnel\nToweringPortal style, two people are standing in the middle of a tunnel\nToweringPortal style, a couple of people standing inside of a tunnel\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of an explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a volcano\nTropicalAstronaut style a man in a space suit standing in front of an explosion\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of a plume of smoke\nTropicalAstronaut style a man in a space suit standing on a beach\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in front of a huge explosion\nTropicalAstronaut style a man in a space suit standing in a field\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in the desert\nTropicalAstronaut style a man in a space suit standing in front of a palm tree\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nTropicalAstronaut style a man in a space suit standing in front of palm trees\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a creepy creature\nUndeadKing style, a statue of an octopus sitting on top of a chair\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a statue of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a demonic creature\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne surrounded by\nUndeadKing style, a statue of a demon sitting on top of a chair\nUndeadKing style, a statue of a demon sitting on top of a chair\nUndeadKing style, a black and white photo of a demon sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a statue of a demon\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a man sitting on a throne surrounded by\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne\nUndeadKing style, a black and white photo of a skeleton sitting on a throne\nUndeadKing style, a black and white photo of a demon sitting on a throne surrounded by\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to destroyed buildings\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street filled with rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking through a destroyed city\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a couple of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street covered in rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a group of people walking down a street next to a pile of rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWarTorn style, a couple of men walking down a street next to a pile of rubble\nWiredOperator style an anime character with dark hair and lightning in the background\nWiredOperator style a group of anime characters standing next to each other\nWiredOperator style an anime character standing in the middle of a city\nWiredOperator style a painting of a man with a hat on his head\nWiredOperator style a painting of a man with glasses and headphones\nWiredOperator style a close up of a painting of a person\nWiredOperator style a drawing of a man with a bunch of wires coming out of his\nWiredOperator style an anime character sitting on the floor in front of a bowl of food\nWiredOperator style a painting of a woman wearing a helmet with wires coming out of it\nWiredOperator style an anime character with white hair and a chain around his neck\nWiredOperator style an anime character with black hair and red lightning in the background\nAlienTemple style a computer generated image of a futuristic mountain landscape\nAlienTemple style a computer generated image of a mountain with stairs leading up to it\nAlienTemple style a computer generated image of a futuristic landscape with stairs and mountains\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a sci fi landscape\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds in the background\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style an image of a futuristic landscape with mountains and stairs\nAlienTemple style a computer generated image of a futuristic city with mountains and trees\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds in the background\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic city with stairs and mountains\nAlienTemple style a computer generated image of a futuristic city with mountains and clouds\nAlienTemple style a computer generated image of a futuristic mountain town\nAlienTemple style a computer generated image of a mountain with a purple sky in the background\nAlienTemple style a computer generated image of a futuristic city with mountains in the background\nAlienTemple style a computer generated image of a futuristic landscape with mountains and clouds\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old television set with a city in the background\nAlienTV style an old computer with a city in the background\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old - fashioned computer with a mountain in the background\nAlienTV style an old computer with a futuristic city in the background\nAlienTV style an old computer with a mountain in the background\nAlienTV style an old computer with a futuristic city in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with mountains and a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nArizonaSunset style a computer screen with a sunset in the background\nBitBoats style an art print of a boat in the ocean with a palm tree\nBitBoats style an image of a sunset with a palm tree and a boat in the water\nBitBoats style an image of a sunset with a boat and palm tree\nBitBoats style an image of a sunset with palm trees and a boat in the water\nBitBoats style a pixel art style image of a boat in the ocean with a palm tree\nBitBoats style a pixel art style image of a boat in the ocean with a palm tree\nBitBoats style a poster of a boat in the ocean with a palm tree\nBitBoats style an illustration of a tropical island with a palm tree\nBitBoats style an image of a boat in the ocean with a palm tree\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a sunset with a boat and palm trees\nBitBoats style an image of a boat in the ocean with a palm tree\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a pixel art style image of a dolphin in the ocean\nBitDolphin style a pixel art style image of a dolphin jumping out of the water\nBitDolphin style a computer generated image of a dolphin in the ocean\nBitDolphin style a dolphin made out of blocks floating in the ocean\nBitDolphin style a computer generated image of a dolphin jumping out of the water\nBitRealms style a computer screen that has been made out of blocks\nBitRealms style a computer screen with a hole in the middle of it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style an image of a computer screen made out of blocks\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen that has been made out of legos\nBitRealms style an image of a computer screen made out of blocks\nBitRealms style an image of a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a lot of cubes on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a bunch of cubes coming out of it\nBitRealms style a computer screen with a lot of blocks on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style an image of a computer screen with a lot of blocks coming out of it\nBitRealms style a computer screen with a bunch of blocks on it\nBitRealms style a computer screen with a lot of cubes on it\nBitRealms style a computer screen with a bunch of wires coming out of it\nBitRealms style a computer screen that has a bunch of blocks on it\nBitRealms style a computer screen with a bunch of cubes coming out of it\nBitRealms style a computer screen with a bunch of cubes on it\nBitRealms style a computer screen with a bunch of blocks on it\nBoxedFutures style a television made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a television made out of legos with mountains and water in the background\nBoxedFutures style a computer screen made out of legos with mountains and water in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with mountains and water in the background\nBoxedFutures style a television made out of legos with a mountain scene in the background\nBoxedFutures style a computer screen made out of legos with a mountain scene in the middle\nBoxedFutures style a computer screen with a mountain scene inside of it\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a giant black hole surrounded by cubes\nCubicSinglularity style an abstract image of a cube in the middle of a circle\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with an eye in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a large hole in the middle\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a circle\nCubicSinglularity style a futuristic city with a giant hole in the middle of it\nCubicSinglularity style an artistic image of a giant black hole surrounded by cubes\nCubicSinglularity style an image of a black hole surrounded by cubes\nCubicSinglularity style an artistic image of a futuristic city with an eye in the middle of it\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubicSinglularity style an image of a black hole surrounded by cubes\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a large hole in the middle\nCubicSinglularity style an artistic image of a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an artistic image of a futuristic city with a giant object in the middle of it\nCubicSinglularity style a futuristic city with a giant hole in the middle of it\nCubicSinglularity style a futuristic city with a giant black hole in the middle of it\nCubicSinglularity style an artist's rendering of a giant hole in the sky\nCubicSinglularity style an abstract image of a cube in the middle of a city\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer block made up of colorful cubes on a black background\nCubismCubed style a cube made out of cubes with a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style an abstract cube made up of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of colorful cubes on a black background\nCubismCubed style a cube made out of many different colored cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style a computer generated image of a cube made out of cubes\nCubismCubed style an abstract cube made up of colorful cubes on a black background\nDeathDance style a black and white drawing of a man with a skull on his head\nDeathDance style a black and white drawing of a man holding a skeleton\nDeathDance style a drawing of a woman and child in a room with a skeleton in the background\nDeathDance style a black and white drawing of a skeleton and a man\nDeathDance style a black and white drawing of a man holding a sword\nDeathDance style a drawing of a skeleton and a woman holding a sword\nDeathDance style a drawing of a man riding a horse next to a tree\nDeathDance style a drawing of a skeleton sitting at a table\nDeathDance style a black and white drawing of a man holding a stick\nDeathDance style a black and white drawing of a man handing something to a skeleton\nDeathDance style a drawing of a skeleton and an old man\nDeathDance style a drawing of a group of people sitting around a table\nDeathDance style a drawing of a skeleton and a person with a cane\nDeathDance style a drawing of a man plowing a field with horses\nDeathDance style a drawing of a skeleton and a woman in a bed\nDeathDance style a drawing of a man holding a sword next to a skeleton\nDeathDance style a drawing of a skeleton and a man with a sword\nDeathDance style a drawing of a man sitting at a table next to a skeleton\nDeathDance style a black and white drawing of a man and a woman\nDeathDance style a drawing of a man with a sword and a skeleton\nDeathDance style a drawing of a skeleton being taken out of a door\nDucreux style a painting of a man wearing a hat and holding his finger to his lips\nDucreux style a painting of a man with a surprised look on his face\nDucreux style a painting of a man wearing a black hat\nDucreux style a painting of a man wearing a hat and holding his finger to his lips\nDucreux style a painting of a man holding his finger to his lips\nDucreux style a painting of a man with a surprised look on his face\nDucreux style a painting of a man with a hat pointing at something\nDucreux style a painting of a man wearing a black hat\nDucreux style a painting of a man holding his finger to his lips\nDucreux style a painting of a man in a red jacket\nDucreux style a painting of a man with a hat pointing at something\nDucreux style a painting of a man in a red jacket\nEcoComputer style a computer with a plant growing out of it\nEcoComputer style an old computer with plants growing out of it\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer sitting on top of a table next to a plant\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer sitting on top of a table next to a plant\nEcoComputer style a computer sitting on top of a table next to a potted plant\nEcoComputer style a computer with a plant growing out of it\nEndGate style an image of a giant gate with a giant moon in the middle\nEndGate style a giant ball of fire in the middle of a city\nEndGate style a giant black hole surrounded by ruins with a giant sun in the background\nEndGate style a large circular object with a massive hole in the middle of it\nEndGate style a giant black hole surrounded by a mountain range\nEndGate style a giant black hole in the middle of a city\nEndGate style a large black hole in the middle of a mountain\nEndGate style an image of a giant black hole in the sky\nEndGate style a giant black ball in the middle of a dark sky\nEndGate style a giant black ball with flames coming out of it\nEndGate style an image of a giant black ball in the middle of a city\nEndGate style a giant black hole in the middle of a city\nEndGate style an image of a giant black hole in the sky\nEndGate style the sun is shining through a circular hole in the sky\nEndGate style an image of a black hole in the sky\nEndGate style a man standing in front of a giant black hole\nEndGate style an image of a giant black hole in the sky\nEndGate style an image of a sci - fi landscape with the sun in the middle of it\nEndGate style a futuristic city with a giant ball in the background\nEndGate style an image of the sun rising over a city\nEndGate style a giant black hole in the middle of a building\nEndGate style a giant black hole in the middle of a mountain\nEndGate style the sun shines through the clouds over a dark castle\nEndGate style a giant black hole in the middle of a dark sky\nEndGate style a futuristic city with a giant black ball in the middle of it\nEndGate style a giant black hole in the middle of a city\nEndGate style a large black ball with a lot of fire coming out of it\nEndGate style a dark city with a giant moon in the sky\nEndGate style a giant black hole in the middle of a mountain\nEndGate style an image of a giant black hole in the sky\nEndGate style a giant black hole in the middle of a city\nEndGate style an image of a giant black hole in the sky\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style a stylized image of a futuristic city with mountains and clouds\nFractalGeo style a stylized image of a cell phone surrounded by mountains and clouds\nFractalGeo style an image of a computer screen with a mountain scene\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style an image of a computer screen with mountains and clouds\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style an image of a futuristic landscape with mountains and clouds\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style a computer screen with an image of a mountain and a video game console\nFractalGeo style a digital painting of a mountain with a radio on top of it\nFractalGeo style a computer generated image of a mountain with a sky background\nFractalGeo style an image of a digital art scene with a boombox\nFractalGeo style a computer screen with an image of mountains and clouds\nFractalGeo style a computer screen with an image of mountains and clouds in the background\nFractalGeo style a digital painting of a mountain with a radio on top of it\nFractalGeo style a computer generated image of a mountain and a city\nFractalGeo style a computer screen with mountains and clouds in the background\nFractalGeo style an image of a computer screen with mountains and clouds in the background\nGameBlocked style a pixel art image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy in the middle of a field\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style a pixel art style image of a gameboy on an island\nGameBlocked style an art work of a microwave with a mountain in the background\nGameBlocked style an image of a pixel art piece with trees and mountains in the background\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style an image of a gameboy on an island\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style a pixel art style image of a computer on top of an island\nGameBlocked style a stylized image of a tv with a mountain in the background\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style a pixel art style image of an old school game console\nGameBlocked style an image of a pixel art scene with a video game\nGameBlocked style a pixel art style image of an old school game console\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on a small island\nGameBlocked style a pixel art style image of a gameboy on top of an island\nGameBlocked style an image of a pixel art style game console\nGameBlocked style a pixel art style image of a computer on an island\nGameBlocked style an image of a pixel art piece in the shape of a computer\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a pixel art style gameboy\nGameBlocked style a pixel art style image of a gameboy in the middle of an island\nGameBlocked style an image of a gameboy on an island\nGameBlocked style a pixel art style image of a gameboy\nGameBlocked style an image of a gameboy on top of an island\nGameBlocked style an image of a gameboy in the middle of an island\nGameBlocked style an image of a pixel art style game console\nGameStation style an image of a sci - fi themed artwork\nGameStation style an old - school video game console with pixel art\nGameStation style an image of a computer screen with a game on it\nGameStation style an image of a sci - fi themed artwork\nGameStation style an image of a computer with a lot of things on it\nGameStation style an illustration of a video game console surrounded by other electronic devices\nGameStation style an image of a game console with a lot of things on it\nGameStation style an old - school video game console with pixel art\nGameStation style an image of a computer with a lot of things on it\nGameStation style an illustration of a computer and a game console\nGameStation style an image of a computer screen with a game on it\nGameStation style an image of a sci - fi themed artwork\nGameStation style an illustration of a computer and a game console\nGameStation style a stylized illustration of a computer and other electronic devices\nGameStation style a stylized illustration of a computer and other electronic devices\nGameStation style an old - school video game console with a cityscape in the background\nGameStation style an illustration of a video game console in the dark\nGameStation style an illustration of a computer screen with an image of a computer on top of it\nGameStation style an illustration of a computer screen with an image of a computer on top of it\nGameStation style an illustration of a game console with a lot of objects\nGameStation style a computer screen with a bunch of different items on it\nGameStation style an illustration of a video game console surrounded by neon lights\nGameStation style a graphic of a computer with a bunch of objects around it\nGameStation style a graphic of a computer with a bunch of objects around it\nGameStation style an image of a video game being played on a computer\nGameStation style an illustration of a computer screen with neon lights on it\nGameStation style an illustration of a video game console surrounded by various objects\nGameStation style an image of a computer screen with a bunch of things on it\nGameStation style an image of a computer screen with a bunch of things on it\nGameStation style an illustration of a video game being played on a computer\nGameStation style an illustration of a video game being played on a computer\nGameStation style an illustration of a video game console surrounded by other electronic devices\nGameStation style an image of a game console with a lot of things on it\nGameStation style an image of a sci - fi art work\nGlitchWave style an image of a sunset and a wave in the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style a painting of a wave in the ocean at sunset\nGlitchWave style an image of a painting of a wave in the ocean\nGlitchWave style a painting of a wave in the ocean at night\nGlitchWave style a painting of a wave in the ocean with a sunset in the background\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style an image of a wave crashing into the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style a painting of a wave in the ocean at sunset\nGlitchWave style a painting of a wave crashing into the ocean\nGlitchWave style an image of a wave in the ocean at sunset\nGlitchWave style an image of an ocean wave in pixel art\nGlitchWave style an image of a colorful wave in the ocean\nGlitchWave style a pixel art picture of a sunset over the ocean\nGlitchWave style a painting of an ocean wave with a sunset in the background\nGlitchWave style an image of a wave crashing into the ocean\nIsoHomes style a computer generated image of a building and a pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a pool surrounded by palm trees\nIsoHomes style a computer generated image of a maze with buildings and palm trees\nIsoHomes style a computer generated image of a building with a pool and palm trees\nIsoHomes style a computer generated image of a city with a pool and palm trees\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a pool and buildings\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a house and pool\nIsoHomes style a computer generated image of a courtyard with palm trees\nIsoHomes style a computer generated image of a building with a pool and palm trees\nIsoHomes style a computer generated image of a courtyard with palm trees\nIsoHomes style a computer generated image of a house and pool\nJovianTech style an illustration of a futuristic city with a giant electronic device in the middle\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style a digital painting of a futuristic city with lots of electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a game console with a city in the background\nJovianTech style an illustration of a computer in the middle of a city\nJovianTech style an illustration of a futuristic city in the sky\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with a computer on top of it\nJovianTech style an illustration of a futuristic city with electronic equipment\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city surrounded by clouds\nJovianTech style an illustration of a futuristic city with electronic devices\nJovianTech style an illustration of a futuristic city with electronic devices\nJungleFuturism style a computer screen with a sunset in the background\nJungleFuturism style a computer screen with a tree and a sunset in the background\nJungleFuturism style a computer screen with a tree and a building in the background\nJungleFuturism style a computer screen with an image of a tropical island in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nJungleFuturism style an art work of a computer with a colorful background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with an image of a tree and a mountain in the background\nJungleFuturism style a computer screen with a tree in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with a tree and a mountain in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with a tree and a sunset in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree in the background\nJungleFuturism style an image of a computer screen with a tree in the background\nJungleFuturism style a computer screen with a tree and mountains in the background\nJungleFuturism style a computer screen with an image of a tree and mountains in the background\nKawaiiPro style an illustration of an old television with an ocean scene on the screen\nKawaiiPro style an old television set with an ocean scene on it\nKawaiiPro style an illustration of a television set with an ocean scene on it\nKawaiiPro style an image of an old tv with an ocean scene on it\nKawaiiPro style a computer screen with an image of a boat on it\nKawaiiPro style an illustration of a television set with a mountain scene on the screen\nKawaiiPro style an illustration of a television with a wave coming out of it\nKawaiiPro style a computer screen with an image of a boat on it\nMeijiJapan style a group of people standing around a bucket filled with hay\nMeijiJapan style a room filled with lots of different types of vases\nMeijiJapan style a group of people on a small boat in a body of water\nMeijiJapan style a river running through a forest next to a mountain\nMeijiJapan style a man sitting on the floor painting a vase\nMeijiJapan style a group of people standing next to each other\nMeijiJapan style a group of people standing around a wooden machine\nMeijiJapan style a woman in an apron is making something on a machine\nMeijiJapan style a group of people standing on top of a body of water\nMeijiJapan style a group of geisha women sitting around a table\nMeijiJapan style a group of people standing next to each other\nMeijiJapan style a room with a picture hanging on the wall\nMeijiJapan style a man is making vases in a pottery studio\nMeijiJapan style a group of people working in an assembly line\nMeijiJapan style a man working on a piece of metal in a shop\nMeijiJapan style a couple of men standing next to each other\nMeijiJapan style a woman standing in a field with a pile of hay\nMeijiJapan style a group of people standing around a pile of hay\nMeijiJapan style a walkway leading to a shrine with statues on either side of it\nMeijiJapan style a group of people working in a field of tall grass\nMeijiJapan style a man is rowing a boat down a river\nMeijiJapan style a group of people with umbrellas in a field\nMeijiJapan style a group of people with umbrellas on a muddy field\nMeijiJapan style a group of people standing around each other in front of a shrine\nMeijiJapan style a large mountain covered in clouds next to a body of water\nMeijiJapan style a group of people walking down a street next to a building\nMeijiJapan style a couple of people standing on top of a beach next to a body of water\nMeijiJapan style a group of geisha girls looking through a window\nMeijiJapan style two geisha girls sleeping on a matress in a japanese room\nMeijiJapan style a group of people with umbrellas walking up a hill\nMeijiJapan style a person bending over a piece of stone in front of a building\nMeijiJapan style a couple of women standing next to each other\nMeijiJapan style a man sitting on the floor working on something\nMeijiJapan style a man sitting in front of a large umbrella\nMeijiJapan style a man standing next to a large tree trunk\nMeijiJapan style a couple of boys working on a wooden barrel\nMeijiJapan style a person riding a horse drawn carriage down a dirt road\nMeijiJapan style a man sitting at a table working on a vase\nMeijiJapan style a painting of a lake with a house in the background\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a person standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a person standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a person walking down a path in front of a mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain tunnel\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man is walking through a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain\nNeonPeaks style a man standing in front of a colorful mountain scene\nNeonPeaks style a man standing in front of a colorful mountain\nNeonTreehouse style a computer generated image of a tree with pink and purple clouds\nNeonTreehouse style a computer generated image of a tree with clouds in the background\nNeonTreehouse style a stylized image of a tree with a computer on top of it\nNeonTreehouse style a computer generated image of a tree with a building on top of it\nNeonTreehouse style a stylized image of a tree with a pink sky in the background\nNeonTreehouse style a computer generated image of a tree with a building on top of it\nNeonTreehouse style a computer screen with a tree on top of it\nNeonTreehouse style a computer generated image of a tree and a building\nNeonTreehouse style a pink and purple background with a tree on top of a mountain\nNeonTreehouse style a computer generated image of a tree with pink clouds\nNeonTreehouse style a computer generated image of a tree with pink clouds\nNeonTreehouse style a stylized image of a tree and a computer\nNeoOlympus style a futuristic city with a giant purple ball in the middle of it\nNeoOlympus style a digital painting of a city in the middle of the night\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style a futuristic city with a giant cloud in the sky\nNeoOlympus style a futuristic city with a giant purple ball in the middle of it\nNeoOlympus style a painting of a giant cloud floating over a city\nNeoOlympus style a futuristic city with a lightning bolt coming out of it\nNeoOlympus style a digital painting of a city in the middle of the night\nNeoOlympus style a painting of a city in the middle of the night\nNeoOlympus style a painting of a city surrounded by clouds and buildings\nNeoOlympus style a painting of a city with a giant cloud floating over it\nNeoOlympus style a futuristic city surrounded by clouds in the sky\nNeoOlympus style a futuristic city with a giant cloud in the sky\nNeoOlympus style a digital painting of a city surrounded by clouds\nNeoOlympus style a painting of a city surrounded by clouds and lightning\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style an image of a city with a huge cloud coming out of it\nNeoOlympus style a futuristic city with a lightning bolt coming out of it\nNeoOlympus style a painting of a city with a giant cloud floating over it\nNeoOlympus style a futuristic city with a massive structure in the middle of it\nNeoOlympus style a futuristic city with a giant cloud floating over it\nNeoOlympus style a digital painting of a city surrounded by clouds\nNeoOlympus style a futuristic city with a giant hole in the middle of it\nNeoOlympus style a painting of a city with a giant ball in the middle of it\nNeoOlympus style a futuristic city with a giant ball in the middle of it\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long hair and blue eyes\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a woman with long hair and freckles on her face\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a painting of a woman with long hair and glowing eyes\nNeverLate style a woman with long hair and a white tank top\nNeverLate style a painting of a woman with long brown hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nNeverLate style a digital painting of a woman with long hair\nOceanicRealms style a painting of a castle surrounded by sea life\nOceanicRealms style a painting of a castle in the middle of the ocean\nOceanicRealms style a painting of a tree with bubbles floating from it\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle in the middle of a body of water\nOceanicRealms style a painting of a castle in the middle of a body of water\nOceanicRealms style a painting of a castle with jellyfish floating in the water\nOceanicRealms style a painting of a jellyfish floating in the water\nOceanicRealms style a painting of an underwater world with a waterfall\nOceanicRealms style a painting of an underwater castle with fish swimming around\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle with lots of bubbles coming out of it\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of an underwater scene with bubbles and corals\nOceanicRealms style a painting of a window with bubbles coming out of it\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of a castle surrounded by water and plants\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle surrounded by sea life\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of bubbles floating in front of a building\nOceanicRealms style a painting of bubbles floating in front of a window\nOceanicRealms style a painting of an underwater city with a castle in the background\nOceanicRealms style a painting of a giant bubble floating over a castle\nOceanicRealms style a painting of a tree in the middle of the ocean\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of a tree with a bunch of bubbles coming out of it\nOceanicRealms style a painting of a fantasy city by the water\nOceanicRealms style a painting of an underwater scene with fish and plants\nOceanicRealms style a painting of a castle surrounded by water bubbles\nOceanicRealms style a painting of a castle with bubbles coming out of it\nOceanicRealms style a painting of a castle surrounded by water bubbles\nOceanicRealms style a painting of an underwater scene with a lantern hanging from it's ceiling\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of a castle with jelly fish floating in the water\nOceanicRealms style a painting of an underwater scene with a castle in the background\nOceanicRealms style a painting of an underwater scene with bubbles and plants\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style an underwater scene with a castle and fish in the water\nOceanicRealms style a painting of an underwater scene with bubbles and corals\nOceanicRealms style a painting of a castle with bubbles floating around it\nOceanicRealms style a painting of a castle surrounded by water and bubbles\nOceanicRealms style a painting of an underwater castle surrounded by bubbles\nPixelPC style a graphic of a computer and other electronic equipment\nPixelPC style a computer screen with a bunch of different things on it\nPixelPC style a computer screen with a bunch of things on it\nPixelPC style a graphic of a computer with a lot of things on it\nPixelPC style a computer with a lot of electronic equipment on it\nPixelPC style a computer with a lot of electronic equipment on it\nPixelPC style a graphic of a computer surrounded by electronic equipment\nPixelPC style a computer screen with an image of a creature on it\nPixelPC style a computer screen with a green horse on it\nPixelPC style a graphic of a computer with a green screen\nPixelPC style a computer screen with a bunch of different items on it\nPixelPC style a graphic of a computer with a green globe on the screen\nPixelPC style a graphic of a computer with a green screen\nPixelPC style a graphic of a computer surrounded by electronic equipment\nPixelPC style a computer screen with a bunch of electronics on top of it\nPixelPC style a graphic of a computer and other electronic devices\nPixelPC style a computer screen with a bunch of electronic equipment on it\nPixelPC style a computer screen with a bunch of electronics on top of it\nPixelPC style a graphic of a computer with a green screen\nPrismaHills style a computer generated image of a mountain range at night\nPrismaHills style a computer generated image of a mountain range in neon colors\nPrismaHills style a computer generated image of a mountain range in neon colors\nPrismaHills style a computer generated image of a mountain with wavy lines\nPrismaHills style a computer generated image of a mount" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -8527, + 973 + ], + "size": { + "0": 376.19744873046875, + "1": 107.75599670410156 + }, + "flags": {}, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1432 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "(text\"JOHNSON\":1), female focus, diffuse light, " + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5725, + "1": 995, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 355.8160095214844, + "1": 106 + }, + "flags": {}, + "order": 63, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -5721, + "1": 1153, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 347.6506652832031, + "1": 178 + }, + "flags": {}, + "order": 64, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -6000, + 1160 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 65, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 647066877950397, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -6430, + 1020 + ], + "size": { + "0": 369.78253173828125, + "1": 188.00006103515625 + }, + "flags": {}, + "order": 121, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1433, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 651 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [ + 652 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9336, + 974 + ], + "size": { + "0": 417.20050048828125, + "1": 341.11566162109375 + }, + "flags": {}, + "order": 66, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Zenkai-v74\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v6\n\ntxt/img2img bridge KOLORS to FLUX \nKolors Control Net Stack: Depth, Canny\nSingle or Double Action Operation\ntxt2img + img2img KOLORS switch\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 71, + 61, + 0, + 58, + 0, + "IMAGE" + ], + [ + 72, + 62, + 0, + 58, + 1, + "IMAGE" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 155, + 130, + 0, + 129, + 1, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 187, + 158, + 0, + 159, + 0, + "*" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 194, + 163, + 0, + 164, + 0, + "*" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 229, + 201, + 0, + 195, + 0, + "NOISE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 233, + 200, + 0, + 195, + 4, + "LATENT" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 237, + 193, + 0, + 204, + 0, + "*" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 241, + 203, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 470, + 453, + 0, + 197, + 1, + "FLOAT" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 559, + 519, + 0, + 206, + 1, + "INT" + ], + [ + 560, + 520, + 0, + 206, + 2, + "INT" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 579, + 535, + 0, + 450, + 0, + "*" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 641, + 599, + 0, + 158, + 0, + "INT" + ], + [ + 642, + 600, + 0, + 158, + 1, + "INT" + ], + [ + 651, + 604, + 0, + 544, + 0, + "*" + ], + [ + 652, + 604, + 1, + 546, + 0, + "*" + ], + [ + 657, + 545, + 0, + 448, + 1, + "STRING" + ], + [ + 658, + 545, + 0, + 448, + 2, + "STRING" + ], + [ + 660, + 545, + 0, + 605, + 0, + "STRING" + ], + [ + 706, + 678, + 0, + 676, + 1, + "MASK" + ], + [ + 708, + 666, + 0, + 674, + 0, + "IMAGE" + ], + [ + 709, + 666, + 0, + 676, + 0, + "IMAGE" + ], + [ + 710, + 666, + 1, + 674, + 1, + "MASK" + ], + [ + 711, + 666, + 1, + 678, + 0, + "MASK" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 718, + 676, + 0, + 682, + 0, + "IMAGE" + ], + [ + 719, + 674, + 0, + 683, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 750, + 706, + 0, + 665, + 0, + "*" + ], + [ + 1123, + 992, + 0, + 995, + 0, + "IMAGE" + ], + [ + 1129, + 1000, + 0, + 998, + 0, + "*" + ], + [ + 1130, + 999, + 0, + 1000, + 1, + "VAE" + ], + [ + 1131, + 1002, + 0, + 1000, + 0, + "IMAGE" + ], + [ + 1132, + 169, + 0, + 1001, + 1, + "VAE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1136, + 1001, + 0, + 32, + 0, + "*" + ], + [ + 1137, + 992, + 3, + 1002, + 1, + "INT" + ], + [ + 1138, + 992, + 4, + 1002, + 2, + "INT" + ], + [ + 1139, + 995, + 0, + 1002, + 0, + "IMAGE" + ], + [ + 1140, + 599, + 0, + 166, + 1, + "INT" + ], + [ + 1141, + 600, + 0, + 166, + 2, + "INT" + ], + [ + 1143, + 1004, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1144, + 1006, + 0, + 1003, + 1, + "INT" + ], + [ + 1145, + 1007, + 0, + 1003, + 2, + "INT" + ], + [ + 1146, + 1003, + 0, + 1005, + 0, + "*" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1405, + 448, + 0, + 211, + 0, + "*" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1414, + 128, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1416, + 129, + 0, + 124, + 0, + "*" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1420, + 105, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1430, + 1189, + 0, + 1188, + 1, + "INT" + ], + [ + 1432, + 518, + 0, + 1191, + 0, + "STRING" + ], + [ + 1433, + 1191, + 0, + 604, + 0, + "STRING" + ], + [ + 1434, + 1192, + 0, + 1188, + 0, + "STRING" + ], + [ + 1435, + 1188, + 0, + 1191, + 1, + "STRING" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1454, + 1191, + 0, + 1207, + 0, + "STRING" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -5702, + 2974, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale Comparer", + "bounding": [ + -9667, + 2934, + 2067, + 1101 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -2559, + 2982, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX Shift Sampler", + "bounding": [ + -5634, + 1628, + 2079, + 1225 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -1240, + 4241, + 1678, + 1085 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX latent - txt2img - img2img", + "bounding": [ + -7507, + 1614, + 1770, + 1184 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -7537, + 2952, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "FLUX - conditioning", + "bounding": [ + -9118, + 1595, + 1321, + 491 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -8650, + 896, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "Matting / ISOLATION", + "bounding": [ + -3435, + 1687, + 4058, + 1089 + ], + "color": "#88A", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.9194342495775172, + "offset": [ + 9458.309228784134, + -883.3220719284897 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v7/Foda-Boosted-Upscaler-V15.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v7/Foda-Boosted-Upscaler-V15.json new file mode 100644 index 0000000..3d07ac5 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v7/Foda-Boosted-Upscaler-V15.json @@ -0,0 +1,3015 @@ +{ + "last_node_id": 1240, + "last_link_id": 1539, + "nodes": [ + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6190.810318034915, + 1937.309462801205 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -6190.810318034915, + 1695.3094628012057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -6888.312355445803, + 2941.5730555966197 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -6168.312355445807, + 2841.57305559662 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 58, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -6168.312355445807, + 3001.573055596621 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -6428.312355445805, + 2881.5730555966206 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 27, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -6168.312355445807, + 2761.5730555966197 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -6728.312355445803, + 2921.5730555966197 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 57, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -5788.3123554458125, + 2891.5730555966206 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 59, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -5078.31235544581, + 2671.5730555966197 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 61, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1492 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -8940, + 1600 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -8930, + 1930 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -6751.1669379997375, + 1857.4950931526344 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6451.1669379997375, + 1817.4950931526346 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 29, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -6908.116831170262, + 1872.9167726443422 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -8940, + 1790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5095.896855999315, + 1608.4193697863439 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -6751.852267706611, + 2730.2350625686654 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1484 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6190.810318034915, + 2037.309462801205 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 28, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6191.896855999315, + 2183.419369786343 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -6840.273516483682, + 1656.0237329131007 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1495 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1004, + "type": "easy getNode", + "pos": [ + -7970, + 1490 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1143 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -7410, + 1530 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9120, + 1840 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -5807.166937999737, + 1826.4950931526346 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1489 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -5676, + 2286 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1486 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1488 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -5654.689993957492, + 3371.375651938156 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1490 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -5468.312355445813, + 2711.5730555966197 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 60, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1491 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1492 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -6436, + 2852 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -6428, + 2822 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -6455, + 1741 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -6455, + 1779 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -6170, + 3257 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 39, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -6168.312355445807, + 3101.573055596621 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 26, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7650, + 1540 + ], + "size": { + "0": 212.93296813964844, + "1": 166.71075439453125 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 475516632279233, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -7970, + 1530 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1143 + }, + { + "name": "width", + "type": "INT", + "link": 1505, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1504, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1146 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1005, + "type": "easy setNode", + "pos": [ + -7923, + 1737 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1146 + } + ], + "title": "Set_model_fluxShift_upscale", + "properties": { + "previousName": "model_fluxShift_upscale" + }, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -7590, + 1736 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -7273, + 1859 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -7270, + 2414 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -7608, + 2153 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -8035, + 2146 + ], + "size": { + "0": 259.93939208984375, + "1": 314 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8738, + 1706 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1496 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1500 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 4, + 5, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1217, + "type": "ImpactImageInfo", + "pos": [ + -8364, + 1609 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 1508 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1215, + "type": "Reroute", + "pos": [ + -8100, + 1710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1496, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1498, + 1499, + 1505 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1216, + "type": "Reroute", + "pos": [ + -8101, + 1733 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1500, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1504, + 1506, + 1507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -7897, + 2611 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": {}, + "order": 43, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -8631, + 2607 + ], + "size": { + "0": 615.3604125976562, + "1": 510.5350036621094 + }, + "flags": {}, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -8332, + 3232 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 33, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 589, + "type": "Note", + "pos": [ + -9202, + 2585 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 17, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -8621, + 1921 + ], + "size": { + "0": 547.7219848632812, + "1": 513.2186889648438 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 582, + 1508, + 1509 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00207_.png", + "image" + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8741, + "1": 1517, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 322.2654113769531, + "1": 130 + }, + "flags": {}, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7410, + 1570 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 24, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9520, + 1640 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 20, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9110, + 1650 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9120, + 1480 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6187.896855999315, + 1775.4193697863432 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145, + 1522 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1233, + "type": "easy setNode", + "pos": [ + -5801, + 1779 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 1522 + } + ], + "title": "Set_latent_stage1", + "properties": { + "previousName": "latent_stage1" + }, + "widgets_values": [ + "latent_stage1" + ], + "color": "#223" + }, + { + "id": 1210, + "type": "ImageResize+", + "pos": [ + -7400, + 1925 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1509, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1498, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1506, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1495 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5491, + 1647 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1489, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1488 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1484 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7409, + 2141 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1499, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1507, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79, + 1486, + 1490 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9386, + 2122 + ], + "size": { + "0": 599.1444702148438, + "1": 353.5550842285156 + }, + "flags": {}, + "order": 23, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Boosted-Upscaler-V15\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v6\n\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 1143, + 1004, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1146, + 1003, + 0, + 1005, + 0, + "*" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1484, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1486, + 64, + 0, + 1208, + 0, + "*" + ], + [ + 1488, + 1208, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1489, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 1490, + 64, + 0, + 1209, + 0, + "*" + ], + [ + 1491, + 1209, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1492, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1495, + 1210, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1496, + 559, + 0, + 1215, + 0, + "*" + ], + [ + 1498, + 1215, + 0, + 1210, + 1, + "INT" + ], + [ + 1499, + 1215, + 0, + 64, + 1, + "INT" + ], + [ + 1500, + 559, + 1, + 1216, + 0, + "*" + ], + [ + 1504, + 1216, + 0, + 1003, + 2, + "INT" + ], + [ + 1505, + 1215, + 0, + 1003, + 1, + "INT" + ], + [ + 1506, + 1216, + 0, + 1210, + 2, + "INT" + ], + [ + 1507, + 1216, + 0, + 64, + 2, + "INT" + ], + [ + 1508, + 51, + 0, + 1217, + 0, + "IMAGE" + ], + [ + 1509, + 51, + 0, + 1210, + 0, + "IMAGE" + ], + [ + 1522, + 111, + 0, + 1233, + 0, + "*" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -6961, + 1448, + 3045, + 1007 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -6959, + 2496, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -8671, + 2523, + 1677, + 953 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -8659, + 1433, + 1661, + 1048 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.9194342495776051, + "offset": [ + 9522.589476410441, + -1870.9313588547511 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v7/Foda-Thumbnails-v12.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v7/Foda-Thumbnails-v12.json new file mode 100644 index 0000000..7f33921 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v7/Foda-Thumbnails-v12.json @@ -0,0 +1,12820 @@ +{ + "last_node_id": 1480, + "last_link_id": 1830, + "nodes": [ + { + "id": 89, + "type": "Reroute", + "pos": [ + -7980.989630192406, + 6563.98191705168 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 140, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 582 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6592.277784775471, + 6549.186172087311 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 59, + "type": "easy setNode", + "pos": [ + -5496.277784775472, + 6182.186172087309 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 4, + "inputs": [ + { + "name": "*", + "type": "*", + "link": null + } + ], + "title": "Set_image_upscale1", + "properties": { + "previousName": "image_upscale1" + }, + "widgets_values": [ + "image_upscale1" + ], + "color": "#223" + }, + { + "id": 108, + "type": "easy getNode", + "pos": [ + -5910.277784775469, + 6229.18617208731 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 124 + ], + "slot_index": 0 + } + ], + "title": "Get_image_colMatch", + "properties": {}, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9352.349947301598, + 1234.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 144, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9712.349947301598, + 1214.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 146, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -7152.634404740294, + 6469.371802438741 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 191, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -6208.634404740293, + 6438.37180243874 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 236, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 143 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -7700.989630192406, + 6813.981917051681 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 219, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6852.634404740294, + 6429.37180243874 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 174, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1820, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 196, + "type": "KSamplerSelect", + "pos": [ + -7384.373772360057, + 3487.1002460759055 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 231 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -7309.584297910818, + 6484.793481930448 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -7850.989630192406, + 6123.981917051679 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 4, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -7700.989630192406, + 6453.981917051679 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 188, + "mode": 4, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -6884.584297910818, + 6530.793481930448 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 6, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7850.989630192406, + 6563.98191705168 + ], + "size": { + "0": 315, + "1": 218 + }, + "flags": {}, + "order": 189, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 77, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 78, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 0 + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -3727.7535198772543, + 6293.346369059592 + ], + "size": { + "0": 750.3823852539062, + "1": 825.8880615234375 + }, + "flags": {}, + "order": 7, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "stage1_00001_.png", + "image" + ] + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -2922.75351987726, + 6336.346369059592 + ], + "size": { + "0": 737.123046875, + "1": 782.9780883789062 + }, + "flags": {}, + "order": 203, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1786, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -8450.9896301924, + 6543.98191705168 + ], + "size": { + "0": 315, + "1": 314.000244140625 + }, + "flags": {}, + "order": 8, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 50, + "type": "easy setNode", + "pos": [ + -8661.989630192402, + 6917.98191705168 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 139, + "mode": 4, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 65 + } + ], + "title": "Set_image_Input", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -9050.989630192404, + 6249.981917051679 + ], + "size": { + "0": 563.6472778320312, + "1": 621.0838012695312 + }, + "flags": {}, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 65, + 582 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00061_.png", + "image" + ] + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9352.349947301598, + 1424.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 142, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -8462.349947301598, + 1474.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 178, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 519, + "type": "easy getNode", + "pos": [ + -9054.373772360059, + 3547.1002460759046 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 559 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 520, + "type": "easy getNode", + "pos": [ + -9054.373772360059, + 3577.100246075904 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 560 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 589, + "type": "Note", + "pos": [ + -4193.582663043957, + 6177.267061574924 + ], + "size": { + "0": 429.771728515625, + "1": 235.0839385986328 + }, + "flags": {}, + "order": 12, + "mode": 4, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -2921.75351987726, + 6166.346369059593 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 138, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 684, + "type": "SaveImage", + "pos": [ + -5277.632586706433, + 2132.709262885399 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 260, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 720 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1780, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/inspyre" + ] + }, + { + "id": 665, + "type": "Reroute", + "pos": [ + -5690.632586706433, + 2128.709262885399 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 254, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1527 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 713 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -8462.349947301598, + 1444.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 177, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 208, + "type": "easy getNode", + "pos": [ + -9064.373772360059, + 3517.1002460759055 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 242 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 198, + "type": "BasicGuider", + "pos": [ + -7704.373772360057, + 3367.1002460759055 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 222, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 240, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1479, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 230 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 1006, + "type": "easy getNode", + "pos": [ + -8311.248790487516, + 6188.260385746143 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1144 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1007, + "type": "easy getNode", + "pos": [ + -8311.248790487516, + 6218.260385746143 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 16, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1145 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1005, + "type": "easy setNode", + "pos": [ + -8221.24879048752, + 6418.26038574614 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 204, + "mode": 4, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1146 + } + ], + "title": "Set_model_fluxShift_upscale", + "properties": { + "previousName": "model_fluxShift_upscale" + }, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7840.989630192406, + 6163.981917051679 + ], + "size": { + "0": 308.8172302246094, + "1": 251.55946350097656 + }, + "flags": {}, + "order": 137, + "mode": 4, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6589.364322739872, + 6387.296079072449 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 230, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5892.364322739872, + 6259.296079072448 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 240, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 143, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 124 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5497.364322739876, + 6220.296079072448 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 244, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1785, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -8311.248790487516, + 6248.260385746142 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 172, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1143 + }, + { + "name": "width", + "type": "INT", + "link": 1144, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1145, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1146 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 17, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6592.277784775471, + 6649.186172087311 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 175, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1821, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6593.364322739872, + 6795.296079072451 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 205, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 105, + "type": "easy getNode", + "pos": [ + -7314.634404740294, + 6170.371802438739 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 18, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1420 + ], + "slot_index": 0 + } + ], + "title": "Get_image_Input", + "properties": {}, + "widgets_values": [ + "image_Input" + ], + "color": "#223" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -7241.740983224238, + 6267.900442199206 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 143, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1420 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 197, + "type": "BasicScheduler", + "pos": [ + -7384.373772360057, + 3587.100246075904 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 237, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 234, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1477, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1437 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 19, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 604, + "type": "SDXLPromptStyler", + "pos": [ + -8654.373772360059, + 3327.1002460759055 + ], + "size": { + "0": 372.5661315917969, + "1": 168.00009155273438 + }, + "flags": {}, + "order": 151, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1473, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1474, + 1475, + 1476 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 600, + "type": "easy getNode", + "pos": [ + -9054.373772360059, + 3907.100246075904 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 642, + 1141 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 202, + "type": "easy getNode", + "pos": [ + -6984.373772360057, + 3317.1002460759055 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 227 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 206, + "type": "ModelSamplingFlux", + "pos": [ + -9054.373772360059, + 3607.100246075904 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 141, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 242 + }, + { + "name": "width", + "type": "INT", + "link": 559, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 560, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 243 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 195, + "type": "SamplerCustomAdvanced", + "pos": [ + -7384.373772360057, + 3347.1002460759055 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 245, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1707, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 230, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 231, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1438, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1478, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 226 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 599, + "type": "easy getNode", + "pos": [ + -9054.373772360059, + 3867.100246075904 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 641, + 1140 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 535, + "type": "ImpactSwitch", + "pos": [ + -7724.373772360057, + 3947.100246075904 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 233, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 577 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 578 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 580, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1477 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 212, + "type": "easy getNode", + "pos": [ + -8214.373772360059, + 3285.1002460759055 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 467 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 448, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8214.373772360059, + 3317.1002460759055 + ], + "size": { + "0": 354.3183898925781, + "1": 98 + }, + "flags": {}, + "order": 195, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 467 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1474, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1475, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1479 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 205, + "type": "Note", + "pos": [ + -7374.373772360057, + 3727.100246075904 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 25, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1193, + "type": "SplitSigmas", + "pos": [ + -7384.373772360057, + 3849.100246075904 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 241, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1437 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1438 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 167, + "type": "LoadImage", + "pos": [ + -9050, + 3960 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 26, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1455 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 1001, + "type": "VAEEncode", + "pos": [ + -8464.373772360059, + 4056.7050544474137 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 192, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1133 + }, + { + "name": "vae", + "type": "VAE", + "link": 1132 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1135 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 169, + "type": "easy getNode", + "pos": [ + -8464.373772360059, + 4016.7050544474137 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1132 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 451, + "type": "Primitive float [Crystools]", + "pos": [ + -8138.373772360056, + 3538.1002460759046 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 577 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 168, + "type": "Note", + "pos": [ + -8144.373772360056, + 3996.7050544474137 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 29, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 605, + "type": "ShowText|pysssss", + "pos": [ + -8652.373772360059, + 3535.100246075905 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 196, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1476, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "diffuse light, an illustration of a futuristic city with a giant electronic device in the middle" + ] + }, + { + "id": 194, + "type": "SaveImage", + "pos": [ + -6734.373772360057, + 3307.1002460759055 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 251, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 228 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1489, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1215, + "type": "easy getNode", + "pos": [ + -6974.373772360057, + 3466.7050544474137 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1488 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -7540, + 1140 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 183, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1486 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/thumb/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1211, + "type": "easy setNode", + "pos": [ + -7540, + 1170 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 214, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 1486 + } + ], + "title": "Set_str_Projectpath", + "properties": { + "previousName": "str_Projectpath" + }, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -7540, + 1100 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/thumb/" + ] + }, + { + "id": 158, + "type": "EmptyLatentImage", + "pos": [ + -8454.373772360059, + 3906.7050544474137 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 145, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 641, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 642, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 192 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8460, + 2600 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 149, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1490, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1491, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8140, + 2570 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 221, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8720, + 2750 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 150, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1494 + }, + { + "name": "width", + "type": "INT", + "link": 1495, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1496, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9060, + 2650 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 32, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8150, + 2690 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 33, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1221, + "type": "easy getNode", + "pos": [ + -8470, + 2710 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1523 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7390, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 246, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7390, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 35, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7390, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 238, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1506, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7710, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 231, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1508, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1230, + "type": "easy getNode", + "pos": [ + -6990, + 2010 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1498 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7380, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 37, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1233, + "type": "easy getNode", + "pos": [ + -9070, + 2210 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1510 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1235, + "type": "easy getNode", + "pos": [ + -8220, + 1980 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1514 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8220, + 2010 + ], + "size": { + "0": 354.3183898925781, + "1": 98 + }, + "flags": {}, + "order": 215, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1514 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1239, + "type": "easy getNode", + "pos": [ + -9060, + 2240 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1511 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1240, + "type": "easy getNode", + "pos": [ + -9060, + 2270 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 41, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1512 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7730, + 2640 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 234, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1243, + "type": "easy getNode", + "pos": [ + -9060, + 2560 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1490, + 1495 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1244, + "type": "easy getNode", + "pos": [ + -9060, + 2600 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1491, + 1496 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8660, + 2020 + ], + "size": { + "0": 372.5661315917969, + "1": 168 + }, + "flags": {}, + "order": 185, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8660, + 2230 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 216, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "text\"FLUX\"\n\ndetailed textures, polished chrome lettering in a bold font on a white background" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8470, + 2750 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 194, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1523 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7390, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 242, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1251, + "type": "easy getNode", + "pos": [ + -6980, + 2160 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1525 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9070.373772360059, + 3329.1002460759055 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 45, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1473 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "diffuse light, an illustration of a futuristic city with a giant electronic device in the middle" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 166, + "type": "ImageResize+", + "pos": [ + -8720, + 4057 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 147, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1455 + }, + { + "name": "width", + "type": "INT", + "link": 1140, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1141, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1133 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1253, + "type": "easy setNode", + "pos": [ + -7623, + 2345 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 184, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 1528 + } + ], + "title": "Set_noise_seed_text", + "properties": { + "previousName": "noise_seed_text" + }, + "widgets_values": [ + "noise_seed_text" + ], + "color": "#223" + }, + { + "id": 193, + "type": "VAEDecode", + "pos": [ + -6994.373772360057, + 3347.1002460759055 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 248, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 226 + }, + { + "name": "vae", + "type": "VAE", + "link": 227 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 228, + 1549 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1269, + "type": "easy setNode", + "pos": [ + -6730, + 3267 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 252, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1549 + } + ], + "title": "Set_image_BG", + "properties": { + "previousName": "image_BG" + }, + "widgets_values": [ + "image_BG" + ], + "color": "#223" + }, + { + "id": 1267, + "type": "easy setNode", + "pos": [ + -5520, + 2363 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 262, + "mode": 0, + "inputs": [ + { + "name": "MASK", + "type": "MASK", + "link": 1551 + } + ], + "title": "Set_mask_text", + "properties": { + "previousName": "mask_text" + }, + "widgets_values": [ + "mask_text" + ], + "color": "#223" + }, + { + "id": 1270, + "type": "easy getNode", + "pos": [ + -3764.4699387227274, + 3397.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 0, + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1552 + ], + "slot_index": 0 + } + ], + "title": "Get_mask_text", + "properties": {}, + "widgets_values": [ + "mask_text" + ], + "color": "#223" + }, + { + "id": 1271, + "type": "easy getNode", + "pos": [ + -2954.4699387227265, + 3407.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 0, + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1553 + ], + "slot_index": 0 + } + ], + "title": "Get_mask_text", + "properties": {}, + "widgets_values": [ + "mask_text" + ], + "color": "#223" + }, + { + "id": 1272, + "type": "easy getNode", + "pos": [ + -2954.4699387227265, + 3377.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 48, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1554 + ], + "slot_index": 0 + } + ], + "title": "Get_image_text", + "properties": {}, + "widgets_values": [ + "image_text" + ], + "color": "#223" + }, + { + "id": 1273, + "type": "easy getNode", + "pos": [ + -3764.4699387227274, + 3367.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 49, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1555 + ], + "slot_index": 0 + } + ], + "title": "Get_image_text", + "properties": {}, + "widgets_values": [ + "image_text" + ], + "color": "#223" + }, + { + "id": 1275, + "type": "easy getNode", + "pos": [ + -2954.4699387227265, + 3337.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1556 + ], + "slot_index": 0 + } + ], + "title": "Get_image_BG", + "properties": {}, + "widgets_values": [ + "image_BG" + ], + "color": "#223" + }, + { + "id": 1274, + "type": "easy getNode", + "pos": [ + -3764.4699387227274, + 3337.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 51, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1557 + ], + "slot_index": 0 + } + ], + "title": "Get_image_BG", + "properties": {}, + "widgets_values": [ + "image_BG" + ], + "color": "#223" + }, + { + "id": 1280, + "type": "easy getNode", + "pos": [ + -3764.4699387227274, + 3937.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 52, + "mode": 0, + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1561 + ], + "slot_index": 0 + } + ], + "title": "Get_mask_text", + "properties": {}, + "widgets_values": [ + "mask_text" + ], + "color": "#223" + }, + { + "id": 1281, + "type": "easy getNode", + "pos": [ + -2954.4699387227265, + 3947.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 53, + "mode": 0, + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1565 + ], + "slot_index": 0 + } + ], + "title": "Get_mask_text", + "properties": {}, + "widgets_values": [ + "mask_text" + ], + "color": "#223" + }, + { + "id": 1282, + "type": "easy getNode", + "pos": [ + -2954.4699387227265, + 3917.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1564 + ], + "slot_index": 0 + } + ], + "title": "Get_image_text", + "properties": {}, + "widgets_values": [ + "image_text" + ], + "color": "#223" + }, + { + "id": 1283, + "type": "easy getNode", + "pos": [ + -3764.4699387227274, + 3907.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 55, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1560 + ], + "slot_index": 0 + } + ], + "title": "Get_image_text", + "properties": {}, + "widgets_values": [ + "image_text" + ], + "color": "#223" + }, + { + "id": 1284, + "type": "easy getNode", + "pos": [ + -3764.4699387227274, + 3877.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 56, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1559 + ], + "slot_index": 0 + } + ], + "title": "Get_image_BG", + "properties": {}, + "widgets_values": [ + "image_BG" + ], + "color": "#223" + }, + { + "id": 1285, + "type": "easy getNode", + "pos": [ + -2954.4699387227265, + 3877.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 57, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1563 + ], + "slot_index": 0 + } + ], + "title": "Get_image_BG", + "properties": {}, + "widgets_values": [ + "image_BG" + ], + "color": "#223" + }, + { + "id": 1287, + "type": "EmptyLatentImage", + "pos": [ + -8450, + 5200 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 153, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1567, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1568, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1569 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1290, + "type": "LoadImage", + "pos": [ + -9050, + 5250 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 58, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1571 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "sneaking (13).png", + "image" + ] + }, + { + "id": 1291, + "type": "Note", + "pos": [ + -8140, + 5290 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 59, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1292, + "type": "easy getNode", + "pos": [ + -8460, + 5310 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1600 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1295, + "type": "SamplerCustomAdvanced", + "pos": [ + -7380, + 4640 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 247, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1709, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1579, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1580, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1581, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1582, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1574 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1296, + "type": "KSamplerSelect", + "pos": [ + -7380, + 4780 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 61, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1580 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1297, + "type": "BasicScheduler", + "pos": [ + -7380, + 4880 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 239, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1583, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1584, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1601 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1298, + "type": "BasicGuider", + "pos": [ + -7700, + 4660 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 232, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1585, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1586, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1579 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1301, + "type": "easy getNode", + "pos": [ + -6980, + 4610 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 62, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1575 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1302, + "type": "Note", + "pos": [ + -7370, + 5020 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 63, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1304, + "type": "easy getNode", + "pos": [ + -9060, + 4810 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 64, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1587 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1306, + "type": "easy getNode", + "pos": [ + -8210, + 4580 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 65, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1591 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1307, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8210, + 4610 + ], + "size": { + "0": 354.3183898925781, + "1": 98 + }, + "flags": {}, + "order": 217, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1591 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1592, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1593, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1586 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1308, + "type": "Primitive float [Crystools]", + "pos": [ + -8130, + 4830 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 66, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1594 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1310, + "type": "easy getNode", + "pos": [ + -9050, + 4840 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 67, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1588 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1311, + "type": "easy getNode", + "pos": [ + -9050, + 4870 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 68, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1589 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1312, + "type": "ImpactSwitch", + "pos": [ + -7720, + 5240 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 235, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1594 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1595 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1596, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1584 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1314, + "type": "easy getNode", + "pos": [ + -9050, + 5160 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 69, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1567, + 1572 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1315, + "type": "easy getNode", + "pos": [ + -9050, + 5200 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 70, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1568, + 1573 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1317, + "type": "ShowText|pysssss", + "pos": [ + -8650, + 4830 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 218, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1598, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "anime artwork jubilant anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light . anime style, key visual, vibrant, studio anime, highly detailed" + ] + }, + { + "id": 1318, + "type": "VAEEncode", + "pos": [ + -8460, + 5350 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 198, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1599 + }, + { + "name": "vae", + "type": "VAE", + "link": 1600 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1570 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1322, + "type": "easy getNode", + "pos": [ + -6970, + 4760 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 71, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1602 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1294, + "type": "SaveImage", + "pos": [ + -6730, + 4600 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 255, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1576 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1577, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1324, + "type": "Reroute", + "pos": [ + -5469.167497362177, + 4664.156393422819 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 257, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1632 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1605 + ] + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1325, + "type": "InspyrenetRembg", + "pos": [ + -5459.167497362177, + 4744.156393422819 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 259, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1605 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1613, + 1615 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1614 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1323, + "type": "easy setNode", + "pos": [ + -6730, + 4560 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 256, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1604 + } + ], + "title": "Set_image_subject", + "properties": { + "previousName": "image_subject" + }, + "widgets_values": [ + "image_subject" + ], + "color": "#223" + }, + { + "id": 1316, + "type": "SDXLPromptStyler", + "pos": [ + -8650, + 4620 + ], + "size": { + "0": 372.5661315917969, + "1": 168 + }, + "flags": {}, + "order": 187, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1597, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1592, + 1593, + 1598 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "anime", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1293, + "type": "VAEDecode", + "pos": [ + -6990, + 4640 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 250, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1574 + }, + { + "name": "vae", + "type": "VAE", + "link": 1575 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1576, + 1604, + 1632 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1333, + "type": "easy setNode", + "pos": [ + -5299.167497362177, + 4854 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 264, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1615 + } + ], + "title": "Set_image_REMBGsubject", + "properties": { + "previousName": "image_REMBGsubject" + }, + "widgets_values": [ + "image_REMBGsubject" + ], + "color": "#223" + }, + { + "id": 1332, + "type": "easy setNode", + "pos": [ + -5298.167497362177, + 4898 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 265, + "mode": 0, + "inputs": [ + { + "name": "MASK", + "type": "MASK", + "link": 1614 + } + ], + "title": "Set_mask_REMBGsubject", + "properties": { + "previousName": "mask_REMBGsubject" + }, + "widgets_values": [ + "mask_REMBGsubject" + ], + "color": "#223" + }, + { + "id": 1362, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -3340, + 4880 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 158, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1666 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1664 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1378, + "type": "easy getNode", + "pos": [ + -1584.469938722726, + 3907.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 72, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1676 + ], + "slot_index": 0 + } + ], + "title": "Get_image_BG", + "properties": {}, + "widgets_values": [ + "image_BG" + ], + "color": "#223" + }, + { + "id": 1376, + "type": "easy getNode", + "pos": [ + -2037.469938722727, + 4081.7366492359465 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 73, + "mode": 0, + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1681 + ], + "slot_index": 0 + } + ], + "title": "Get_mask_text", + "properties": {}, + "widgets_values": [ + "mask_text" + ], + "color": "#223" + }, + { + "id": 1377, + "type": "easy getNode", + "pos": [ + -2039.469938722727, + 3795.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 74, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1683 + ], + "slot_index": 0 + } + ], + "title": "Get_image_text", + "properties": {}, + "widgets_values": [ + "image_text" + ], + "color": "#223" + }, + { + "id": 1260, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -3340, + 5150 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 160, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1660 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1659 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1371, + "type": "easy getNode", + "pos": [ + -2045.469938722727, + 3501.7366492359474 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 75, + "mode": 0, + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1687 + ], + "slot_index": 0 + } + ], + "title": "Get_mask_text", + "properties": {}, + "widgets_values": [ + "mask_text" + ], + "color": "#223" + }, + { + "id": 1380, + "type": "easy setNode", + "pos": [ + -1434.469938722726, + 4217.736649235946 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 224, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1680 + } + ], + "title": "Set_image_adjusted2", + "properties": { + "previousName": "image_adjusted2" + }, + "widgets_values": [ + "image_adjusted2" + ], + "color": "#223" + }, + { + "id": 1381, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2030, + 5230 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 161, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1703 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1690 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1386, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2030, + 4940 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 159, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1701 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1689 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + 0, + 100, + "None", + 0.9, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1340, + "type": "easy getNode", + "pos": [ + -3760, + 4810 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 76, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1666, + 1701 + ], + "slot_index": 0 + } + ], + "title": "Get_image_REMBGsubject", + "properties": {}, + "widgets_values": [ + "image_REMBGsubject" + ], + "color": "#223" + }, + { + "id": 1337, + "type": "easy getNode", + "pos": [ + -3760, + 4840 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 77, + "mode": 0, + "outputs": [ + { + "name": "MASK", + "type": "MASK", + "links": [ + 1660, + 1703 + ], + "slot_index": 0 + } + ], + "title": "Get_mask_REMBGsubject", + "properties": {}, + "widgets_values": [ + "mask_REMBGsubject" + ], + "color": "#223" + }, + { + "id": 666, + "type": "InspyrenetRembg", + "pos": [ + -5677.632586706433, + 2202.7092628853998 + ], + "size": { + "0": 315, + "1": 78 + }, + "flags": {}, + "order": 258, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 713 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 720, + 1550 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": [ + 1551 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "InspyrenetRembg" + }, + "widgets_values": [ + "default" + ] + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -7000, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 249, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1498 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499, + 1527 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1394, + "type": "easy setNode", + "pos": [ + -7667, + 3644 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 186, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 1706 + } + ], + "title": "Set_noise_seed_background", + "properties": { + "previousName": "noise_seed_background" + }, + "widgets_values": [ + "noise_seed_background" + ], + "color": "#223" + }, + { + "id": 1396, + "type": "easy setNode", + "pos": [ + -7620, + 4900 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 176, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 1708 + } + ], + "title": "Set_noise_seed_subject", + "properties": { + "previousName": "noise_seed_subject" + }, + "widgets_values": [ + "noise_seed_subject" + ], + "color": "#223" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10486, + "1": 2302, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1055.6640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 78, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "TEXT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1401, + "type": "Label (rgthree)", + "pos": { + "0": -11402, + "1": 3675, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1978.02734375, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 79, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "BACKGROUND GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1402, + "type": "Label (rgthree)", + "pos": { + "0": -10889, + "1": 4958, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1455.76171875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 80, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "SUBJECT GEN:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 81, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1372, + "type": "easy getNode", + "pos": [ + -2042, + 3231 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 82, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1685 + ], + "slot_index": 0 + } + ], + "title": "Get_image_text", + "properties": {}, + "widgets_values": [ + "image_text" + ], + "color": "#223" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6729, + 2017 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 253, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1214, + "type": "CR Text Concatenate", + "pos": [ + -6974, + 3537 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 164, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1488, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1487, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1489 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/background/flux", + "" + ] + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6980, + 2230 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 163, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1525, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/text/flux", + "" + ] + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6980, + 2190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 83, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/text/flux" + ] + }, + { + "id": 1213, + "type": "PrimitiveNode", + "pos": [ + -6974, + 3497 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 84, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1487 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/background/flux" + ] + }, + { + "id": 1321, + "type": "CR Text Concatenate", + "pos": [ + -6970, + 4830 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 165, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1602, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1603, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1577 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/subject/flux", + "" + ] + }, + { + "id": 1320, + "type": "PrimitiveNode", + "pos": [ + -6970, + 4790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 85, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1603 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/subject/flux" + ] + }, + { + "id": 1440, + "type": "easy getNode", + "pos": [ + -3790, + 4240 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 86, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1754 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1331, + "type": "SaveImage", + "pos": [ + -5059.167497362177, + 4674.156393422819 + ], + "size": { + "0": 881.9842529296875, + "1": 771.6401977539062 + }, + "flags": { + "collapsed": false + }, + "order": 263, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1613 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1777, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/rembg/subject" + ] + }, + { + "id": 1259, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -3774.4699387227274, + 3437.7366492359474 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 179, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1557 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1555 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1552 + }, + { + "name": "color", + "type": "STRING", + "link": 1710, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1633, + 1770 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1262, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2954.4699387227265, + 3437.7366492359474 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 180, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1556 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1554 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1553 + }, + { + "name": "color", + "type": "STRING", + "link": 1711, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1634, + 1771 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1369, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1558, + 3438 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 202, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1671 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1686 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1688 + }, + { + "name": "color", + "type": "STRING", + "link": 1714, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1675, + 1772 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 100, + "#ffbf30" + ] + }, + { + "id": 1375, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1584.469938722726, + 4007.7366492359465 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 199, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1676 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1684 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1682 + }, + { + "name": "color", + "type": "STRING", + "link": 1715, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1680, + 1773 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1466, + "type": "easy getNode", + "pos": [ + -5448.167012609612, + 5168.312216035673 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 87, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1775 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1465, + "type": "CR Text Concatenate", + "pos": [ + -5448, + 5238 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 166, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1775, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1776, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1777 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/subject", + "" + ] + }, + { + "id": 1464, + "type": "PrimitiveNode", + "pos": [ + -5448, + 5198 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 88, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1776 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/subject" + ] + }, + { + "id": 1469, + "type": "easy getNode", + "pos": [ + -5630.966736671313, + 2552.446627975609 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 89, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1778 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1468, + "type": "CR Text Concatenate", + "pos": [ + -5631, + 2621 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 167, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1778, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1779, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1780 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/rembg/text", + "" + ] + }, + { + "id": 1467, + "type": "PrimitiveNode", + "pos": [ + -5627, + 2581 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 90, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1779 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/rembg/text" + ] + }, + { + "id": 1472, + "type": "easy getNode", + "pos": [ + -5800, + 6450 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 91, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1781 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1475, + "type": "easy getNode", + "pos": [ + -2469.815879497336, + 6180.733430736206 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 92, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1783 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1471, + "type": "CR Text Concatenate", + "pos": [ + -5800, + 6510 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 169, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1781, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1782, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1785 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/UP/stage1", + "" + ] + }, + { + "id": 1474, + "type": "CR Text Concatenate", + "pos": [ + -2470, + 6249 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 168, + "mode": 4, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1783, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1784, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1786 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/CC/foda", + "" + ] + }, + { + "id": 1473, + "type": "PrimitiveNode", + "pos": [ + -2477, + 6212 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 93, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1784 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/CC/foda" + ] + }, + { + "id": 1470, + "type": "PrimitiveNode", + "pos": [ + -5810, + 6470 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 94, + "mode": 4, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1782 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/UP/stage1" + ] + }, + { + "id": 1404, + "type": "Label (rgthree)", + "pos": { + "0": -5720, + "1": 1810, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1094.82421875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 95, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "Isolate Text with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1403, + "type": "Label (rgthree)", + "pos": { + "0": -3780, + "1": 3110, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2210.44921875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 96, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "Combine Text with Background layer, adjust offset", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1410, + "type": "Label (rgthree)", + "pos": { + "0": -3790, + "1": 5990, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 955.95703125, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 97, + "mode": 4, + "inputs": [], + "outputs": [], + "title": " .cube LUT correction", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1399, + "type": "Label (rgthree)", + "pos": { + "0": -9120, + "1": 5927, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 577.9296875, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 98, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "UPSCALING", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1444, + "type": "easy getNode", + "pos": [ + -3760, + 5000 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 99, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1757 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1442, + "type": "PrimitiveNode", + "pos": [ + -3760, + 5040 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 100, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1758 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1438, + "type": "PrimitiveNode", + "pos": [ + -3790, + 4270 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 101, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1755 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1441, + "type": "SaveImage", + "pos": [ + -3425, + 3294 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 207, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1770 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1791, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1463, + "type": "SaveImage", + "pos": [ + -3438, + 3829 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 211, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1769 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1792, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1459, + "type": "SaveImage", + "pos": [ + -2593, + 3290 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 209, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1771 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1790, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1460, + "type": "SaveImage", + "pos": [ + -1228, + 3295 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 229, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1772 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1787, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1461, + "type": "SaveImage", + "pos": [ + -1214, + 3861 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 225, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1773 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1788, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1439, + "type": "CR Text Concatenate", + "pos": [ + -3781, + 4301 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 171, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1754, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1755, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1787, + 1788, + 1789, + 1790, + 1791, + 1792 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1336, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2990, + 4900 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 200, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1665 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1664 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1659 + }, + { + "name": "color", + "type": "STRING", + "link": 1652, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1795 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#FFBF30" + ] + }, + { + "id": 1450, + "type": "SaveImage", + "pos": [ + -2580, + 4910 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 226, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1795 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1798, + "widget": { + "name": "filename_prefix" + }, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1382, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -1680, + 4920 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 201, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1699 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1689 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1690 + }, + { + "name": "color", + "type": "STRING", + "link": 1697, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1804 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#FFBF30" + ] + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 102, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 103, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1234, + "type": "easy setNode", + "pos": [ + -8970, + 2470 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 193, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1513 + } + ], + "title": "Set_model_fluxShift_text", + "properties": { + "previousName": "model_fluxShift_text" + }, + "widgets_values": [ + "model_fluxShift_text" + ], + "color": "#223" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -9060, + 2300 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 148, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1510 + }, + { + "name": "width", + "type": "INT", + "link": 1511, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1512, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1513 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1228, + "type": "easy getNode", + "pos": [ + -7721, + 2017 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 104, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1506, + 1508 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_text", + "properties": {}, + "widgets_values": [ + "model_fluxShift_text" + ], + "color": "#223" + }, + { + "id": 209, + "type": "easy setNode", + "pos": [ + -8964, + 3777 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 190, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 243 + } + ], + "title": "Set_model_fluxShift_BG", + "properties": { + "previousName": "model_fluxShift_BG" + }, + "widgets_values": [ + "model_fluxShift_BG" + ], + "color": "#223" + }, + { + "id": 199, + "type": "easy getNode", + "pos": [ + -7706, + 3331 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 105, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 234, + 240 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_BG", + "properties": {}, + "widgets_values": [ + "model_fluxShift_BG" + ], + "color": "#223" + }, + { + "id": 1305, + "type": "easy setNode", + "pos": [ + -8960, + 5070 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 197, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1590 + } + ], + "title": "Set_model_fluxShift_subject", + "properties": { + "previousName": "model_fluxShift_subject" + }, + "widgets_values": [ + "model_fluxShift_subject" + ], + "color": "#223" + }, + { + "id": 1299, + "type": "easy getNode", + "pos": [ + -7700, + 4620 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 106, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1583, + 1585 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_subject", + "properties": {}, + "widgets_values": [ + "model_fluxShift_subject" + ], + "color": "#223" + }, + { + "id": 1268, + "type": "easy setNode", + "pos": [ + -5520, + 2318 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 261, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1550 + } + ], + "title": "Set_image_text", + "properties": { + "previousName": "image_text" + }, + "widgets_values": [ + "image_text" + ], + "color": "#223" + }, + { + "id": 1373, + "type": "easy getNode", + "pos": [ + -1564, + 3338 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 107, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1671 + ], + "slot_index": 0 + } + ], + "title": "Get_image_BG", + "properties": {}, + "widgets_values": [ + "image_BG" + ], + "color": "#223" + }, + { + "id": 1374, + "type": "easy setNode", + "pos": [ + -1434, + 3648 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 228, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1675 + } + ], + "title": "Set_image_adjusted1", + "properties": { + "previousName": "image_adjusted1" + }, + "widgets_values": [ + "image_adjusted1" + ], + "color": "#223" + }, + { + "id": 1462, + "type": "SaveImage", + "pos": [ + -2597, + 3833 + ], + "size": { + "0": 382.9995422363281, + "1": 407.37548828125 + }, + "flags": { + "collapsed": false + }, + "order": 213, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1774 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1789, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "/combine-text/flux" + ] + }, + { + "id": 1354, + "type": "easy setNode", + "pos": [ + -3629, + 3643 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 206, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1633 + } + ], + "title": "Set_image overlay1", + "properties": { + "previousName": "image overlay1" + }, + "widgets_values": [ + "image overlay1" + ], + "color": "#223" + }, + { + "id": 1355, + "type": "easy setNode", + "pos": [ + -2805, + 3647 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 208, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1634 + } + ], + "title": "Set_image overlay2", + "properties": { + "previousName": "image overlay2" + }, + "widgets_values": [ + "image overlay2" + ], + "color": "#223" + }, + { + "id": 1357, + "type": "easy setNode", + "pos": [ + -2805, + 4191 + ], + "size": { + "0": 2971.728515625, + "1": 100 + }, + "flags": { + "collapsed": true + }, + "order": 212, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1636 + } + ], + "title": "Set_image overlay4", + "properties": { + "previousName": "image overlay4" + }, + "widgets_values": [ + "image overlay4" + ], + "color": "#223" + }, + { + "id": 1356, + "type": "easy setNode", + "pos": [ + -3628, + 4185 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 210, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 1635 + } + ], + "title": "Set_image overlay3", + "properties": { + "previousName": "image overlay3" + }, + "widgets_values": [ + "image overlay3" + ], + "color": "#223" + }, + { + "id": 1406, + "type": "Label (rgthree)", + "pos": { + "0": -3786, + "1": 4417, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 2971.728515625, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 108, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "combine previous composition with subject, adjust offset (x/y/scale)", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1004, + "type": "easy getNode", + "pos": [ + -8321, + 6159 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 109, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1143 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1476, + "type": "RandomNoise", + "pos": [ + -8004.449600739767, + 6896.348636072031 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 110, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1819 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 696832466942759, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1477, + "type": "easy setNode", + "pos": [ + -7924, + 7016 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 173, + "mode": 4, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 1819 + } + ], + "title": "Set_noise_seed_upscale", + "properties": { + "previousName": "noise_seed_upscale" + }, + "widgets_values": [ + "noise_seed_upscale" + ], + "color": "#223" + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -6593, + 6354 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 111, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed_upscale", + "properties": {}, + "widgets_values": [ + "noise_seed_upscale" + ], + "color": "#223" + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -6850, + 6369 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 112, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1820, + 1821 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 65, + "type": "easy getNode", + "pos": [ + -8089, + 6623 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 113, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 77 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 66, + "type": "easy getNode", + "pos": [ + -8091, + 6724 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 114, + "mode": 4, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 78 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -7797, + "1": 1255, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 436.8661804199219, + "1": 106 + }, + "flags": {}, + "order": 115, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 536, + "type": "Primitive float [Crystools]", + "pos": [ + -8135.373772360056, + 3659.100246075904 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 116, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 578 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.35000000000000003 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1395, + "type": "RandomNoise", + "pos": [ + -7700, + 4780 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 117, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1708, + 1709 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 527451007367837, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 163, + "type": "LatentSwitch", + "pos": [ + -8134.373772360056, + 3876.7050544474137 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 220, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 192 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1135 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1478 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 580 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 118, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1365, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2044, + 3533 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 157, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1687 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1688 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -100, + -250, + "None", + 0.7000000000000001, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1366, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2043, + 3259 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 162, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1685 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1686 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -100, + -250, + "None", + 0.7000000000000001, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1288, + "type": "LatentSwitch", + "pos": [ + -8130, + 5170 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 223, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1569 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1570 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1582 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1596 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1313, + "type": "Primitive float [Crystools]", + "pos": [ + -8130, + 4950 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 119, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1595 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.2 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1289, + "type": "ImageResize+", + "pos": [ + -8720, + 5350 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 154, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1571 + }, + { + "name": "width", + "type": "INT", + "link": 1572, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1573, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1599 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "keep proportion", + "always", + 64 + ] + }, + { + "id": 1409, + "type": "Note", + "pos": [ + -3990, + 3697 + ], + "size": { + "0": 210, + "1": 66.80303192138672 + }, + "flags": {}, + "order": 120, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "#ffbf30\n#30ffbf\n#bf30ff\n\n" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1408, + "type": "PrimitiveNode", + "pos": [ + -3769, + 3696 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 121, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1710, + 1711, + 1712, + 1713, + 1714, + 1715 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#ffbf30" + ] + }, + { + "id": 1319, + "type": "SplitSigmas", + "pos": [ + -7380, + 5140 + ], + "size": [ + 321.2437813995821, + 78 + ], + "flags": {}, + "order": 243, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1601 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1581 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1277, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -3774, + 3978 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 181, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1559 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1560 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1561 + }, + { + "name": "color", + "type": "STRING", + "link": 1712, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1635, + 1769 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + true, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1279, + "type": "LayerStyle: ColorOverlay V2", + "pos": [ + -2954, + 3978 + ], + "size": { + "0": 315, + "1": 170 + }, + "flags": {}, + "order": 182, + "mode": 0, + "inputs": [ + { + "name": "background_image", + "type": "IMAGE", + "link": 1563 + }, + { + "name": "layer_image", + "type": "IMAGE", + "link": 1564 + }, + { + "name": "layer_mask", + "type": "MASK", + "link": 1565 + }, + { + "name": "color", + "type": "STRING", + "link": 1713, + "widget": { + "name": "color" + } + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1636, + 1774 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerStyle: ColorOverlay V2" + }, + "widgets_values": [ + false, + "normal", + 0, + "#ffbf30" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -7790, + 1090 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 122, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 123, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1478, + "type": "Note", + "pos": [ + -9689, + 4637 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 124, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "a bottle with a rainbow galaxy inside it on top of a wooden table" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1479, + "type": "Note", + "pos": [ + -9713, + 3333 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 125, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "photograph of a highly advanced robotic car factory, no humans, empty, diffuse light" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 587, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8220, + "1": 1256, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 381.04571533203125, + "1": 250 + }, + "flags": {}, + "order": 126, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX mode toggles", + "properties": { + "matchColors": "pale_blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#2a363b", + "bgcolor": "#3f5159" + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7703, + 2231 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 127, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1528, + 1529 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 241902653355524, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -9060, + 2010 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 128, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "text\"FLUX\"\n\ndetailed textures, polished chrome lettering in a bold font on a white background" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1443, + "type": "CR Text Concatenate", + "pos": [ + -3760, + 5070 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 170, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1757, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1758, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1798, + 1801 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/combine-text/flux", + "" + ] + }, + { + "id": 1451, + "type": "SaveImage", + "pos": [ + -1270, + 4920 + ], + "size": { + "0": 481.19671630859375, + "1": 538.706787109375 + }, + "flags": {}, + "order": 227, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1804 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1801, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "ComfyUI" + ] + }, + { + "id": 1389, + "type": "easy getNode", + "pos": [ + -1678, + 4878 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 129, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1699 + ], + "slot_index": 0 + } + ], + "title": "Get_image_adjusted1", + "properties": {}, + "widgets_values": [ + "image_adjusted1" + ], + "color": "#223" + }, + { + "id": 1367, + "type": "LayerUtility: LayerMaskTransform", + "pos": [ + -2037.469938722727, + 4115.736649235946 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 155, + "mode": 0, + "inputs": [ + { + "name": "mask", + "type": "MASK", + "link": 1681 + } + ], + "outputs": [ + { + "name": "mask", + "type": "MASK", + "links": [ + 1682 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerMaskTransform" + }, + "widgets_values": [ + -100, + 250, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1368, + "type": "LayerUtility: LayerImageTransform", + "pos": [ + -2044.469938722727, + 3827.7366492359474 + ], + "size": { + "0": 315, + "1": 226 + }, + "flags": {}, + "order": 156, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1683 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1684 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "LayerUtility: LayerImageTransform" + }, + "widgets_values": [ + -100, + 250, + "None", + 0.8, + 1, + 0, + "lanczos", + 2 + ] + }, + { + "id": 1393, + "type": "RandomNoise", + "pos": [ + -7719.057604648358, + 3527.5735692597104 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 130, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1706, + 1707 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 369217934353385, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1309, + "type": "DF_Text_Box", + "pos": [ + -9070, + 4620 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 131, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1597 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "jubilant anime woman with red hair and cosmic blue eyes, posing for the camera, wearing {black|yellow|green|blue|orange|red|white} sneaking suit, diffuse light" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1303, + "type": "ModelSamplingFlux", + "pos": [ + -9050, + 4900 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 152, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1587 + }, + { + "name": "width", + "type": "INT", + "link": 1588, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1589, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1590 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1, + 1, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1358, + "type": "PrimitiveNode", + "pos": [ + -3760, + 4880 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 132, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1652, + 1697 + ], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "#FFBF30" + ] + }, + { + "id": 1341, + "type": "easy getNode", + "pos": [ + -3763, + 4621 + ], + "size": [ + 210, + 102.07301819262648 + ], + "flags": { + "collapsed": false + }, + "order": 133, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1665 + ], + "slot_index": 0 + } + ], + "title": "Get_image overlay1", + "properties": {}, + "widgets_values": [ + "image overlay1" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1405, + "type": "Label (rgthree)", + "pos": { + "0": -5500, + "1": 4400, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1300.537109375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 134, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "subject isolation with RemBG", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1480, + "type": "Label (rgthree)", + "pos": { + "0": -3545, + "1": 4610, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": [ + 1008.88671875, + 100 + ], + "flags": { + "allow_interaction": true + }, + "order": 135, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "<- choose overlay type", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 136, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Thumbnails-v12\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v7\n\ntxt2img + img2img FLUX1 switch\nNative Flux Upscaling 4X with BOOOST\nNew Low Sigma Flux Shift\nColour correction module (LUTs)\nREMBG InspyreNet\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 65, + 51, + 0, + 50, + 0, + "*" + ], + [ + 77, + 65, + 0, + 64, + 1, + "INT" + ], + [ + 78, + 66, + 0, + 64, + 2, + "INT" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 124, + 108, + 0, + 107, + 1, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 143, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 192, + 158, + 0, + 163, + 0, + "LATENT" + ], + [ + 226, + 195, + 0, + 193, + 0, + "LATENT" + ], + [ + 227, + 202, + 0, + 193, + 1, + "VAE" + ], + [ + 228, + 193, + 0, + 194, + 0, + "IMAGE" + ], + [ + 230, + 198, + 0, + 195, + 1, + "GUIDER" + ], + [ + 231, + 196, + 0, + 195, + 2, + "SAMPLER" + ], + [ + 234, + 199, + 0, + 197, + 0, + "MODEL" + ], + [ + 240, + 199, + 0, + 198, + 0, + "MODEL" + ], + [ + 242, + 208, + 0, + 206, + 0, + "MODEL" + ], + [ + 243, + 206, + 0, + 209, + 0, + "*" + ], + [ + 467, + 212, + 0, + 448, + 0, + "CLIP" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 559, + 519, + 0, + 206, + 1, + "INT" + ], + [ + 560, + 520, + 0, + 206, + 2, + "INT" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 577, + 451, + 0, + 535, + 0, + "*" + ], + [ + 578, + 536, + 0, + 535, + 1, + "FLOAT" + ], + [ + 580, + 163, + 2, + 535, + 3, + "INT" + ], + [ + 582, + 51, + 0, + 89, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 641, + 599, + 0, + 158, + 0, + "INT" + ], + [ + 642, + 600, + 0, + 158, + 1, + "INT" + ], + [ + 713, + 665, + 0, + 666, + 0, + "IMAGE" + ], + [ + 720, + 666, + 0, + 684, + 0, + "IMAGE" + ], + [ + 1132, + 169, + 0, + 1001, + 1, + "VAE" + ], + [ + 1133, + 166, + 0, + 1001, + 0, + "IMAGE" + ], + [ + 1135, + 1001, + 0, + 163, + 1, + "LATENT" + ], + [ + 1140, + 599, + 0, + 166, + 1, + "INT" + ], + [ + 1141, + 600, + 0, + 166, + 2, + "INT" + ], + [ + 1143, + 1004, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1144, + 1006, + 0, + 1003, + 1, + "INT" + ], + [ + 1145, + 1007, + 0, + 1003, + 2, + "INT" + ], + [ + 1146, + 1003, + 0, + 1005, + 0, + "*" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1420, + 105, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1437, + 197, + 0, + 1193, + 0, + "SIGMAS" + ], + [ + 1438, + 1193, + 1, + 195, + 3, + "SIGMAS" + ], + [ + 1455, + 167, + 0, + 166, + 0, + "IMAGE" + ], + [ + 1473, + 518, + 0, + 604, + 0, + "STRING" + ], + [ + 1474, + 604, + 0, + 448, + 1, + "STRING" + ], + [ + 1475, + 604, + 0, + 448, + 2, + "STRING" + ], + [ + 1476, + 604, + 0, + 605, + 0, + "STRING" + ], + [ + 1477, + 535, + 0, + 197, + 1, + "FLOAT" + ], + [ + 1478, + 163, + 0, + 195, + 4, + "LATENT" + ], + [ + 1479, + 448, + 0, + 198, + 1, + "CONDITIONING" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1486, + 1212, + 0, + 1211, + 0, + "*" + ], + [ + 1487, + 1213, + 0, + 1214, + 1, + "STRING" + ], + [ + 1488, + 1215, + 0, + 1214, + 0, + "STRING" + ], + [ + 1489, + 1214, + 0, + 194, + 1, + "STRING" + ], + [ + 1490, + 1243, + 0, + 1216, + 0, + "INT" + ], + [ + 1491, + 1244, + 0, + 1216, + 1, + "INT" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1494, + 1219, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1495, + 1243, + 0, + 1218, + 1, + "INT" + ], + [ + 1496, + 1244, + 0, + 1218, + 2, + "INT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1498, + 1230, + 0, + 1222, + 1, + "VAE" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1506, + 1228, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1508, + 1228, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1510, + 1233, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1511, + 1239, + 0, + 1232, + 1, + "INT" + ], + [ + 1512, + 1240, + 0, + 1232, + 2, + "INT" + ], + [ + 1513, + 1232, + 0, + 1234, + 0, + "*" + ], + [ + 1514, + 1235, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1523, + 1221, + 0, + 1247, + 1, + "VAE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1525, + 1251, + 0, + 1250, + 0, + "STRING" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1527, + 1222, + 0, + 665, + 0, + "*" + ], + [ + 1528, + 1252, + 0, + 1253, + 0, + "*" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1549, + 193, + 0, + 1269, + 0, + "IMAGE" + ], + [ + 1550, + 666, + 0, + 1268, + 0, + "IMAGE" + ], + [ + 1551, + 666, + 1, + 1267, + 0, + "MASK" + ], + [ + 1552, + 1270, + 0, + 1259, + 2, + "MASK" + ], + [ + 1553, + 1271, + 0, + 1262, + 2, + "MASK" + ], + [ + 1554, + 1272, + 0, + 1262, + 1, + "IMAGE" + ], + [ + 1555, + 1273, + 0, + 1259, + 1, + "IMAGE" + ], + [ + 1556, + 1275, + 0, + 1262, + 0, + "IMAGE" + ], + [ + 1557, + 1274, + 0, + 1259, + 0, + "IMAGE" + ], + [ + 1559, + 1284, + 0, + 1277, + 0, + "IMAGE" + ], + [ + 1560, + 1283, + 0, + 1277, + 1, + "IMAGE" + ], + [ + 1561, + 1280, + 0, + 1277, + 2, + "MASK" + ], + [ + 1563, + 1285, + 0, + 1279, + 0, + "IMAGE" + ], + [ + 1564, + 1282, + 0, + 1279, + 1, + "IMAGE" + ], + [ + 1565, + 1281, + 0, + 1279, + 2, + "MASK" + ], + [ + 1567, + 1314, + 0, + 1287, + 0, + "INT" + ], + [ + 1568, + 1315, + 0, + 1287, + 1, + "INT" + ], + [ + 1569, + 1287, + 0, + 1288, + 0, + "LATENT" + ], + [ + 1570, + 1318, + 0, + 1288, + 1, + "LATENT" + ], + [ + 1571, + 1290, + 0, + 1289, + 0, + "IMAGE" + ], + [ + 1572, + 1314, + 0, + 1289, + 1, + "INT" + ], + [ + 1573, + 1315, + 0, + 1289, + 2, + "INT" + ], + [ + 1574, + 1295, + 0, + 1293, + 0, + "LATENT" + ], + [ + 1575, + 1301, + 0, + 1293, + 1, + "VAE" + ], + [ + 1576, + 1293, + 0, + 1294, + 0, + "IMAGE" + ], + [ + 1577, + 1321, + 0, + 1294, + 1, + "STRING" + ], + [ + 1579, + 1298, + 0, + 1295, + 1, + "GUIDER" + ], + [ + 1580, + 1296, + 0, + 1295, + 2, + "SAMPLER" + ], + [ + 1581, + 1319, + 1, + 1295, + 3, + "SIGMAS" + ], + [ + 1582, + 1288, + 0, + 1295, + 4, + "LATENT" + ], + [ + 1583, + 1299, + 0, + 1297, + 0, + "MODEL" + ], + [ + 1584, + 1312, + 0, + 1297, + 1, + "FLOAT" + ], + [ + 1585, + 1299, + 0, + 1298, + 0, + "MODEL" + ], + [ + 1586, + 1307, + 0, + 1298, + 1, + "CONDITIONING" + ], + [ + 1587, + 1304, + 0, + 1303, + 0, + "MODEL" + ], + [ + 1588, + 1310, + 0, + 1303, + 1, + "INT" + ], + [ + 1589, + 1311, + 0, + 1303, + 2, + "INT" + ], + [ + 1590, + 1303, + 0, + 1305, + 0, + "*" + ], + [ + 1591, + 1306, + 0, + 1307, + 0, + "CLIP" + ], + [ + 1592, + 1316, + 0, + 1307, + 1, + "STRING" + ], + [ + 1593, + 1316, + 0, + 1307, + 2, + "STRING" + ], + [ + 1594, + 1308, + 0, + 1312, + 0, + "FLOAT" + ], + [ + 1595, + 1313, + 0, + 1312, + 1, + "FLOAT" + ], + [ + 1596, + 1288, + 2, + 1312, + 3, + "INT" + ], + [ + 1597, + 1309, + 0, + 1316, + 0, + "STRING" + ], + [ + 1598, + 1316, + 0, + 1317, + 0, + "STRING" + ], + [ + 1599, + 1289, + 0, + 1318, + 0, + "IMAGE" + ], + [ + 1600, + 1292, + 0, + 1318, + 1, + "VAE" + ], + [ + 1601, + 1297, + 0, + 1319, + 0, + "SIGMAS" + ], + [ + 1602, + 1322, + 0, + 1321, + 0, + "STRING" + ], + [ + 1603, + 1320, + 0, + 1321, + 1, + "STRING" + ], + [ + 1604, + 1293, + 0, + 1323, + 0, + "*" + ], + [ + 1605, + 1324, + 0, + 1325, + 0, + "IMAGE" + ], + [ + 1613, + 1325, + 0, + 1331, + 0, + "IMAGE" + ], + [ + 1614, + 1325, + 1, + 1332, + 0, + "*" + ], + [ + 1615, + 1325, + 0, + 1333, + 0, + "*" + ], + [ + 1632, + 1293, + 0, + 1324, + 0, + "*" + ], + [ + 1633, + 1259, + 0, + 1354, + 0, + "*" + ], + [ + 1634, + 1262, + 0, + 1355, + 0, + "*" + ], + [ + 1635, + 1277, + 0, + 1356, + 0, + "*" + ], + [ + 1636, + 1279, + 0, + 1357, + 0, + "*" + ], + [ + 1652, + 1358, + 0, + 1336, + 3, + "STRING" + ], + [ + 1659, + 1260, + 0, + 1336, + 2, + "MASK" + ], + [ + 1660, + 1337, + 0, + 1260, + 0, + "MASK" + ], + [ + 1664, + 1362, + 0, + 1336, + 1, + "IMAGE" + ], + [ + 1665, + 1341, + 0, + 1336, + 0, + "IMAGE" + ], + [ + 1666, + 1340, + 0, + 1362, + 0, + "IMAGE" + ], + [ + 1671, + 1373, + 0, + 1369, + 0, + "IMAGE" + ], + [ + 1675, + 1369, + 0, + 1374, + 0, + "*" + ], + [ + 1676, + 1378, + 0, + 1375, + 0, + "IMAGE" + ], + [ + 1680, + 1375, + 0, + 1380, + 0, + "*" + ], + [ + 1681, + 1376, + 0, + 1367, + 0, + "MASK" + ], + [ + 1682, + 1367, + 0, + 1375, + 2, + "MASK" + ], + [ + 1683, + 1377, + 0, + 1368, + 0, + "IMAGE" + ], + [ + 1684, + 1368, + 0, + 1375, + 1, + "IMAGE" + ], + [ + 1685, + 1372, + 0, + 1366, + 0, + "IMAGE" + ], + [ + 1686, + 1366, + 0, + 1369, + 1, + "IMAGE" + ], + [ + 1687, + 1371, + 0, + 1365, + 0, + "MASK" + ], + [ + 1688, + 1365, + 0, + 1369, + 2, + "MASK" + ], + [ + 1689, + 1386, + 0, + 1382, + 1, + "IMAGE" + ], + [ + 1690, + 1381, + 0, + 1382, + 2, + "MASK" + ], + [ + 1697, + 1358, + 0, + 1382, + 3, + "STRING" + ], + [ + 1699, + 1389, + 0, + 1382, + 0, + "IMAGE" + ], + [ + 1701, + 1340, + 0, + 1386, + 0, + "IMAGE" + ], + [ + 1703, + 1337, + 0, + 1381, + 0, + "MASK" + ], + [ + 1706, + 1393, + 0, + 1394, + 0, + "*" + ], + [ + 1707, + 1393, + 0, + 195, + 0, + "NOISE" + ], + [ + 1708, + 1395, + 0, + 1396, + 0, + "*" + ], + [ + 1709, + 1395, + 0, + 1295, + 0, + "NOISE" + ], + [ + 1710, + 1408, + 0, + 1259, + 3, + "STRING" + ], + [ + 1711, + 1408, + 0, + 1262, + 3, + "STRING" + ], + [ + 1712, + 1408, + 0, + 1277, + 3, + "STRING" + ], + [ + 1713, + 1408, + 0, + 1279, + 3, + "STRING" + ], + [ + 1714, + 1408, + 0, + 1369, + 3, + "STRING" + ], + [ + 1715, + 1408, + 0, + 1375, + 3, + "STRING" + ], + [ + 1754, + 1440, + 0, + 1439, + 0, + "STRING" + ], + [ + 1755, + 1438, + 0, + 1439, + 1, + "STRING" + ], + [ + 1757, + 1444, + 0, + 1443, + 0, + "STRING" + ], + [ + 1758, + 1442, + 0, + 1443, + 1, + "STRING" + ], + [ + 1769, + 1277, + 0, + 1463, + 0, + "IMAGE" + ], + [ + 1770, + 1259, + 0, + 1441, + 0, + "IMAGE" + ], + [ + 1771, + 1262, + 0, + 1459, + 0, + "IMAGE" + ], + [ + 1772, + 1369, + 0, + 1460, + 0, + "IMAGE" + ], + [ + 1773, + 1375, + 0, + 1461, + 0, + "IMAGE" + ], + [ + 1774, + 1279, + 0, + 1462, + 0, + "IMAGE" + ], + [ + 1775, + 1466, + 0, + 1465, + 0, + "STRING" + ], + [ + 1776, + 1464, + 0, + 1465, + 1, + "STRING" + ], + [ + 1777, + 1465, + 0, + 1331, + 1, + "STRING" + ], + [ + 1778, + 1469, + 0, + 1468, + 0, + "STRING" + ], + [ + 1779, + 1467, + 0, + 1468, + 1, + "STRING" + ], + [ + 1780, + 1468, + 0, + 684, + 1, + "STRING" + ], + [ + 1781, + 1472, + 0, + 1471, + 0, + "STRING" + ], + [ + 1782, + 1470, + 0, + 1471, + 1, + "STRING" + ], + [ + 1783, + 1475, + 0, + 1474, + 0, + "STRING" + ], + [ + 1784, + 1473, + 0, + 1474, + 1, + "STRING" + ], + [ + 1785, + 1471, + 0, + 103, + 1, + "STRING" + ], + [ + 1786, + 1474, + 0, + 532, + 1, + "STRING" + ], + [ + 1787, + 1439, + 0, + 1460, + 1, + "STRING" + ], + [ + 1788, + 1439, + 0, + 1461, + 1, + "STRING" + ], + [ + 1789, + 1439, + 0, + 1462, + 1, + "STRING" + ], + [ + 1790, + 1439, + 0, + 1459, + 1, + "STRING" + ], + [ + 1791, + 1439, + 0, + 1441, + 1, + "STRING" + ], + [ + 1792, + 1439, + 0, + 1463, + 1, + "STRING" + ], + [ + 1795, + 1336, + 0, + 1450, + 0, + "IMAGE" + ], + [ + 1798, + 1443, + 0, + 1450, + 1, + "STRING" + ], + [ + 1801, + 1443, + 0, + 1451, + 1, + "STRING" + ], + [ + 1804, + 1382, + 0, + 1451, + 0, + "IMAGE" + ], + [ + 1819, + 1476, + 0, + 1477, + 0, + "*" + ], + [ + 1820, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 1821, + 115, + 0, + 113, + 0, + "MODEL" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -7362, + 6060, + 3108, + 1024 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -3812, + 6088, + 1772, + 1050 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -9139, + 6040, + 1661, + 1048 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "BACKGROUND | GENERATION", + "bounding": [ + -9162, + 3171, + 3303, + 1166 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "REMBG | TEXT", + "bounding": [ + -5732, + 1900, + 1700, + 1124 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3270, + 1194 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "SUBJECT | GENERATION", + "bounding": [ + -9151, + 4485, + 3303, + 1196 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | TEXT + BG", + "bounding": [ + -3814, + 3212, + 3184, + 1132 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "REMBG | SUBJECT", + "bounding": [ + -5506, + 4495, + 1481, + 997 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + }, + { + "title": "OVERLAY | SUBJECT + COMP", + "bounding": [ + -3815, + 4516, + 3187, + 1024 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 0.8140274938684126, + "offset": [ + 9805.065405839683, + -653.7681000244481 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-Boosted-Upscaler-V18.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-Boosted-Upscaler-V18.json new file mode 100644 index 0000000..ab719fd --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-Boosted-Upscaler-V18.json @@ -0,0 +1,3340 @@ +{ + "last_node_id": 1247, + "last_link_id": 1550, + "nodes": [ + { + "id": 112, + "type": "KSamplerSelect", + "pos": [ + -6190.810318034915, + 1937.309462801205 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 132 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 117, + "type": "easy getNode", + "pos": [ + -6190.810318034915, + 1695.3094628012057 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 1, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 130 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 126, + "type": "easy getNode", + "pos": [ + -6888.312355445803, + 2941.5730555966197 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 2, + "mode": 4, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 165, + 167 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 131, + "type": "SamplerCustomAdvanced", + "pos": [ + -6168.312355445807, + 2841.57305559662 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 65, + "mode": 4, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 156, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 157, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 158, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1413, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 160, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 166 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 132, + "type": "KSamplerSelect", + "pos": [ + -6168.312355445807, + 3001.573055596621 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 4, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 158 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 134, + "type": "BasicGuider", + "pos": [ + -6428.312355445805, + 2881.5730555966206 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 29, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 162, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 163, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 157 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 137, + "type": "easy getNode", + "pos": [ + -6168.312355445807, + 2761.5730555966197 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 4, + "mode": 4, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 156 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 139, + "type": "VAEEncodeTiled", + "pos": [ + -6728.312355445803, + 2921.5730555966197 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 64, + "mode": 4, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1415 + }, + { + "name": "vae", + "type": "VAE", + "link": 165 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 160 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 140, + "type": "VAEDecodeTiled", + "pos": [ + -5788.3123554458125, + 2891.5730555966206 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 66, + "mode": 4, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 166 + }, + { + "name": "vae", + "type": "VAE", + "link": 167 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 154 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 127, + "type": "SaveImage", + "pos": [ + -5078.31235544581, + 2671.5730555966197 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 68, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1492 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage2" + ] + }, + { + "id": 26, + "type": "easy setNode", + "pos": [ + -8940, + 1600 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -8930, + 1930 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 121, + "type": "VAEEncodeTiled", + "pos": [ + -6751.1669379997375, + 1857.4950931526344 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 57, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1421 + }, + { + "name": "vae", + "type": "VAE", + "link": 140 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 144 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 114, + "type": "BasicGuider", + "pos": [ + -6451.1669379997375, + 1817.4950931526346 + ], + "size": { + "0": 241.79998779296875, + "1": 46 + }, + "flags": {}, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 136, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 137, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 131 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 102, + "type": "easy getNode", + "pos": [ + -6908.116831170262, + 1872.9167726443422 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 140, + 141 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -8940, + 1790 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 103, + "type": "SaveImage", + "pos": [ + -5095.896855999315, + 1608.4193697863439 + ], + "size": { + "0": 1105.623291015625, + "1": 757.7230224609375 + }, + "flags": { + "collapsed": false + }, + "order": 62, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1419 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/UP/stage1" + ] + }, + { + "id": 1185, + "type": "ImageScaleBy", + "pos": [ + -6751.852267706611, + 2730.2350625686654 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 63, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1484 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1415 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 113, + "type": "BasicScheduler", + "pos": [ + -6190.810318034915, + 2037.309462801205 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 135, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1417 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.2 + ] + }, + { + "id": 1186, + "type": "SplitSigmas", + "pos": [ + -6191.896855999315, + 2183.419369786343 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1417 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1418 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1184, + "type": "ImageScaleBy", + "pos": [ + -6840.273516483682, + 1656.0237329131007 + ], + "size": { + "0": 210, + "1": 82 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1495 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1421 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "bicubic", + 2 + ] + }, + { + "id": 1004, + "type": "easy getNode", + "pos": [ + -7970, + 1490 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1143 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 494, + "type": "easy getNode", + "pos": [ + -7410, + 1530 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 529 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9120, + 1840 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 123, + "type": "VAEDecodeTiled", + "pos": [ + -5807.166937999737, + 1826.4950931526346 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": false + }, + "order": 59, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 145 + }, + { + "name": "vae", + "type": "VAE", + "link": 141 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1489 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecodeTiled" + }, + "widgets_values": [ + 768 + ] + }, + { + "id": 1208, + "type": "Reroute", + "pos": [ + -5676, + 2286 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1486 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1488 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1209, + "type": "Reroute", + "pos": [ + -5654.689993957492, + 3371.375651938156 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 56, + "mode": 4, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1490 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1491 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 129, + "type": "ImageColorMatch+", + "pos": [ + -5468.312355445813, + 2711.5730555966197 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 67, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 154, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1491 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1492 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 138, + "type": "easy getNode", + "pos": [ + -6436, + 2852 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 4, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 163 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 135, + "type": "easy getNode", + "pos": [ + -6428, + 2822 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 161, + 162 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 115, + "type": "easy getNode", + "pos": [ + -6455, + 1741 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 135, + 136 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_upscale", + "properties": {}, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 119, + "type": "easy getNode", + "pos": [ + -6455, + 1779 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 137 + ], + "slot_index": 0 + } + ], + "title": "Get_conPOS_upscale", + "properties": {}, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 1187, + "type": "SplitSigmas", + "pos": [ + -6170, + 3257 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 40, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1412 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1413 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 133, + "type": "BasicScheduler", + "pos": [ + -6168.312355445807, + 3101.573055596621 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 28, + "mode": 4, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 161, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1412 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "sgm_uniform", + 4, + 0.1 + ] + }, + { + "id": 25, + "type": "RandomNoise", + "pos": [ + -7650, + 1540 + ], + "size": { + "0": 212.93296813964844, + "1": 166.71075439453125 + }, + "flags": {}, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 43 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 1054834084491911, + "randomize" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1003, + "type": "ModelSamplingFlux", + "pos": [ + -7970, + 1530 + ], + "size": { + "0": 265.889892578125, + "1": 169.17196655273438 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1143 + }, + { + "name": "width", + "type": "INT", + "link": 1505, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1504, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1146 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 0.5, + 0.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1005, + "type": "easy setNode", + "pos": [ + -7923, + 1737 + ], + "size": { + "0": 226.8000030517578, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1146 + } + ], + "title": "Set_model_fluxShift_upscale", + "properties": { + "previousName": "model_fluxShift_upscale" + }, + "widgets_values": [ + "model_fluxShift_upscale" + ], + "color": "#223" + }, + { + "id": 29, + "type": "easy setNode", + "pos": [ + -7590, + 1736 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 43 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 496, + "type": "easy setNode", + "pos": [ + -7273, + 1859 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "link": 530 + } + ], + "title": "Set_conPOS_upscale", + "properties": { + "previousName": "conPOS_upscale" + }, + "widgets_values": [ + "conPOS_upscale" + ], + "color": "#223" + }, + { + "id": 89, + "type": "Reroute", + "pos": [ + -7608, + 2153 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1542 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 104 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1215, + "type": "Reroute", + "pos": [ + -8100, + 1710 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1496, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1498, + 1499, + 1505 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 1216, + "type": "Reroute", + "pos": [ + -8101, + 1733 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1500, + "widget": { + "name": "value" + } + } + ], + "outputs": [ + { + "name": "", + "type": "INT", + "links": [ + 1504, + 1506, + 1507 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 532, + "type": "SaveImage", + "pos": [ + -7897, + 2611 + ], + "size": { + "0": 866.424560546875, + "1": 833.5946655273438 + }, + "flags": {}, + "order": 42, + "mode": 4, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 575 + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/CC/flux" + ] + }, + { + "id": 533, + "type": "LoadImage", + "pos": [ + -8631, + 2607 + ], + "size": { + "0": 615.3604125976562, + "1": 510.5350036621094 + }, + "flags": {}, + "order": 14, + "mode": 4, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 576 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00097_.png", + "image" + ] + }, + { + "id": 531, + "type": "ImageApplyLUT+", + "pos": [ + -8332, + 3232 + ], + "size": { + "0": 315, + "1": 130 + }, + "flags": {}, + "order": 33, + "mode": 4, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 576, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 575 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageApplyLUT+" + }, + "widgets_values": [ + "FiLMiC_deLog_V3.CUBE", + false, + false, + 0.30000000000000004 + ] + }, + { + "id": 493, + "type": "Fast Groups Bypasser (rgthree)", + "pos": { + "0": -8741, + "1": 1517, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 322.2654113769531, + "1": 130 + }, + "flags": {}, + "order": 15, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "OPT_CONNECTION", + "type": "*", + "links": null + } + ], + "title": "FLUX UPSCALE MODES", + "properties": { + "matchColors": "blue", + "matchTitle": "", + "showNav": true, + "sort": "position", + "customSortAlphabet": "", + "toggleRestriction": "default" + }, + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9110, + 1650 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9120, + 1480 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 111, + "type": "SamplerCustomAdvanced", + "pos": [ + -6187.896855999315, + 1775.4193697863432 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 58, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 130, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 131, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 132, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1418, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 144, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 145, + 1522 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1233, + "type": "easy setNode", + "pos": [ + -5801, + 1779 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 60, + "mode": 0, + "inputs": [ + { + "name": "LATENT", + "type": "LATENT", + "link": 1522 + } + ], + "title": "Set_latent_stage1", + "properties": { + "previousName": "latent_stage1" + }, + "widgets_values": [ + "latent_stage1" + ], + "color": "#223" + }, + { + "id": 1210, + "type": "ImageResize+", + "pos": [ + -7400, + 1925 + ], + "size": { + "0": 305.38958740234375, + "1": 170 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1543, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1498, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1506, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1495 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 107, + "type": "ImageColorMatch+", + "pos": [ + -5491, + 1647 + ], + "size": { + "0": 315, + "1": 126 + }, + "flags": {}, + "order": 61, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1489, + "slot_index": 0 + }, + { + "name": "reference", + "type": "IMAGE", + "link": 1488 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1419, + 1484 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ImageColorMatch+" + }, + "widgets_values": [ + "LAB", + 1, + "auto" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8738, + 1706 + ], + "size": { + "0": 320.58953857421875, + "1": 173.28244018554688 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 1496 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 1500 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 64, + "type": "ImageResize+", + "pos": [ + -7395, + 2155 + ], + "size": [ + 299.00650890613724, + 170 + ], + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 104, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "link": 1499, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1507, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 79, + 1486, + 1490 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 68, + "type": "easy setNode", + "pos": [ + -7266, + 2364 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "link": 79 + } + ], + "title": "Set_image_colMatch", + "properties": { + "previousName": "" + }, + "widgets_values": [ + "image_colMatch" + ], + "color": "#223" + }, + { + "id": 1241, + "type": "Note", + "pos": [ + -7308, + 1426 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K," + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 495, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7410, + 1570 + ], + "size": { + "0": 317.0552978515625, + "1": 252.6095428466797 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 529 + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 530 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "very detailed, masterpiece, intricate details, UHD, 8K,", + "very detailed, masterpiece, intricate details, UHD, 8K,", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1244, + "type": "Reroute", + "pos": [ + -8482, + 1955 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1546 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1542, + 1543, + 1544 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 67, + "type": "LoadImage", + "pos": [ + -7951, + 2143 + ], + "size": { + "0": 259.93939208984375, + "1": 314 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "koda2_00003_.png", + "image" + ] + }, + { + "id": 1245, + "type": "Reroute", + "pos": [ + -9131, + 1960 + ], + "size": [ + 75, + 26 + ], + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "", + "type": "*", + "link": 1547 + } + ], + "outputs": [ + { + "name": "", + "type": "IMAGE", + "links": [ + 1546 + ], + "slot_index": 0 + } + ], + "properties": { + "showOutputText": false, + "horizontal": false + } + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9560, + 1652 + ], + "size": [ + 346.11831276740486, + 98 + ], + "flags": {}, + "order": 21, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 51, + "type": "LoadImage", + "pos": [ + -10224, + 1411 + ], + "size": [ + 503.18820827640775, + 489.20202199951063 + ], + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1549 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "flux_00005_ (1).png", + "image" + ] + }, + { + "id": 1243, + "type": "VHS_LoadImagesPath", + "pos": [ + -9960, + 1980 + ], + "size": [ + 245.1999969482422, + 182.00004196166992 + ], + "flags": {}, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "meta_batch", + "type": "VHS_BatchManager", + "link": null + }, + { + "name": "skip_first_images", + "type": "INT", + "link": 1540, + "widget": { + "name": "skip_first_images" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1548, + 1550 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + }, + { + "name": "frame_count", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "VHS_LoadImagesPath" + }, + "widgets_values": { + "directory": "D:\\MACHINES\\Comfyui-Mar24-portable\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\foda\\test\\base", + "image_load_cap": 1, + "skip_first_images": 0, + "select_every_nth": 1, + "choose folder to upload": "image", + "videopreview": { + "hidden": false, + "paused": false, + "params": { + "frame_load_cap": 1, + "skip_first_images": 0, + "filename": "D:\\MACHINES\\Comfyui-Mar24-portable\\ComfyUI_windows_portable_nvidia_cu121_or_cpu\\ComfyUI_windows_portable\\ComfyUI\\output\\foda\\test\\base", + "type": "path", + "format": "folder", + "select_every_nth": 1 + }, + "muted": false + } + } + }, + { + "id": 589, + "type": "Note", + "pos": [ + -9106, + 2578 + ], + "size": [ + 361.4196512353974, + 259.5272152960906 + ], + "flags": {}, + "order": 23, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Need Lokk up tables for the colour correction node? the files are named with .cube extension.\n\nplace inside\n\\comfy-essentials\\luts\\\n\nfind some free .cube format LUT#s here:\n\nhttps://tdcat.com/downloads/free-lut-packs\nhttps://www.dropbox.com/scl/fi/h51yraty372pvo4lu6l25/Creative-LUTs-DC1-PC.zip?rlkey=cymxpkjppk4i23dl8soczn8cv&e=2\nhttps://drive.google.com/file/d/1EsmlAkeE48LUtOyDfHvt7gN8GmQmGDhb/view\nhttps://emilio.media/free-cinematic-luts/\n\nhttps://fixthephoto.com/free-luts <--- lots here\nDL one at a time for the free ones here." + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1247, + "type": "PreviewImage", + "pos": [ + -9563, + 2125 + ], + "size": [ + 210, + 246 + ], + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1550 + } + ], + "properties": { + "Node name for S&R": "PreviewImage" + } + }, + { + "id": 1217, + "type": "ImpactImageInfo", + "pos": [ + -8605, + 2090 + ], + "size": { + "0": 210, + "1": 86 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "value", + "type": "IMAGE", + "link": 1544 + } + ], + "outputs": [ + { + "name": "batch", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "channel", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactImageInfo" + } + }, + { + "id": 1242, + "type": "Seed Generator", + "pos": [ + -10239, + 1999 + ], + "size": [ + 210, + 82 + ], + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1540 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Seed Generator" + }, + "widgets_values": [ + 0, + "increment" + ] + }, + { + "id": 1246, + "type": "Switch image [Crystools]", + "pos": [ + -9561, + 1959 + ], + "size": [ + 361.20001220703125, + 78 + ], + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "on_true", + "type": "IMAGE", + "link": 1549 + }, + { + "name": "on_false", + "type": "IMAGE", + "link": 1548 + } + ], + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1547 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "True = Single Mode | False = Directory Seed", + "properties": { + "Node name for S&R": "Switch image [Crystools]" + }, + "widgets_values": [ + true + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9115, + 2096 + ], + "size": [ + 377.4116214651822, + 370.95143282772915 + ], + "flags": {}, + "order": 25, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Boosted-Upscaler-V18\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v6\n\nNative Flux Upscaling 4X with BOOOST\nbatch directory seed mode\nColour correction module (LUTs)\n\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 43, + 25, + 0, + 29, + 0, + "*" + ], + [ + 79, + 64, + 0, + 68, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 104, + 89, + 0, + 64, + 0, + "IMAGE" + ], + [ + 130, + 117, + 0, + 111, + 0, + "NOISE" + ], + [ + 131, + 114, + 0, + 111, + 1, + "GUIDER" + ], + [ + 132, + 112, + 0, + 111, + 2, + "SAMPLER" + ], + [ + 135, + 115, + 0, + 113, + 0, + "MODEL" + ], + [ + 136, + 115, + 0, + 114, + 0, + "MODEL" + ], + [ + 137, + 119, + 0, + 114, + 1, + "CONDITIONING" + ], + [ + 140, + 102, + 0, + 121, + 1, + "VAE" + ], + [ + 141, + 102, + 0, + 123, + 1, + "VAE" + ], + [ + 144, + 121, + 0, + 111, + 4, + "LATENT" + ], + [ + 145, + 111, + 0, + 123, + 0, + "LATENT" + ], + [ + 154, + 140, + 0, + 129, + 0, + "IMAGE" + ], + [ + 156, + 137, + 0, + 131, + 0, + "NOISE" + ], + [ + 157, + 134, + 0, + 131, + 1, + "GUIDER" + ], + [ + 158, + 132, + 0, + 131, + 2, + "SAMPLER" + ], + [ + 160, + 139, + 0, + 131, + 4, + "LATENT" + ], + [ + 161, + 135, + 0, + 133, + 0, + "MODEL" + ], + [ + 162, + 135, + 0, + 134, + 0, + "MODEL" + ], + [ + 163, + 138, + 0, + 134, + 1, + "CONDITIONING" + ], + [ + 165, + 126, + 0, + 139, + 1, + "VAE" + ], + [ + 166, + 131, + 0, + 140, + 0, + "LATENT" + ], + [ + 167, + 126, + 0, + 140, + 1, + "VAE" + ], + [ + 529, + 494, + 0, + 495, + 0, + "CLIP" + ], + [ + 530, + 495, + 0, + 496, + 0, + "*" + ], + [ + 575, + 531, + 0, + 532, + 0, + "IMAGE" + ], + [ + 576, + 533, + 0, + 531, + 0, + "IMAGE" + ], + [ + 1143, + 1004, + 0, + 1003, + 0, + "MODEL" + ], + [ + 1146, + 1003, + 0, + 1005, + 0, + "*" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1412, + 133, + 0, + 1187, + 0, + "SIGMAS" + ], + [ + 1413, + 1187, + 1, + 131, + 3, + "SIGMAS" + ], + [ + 1415, + 1185, + 0, + 139, + 0, + "IMAGE" + ], + [ + 1417, + 113, + 0, + 1186, + 0, + "SIGMAS" + ], + [ + 1418, + 1186, + 1, + 111, + 3, + "SIGMAS" + ], + [ + 1419, + 107, + 0, + 103, + 0, + "IMAGE" + ], + [ + 1421, + 1184, + 0, + 121, + 0, + "IMAGE" + ], + [ + 1484, + 107, + 0, + 1185, + 0, + "IMAGE" + ], + [ + 1486, + 64, + 0, + 1208, + 0, + "*" + ], + [ + 1488, + 1208, + 0, + 107, + 1, + "IMAGE" + ], + [ + 1489, + 123, + 0, + 107, + 0, + "IMAGE" + ], + [ + 1490, + 64, + 0, + 1209, + 0, + "*" + ], + [ + 1491, + 1209, + 0, + 129, + 1, + "IMAGE" + ], + [ + 1492, + 129, + 0, + 127, + 0, + "IMAGE" + ], + [ + 1495, + 1210, + 0, + 1184, + 0, + "IMAGE" + ], + [ + 1496, + 559, + 0, + 1215, + 0, + "*" + ], + [ + 1498, + 1215, + 0, + 1210, + 1, + "INT" + ], + [ + 1499, + 1215, + 0, + 64, + 1, + "INT" + ], + [ + 1500, + 559, + 1, + 1216, + 0, + "*" + ], + [ + 1504, + 1216, + 0, + 1003, + 2, + "INT" + ], + [ + 1505, + 1215, + 0, + 1003, + 1, + "INT" + ], + [ + 1506, + 1216, + 0, + 1210, + 2, + "INT" + ], + [ + 1507, + 1216, + 0, + 64, + 2, + "INT" + ], + [ + 1522, + 111, + 0, + 1233, + 0, + "*" + ], + [ + 1540, + 1242, + 0, + 1243, + 1, + "INT" + ], + [ + 1542, + 1244, + 0, + 89, + 0, + "*" + ], + [ + 1543, + 1244, + 0, + 1210, + 0, + "IMAGE" + ], + [ + 1544, + 1244, + 0, + 1217, + 0, + "IMAGE" + ], + [ + 1546, + 1245, + 0, + 1244, + 0, + "*" + ], + [ + 1547, + 1246, + 0, + 1245, + 0, + "*" + ], + [ + 1548, + 1243, + 0, + 1246, + 1, + "IMAGE" + ], + [ + 1549, + 51, + 0, + 1246, + 0, + "IMAGE" + ], + [ + 1550, + 1243, + 0, + 1247, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "Upscale stage 1", + "bounding": [ + -6961, + 1448, + 3045, + 1007 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Upscale stage 2", + "bounding": [ + -6959, + 2496, + 3035, + 1004 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "Color Correction", + "bounding": [ + -8671, + 2523, + 1677, + 953 + ], + "color": "#88A", + "font_size": 24, + "locked": false + }, + { + "title": "upscaler config", + "bounding": [ + -8659, + 1433, + 1661, + 1048 + ], + "color": "#8A8", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.1167815779424843, + "offset": [ + 9830.535790127644, + -1638.8185026460358 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-Flux-Lora-v18.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-Flux-Lora-v18.json new file mode 100644 index 0000000..2b85ded --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-Flux-Lora-v18.json @@ -0,0 +1,2783 @@ +{ + "last_node_id": 1487, + "last_link_id": 1873, + "nodes": [ + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9352.349947301598, + 1234.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9712.349947301598, + 1214.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9352.349947301598, + 1424.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -8462.349947301598, + 1474.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -8462.349947301598, + 1444.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8190, + 1220 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1486 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1211, + "type": "easy setNode", + "pos": [ + -8190, + 1250 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 1486 + } + ], + "title": "Set_str_Projectpath", + "properties": { + "previousName": "str_Projectpath" + }, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8460, + 2600 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1490, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1491, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8140, + 2570 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 1, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8720, + 2750 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1494 + }, + { + "name": "width", + "type": "INT", + "link": 1495, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1496, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1219, + "type": "LoadImage", + "pos": [ + -9060, + 2650 + ], + "size": { + "0": 231.08151245117188, + "1": 320.6395568847656 + }, + "flags": { + "collapsed": false + }, + "order": 4, + "mode": 0, + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1494 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "cloudempire style (2).png", + "image" + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8150, + 2690 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 5, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1221, + "type": "easy getNode", + "pos": [ + -8470, + 2710 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1523 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -6830, + 2040 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1864, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -6830, + 2180 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -6830, + 2280 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1873, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 4, + 1 + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7150, + 2060 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 51, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1872, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1230, + "type": "easy getNode", + "pos": [ + -6430, + 2010 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 8, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1498 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -6820, + 2420 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 9, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1233, + "type": "easy getNode", + "pos": [ + -8160, + 1870 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1510 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1239, + "type": "easy getNode", + "pos": [ + -8150, + 1900 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1511 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1240, + "type": "easy getNode", + "pos": [ + -8150, + 1930 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1512 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7170, + 2640 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1243, + "type": "easy getNode", + "pos": [ + -9060, + 2560 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1490, + 1495 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1244, + "type": "easy getNode", + "pos": [ + -9060, + 2600 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1491, + 1496 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8720, + 2230 + ], + "size": { + "0": 368.7093505859375, + "1": 243.38421630859375 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}" + ] + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8470, + 2750 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1523 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -6830, + 2540 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -6440, + 2040 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 55, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1498 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1411, + "type": "PrimitiveNode", + "pos": [ + -12241.198083915504, + 4134.013676293452 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [], + "slot_index": 0, + "widget": { + "name": "color" + } + } + ], + "title": "Color", + "properties": { + "Run widget replace on values": false + } + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6420, + 2230 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1525, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/lora/flux", + "" + ] + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -8140, + 2350 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.1 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9639, + 2017 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 19, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "text\"JOHNSON\"\n\ndetailed, vibrantly textured, lettering in a cold font on a white background" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6170, + 2020 + ], + "size": { + "0": 797.067138671875, + "1": 683.7936401367188 + }, + "flags": {}, + "order": 56, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8720, + 2020 + ], + "size": { + "0": 372.5661315917969, + "1": 168 + }, + "flags": {}, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1866, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "base", + "No", + "" + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -7442, + 2007 + ], + "size": { + "0": 210, + "1": 98 + }, + "flags": {}, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1862 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5 + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8150, + 1960 + ], + "size": { + "0": 210, + "1": 130.5891876220703 + }, + "flags": {}, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1510 + }, + { + "name": "width", + "type": "INT", + "link": 1511, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1512, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1859 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 1.5, + 1.5, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1235, + "type": "easy getNode", + "pos": [ + -7795, + 1925 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1861 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1251, + "type": "easy getNode", + "pos": [ + -6420, + 2160 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1525 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1253, + "type": "easy setNode", + "pos": [ + -8440, + 1180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 1863 + } + ], + "title": "Set_noise_seed", + "properties": { + "previousName": "noise_seed" + }, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 1485, + "type": "easy getNode", + "pos": [ + -6821, + 2004 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1864 + ], + "slot_index": 0 + } + ], + "title": "Get_noise_seed", + "properties": {}, + "widgets_values": [ + "noise_seed" + ], + "color": "#223" + }, + { + "id": 1484, + "type": "RandomNoise", + "pos": [ + -8540, + 1070 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1863 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 68697586732110, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 518, + "type": "DF_Text_Box", + "pos": [ + -9088, + 2027 + ], + "size": { + "0": 286.7135314941406, + "1": 330.5632629394531 + }, + "flags": {}, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1866 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "depiction of an {ugly|excited|attractive|bored} young woman wearing {red|blue|grey} {tight|silk|leather|baggy} {clothes|kimono|dress|jeans|gymwear}, {hands in pocket|hair} {pointing up|down|forward|at viewer|self}, {holding food|book|phone|cup}, standing in front of a large sign that reads \"FLUX\"\n\ndetailed textures, {mosaic|graffiti|stains|advertisement} lettering in an {punk|urban|clean} font\n\nvibrant {chalk|spray|neon|cartoon} paint on a {whitewashed|green|red} {brick wall|wooden fence|steel walls|rocky wall}" + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10345, + "1": 2183, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1166.9921875, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 25, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "FLUX LORA:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1482, + "type": "CR LoRA Stack", + "pos": [ + -7791, + 2058 + ], + "size": { + "0": 266.919677734375, + "1": 342 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1871, + "slot_index": 0 + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1858 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "Off", + "flux\\anime_lora_comfy_converted.safetensors", + 1, + 1, + "On", + "flux\\xlabs_flux_art_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "flux\\xlabs_flux_mjv6_lora_comfyui.safetensors", + 1, + 1 + ] + }, + { + "id": 1487, + "type": "CR LoRA Stack", + "pos": [ + -7489, + 2182 + ], + "size": { + "0": 315, + "1": 342 + }, + "flags": {}, + "order": 26, + "mode": 0, + "inputs": [ + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": null + } + ], + "outputs": [ + { + "name": "LORA_STACK", + "type": "LORA_STACK", + "links": [ + 1871 + ], + "shape": 3 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR LoRA Stack" + }, + "widgets_values": [ + "On", + "flux\\xlabs_flux_realism_lora_comfui.safetensors", + 0.6, + 1, + "On", + "flux\\xlabs_flux_scenery_lora_comfyui.safetensors", + 0.3, + 1, + "Off", + "None", + 1, + 1 + ] + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8190, + 1180 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8200, + 1080 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 28, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1483, + "type": "CR Apply LoRA Stack", + "pos": [ + -7787, + 1960 + ], + "size": { + "0": 254.40000915527344, + "1": 66 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1859 + }, + { + "name": "clip", + "type": "CLIP", + "link": 1861 + }, + { + "name": "lora_stack", + "type": "LORA_STACK", + "link": 1858 + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1872, + 1873 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1862 + ], + "shape": 3, + "slot_index": 1 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Apply LoRA Stack" + } + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6420, + 2190 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": false + }, + "order": 29, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/lora/flux" + ] + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 30, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-Flux-Lora-v18\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v8\n\ntxt2img + img2img FLUX1 switch\nLora Stack\n\nuse only upscale stage 1 if you run into problems with memory limit.\n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1486, + 1212, + 0, + 1211, + 0, + "*" + ], + [ + 1490, + 1243, + 0, + 1216, + 0, + "INT" + ], + [ + 1491, + 1244, + 0, + 1216, + 1, + "INT" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1494, + 1219, + 0, + 1218, + 0, + "IMAGE" + ], + [ + 1495, + 1243, + 0, + 1218, + 1, + "INT" + ], + [ + 1496, + 1244, + 0, + 1218, + 2, + "INT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1498, + 1230, + 0, + 1222, + 1, + "VAE" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1510, + 1233, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1511, + 1239, + 0, + 1232, + 1, + "INT" + ], + [ + 1512, + 1240, + 0, + 1232, + 2, + "INT" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1523, + 1221, + 0, + 1247, + 1, + "VAE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1525, + 1251, + 0, + 1250, + 0, + "STRING" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1858, + 1482, + 0, + 1483, + 2, + "LORA_STACK" + ], + [ + 1859, + 1232, + 0, + 1483, + 0, + "MODEL" + ], + [ + 1861, + 1235, + 0, + 1483, + 1, + "CLIP" + ], + [ + 1862, + 1483, + 1, + 1236, + 0, + "CLIP" + ], + [ + 1863, + 1484, + 0, + 1253, + 0, + "*" + ], + [ + 1864, + 1485, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1866, + 518, + 0, + 1245, + 0, + "STRING" + ], + [ + 1871, + 1487, + 0, + 1482, + 0, + "LORA_STACK" + ], + [ + 1872, + 1483, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1873, + 1483, + 0, + 1226, + 0, + "MODEL" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9138, + 1835, + 3879, + 1223 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 2.322515441988881, + "offset": [ + 9396.032270030088, + -878.8135927352074 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-webcam-v18.json b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-webcam-v18.json new file mode 100644 index 0000000..fd01fb7 --- /dev/null +++ b/Components/_draft/Foda-Flux-v18/_Archived-Versions/v8/Foda-webcam-v18.json @@ -0,0 +1,2629 @@ +{ + "last_node_id": 1481, + "last_link_id": 1857, + "nodes": [ + { + "id": 26, + "type": "easy setNode", + "pos": [ + -9352.349947301598, + 1234.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 31, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 100 + } + ], + "title": "Set_model_flux", + "properties": { + "previousName": "model_flux" + }, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 33, + "type": "easy setNode", + "pos": [ + -9712.349947301598, + 1214.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 32, + "mode": 0, + "inputs": [ + { + "name": "VAE", + "type": "VAE", + "link": 1281 + } + ], + "title": "Set_vae_flux", + "properties": { + "previousName": "vae_flux" + }, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 27, + "type": "easy setNode", + "pos": [ + -9352.349947301598, + 1424.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 30, + "mode": 0, + "inputs": [ + { + "name": "CLIP", + "type": "CLIP", + "link": 42 + } + ], + "title": "Set_clip_dual", + "properties": { + "previousName": "clip_dual" + }, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 556, + "type": "easy setNode", + "pos": [ + -8462.349947301598, + 1474.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 36, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 599 + } + ], + "title": "Set_int_height_master", + "properties": { + "previousName": "int_height_master" + }, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 555, + "type": "easy setNode", + "pos": [ + -8462.349947301598, + 1444.638798576839 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "INT", + "type": "INT", + "link": 598 + } + ], + "title": "Set_int_width_master", + "properties": { + "previousName": "int_width_master" + }, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 11, + "type": "DualCLIPLoader", + "pos": [ + -9522.349947301598, + 1274.638798576839 + ], + "size": { + "0": 307.3152160644531, + "1": 106 + }, + "flags": {}, + "order": 0, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 42 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "DualCLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "clip_l.safetensors", + "flux" + ] + }, + { + "id": 967, + "type": "CheckpointLoaderSimple", + "pos": [ + -9892.349947301598, + 1284.638798576839 + ], + "size": { + "0": 315, + "1": 98 + }, + "flags": {}, + "order": 1, + "mode": 4, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": null, + "shape": 3, + "slot_index": 0 + }, + { + "name": "CLIP", + "type": "CLIP", + "links": null, + "shape": 3, + "slot_index": 1 + }, + { + "name": "VAE", + "type": "VAE", + "links": null, + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "CheckpointLoaderSimple" + }, + "widgets_values": [ + "DJZmerger\\cosRealJuggXL-hermit-edit.safetensors" + ] + }, + { + "id": 88, + "type": "UNETLoader", + "pos": [ + -9532.349947301598, + 1114.638798576839 + ], + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 2, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 100 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "UNETLoader" + }, + "widgets_values": [ + "flux1-schnell.sft", + "fp8_e4m3fn" + ] + }, + { + "id": 1102, + "type": "VAELoader", + "pos": [ + -9902.349947301598, + 1124.638798576839 + ], + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 3, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1281 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAELoader" + }, + "widgets_values": [ + "ae.sft" + ] + }, + { + "id": 1212, + "type": "Text Concatenate", + "pos": [ + -8400, + 1140 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": { + "collapsed": true + }, + "order": 39, + "mode": 0, + "inputs": [ + { + "name": "text_a", + "type": "STRING", + "link": 1483, + "widget": { + "name": "text_a" + } + }, + { + "name": "text_b", + "type": "STRING", + "link": 1484, + "widget": { + "name": "text_b" + } + }, + { + "name": "text_c", + "type": "STRING", + "link": null, + "widget": { + "name": "text_c" + } + }, + { + "name": "text_d", + "type": "STRING", + "link": null, + "widget": { + "name": "text_d" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1486 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "Text Concatenate" + }, + "widgets_values": [ + "", + "true", + "./foda/", + "test", + "/scene/flux", + "" + ] + }, + { + "id": 1216, + "type": "EmptyLatentImage", + "pos": [ + -8471.617949856149, + 2390.55764728683 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 34, + "mode": 0, + "inputs": [ + { + "name": "width", + "type": "INT", + "link": 1490, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1491, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1492 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "EmptyLatentImage" + }, + "widgets_values": [ + 1024, + 1024, + 1 + ] + }, + { + "id": 1218, + "type": "ImageResize+", + "pos": [ + -8731.617949856149, + 2540.55764728683 + ], + "size": { + "0": 210, + "1": 170 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 1857 + }, + { + "name": "width", + "type": "INT", + "link": 1495, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1496, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1522 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "width", + "type": "INT", + "links": null, + "shape": 3 + }, + { + "name": "height", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageResize+" + }, + "widgets_values": [ + 512, + 512, + "nearest", + "fill / crop", + "always", + 64 + ] + }, + { + "id": 1220, + "type": "Note", + "pos": [ + -8161.617949856152, + 2480.55764728683 + ], + "size": { + "0": 220.59100341796875, + "1": 78.26349639892578 + }, + "flags": {}, + "order": 4, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1 = txt2img (empty latent)\n\n2 = img2img" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1221, + "type": "easy getNode", + "pos": [ + -8481.617949856149, + 2500.55764728683 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 5, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1523 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1224, + "type": "SamplerCustomAdvanced", + "pos": [ + -7401.61794985615, + 1830.5576472868302 + ], + "size": { + "0": 314.0994873046875, + "1": 106 + }, + "flags": {}, + "order": 52, + "mode": 0, + "inputs": [ + { + "name": "noise", + "type": "NOISE", + "link": 1529, + "slot_index": 0 + }, + { + "name": "guider", + "type": "GUIDER", + "link": 1502, + "slot_index": 1 + }, + { + "name": "sampler", + "type": "SAMPLER", + "link": 1503, + "slot_index": 2 + }, + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1504, + "slot_index": 3 + }, + { + "name": "latent_image", + "type": "LATENT", + "link": 1505, + "slot_index": 4 + } + ], + "outputs": [ + { + "name": "output", + "type": "LATENT", + "links": [ + 1497 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "denoised_output", + "type": "LATENT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "SamplerCustomAdvanced" + } + }, + { + "id": 1225, + "type": "KSamplerSelect", + "pos": [ + -7401.61794985615, + 1970.5576472868302 + ], + "size": { + "0": 314.0994873046875, + "1": 58 + }, + "flags": {}, + "order": 6, + "mode": 0, + "outputs": [ + { + "name": "SAMPLER", + "type": "SAMPLER", + "links": [ + 1503 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "KSamplerSelect" + }, + "widgets_values": [ + "euler" + ] + }, + { + "id": 1227, + "type": "BasicGuider", + "pos": [ + -7721.61794985615, + 1850.5576472868304 + ], + "size": { + "0": 263.1893615722656, + "1": 46 + }, + "flags": {}, + "order": 48, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1508, + "slot_index": 0 + }, + { + "name": "conditioning", + "type": "CONDITIONING", + "link": 1509, + "slot_index": 1 + } + ], + "outputs": [ + { + "name": "GUIDER", + "type": "GUIDER", + "links": [ + 1502 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicGuider" + } + }, + { + "id": 1230, + "type": "easy getNode", + "pos": [ + -7001.61794985615, + 1800.5576472868304 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 7, + "mode": 0, + "outputs": [ + { + "name": "VAE", + "type": "VAE", + "links": [ + 1498 + ], + "slot_index": 0 + } + ], + "title": "Get_vae_flux", + "properties": {}, + "widgets_values": [ + "vae_flux" + ], + "color": "#223" + }, + { + "id": 1231, + "type": "Note", + "pos": [ + -7391.61794985615, + 2210.55764728683 + ], + "size": { + "0": 300.51043701171875, + "1": 82.56790924072266 + }, + "flags": {}, + "order": 8, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "1.0 denoise with txt2img mode\n\nwith img2img mode use 0.01 to 0.75\ndon't forget to BOOOST the shift ;)" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1233, + "type": "easy getNode", + "pos": [ + -8110, + 1170 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 9, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1510 + ], + "slot_index": 0 + } + ], + "title": "Get_model_flux", + "properties": {}, + "widgets_values": [ + "model_flux" + ], + "color": "#223" + }, + { + "id": 1235, + "type": "easy getNode", + "pos": [ + -8231.617949856152, + 1770.5576472868304 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 10, + "mode": 0, + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 1514 + ], + "slot_index": 0 + } + ], + "title": "Get_clip_dual", + "properties": {}, + "widgets_values": [ + "clip_dual" + ], + "color": "#223" + }, + { + "id": 1236, + "type": "CLIPTextEncodeFlux", + "pos": [ + -8231.617949856152, + 1800.5576472868304 + ], + "size": { + "0": 354.3183898925781, + "1": 99.99996948242188 + }, + "flags": {}, + "order": 45, + "mode": 0, + "inputs": [ + { + "name": "clip", + "type": "CLIP", + "link": 1514 + }, + { + "name": "clip_l", + "type": "STRING", + "link": 1515, + "widget": { + "name": "clip_l" + } + }, + { + "name": "t5xxl", + "type": "STRING", + "link": 1516, + "widget": { + "name": "t5xxl" + } + } + ], + "outputs": [ + { + "name": "CONDITIONING", + "type": "CONDITIONING", + "links": [ + 1509 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "CLIPTextEncodeFlux" + }, + "widgets_values": [ + "half cybernetic half demon shogun armor, immense mecha, gundam, heavy gear, baroque, hr giger, belinski, octane render, excessive amount of cables, blur", + "", + 3.5, + true, + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 1239, + "type": "easy getNode", + "pos": [ + -8100, + 1200 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 11, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1511 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1240, + "type": "easy getNode", + "pos": [ + -8100, + 1230 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 12, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1512 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1241, + "type": "ImpactSwitch", + "pos": [ + -7741.61794985615, + 2430.55764728683 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": { + "collapsed": true + }, + "order": 49, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "FLOAT", + "link": 1517 + }, + { + "name": "input2", + "type": "FLOAT", + "link": 1518 + }, + { + "name": "input3", + "type": "FLOAT", + "link": null + }, + { + "name": "select", + "type": "INT", + "link": 1519, + "widget": { + "name": "select" + } + } + ], + "outputs": [ + { + "name": "FLOAT", + "type": "FLOAT", + "links": [ + 1507 + ], + "shape": 3, + "label": "FLOAT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImpactSwitch" + }, + "widgets_values": [ + 1, + false + ] + }, + { + "id": 1243, + "type": "easy getNode", + "pos": [ + -9071.617949856149, + 2350.55764728683 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 13, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1490, + 1495 + ], + "slot_index": 0 + } + ], + "title": "Get_int_width_master", + "properties": {}, + "widgets_values": [ + "int_width_master" + ], + "color": "#223" + }, + { + "id": 1244, + "type": "easy getNode", + "pos": [ + -9071.617949856149, + 2390.55764728683 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 14, + "mode": 0, + "outputs": [ + { + "name": "INT", + "type": "INT", + "links": [ + 1491, + 1496 + ], + "slot_index": 0 + } + ], + "title": "Get_int_height_master", + "properties": {}, + "widgets_values": [ + "int_height_master" + ], + "color": "#223" + }, + { + "id": 1247, + "type": "VAEEncode", + "pos": [ + -8481.617949856149, + 2540.55764728683 + ], + "size": { + "0": 178.2659912109375, + "1": 46 + }, + "flags": {}, + "order": 43, + "mode": 0, + "inputs": [ + { + "name": "pixels", + "type": "IMAGE", + "link": 1522 + }, + { + "name": "vae", + "type": "VAE", + "link": 1523 + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1493 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEEncode" + } + }, + { + "id": 1251, + "type": "easy getNode", + "pos": [ + -6991.61794985615, + 1950.5576472868304 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 15, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1525 + ], + "slot_index": 0 + } + ], + "title": "Get_str_Projectpath", + "properties": {}, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1253, + "type": "easy setNode", + "pos": [ + -7634.61794985615, + 2135.55764728683 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 38, + "mode": 0, + "inputs": [ + { + "name": "NOISE", + "type": "NOISE", + "link": 1528 + } + ], + "title": "Set_noise_seed_text", + "properties": { + "previousName": "noise_seed_text" + }, + "widgets_values": [ + "noise_seed_text" + ], + "color": "#223" + }, + { + "id": 1222, + "type": "VAEDecode", + "pos": [ + -7011.61794985615, + 1830.5576472868302 + ], + "size": { + "0": 190.54541015625, + "1": 46 + }, + "flags": {}, + "order": 53, + "mode": 0, + "inputs": [ + { + "name": "samples", + "type": "LATENT", + "link": 1497 + }, + { + "name": "vae", + "type": "VAE", + "link": 1498 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 1499 + ], + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "VAEDecode" + } + }, + { + "id": 1250, + "type": "CR Text Concatenate", + "pos": [ + -6991.61794985615, + 2020.55764728683 + ], + "size": { + "0": 210, + "1": 78 + }, + "flags": { + "collapsed": true + }, + "order": 40, + "mode": 0, + "inputs": [ + { + "name": "text1", + "type": "STRING", + "link": 1525, + "widget": { + "name": "text1" + } + }, + { + "name": "text2", + "type": "STRING", + "link": 1526, + "widget": { + "name": "text2" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "*", + "links": [ + 1500 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "show_help", + "type": "STRING", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CR Text Concatenate" + }, + "widgets_values": [ + "", + "/webcam/flux", + "" + ] + }, + { + "id": 559, + "type": "AspectSizeV2", + "pos": [ + -8601, + 1255 + ], + "size": { + "0": 315, + "1": 150 + }, + "flags": {}, + "order": 16, + "mode": 0, + "outputs": [ + { + "name": "Width", + "type": "INT", + "links": [ + 598 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "Height", + "type": "INT", + "links": [ + 599 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "AspectSizeV2" + }, + "widgets_values": [ + "SDXL", + 16, + 9, + 64 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1248, + "type": "SplitSigmas", + "pos": [ + -7401.61794985615, + 2330.55764728683 + ], + "size": { + "0": 320, + "1": 80 + }, + "flags": {}, + "order": 51, + "mode": 4, + "inputs": [ + { + "name": "sigmas", + "type": "SIGMAS", + "link": 1524 + } + ], + "outputs": [ + { + "name": "high_sigmas", + "type": "SIGMAS", + "links": [], + "shape": 3, + "slot_index": 0 + }, + { + "name": "low_sigmas", + "type": "SIGMAS", + "links": [ + 1504 + ], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SplitSigmas" + }, + "widgets_values": [ + 0 + ], + "color": "#332922", + "bgcolor": "#593930" + }, + { + "id": 1246, + "type": "ShowText|pysssss", + "pos": [ + -8671.617949856149, + 2020.55764728683 + ], + "size": { + "0": 370, + "1": 240 + }, + "flags": {}, + "order": 46, + "mode": 0, + "inputs": [ + { + "name": "text", + "type": "STRING", + "link": 1521, + "widget": { + "name": "text" + } + } + ], + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": null, + "shape": 6 + } + ], + "properties": { + "Node name for S&R": "ShowText|pysssss" + }, + "widgets_values": [ + [ + "(text\"JOHNSON\":1), female focus, diffuse light, , FractalGeo style a computer generated image of a mountain and a city" + ], + "cinematic photo video chat with a ROBOT . 35mm photograph, film, bokeh, professional, 4k, highly detailed" + ] + }, + { + "id": 1226, + "type": "BasicScheduler", + "pos": [ + -7401.61794985615, + 2070.55764728683 + ], + "size": { + "0": 309.76611328125, + "1": 106 + }, + "flags": {}, + "order": 50, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1506, + "slot_index": 0 + }, + { + "name": "denoise", + "type": "FLOAT", + "link": 1507, + "widget": { + "name": "denoise" + } + } + ], + "outputs": [ + { + "name": "SIGMAS", + "type": "SIGMAS", + "links": [ + 1524 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "BasicScheduler" + }, + "widgets_values": [ + "simple", + 1, + 1 + ] + }, + { + "id": 1245, + "type": "SDXLPromptStyler", + "pos": [ + -8671.617949856149, + 1810.5576472868304 + ], + "size": { + "0": 372.5661315917969, + "1": 177.99996948242188 + }, + "flags": {}, + "order": 41, + "mode": 0, + "inputs": [ + { + "name": "text_positive", + "type": "STRING", + "link": 1520, + "widget": { + "name": "text_positive" + } + } + ], + "outputs": [ + { + "name": "positive_prompt_text_g", + "type": "STRING", + "links": [ + 1515, + 1516, + 1521 + ], + "shape": 3, + "slot_index": 0 + }, + { + "name": "negative_prompt_text_g", + "type": "STRING", + "links": [], + "shape": 3, + "slot_index": 1 + } + ], + "properties": { + "Node name for S&R": "SDXLPromptStyler" + }, + "widgets_values": [ + "", + " nsfw", + "photographic", + "No", + "", + true, + true + ], + "color": "#322", + "bgcolor": "#533" + }, + { + "id": 1223, + "type": "SaveImage", + "pos": [ + -6674.61794985615, + 1805.5576472868304 + ], + "size": { + "0": 1616.242431640625, + "1": 1342.006591796875 + }, + "flags": {}, + "order": 54, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 1499 + }, + { + "name": "filename_prefix", + "type": "STRING", + "link": 1500, + "widget": { + "name": "filename_prefix" + } + } + ], + "properties": { + "Node name for S&R": "SaveImage" + }, + "widgets_values": [ + "./foda/thumb/scene" + ] + }, + { + "id": 1228, + "type": "easy getNode", + "pos": [ + -7733, + 1808 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 17, + "mode": 0, + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1506, + 1508 + ], + "slot_index": 0 + } + ], + "title": "Get_model_fluxShift_cam", + "properties": {}, + "widgets_values": [ + "model_fluxShift_cam" + ], + "color": "#223" + }, + { + "id": 1234, + "type": "easy setNode", + "pos": [ + -8030, + 1430 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 42, + "mode": 0, + "inputs": [ + { + "name": "MODEL", + "type": "MODEL", + "link": 1513 + } + ], + "title": "Set_model_fluxShift_cam", + "properties": { + "previousName": "model_fluxShift_cam" + }, + "widgets_values": [ + "model_fluxShift_cam" + ], + "color": "#223" + }, + { + "id": 1210, + "type": "PrimitiveNode", + "pos": [ + -8652, + 1076 + ], + "size": [ + 210, + 89.66442182486799 + ], + "flags": {}, + "order": 18, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1484 + ], + "slot_index": 0, + "widget": { + "name": "text_b" + } + } + ], + "title": "Project Name", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "test" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1400, + "type": "Label (rgthree)", + "pos": { + "0": -10149, + "1": 2813, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 955.56640625, + "1": 200 + }, + "flags": { + "allow_interaction": true + }, + "order": 19, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "WEBCAM:", + "properties": { + "fontSize": 200, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1481, + "type": "WebcamCaptureCV2", + "pos": [ + -9107, + 2808 + ], + "size": { + "0": 315, + "1": 178 + }, + "flags": {}, + "order": 20, + "mode": 0, + "outputs": [ + { + "name": "image", + "type": "IMAGE", + "links": [ + 1857 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "WebcamCaptureCV2" + }, + "widgets_values": [ + 0, + 0, + 512, + 512, + 0, + false + ] + }, + { + "id": 1242, + "type": "Primitive float [Crystools]", + "pos": [ + -7752, + 1369 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 21, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1518 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "image2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.5 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1217, + "type": "LatentSwitch", + "pos": [ + -8151.617949856151, + 2360.55764728683 + ], + "size": { + "0": 210, + "1": 122 + }, + "flags": {}, + "order": 47, + "mode": 0, + "inputs": [ + { + "name": "input1", + "type": "LATENT", + "link": 1492 + }, + { + "name": "input2", + "type": "LATENT", + "link": 1493 + }, + { + "name": "input3", + "type": "LATENT", + "link": null + } + ], + "outputs": [ + { + "name": "LATENT", + "type": "LATENT", + "links": [ + 1505 + ], + "shape": 3, + "label": "LATENT", + "slot_index": 0 + }, + { + "name": "selected_label", + "type": "STRING", + "links": null, + "shape": 3 + }, + { + "name": "selected_index", + "type": "INT", + "links": [ + 1519 + ], + "shape": 3, + "slot_index": 2 + } + ], + "properties": { + "Node name for S&R": "LatentSwitch" + }, + "widgets_values": [ + 2, + false + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1252, + "type": "RandomNoise", + "pos": [ + -7714.61794985615, + 2021.55764728683 + ], + "size": { + "0": 255.33419799804688, + "1": 82 + }, + "flags": {}, + "order": 22, + "mode": 0, + "outputs": [ + { + "name": "NOISE", + "type": "NOISE", + "links": [ + 1528, + 1529 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "RandomNoise" + }, + "widgets_values": [ + 90740587284057, + "fixed" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1237, + "type": "Primitive float [Crystools]", + "pos": [ + -7750, + 1257 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": {}, + "order": 23, + "mode": 0, + "outputs": [ + { + "name": "float", + "type": "FLOAT", + "links": [ + 1517 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "text2image denoise", + "properties": { + "Node name for S&R": "Primitive float [Crystools]" + }, + "widgets_values": [ + 0.9 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1232, + "type": "ModelSamplingFlux", + "pos": [ + -8108, + 1261 + ], + "size": { + "0": 264.7846374511719, + "1": 130 + }, + "flags": {}, + "order": 33, + "mode": 0, + "inputs": [ + { + "name": "model", + "type": "MODEL", + "link": 1510 + }, + { + "name": "width", + "type": "INT", + "link": 1511, + "widget": { + "name": "width" + } + }, + { + "name": "height", + "type": "INT", + "link": 1512, + "widget": { + "name": "height" + } + } + ], + "outputs": [ + { + "name": "MODEL", + "type": "MODEL", + "links": [ + 1513 + ], + "shape": 3, + "slot_index": 0 + } + ], + "properties": { + "Node name for S&R": "ModelSamplingFlux" + }, + "widgets_values": [ + 3, + 3, + 1024, + 1024 + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 1209, + "type": "PrimitiveNode", + "pos": [ + -8400, + 1110 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 24, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1483 + ], + "slot_index": 0, + "widget": { + "name": "text_a" + } + } + ], + "title": "Foda Root", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "./foda/" + ] + }, + { + "id": 1211, + "type": "easy setNode", + "pos": [ + -8400, + 1166 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 44, + "mode": 0, + "inputs": [ + { + "name": "STRING", + "type": "STRING", + "link": 1486 + } + ], + "title": "Set_str_Projectpath", + "properties": { + "previousName": "str_Projectpath" + }, + "widgets_values": [ + "str_Projectpath" + ], + "color": "#223" + }, + { + "id": 1249, + "type": "PrimitiveNode", + "pos": [ + -6992, + 1981 + ], + "size": { + "0": 210, + "1": 58 + }, + "flags": { + "collapsed": true + }, + "order": 25, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1526 + ], + "slot_index": 0, + "widget": { + "name": "text2" + } + } + ], + "title": "Mode Subdirectory", + "properties": { + "Run widget replace on values": false + }, + "widgets_values": [ + "/webcam/flux" + ] + }, + { + "id": 1404, + "type": "Label (rgthree)", + "pos": { + "0": -6651, + "1": 1666, + "2": 0, + "3": 0, + "4": 0, + "5": 0, + "6": 0, + "7": 0, + "8": 0, + "9": 0 + }, + "size": { + "0": 1767.333984375, + "1": 100 + }, + "flags": { + "allow_interaction": true + }, + "order": 26, + "mode": 0, + "inputs": [], + "outputs": [], + "title": "output: /foda/PROJECTNAME/webcam/", + "properties": { + "fontSize": 100, + "fontFamily": "Arial", + "fontColor": "#ffffff", + "textAlign": "left", + "backgroundColor": "transparent", + "padding": 0, + "borderRadius": 0 + }, + "color": "#fff0", + "bgcolor": "#fff0" + }, + { + "id": 1238, + "type": "DF_Text_Box", + "pos": [ + -9071.617949856149, + 1800.5576472868304 + ], + "size": { + "0": 292.22076416015625, + "1": 158.385009765625 + }, + "flags": {}, + "order": 27, + "mode": 0, + "outputs": [ + { + "name": "STRING", + "type": "STRING", + "links": [ + 1520 + ], + "shape": 3, + "slot_index": 0 + } + ], + "title": "Positive Pre-Prompt", + "properties": { + "Node name for S&R": "DF_Text_Box" + }, + "widgets_values": [ + "video chat with a ROBOT", + true + ], + "color": "#232", + "bgcolor": "#353" + }, + { + "id": 491, + "type": "Note", + "pos": [ + -9682, + 1799 + ], + "size": { + "0": 475.1753845214844, + "1": 141.3463592529297 + }, + "flags": {}, + "order": 28, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "video chat with a ROBOT" + ], + "color": "#432", + "bgcolor": "#653" + }, + { + "id": 85, + "type": "Note", + "pos": [ + -9103.349947301598, + 972.63879857684 + ], + "size": { + "0": 421.6943664550781, + "1": 568.6727905273438 + }, + "flags": {}, + "order": 29, + "mode": 0, + "properties": { + "text": "" + }, + "widgets_values": [ + "Foda-webcam-v18\n\nVideo: https://www.youtube.com/@FiveBelowFiveUK\nWorkflow: https://civitai.com/models/620294\n\nhttps://www.fivebelowfive.uk\n\nFoda Pack v7\n\ntxt2img + img2img FLUX1 switch\n\n\ncan use 1 or 2 step to speed things up, but you will need higher denoise/shift to compensate. \n\n\n[discord early editions]\nhttps://discord.com/invite/uubQXhwzkj \n" + ], + "color": "#432", + "bgcolor": "#653" + } + ], + "links": [ + [ + 42, + 11, + 0, + 27, + 0, + "*" + ], + [ + 100, + 88, + 0, + 26, + 0, + "*" + ], + [ + 598, + 559, + 0, + 555, + 0, + "*" + ], + [ + 599, + 559, + 1, + 556, + 0, + "*" + ], + [ + 1281, + 1102, + 0, + 33, + 0, + "*" + ], + [ + 1483, + 1209, + 0, + 1212, + 0, + "STRING" + ], + [ + 1484, + 1210, + 0, + 1212, + 1, + "STRING" + ], + [ + 1486, + 1212, + 0, + 1211, + 0, + "*" + ], + [ + 1490, + 1243, + 0, + 1216, + 0, + "INT" + ], + [ + 1491, + 1244, + 0, + 1216, + 1, + "INT" + ], + [ + 1492, + 1216, + 0, + 1217, + 0, + "LATENT" + ], + [ + 1493, + 1247, + 0, + 1217, + 1, + "LATENT" + ], + [ + 1495, + 1243, + 0, + 1218, + 1, + "INT" + ], + [ + 1496, + 1244, + 0, + 1218, + 2, + "INT" + ], + [ + 1497, + 1224, + 0, + 1222, + 0, + "LATENT" + ], + [ + 1498, + 1230, + 0, + 1222, + 1, + "VAE" + ], + [ + 1499, + 1222, + 0, + 1223, + 0, + "IMAGE" + ], + [ + 1500, + 1250, + 0, + 1223, + 1, + "STRING" + ], + [ + 1502, + 1227, + 0, + 1224, + 1, + "GUIDER" + ], + [ + 1503, + 1225, + 0, + 1224, + 2, + "SAMPLER" + ], + [ + 1504, + 1248, + 1, + 1224, + 3, + "SIGMAS" + ], + [ + 1505, + 1217, + 0, + 1224, + 4, + "LATENT" + ], + [ + 1506, + 1228, + 0, + 1226, + 0, + "MODEL" + ], + [ + 1507, + 1241, + 0, + 1226, + 1, + "FLOAT" + ], + [ + 1508, + 1228, + 0, + 1227, + 0, + "MODEL" + ], + [ + 1509, + 1236, + 0, + 1227, + 1, + "CONDITIONING" + ], + [ + 1510, + 1233, + 0, + 1232, + 0, + "MODEL" + ], + [ + 1511, + 1239, + 0, + 1232, + 1, + "INT" + ], + [ + 1512, + 1240, + 0, + 1232, + 2, + "INT" + ], + [ + 1513, + 1232, + 0, + 1234, + 0, + "*" + ], + [ + 1514, + 1235, + 0, + 1236, + 0, + "CLIP" + ], + [ + 1515, + 1245, + 0, + 1236, + 1, + "STRING" + ], + [ + 1516, + 1245, + 0, + 1236, + 2, + "STRING" + ], + [ + 1517, + 1237, + 0, + 1241, + 0, + "FLOAT" + ], + [ + 1518, + 1242, + 0, + 1241, + 1, + "FLOAT" + ], + [ + 1519, + 1217, + 2, + 1241, + 3, + "INT" + ], + [ + 1520, + 1238, + 0, + 1245, + 0, + "STRING" + ], + [ + 1521, + 1245, + 0, + 1246, + 0, + "STRING" + ], + [ + 1522, + 1218, + 0, + 1247, + 0, + "IMAGE" + ], + [ + 1523, + 1221, + 0, + 1247, + 1, + "VAE" + ], + [ + 1524, + 1226, + 0, + 1248, + 0, + "SIGMAS" + ], + [ + 1525, + 1251, + 0, + 1250, + 0, + "STRING" + ], + [ + 1526, + 1249, + 0, + 1250, + 1, + "STRING" + ], + [ + 1528, + 1252, + 0, + 1253, + 0, + "*" + ], + [ + 1529, + 1252, + 0, + 1224, + 0, + "NOISE" + ], + [ + 1857, + 1481, + 0, + 1218, + 0, + "IMAGE" + ] + ], + "groups": [ + { + "title": "D", + "bounding": [ + -9961, + 988, + 4709, + 499 + ], + "color": "#8A8", + "font_size": 24, + "locked": true + }, + { + "title": "TEXT | GENERATION", + "bounding": [ + -9150, + 1626, + 4197, + 1530 + ], + "color": "#3f789e", + "font_size": 24, + "locked": false + } + ], + "config": {}, + "extra": { + "ds": { + "scale": 1.5863092971715238, + "offset": [ + 9742.680938963724, + -742.7468811525359 + ] + } + }, + "version": 0.4 +} \ No newline at end of file diff --git a/Components/_draft/Foda-Flux-v18/version18.txt b/Components/_draft/Foda-Flux-v18/version18.txt new file mode 100644 index 0000000..e69de29 diff --git a/Components/_draft/Sneaky_Robot_GGUF_FP8_Workflow/workflow-sneaky_robot-gguf_fp8-workflow-plus-controlnet-upscaler-and-controlnet-wUHlwiibPMgVxf7RPZsU-sneakyrobot-openart.ai.json b/Components/_draft/Sneaky_Robot_GGUF_FP8_Workflow/workflow-sneaky_robot-gguf_fp8-workflow-plus-controlnet-upscaler-and-controlnet-wUHlwiibPMgVxf7RPZsU-sneakyrobot-openart.ai.json new file mode 100644 index 0000000..8590678 --- /dev/null +++ b/Components/_draft/Sneaky_Robot_GGUF_FP8_Workflow/workflow-sneaky_robot-gguf_fp8-workflow-plus-controlnet-upscaler-and-controlnet-wUHlwiibPMgVxf7RPZsU-sneakyrobot-openart.ai.json @@ -0,0 +1 @@ +{"last_node_id":1207,"last_link_id":1667,"nodes":[{"id":147,"type":"String Literal","pos":{"0":-2644.013671875,"1":174.5253448486328},"size":{"0":383.2620849609375,"1":51.958255767822266},"flags":{},"order":133,"mode":0,"inputs":[{"name":"string","type":"STRING","link":240,"widget":{"name":"string"}}],"outputs":[{"name":"STRING","type":"STRING","links":[249],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"String Literal"},"widgets_values":["A nostalgic 90s-style photograph, photo of a sexy woman, amateur photo 1990, in natural light, in a white dress. (soft thick thighs). slim hourglass body.\n\nauthentic photograph with a cinematic quality. Natural skin texture with subtle imperfections, pores visible. cinematic color grading. Authentic film grain adding texture without overwhelming. added noise. Subtle lens flare. High dynamic range with detailed highlights and shadows. Anamorphic lens effect with subtle horizontal lens distortion. Natural catchlights in eyes. Add slight imperfections and texture to the skin for realism like pores, blemishes."],"color":"#432","bgcolor":"#653"},{"id":176,"type":"VAEEncode","pos":{"0":-2626.013671875,"1":1133.525634765625},"size":{"0":210,"1":46},"flags":{"collapsed":false},"order":87,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":268},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"LATENT","type":"LATENT","links":[301],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEEncode"},"widgets_values":[],"color":"#432","bgcolor":"#653"},{"id":226,"type":"ViewText","pos":{"0":-2960.099609375,"1":-1080.2467041015625},"size":{"0":427.5252380371094,"1":258.52374267578125},"flags":{},"order":129,"mode":0,"inputs":[{"name":"text","type":"STRING","link":339,"widget":{"name":"text"}}],"outputs":[{"name":"STRING","type":"STRING","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ViewText"},"widgets_values":[""],"color":"#322","bgcolor":"#533"},{"id":268,"type":"String Variable [n-suite]","pos":{"0":-2520.099609375,"1":-1090.2467041015625},"size":{"0":411.6000061035156,"1":200},"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[364],"slot_index":0,"shape":3}],"title":"String Variable Tags Before Prompt[🅝-🅢🅤🅘🅣🅔]","properties":{"Node name for S&R":"String Variable [n-suite]"},"widgets_values":["Photo, realistic, hyper-realistic, ultra-realistic, best quality,"],"color":"#322","bgcolor":"#533"},{"id":150,"type":"Florence2Run","pos":{"0":-2634.013671875,"1":557.525390625},"size":{"0":400,"1":352},"flags":{},"order":86,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":242},{"name":"florence2_model","type":"FL2MODEL","link":243}],"outputs":[{"name":"image","type":"IMAGE","links":[],"slot_index":0,"shape":3},{"name":"mask","type":"MASK","links":null,"shape":3},{"name":"caption","type":"STRING","links":[241],"slot_index":2,"shape":3},{"name":"data","type":"JSON","links":null,"shape":3}],"properties":{"Node name for S&R":"Florence2Run"},"widgets_values":["","more_detailed_caption",true,false,1024,3,true,"",617599468183036,"randomize"],"color":"#432","bgcolor":"#653"},{"id":151,"type":"DownloadAndLoadFlorence2Model","pos":{"0":-2636.013671875,"1":969.525390625},"size":{"0":403.50225830078125,"1":106},"flags":{},"order":1,"mode":0,"inputs":[{"name":"lora","type":"PEFTLORA","link":null}],"outputs":[{"name":"florence2_model","type":"FL2MODEL","links":[243],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"DownloadAndLoadFlorence2Model"},"widgets_values":["gokaygokay/Florence-2-SD3-Captioner","fp16","sdpa"],"color":"#432","bgcolor":"#653"},{"id":177,"type":"PerfectionStyler","pos":{"0":-2101.892822265625,"1":739.980224609375},"size":{"0":454.4919128417969,"1":421.0924377441406},"flags":{},"order":115,"mode":0,"inputs":[{"name":"text_positive","type":"STRING","link":276,"widget":{"name":"text_positive"}},{"name":"text_negative","type":"STRING","link":277,"widget":{"name":"text_negative"}}],"outputs":[{"name":"text_positive","type":"STRING","links":[275],"slot_index":0,"shape":3},{"name":"text_negative","type":"STRING","links":[],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"PerfectionStyler"},"widgets_values":["","","no camera","No option","No option","No option","No option","No option","No option","No option","No option","No option","No option",true],"color":"#323","bgcolor":"#535"},{"id":222,"type":"LLMSampler","pos":{"0":-3310.099609375,"1":-1070.2467041015625},"size":{"0":315,"1":298},"flags":{},"order":114,"mode":0,"inputs":[{"name":"model","type":"CUSTOM","link":335,"slot_index":0},{"name":"prompt","type":"STRING","link":347,"slot_index":1,"widget":{"name":"prompt"}},{"name":"system_msg","type":"STRING","link":337,"widget":{"name":"system_msg"}}],"outputs":[{"name":"STRING","type":"STRING","links":[339,365],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LLMSampler"},"widgets_values":["You are an assistant who perfectly describes images.","",512,0.4,0.4,10,0,0,1,1767,"randomize"],"color":"#322","bgcolor":"#533"},{"id":223,"type":"SimpleText","pos":{"0":-3750,"1":-880},"size":{"0":404.2850036621094,"1":629.6245727539062},"flags":{},"order":2,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[337],"slot_index":0,"shape":3}],"title":"System Message","properties":{"Node name for S&R":"SimpleText"},"widgets_values":["You are a prompt-generating master in creating the most creative, unique, amazing, descriptive, and well-worded prompt to create breathtaking, Artistic and photorealistic images for AI text-to-image tools like Stable Diffusion, Midjourney, and Leonardo AI. You will now take on the role as the number one prompt engineer in the world. Based on my subject, you will then provide the most amazing, relevant keywords to use to create the most Amazing images possible. The descriptions you provide will be highly relevant to the exact subject I will provide. You will use the most detailed descriptions in your prompt and choose the best camera angles, lenses, lighting, ISO, aperture, etc. You are the expert. I am ignorant. So you have full control over the adjectives you use. You are the expert, so I give you full authority. do not ask questions, just give me the prompt\n\nI will provide my subject, type of prompt and Style, you will then immediately generate 1 prompt for me about my subject, type of prompt and Style and use all of the information (and more) that I provided in this document. \n\n\nWhen I say normal prompt I am talking about generating a prompt following all the instructions and including all elements in this document but not making it a multi layered prompt as discussed below.\n\nWhen I say Multi Layered prompt I am talking about generating a Multi Layered prompt as explained below following all the instructions and including all elements in this document.\n\nWhen I say Temporal Narrative I am talking about generating Temporal Narrative prompt as explained below following all the instructions and including all elements in this document.\n\nWhen I say Style Fusion I am talking about generating a Style Fusion the prompt as explained below following all the instructions and including all elements in this document. \n\nWhen I say Juxtaposition I am talking about generating a prompt placing 2 things seen or placed close together with contrasting effect as explained below following all the instructions and including all elements in this document.\n\nWhen I say Styles I am talking about the style of the prompt being realistic or artistic or Style Fusion. If artistic is chosen add an art style of your choice.\n\n\n\nHere’s more information you can use to create the prompt.\n\nPrompt Structure and Components\n\nA well-crafted prompt typically includes the following components:\n\n1. Subject: The main focus of the image.\n2. Style: The artistic approach or visual aesthetic.\n3. Composition: How elements are arranged within the frame.\n4. Lighting: The type and quality of light in the scene.\n5. Color Palette: The dominant colors or color scheme.\n6. Mood/Atmosphere: The emotional tone or ambiance of the image.\n7. Technical Details: Camera settings, perspective, or specific visual techniques.\n8. Additional Elements: Supporting details or background information.\n\nPrompt Crafting Techniques \n1.Be Specific and Descriptive.\n\nGive detailed information. Instead of vague descriptions, provide specific details about your subject and scene.\n\nPoor: “A portrait of a woman” \nBetter: “A close-up portrait of a middle-aged woman with curly red hair, green eyes, and freckles, wearing a blue silk blouse”\n\nExample Prompt: _A hyperrealistic portrait of a weathered sailor in his 60s, with deep-set blue eyes, a salt-and-pepper beard, and sun-weathered skin. He’s wearing a faded blue captain’s hat and a thick wool sweater. The background shows a misty harbor at dawn, with fishing boats barely visible in the distance._\n\n2.Use Artistic References\nReferencing specific artists, art movements, or styles can help guide the output.\n\nExample Prompt: _Create an image in the style of Vincent van Gogh’s “Starry Night,” but replace the village with a futuristic cityscape. Maintain the swirling, expressive brushstrokes and vibrant color palette of the original, emphasizing deep blues and bright yellows. The city should have tall, glowing skyscrapers that blend seamlessly with the swirling sky._\n\n3.Specify Technical Details\nIncluding camera settings, angles, and other technical aspects can significantly influence the final image.\n\nExample Prompt: _Capture a street food vendor in Tokyo at night, shot with a wide-angle lens (24mm) at f/1.8. Use a shallow depth of field to focus on the vendor’s hands preparing takoyaki, with the glowing street signs and bustling crowd blurred in the background. High ISO setting to capture the ambient light, giving the image a slight grain for a cinematic feel._\n\n4.Blend Concepts\ncombining different ideas or themes to create unique images.\n\nExample Prompt: _Illustrate “The Last Supper” by Leonardo da Vinci, but reimagine it with robots in a futuristic setting. Maintain the composition and dramatic lighting of the original painting, but replace the apostles with various types of androids and cyborgs. The table should be a long, sleek metal surface with holographic displays. In place of bread and wine, have the robots interfacing with glowing data streams._\n\n5.Use Contrast and Juxtaposition\nCreating contrast within your prompt can lead to visually striking and thought-provoking images.\n\nExample Prompt: _Create an image that juxtaposes the delicate beauty of nature with the harsh reality of urban decay. Show a vibrant cherry blossom tree in full bloom growing out of a cracked concrete sidewalk in a dilapidated city alley. The tree should be the focal point, with its pink petals contrasting against the gray, graffiti-covered walls of surrounding buildings. Include a small bird perched on one of the branches to emphasize the theme of resilience._\n\n6.Incorporate Mood and Atmosphere\nDescribing the emotional tone or atmosphere can help FLUX.1 generate images with the desired feel.\n\nExample Prompt: _Depict a cozy, warmly lit bookstore cafe on a rainy evening. The atmosphere should be inviting and nostalgic, with soft yellow lighting from vintage lamps illuminating rows of well-worn books. Show patrons reading in comfortable armchairs, steam rising from their coffee cups. The large front window should reveal a glistening wet street outside, with blurred lights from passing cars. Emphasize the contrast between the warm interior and the cool, rainy exterior._\n\n7.Leverage Text Rendering Capabilities\nFLUX.1’s superior text rendering allows for creative use of text within images.\n\nExample Prompt: _Create a surreal advertisement poster for a fictional time travel agency. The background should depict a swirling vortex of clock faces and historical landmarks from different eras. In the foreground, place large, bold text that reads “CHRONO TOURS: YOUR PAST IS OUR FUTURE” in a retro-futuristic font. The text should appear to be partially disintegrating into particles that are being sucked into the time vortex. Include smaller text at the bottom with fictional pricing and the slogan “History is just a ticket away!”_\n\n8.Experiment with Unusual Perspectives\nChallenging FLUX.1 with unique viewpoints can result in visually interesting images.\n\nExample Prompt: _Illustrate a “bug’s-eye view” of a picnic in a lush garden. The perspective should be from ground level, looking up at towering blades of grass and wildflowers that frame the scene. In the distance, show the underside of a red and white checkered picnic blanket with the silhouettes of picnic foods and human figures visible through the semi-transparent fabric. Include a few ants in the foreground carrying crumbs, and a ladybug climbing a blade of grass. The lighting should be warm and dappled, as if filtering through leaves._\n\nAdvanced Techniques\n1.Layered Prompts\nFor complex scenes, consider breaking down your prompt into layers, focusing on different elements of the image.\n\nExample Prompt: _Create a bustling marketplace in a fantastical floating city._\n_\nLayer 1 (Background): Depict a city of interconnected floating islands suspended in a pastel sky. The islands should have a mix of whimsical architecture styles, from towering spires to quaint cottages. Show distant airships and flying creatures in the background.\n\nLayer 2 (Middle ground): Focus on the main marketplace area. Illustrate a wide plaza with colorful stalls and shops selling exotic goods. Include floating platforms that serve as walkways between different sections of the market.\n\nLayer 3 (Foreground): Populate the scene with a diverse array of fantasy creatures and humanoids. Show vendors calling out to customers, children chasing magical floating bubbles, and a street performer juggling balls of light. In the immediate foreground, depict a detailed stall selling glowing potions and mystical artifacts.\n_\n\n_Atmosphere: The overall mood should be vibrant and magical, with soft, ethereal lighting that emphasizes the fantastical nature of the scene._\n\n2.Style Fusion\nCombine multiple artistic styles to create unique visual experiences.\n\nExample Prompt: _Create an image that fuses the precision of M.C. Escher’s impossible geometries with the bold colors and shapes of Wassily Kandinsky’s abstract compositions. The subject should be a surreal cityscape where buildings seamlessly transform into musical instruments. Use Escher’s techniques to create paradoxical perspectives and interconnected structures, but render them in Kandinsky’s vibrant, non-representational style. Incorporate musical notations and abstract shapes that flow through the scene, connecting the architectural elements. The color palette should be rich and varied, with particular emphasis on deep blues, vibrant reds, and golden yellows._\n\n3.Temporal Narratives\nChallenge FLUX.1 to convey a sense of time passing or a story unfolding within a single image.\n\nExample Prompt: _Illustrate the life cycle of a monarch butterfly in a single, continuous image. Divide the canvas into four seamlessly blending sections, each representing a stage of the butterfly’s life._\n_\nStart on the left with a milkweed plant where tiny eggs are visible on the underside of a leaf. As we move right, show the caterpillar stage with the larva feeding on milkweed leaves. In the third section, depict the chrysalis stage, with the green and gold-flecked pupa hanging from a branch.\n_\nFinally, on the right side, show the fully formed adult butterfly emerging, with its wings gradually opening to reveal the iconic orange and black pattern. Use a soft, natural color palette dominated by greens and oranges. The background should subtly shift from spring to summer as we move from left to right, with changing foliage and lighting to indicate the passage of time.\n\n4.Emotional Gradients\nDirect FLUX.1 to create images that convey a progression of emotions or moods.\n\nExample Prompt: _Create a panoramic image that depicts the progression of a person’s emotional journey from despair to hope. The scene should be a long, winding road that starts in a dark, stormy landscape and gradually transitions to a bright, sunlit meadow._\n_\nOn the left, begin with a lone figure hunched against the wind, surrounded by bare, twisted trees and ominous storm clouds. As we move right, show the gradual clearing of the sky, with the road passing through a misty forest where hints of light begin to break through.\n\nContinue the transition with the forest opening up to reveal distant mountains and a rainbow. The figure should become more upright and purposeful in their stride. Finally, on the far right, show the person standing tall in a sunlit meadow full of wildflowers, arms outstretched in a gesture of triumph or liberation.\n_\nUse color and lighting to enhance the emotional journey: start with a dark, desaturated palette on the left, gradually introducing more color and brightness as we move right, ending in a vibrant, warm color scheme. The overall composition should create a powerful visual metaphor for overcoming adversity and finding hope._\n\nTips for Optimal Results\n\n1.Experiment with Different Versions: FLUX.1 comes in different variants (Pro, Dev, and Schnell). Experiment with each to find the best fit for your needs.\n2.Iterate and Refine: Don’t be afraid to generate multiple images and refine your prompt based on the results.\n3.Balance Detail and Freedom: While specific details can guide FLUX.1, leaving some aspects open to interpretation can lead to surprising and creative results.\n4.Use Natural Language: FLUX.1 understands natural language, so write your prompts in a clear, descriptive manner rather than using keyword-heavy language.\n5.Explore Diverse Themes: FLUX.1 has a broad knowledge base, so don’t hesitate to explore various subjects, from historical scenes to futuristic concepts.\n6.Leverage Technical Terms: When appropriate, use photography, art, or design terminology to guide the image creation process.\n7.Consider Emotional Impact: Think about the feeling or message you want to convey and incorporate emotional cues into your prompt.\n \nCommon Pitfalls to Avoid\n\n1.Overloading the Prompt: While FLUX.1 can handle complex prompts, overloading with too many conflicting ideas can lead to confused outputs.\n2.Neglecting Composition: Don’t forget to guide the overall composition of the image, not just individual elements.\n3.Ignoring Lighting and Atmosphere: These elements greatly influence the mood and realism of the generated image.\n4.Being Too Vague: Extremely general prompts may lead to generic or unpredictable results.\n5.Forgetting About Style: Unless specified, FLUX.1 may default to a realistic style. Always indicate if you want a particular artistic approach."],"color":"#322","bgcolor":"#533"},{"id":227,"type":"Note","pos":{"0":-3752,"1":-1173},"size":{"0":255.22764587402344,"1":72.13616943359375},"flags":{},"order":3,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["default gpu layers are 27 change them to 100 for low vram\nDefault threads are 8 change them to 2 for low vram"],"color":"#322","bgcolor":"#533"},{"id":225,"type":"LLMLoader","pos":{"0":-3752,"1":-1063},"size":{"0":381.22894287109375,"1":130},"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"model","type":"CUSTOM","links":[335],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LLMLoader"},"widgets_values":["Mistral-7B-Instruct-v0.3.Q4_K_M.gguf",4032,100,5],"color":"#322","bgcolor":"#533"},{"id":462,"type":"ViewText","pos":{"0":-2965,"1":-467},"size":{"0":427.5252380371094,"1":258.52374267578125},"flags":{},"order":141,"mode":0,"inputs":[{"name":"text","type":"STRING","link":570,"widget":{"name":"text"}}],"outputs":[{"name":"STRING","type":"STRING","links":[],"slot_index":0,"shape":3}],"title":"Final Output LLm Prompt Plus Tags","properties":{"Node name for S&R":"ViewText"},"widgets_values":[""],"color":"#322","bgcolor":"#533"},{"id":269,"type":"Note","pos":{"0":-2888,"1":-719},"size":{"0":293.67388916015625,"1":131.57943725585938},"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[],"title":"Prompt Input Guide","properties":{"text":""},"widgets_values":["Normal Prompt\nLayered Prompt\nTemporal Narrative Prompt\nStyle fusion\nJuxtaposition\n\nRealistic \nArtistic \n\n"],"color":"#322","bgcolor":"#533"},{"id":148,"type":"LoadImage","pos":{"0":-3761.013916015625,"1":158.5253448486328},"size":{"0":1065.977783203125,"1":973.0497436523438},"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[242,268],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["image.webp","image"],"color":"#432","bgcolor":"#653"},{"id":138,"type":"PreviewImage","pos":{"0":-180.8946075439453,"1":345.9802551269531},"size":{"0":1033.8714599609375,"1":884.281982421875},"flags":{},"order":165,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":228}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#323","bgcolor":"#535"},{"id":402,"type":"LoadImage","pos":{"0":-3746.63671875,"1":1621.7828369140625},"size":{"0":543.025390625,"1":560.6702270507812},"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[501,522],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["Sneaky robot.png","image"],"color":"#232","bgcolor":"#353"},{"id":422,"type":"ImpactSwitch","pos":{"0":-588,"1":1422},"size":{"0":327.8412170410156,"1":122.06275939941406},"flags":{},"order":166,"mode":0,"inputs":[{"name":"input1","type":"IMAGE","link":523,"label":"1_Text To Image"},{"name":"input2","type":"IMAGE","link":522,"label":"2_Image To Image"},{"name":"input3","type":"IMAGE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[524,698],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"selected_label","type":"STRING","links":null,"shape":3},{"name":"selected_index","type":"INT","links":null,"shape":3}],"properties":{"Node name for S&R":"ImpactSwitch"},"widgets_values":[1,false],"color":"#222","bgcolor":"#000"},{"id":399,"type":"UltimateSDUpscale","pos":{"0":-2726.63671875,"1":1713.782958984375},"size":{"0":315,"1":614},"flags":{},"order":177,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":524},{"name":"model","type":"MODEL","link":null},{"name":"positive","type":"CONDITIONING","link":493},{"name":"negative","type":"CONDITIONING","link":494},{"name":"vae","type":"VAE","link":null},{"name":"upscale_model","type":"UPSCALE_MODEL","link":496},{"name":"tile_width","type":"INT","link":541,"widget":{"name":"tile_width"}},{"name":"tile_height","type":"INT","link":542,"widget":{"name":"tile_height"}},{"name":"upscale_by","type":"FLOAT","link":543,"widget":{"name":"upscale_by"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[489,500],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"UltimateSDUpscale"},"widgets_values":[3,365337838903065,"randomize",1,2,"euler","normal",0.2,"Linear",2496,3648,8,32,"None",1,64,8,16,true,false],"color":"#232","bgcolor":"#353"},{"id":405,"type":"Image Comparer (rgthree)","pos":{"0":-1547.782470703125,"1":1650.78271484375},"size":{"0":880,"1":760},"flags":{},"order":183,"mode":0,"inputs":[{"name":"image_a","type":"IMAGE","link":500,"dir":3},{"name":"image_b","type":"IMAGE","link":501,"dir":3}],"outputs":[],"properties":{"comparer_mode":"Slide"},"widgets_values":[[{"name":"A","selected":true,"url":"/api/view?filename=rgthree.compare._temp_dxcua_00001_.png&type=temp&subfolder=&rand=0.4840867877765511"},{"name":"B","selected":true,"url":"/api/view?filename=rgthree.compare._temp_dxcua_00002_.png&type=temp&subfolder=&rand=0.906676939808365"}]]},{"id":397,"type":"SaveImage","pos":{"0":-2394.78369140625,"1":1646.78271484375},"size":{"0":817.4532470703125,"1":767.065185546875},"flags":{},"order":182,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":489}],"outputs":[],"properties":{"Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"],"color":"#232","bgcolor":"#353"},{"id":471,"type":"VAEDecode","pos":{"0":2786.5205078125,"1":1633.427734375},"size":{"0":210,"1":46},"flags":{"collapsed":false},"order":184,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":579},{"name":"vae","type":"VAE","link":580}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[670,814],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[],"color":"#233","bgcolor":"#355"},{"id":512,"type":"SetNode","pos":{"0":473.51898193359375,"1":1610.4278564453125},"size":{"0":267.0964050292969,"1":58},"flags":{"collapsed":true},"order":89,"mode":0,"inputs":[{"name":"IMAGE","type":"IMAGE","link":626}],"outputs":[{"name":"*","type":"*","links":null}],"title":"Set_Uploaded_Image_Source","properties":{"previousName":"Uploaded_Image_Source"},"widgets_values":["Uploaded_Image_Source"]},{"id":509,"type":"VAEEncode","pos":{"0":815.5193481445312,"1":2231.42626953125},"size":{"0":210,"1":46},"flags":{"collapsed":false},"order":88,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":622},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"LATENT","type":"LATENT","links":[835],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEEncode"},"widgets_values":[],"color":"#233","bgcolor":"#355"},{"id":546,"type":"ImageCASharpening+","pos":{"0":2785.5205078125,"1":1738.42724609375},"size":{"0":315,"1":58},"flags":{},"order":187,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":670}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[758],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageCASharpening+"},"widgets_values":[0.5],"color":"#233","bgcolor":"#355"},{"id":472,"type":"SaveImage","pos":{"0":2792.5205078125,"1":1847.4268798828125},"size":{"0":771.09619140625,"1":755.3707275390625},"flags":{},"order":192,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":758}],"outputs":[],"properties":{"Node name for S&R":"SaveImage"},"widgets_values":["ComfyUI"],"color":"#233","bgcolor":"#355"},{"id":548,"type":"Image Comparer (rgthree)","pos":{"0":3636.5205078125,"1":1827.4268798828125},"size":{"0":928.0067138671875,"1":771.3547973632812},"flags":{},"order":188,"mode":0,"inputs":[{"name":"image_a","type":"IMAGE","link":679,"dir":3},{"name":"image_b","type":"IMAGE","link":814,"dir":3}],"outputs":[],"properties":{"comparer_mode":"Slide"},"widgets_values":[[{"name":"A","selected":true,"url":"/api/view?filename=rgthree.compare._temp_xjczo_00003_.png&type=temp&subfolder=&rand=0.3876175177858392"},{"name":"B","selected":true,"url":"/api/view?filename=rgthree.compare._temp_xjczo_00004_.png&type=temp&subfolder=&rand=0.5943624285843883"}]]},{"id":505,"type":"LoadImage","pos":{"0":-111.28445434570312,"1":1646.410400390625},"size":{"0":844.6943969726562,"1":860.3861694335938},"flags":{},"order":8,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[622,626,975],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["ComfyUI_00064_.png","image"],"color":"#233","bgcolor":"#355"},{"id":267,"type":"StringFunction|pysssss","pos":{"0":-2510,"1":-840},"size":{"0":389.4928894042969,"1":379.63421630859375},"flags":{},"order":130,"mode":0,"inputs":[{"name":"text_a","type":"STRING","link":364,"widget":{"name":"text_a"}},{"name":"text_b","type":"STRING","link":365,"widget":{"name":"text_b"}},{"name":"text_c","type":"STRING","link":571,"widget":{"name":"text_c"}}],"outputs":[{"name":"STRING","type":"STRING","links":[366,570],"slot_index":0,"shape":3}],"title":"String Function, Prompt From LLM 🐍","properties":{"Node name for S&R":"StringFunction|pysssss"},"widgets_values":["append","no","","",""],"color":"#322","bgcolor":"#533"},{"id":816,"type":"PreviewImage","pos":{"0":1982.2608642578125,"1":349.4737243652344},"size":{"0":956.6541137695312,"1":671.0786743164062},"flags":{},"order":120,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1059}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#223","bgcolor":"#335"},{"id":817,"type":"Image Compare (mtb)","pos":{"0":2382.2607421875,"1":149.4736328125},"size":{"0":490.36865234375,"1":132.99853515625},"flags":{},"order":121,"mode":0,"inputs":[{"name":"imageA","type":"IMAGE","link":1060},{"name":"imageB","type":"IMAGE","link":1061}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":null,"shape":3}],"properties":{"Node name for S&R":"Image Compare (mtb)"},"widgets_values":["checkerboard"],"color":"#223","bgcolor":"#335"},{"id":818,"type":"LamaRemover","pos":{"0":2002.2608642578125,"1":159.4736328125},"size":{"0":315,"1":126},"flags":{"collapsed":false},"order":91,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1062},{"name":"masks","type":"MASK","link":1063}],"outputs":[{"name":"images","type":"IMAGE","links":[1059,1061],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LamaRemover"},"widgets_values":[157,8,false],"color":"#223","bgcolor":"#335"},{"id":473,"type":"UpscaleModelLoader","pos":{"0":1792.5185546875,"1":2056.4267578125},"size":{"0":394.9747009277344,"1":68.25270080566406},"flags":{},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"UPSCALE_MODEL","type":"UPSCALE_MODEL","links":[575],"shape":3}],"properties":{"Node name for S&R":"UpscaleModelLoader"},"widgets_values":["4x_foolhardy_Remacri.pth"],"color":"#233","bgcolor":"#355"},{"id":469,"type":"IterativeLatentUpscale","pos":{"0":2348.5205078125,"1":2153.42626953125},"size":{"0":344.3999938964844,"1":150},"flags":{},"order":178,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":831},{"name":"upscaler","type":"UPSCALER","link":577}],"outputs":[{"name":"latent","type":"LATENT","links":[579],"slot_index":0,"shape":3},{"name":"vae","type":"VAE","links":[580],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"IterativeLatentUpscale"},"widgets_values":[1.5,1,"","simple"],"color":"#233","bgcolor":"#355"},{"id":468,"type":"PixelKSampleUpscalerProvider","pos":{"0":2344.5205078125,"1":1687.427490234375},"size":{"0":342.5999755859375,"1":394},"flags":{},"order":174,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":null},{"name":"vae","type":"VAE","link":null},{"name":"positive","type":"CONDITIONING","link":689},{"name":"negative","type":"CONDITIONING","link":574},{"name":"upscale_model_opt","type":"UPSCALE_MODEL","link":575},{"name":"pk_hook_opt","type":"PK_HOOK","link":null},{"name":"scheduler_func_opt","type":"SCHEDULER_FUNC","link":null}],"outputs":[{"name":"UPSCALER","type":"UPSCALER","links":[577],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"PixelKSampleUpscalerProvider"},"widgets_values":["nearest-exact",458378250537209,"fixed",2,1,"euler_cfg_pp","simple",0.25,false,512],"color":"#233","bgcolor":"#355"},{"id":648,"type":"workflow/Latent_Upscale_Switch","pos":{"0":1312.5185546875,"1":1660.4273681640625},"size":{"0":367.79998779296875,"1":170},"flags":{},"order":161,"mode":0,"inputs":[{"name":"1_From Text 2 Image","type":"LATENT","link":834,"label":"1_Latent_From_Text_2_Image"},{"name":"2_From Load Image","type":"LATENT","link":835,"label":"2_Latent_From_Upload_Image"},{"name":"1_Prompt_From_Text_2_Image","type":"STRING","link":839,"widget":{"name":"1_Prompt_From_Text_2_Image"}},{"name":"2_Prompt_From_Upload_Image","type":"STRING","link":974,"widget":{"name":"2_Prompt_From_Upload_Image"}}],"outputs":[{"name":"STRING","type":"STRING","links":[830],"shape":3},{"name":"LATENT","type":"LATENT","links":[831],"shape":3},{"name":"show_help","type":"STRING","links":[],"shape":3}],"properties":{"Node name for S&R":"workflow/Latent_Upscale_Switch"},"widgets_values":[2,"fixed","",""],"color":"#233","bgcolor":"#355"},{"id":489,"type":"GetNode","pos":{"0":3346.5205078125,"1":1631.427734375},"size":{"0":326.435302734375,"1":58},"flags":{"collapsed":false},"order":10,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[679],"slot_index":0}],"title":"Get_Uploaded_Image_Source","properties":{},"widgets_values":["Uploaded_Image_Source"],"color":"#233","bgcolor":"#355"},{"id":815,"type":"LoadImage","pos":{"0":1042.261474609375,"1":159.4736328125},"size":{"0":837.269775390625,"1":826.940185546875},"flags":{},"order":11,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1060,1062],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":[1063],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["clipspace/clipspace-mask-14702027.png [input]","image"],"color":"#223","bgcolor":"#335"},{"id":849,"type":"LoadTheMistoFluxControlNet","pos":{"0":7731.78515625,"1":1801.8818359375},"size":{"0":392,"1":60},"flags":{},"order":12,"mode":0,"inputs":[],"outputs":[{"name":"ControlNet","type":"MistoFluxControlNet","links":[1111],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LoadTheMistoFluxControlNet"},"widgets_values":["mistoline_flux.dev_v1.safetensors"],"color":"#322","bgcolor":"#533"},{"id":856,"type":"ApplyTheMistoFluxControlNet","pos":{"0":7731.78515625,"1":1911.8818359375},"size":{"0":393,"1":102},"flags":{},"order":124,"mode":0,"inputs":[{"name":"controlnet","type":"MistoFluxControlNet","link":1111},{"name":"image","type":"IMAGE","link":1112}],"outputs":[{"name":"controlnet_condition","type":"ControlNetCondition","links":[1102],"slot_index":0,"shape":3},{"name":"cond_image","type":"IMAGE","links":[1114],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"ApplyTheMistoFluxControlNet"},"widgets_values":[768,0.5],"color":"#322","bgcolor":"#533"},{"id":857,"type":"AnyLineArtPreprocessor_aux","pos":{"0":7741.908203125,"1":2062.2509765625},"size":{"0":315,"1":178},"flags":{},"order":99,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1113}],"outputs":[{"name":"image","type":"IMAGE","links":[1112],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"AnyLineArtPreprocessor_aux"},"widgets_values":["lineart_realisitic",768,0,1,36,1],"color":"#322","bgcolor":"#533"},{"id":862,"type":"PrimitiveNode","pos":{"0":8201.908203125,"1":2122.2509765625},"size":{"0":322.51904296875,"1":82.73112487792969},"flags":{},"order":13,"mode":0,"inputs":[],"outputs":[{"name":"FLOAT","type":"FLOAT","links":[1103,1106,1110],"slot_index":0,"widget":{"name":"guidance"}}],"title":"Guidance ","properties":{"Run widget replace on values":false},"widgets_values":[3.5,"fixed"],"color":"#322","bgcolor":"#533"},{"id":493,"type":"Anything Everywhere","pos":{"0":-4465.67529296875,"1":-1085.712890625},"size":{"0":210,"1":26},"flags":{"collapsed":true},"order":92,"mode":0,"inputs":[{"name":"MODEL","type":"*","link":1135,"color_on":"#B39DDB"}],"outputs":[],"properties":{"Node name for S&R":"Anything Everywhere","group_restricted":0,"color_restricted":0},"widgets_values":[],"color":"#222","bgcolor":"#000"},{"id":889,"type":"Label (rgthree)","pos":{"0":-673,"1":-3863},"size":{"0":8290,"1":800},"flags":{"allow_interaction":true},"order":14,"mode":0,"inputs":[],"outputs":[],"title":"Flux Dev WORKFLOW","properties":{"fontSize":800,"fontFamily":"Arial","fontColor":"#ffffff","textAlign":"left","backgroundColor":"blue","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":149,"type":"ShowText|pysssss","pos":{"0":-2643.013671875,"1":275.525390625},"size":{"0":387.94921875,"1":240.51046752929688},"flags":{},"order":118,"mode":0,"inputs":[{"name":"text","type":"STRING","link":241,"widget":{"name":"text"}}],"outputs":[{"name":"STRING","type":"STRING","links":[240],"slot_index":0,"shape":6}],"properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":["","A woman is standing outside on a sunny day. She is wearing a black sleeveless dress. She has a silver bracelet on her left wrist and a black gun in her right hand. The woman's hair is long and dark brown and she has a necklace around her neck. Part of a building can be seen behind the woman in the background. A light is shining on the building behind her."],"color":"#432","bgcolor":"#653"},{"id":720,"type":"LlavaCaptioner","pos":{"0":790,"1":1961},"size":{"0":400,"1":200},"flags":{},"order":90,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":975,"slot_index":0}],"outputs":[{"name":"STRING","type":"STRING","links":[939],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"LlavaCaptioner"},"widgets_values":["llava-v1.5-7b-Q4_K","llava-v1.5-7b-mmproj-Q4_0","Describe the image. when describing, describe the main subject, the forground and the background, overall compostioion and atmosphere",200,0.2],"color":"#233","bgcolor":"#355"},{"id":721,"type":"ShowText|pysssss","pos":{"0":786,"1":1681},"size":{"0":412.7383117675781,"1":201.26513671875},"flags":{},"order":119,"mode":0,"inputs":[{"name":"text","type":"STRING","link":939,"widget":{"name":"text"}}],"outputs":[{"name":"STRING","type":"STRING","links":[974],"slot_index":0,"shape":6}],"properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":["","The image features a robot with an evil grin standing in front of a warehouse filled with boxes. The robot has a unique appearance, resembling a character from a video game or comic book. It is positioned towards the center of the scene, drawing attention to itself. \n\nThe warehouse contains numerous boxes, some stacked on top of each other and others placed side by side. These boxes are scattered throughout the background, creating an industrial atmosphere in the setting. The combination of the robot's evil grin and the warehouse environment creates a sense of intrigue and mystery."],"color":"#233","bgcolor":"#355"},{"id":396,"type":"UpscaleModelLoader","pos":{"0":-3167,"1":1832},"size":{"0":315,"1":58},"flags":{},"order":15,"mode":0,"inputs":[],"outputs":[{"name":"UPSCALE_MODEL","type":"UPSCALE_MODEL","links":[496],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"UpscaleModelLoader"},"widgets_values":["4x_foolhardy_Remacri.pth"],"color":"#232","bgcolor":"#353"},{"id":887,"type":"Label (rgthree)","pos":{"0":7487,"1":-1353},"size":{"0":4557,"1":300},"flags":{"allow_interaction":true},"order":16,"mode":0,"inputs":[],"outputs":[],"title":"Flux Dev GGUF + FP8 ControlNet","properties":{"fontSize":300,"fontFamily":"Arial","fontColor":"#ffffff","textAlign":"left","backgroundColor":"blue","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":834,"type":"PreviewImage","pos":{"0":8687,"1":-81},"size":{"0":687.3574829101562,"1":603.4093627929688},"flags":{},"order":175,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1082}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#2a363b","bgcolor":"#3f5159"},{"id":1052,"type":"easy imageSize","pos":{"0":8267,"1":1222},"size":{"0":305.7576904296875,"1":101.84623718261719},"flags":{},"order":94,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1371,"label":"image"}],"outputs":[{"name":"width_int","type":"INT","links":[],"slot_index":0,"shape":3,"label":"width_int"},{"name":"height_int","type":"INT","links":[],"slot_index":1,"shape":3,"label":"height_int"}],"title":"Input_ImageSize","properties":{"Node name for S&R":"easy imageSize"},"widgets_values":["Width: 612 , Height: 408"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":1034,"type":"Image Comparer (rgthree)","pos":{"0":10545,"1":430},"size":{"0":1131.259521484375,"1":875.6586303710938},"flags":{},"order":196,"mode":0,"inputs":[{"name":"image_a","type":"IMAGE","link":1338,"dir":3},{"name":"image_b","type":"IMAGE","link":1604,"dir":3}],"outputs":[],"properties":{"comparer_mode":"Slide"},"widgets_values":[[{"name":"A","selected":true,"url":"/api/view?filename=rgthree.compare._temp_fegxq_00001_.png&type=temp&subfolder=&rand=0.8577579969428366"},{"name":"B","selected":true,"url":"/api/view?filename=rgthree.compare._temp_fegxq_00002_.png&type=temp&subfolder=&rand=0.023444061327164922"}]]},{"id":860,"type":"Note","pos":{"0":7515,"1":2054},"size":{"0":210,"1":122.03421020507812},"flags":{},"order":17,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["Very sensitive to strength, please start with about 0.5 and gradually increase\n\nKeep resolusion at 512 OR 769 for both apply mistocnflux and anyline lineart for low vram"],"color":"#322","bgcolor":"#533"},{"id":881,"type":"Reroute","pos":{"0":-1514,"1":-659},"size":[75,26],"flags":{},"order":152,"mode":0,"inputs":[{"name":"","type":"*","link":1391}],"outputs":[{"name":"","type":"MODEL","links":[1196],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":1051,"type":"easy imageSize","pos":{"0":8264,"1":1375},"size":{"0":305.7576904296875,"1":101.84623718261719},"flags":{},"order":122,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1370,"label":"image"}],"outputs":[{"name":"width_int","type":"INT","links":[],"slot_index":0,"shape":3,"label":"width_int"},{"name":"height_int","type":"INT","links":[],"slot_index":1,"shape":3,"label":"height_int"}],"title":"Preview_ImageSize","properties":{"Node name for S&R":"easy imageSize"},"widgets_values":["Width: 768 , Height: 512"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":888,"type":"Label (rgthree)","pos":{"0":-4550,"1":-2230},"size":{"0":3455,"1":300},"flags":{"allow_interaction":true},"order":18,"mode":0,"inputs":[],"outputs":[],"title":"Flux Dev GGUF + FP8/16","properties":{"fontSize":300,"fontFamily":"Arial","fontColor":"#ffffff","textAlign":"left","backgroundColor":"blue","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":133,"type":"UnetLoaderGGUF","pos":{"0":-4472,"1":-1042.734619140625},"size":{"0":454.4988098144531,"1":58},"flags":{},"order":19,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[1135,1231],"slot_index":0,"shape":3,"label":"Flux Model"}],"properties":{"Node name for S&R":"UnetLoaderGGUF"},"widgets_values":["flux1-dev-Q4_0.gguf"],"color":"#222","bgcolor":"#000"},{"id":950,"type":"UNETLoader","pos":{"0":-4471,"1":-931.7349853515625},"size":{"0":448.0876770019531,"1":82},"flags":{},"order":20,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[1232],"slot_index":0,"shape":3,"label":"MODEL"}],"properties":{"Node name for S&R":"UNETLoader"},"widgets_values":["flux1-schnell-fp8.safetensors","fp8_e4m3fn"],"color":"#222","bgcolor":"#000"},{"id":1027,"type":"PreviewImage","pos":{"0":10971,"1":-223},"size":{"0":687.3574829101562,"1":603.4093627929688},"flags":{},"order":195,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1331}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#323","bgcolor":"#535"},{"id":1030,"type":"VAEDecodeTiled","pos":{"0":11445,"1":-254},"size":{"0":315,"1":78},"flags":{"collapsed":true},"order":194,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":1335},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1331,1338],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEDecodeTiled"},"widgets_values":[512],"color":"#223","bgcolor":"#335"},{"id":1033,"type":"VAEEncodeTiled","pos":{"0":10599,"1":298},"size":{"0":315,"1":78},"flags":{},"order":190,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":1337},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"LATENT","type":"LATENT","links":[1327],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEEncodeTiled"},"widgets_values":[512],"color":"#323","bgcolor":"#535"},{"id":1029,"type":"PrimitiveNode","pos":{"0":10598,"1":174},"size":{"0":288.3831787109375,"1":82},"flags":{},"order":21,"mode":0,"inputs":[],"outputs":[{"name":"FLOAT","type":"FLOAT","links":[1330],"widget":{"name":"guidance"}}],"title":"Guidance","properties":{"Run widget replace on values":false},"widgets_values":[3.5,"fixed"],"color":"#323","bgcolor":"#535"},{"id":1096,"type":"EmptySD3LatentImage","pos":{"0":8260,"1":229},"size":{"0":352.547607421875,"1":95.58583068847656},"flags":{},"order":108,"mode":0,"inputs":[{"name":"width","type":"INT","link":1424,"widget":{"name":"width"}},{"name":"height","type":"INT","link":1425,"widget":{"name":"height"}}],"outputs":[{"name":"LATENT","type":"LATENT","links":[1423],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"EmptySD3LatentImage"},"widgets_values":[1024,1024,1],"color":"#2a363b","bgcolor":"#3f5159"},{"id":1068,"type":"Label (rgthree)","pos":{"0":7732,"1":678},"size":{"0":142,"1":30},"flags":{"allow_interaction":true},"order":22,"mode":0,"inputs":[],"outputs":[],"title":"ControlNet","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":866,"type":"PreviewImage","pos":{"0":8718,"1":998},"size":{"0":459.87884521484375,"1":518.3801879882812},"flags":{},"order":134,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1116}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#2a363b","bgcolor":"#3f5159"},{"id":822,"type":"LoadImage","pos":{"0":7720,"1":870},"size":{"0":501.5401611328125,"1":594.1571044921875},"flags":{},"order":23,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1277,1371],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["istockphoto-1200512852-612x612.jpg","image"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":837,"type":"PrimitiveNode","pos":{"0":7699,"1":-232},"size":{"0":288.3831787109375,"1":82},"flags":{},"order":24,"mode":0,"inputs":[],"outputs":[{"name":"FLOAT","type":"FLOAT","links":[1077,1086],"widget":{"name":"guidance"}}],"title":"Guidance","properties":{"Run widget replace on values":false},"widgets_values":[3.5,"fixed"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":1084,"type":"EmptySD3LatentImage","pos":{"0":-791,"1":930},"size":{"0":315,"1":106},"flags":{},"order":111,"mode":0,"inputs":[{"name":"width","type":"INT","link":1400,"widget":{"name":"width"}},{"name":"height","type":"INT","link":1401,"widget":{"name":"height"}}],"outputs":[{"name":"LATENT","type":"LATENT","links":[1403],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"EmptySD3LatentImage"},"widgets_values":[1024,1024,1],"color":"#323","bgcolor":"#535"},{"id":182,"type":"CR Latent Input Switch","pos":{"0":-787,"1":801},"size":{"0":424.82220458984375,"1":82.60882568359375},"flags":{},"order":128,"mode":0,"inputs":[{"name":"latent1","type":"LATENT","link":1403,"label":"1_Empty_Latent"},{"name":"latent2","type":"LATENT","link":301,"label":"2_image to image latent"}],"outputs":[{"name":"LATENT","type":"LATENT","links":[1402],"slot_index":0,"shape":3},{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"CR Latent Input Switch"},"widgets_values":[1],"color":"#323","bgcolor":"#535"},{"id":465,"type":"PrimitiveNode","pos":{"0":-1072,"1":499},"size":{"0":210,"1":82},"flags":{},"order":25,"mode":0,"inputs":[],"outputs":[{"name":"FLOAT","type":"FLOAT","links":[572,810],"slot_index":0,"widget":{"name":"guidance"}}],"title":"Guidance","properties":{"Run widget replace on values":false},"widgets_values":[2.5,"fixed"],"color":"#323","bgcolor":"#535"},{"id":157,"type":"CR Text Input Switch (4 way)","pos":{"0":-1612,"1":168},"size":{"0":315,"1":174},"flags":{},"order":143,"mode":0,"inputs":[{"name":"text1","type":"STRING","link":275,"widget":{"name":"text1"},"label":"1_Text To Image Prompt"},{"name":"text2","type":"STRING","link":249,"widget":{"name":"text2"},"label":"2_Image To Image"},{"name":"text3","type":"STRING","link":366,"widget":{"name":"text3"},"label":"3_LLM To Prompt"},{"name":"text4","type":"STRING","link":null,"widget":{"name":"text4"}}],"outputs":[{"name":"STRING","type":"STRING","links":[248],"slot_index":0,"shape":3},{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"CR Text Input Switch (4 way)"},"widgets_values":[1,"","","",""],"color":"#323","bgcolor":"#535"},{"id":488,"type":"SetNode","pos":{"0":39,"1":139},"size":{"0":258.52105712890625,"1":58},"flags":{"collapsed":false},"order":167,"mode":0,"inputs":[{"name":"IMAGE","type":"IMAGE","link":600}],"outputs":[{"name":"*","type":"*","links":null}],"title":"Set_Text_2_image_Source","properties":{"previousName":"Text_2_image_Source"},"widgets_values":["Text_2_image_Source"],"color":"#323","bgcolor":"#535"},{"id":1104,"type":"easy showAnything","pos":{"0":8262,"1":587},"size":{"0":210,"1":76},"flags":{},"order":107,"mode":0,"inputs":[{"name":"anything","type":"*","link":1430}],"outputs":[{"name":"output","type":"*","links":null,"shape":3}],"properties":{"Node name for S&R":"easy showAnything"},"widgets_values":["896"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":1103,"type":"easy showAnything","pos":{"0":8486,"1":585},"size":{"0":210,"1":76},"flags":{},"order":109,"mode":0,"inputs":[{"name":"anything","type":"*","link":1429}],"outputs":[{"name":"output","type":"*","links":null,"shape":3}],"properties":{"Node name for S&R":"easy showAnything"},"widgets_values":["560"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":645,"type":"workflow/Custom Sampler Flux +1","pos":{"0":-780,"1":408},"size":{"0":423.20074462890625,"1":346.2538757324219},"flags":{},"order":157,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":812},{"name":"model","type":"MODEL","link":1392},{"name":"latent_image","type":"LATENT","link":1402},{"name":"width","type":"INT","link":1404,"widget":{"name":"width"}},{"name":"height","type":"INT","link":1405,"widget":{"name":"height"}},{"name":"guidance","type":"FLOAT","link":810,"widget":{"name":"guidance"}}],"outputs":[{"name":"output","type":"LATENT","links":[806,834],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":[],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"workflow/Custom Sampler Flux +1"},"widgets_values":[458378250537209,"fixed","euler",2.5,0.7000000000000001,0.4,"sgm_uniform",8,1,1024,1024],"color":"#323","bgcolor":"#535"},{"id":137,"type":"ShowText|pysssss","pos":{"0":-1274,"1":152},"size":{"0":467.0690002441406,"1":269.9734802246094},"flags":{},"order":150,"mode":0,"inputs":[{"name":"text","type":"STRING","link":248,"widget":{"name":"text"}}],"outputs":[{"name":"STRING","type":"STRING","links":[295,296],"slot_index":0,"shape":6}],"title":"Show Prompt 🐍","properties":{"Node name for S&R":"ShowText|pysssss"},"widgets_values":[""," a close up of a whimsical robot looking at ladybug purged on leaf next to a due drop that magnifies the ladybug "],"color":"#323","bgcolor":"#535"},{"id":400,"type":"CLIPTextEncodeFlux","pos":{"0":-3164,"1":1717},"size":{"0":402.9444885253906,"1":299.78936767578125},"flags":{"collapsed":true},"order":97,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1512}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[493],"slot_index":0,"shape":3}],"title":"Positive_CLIPTextEncodeFlux","properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["","",2],"color":"#232","bgcolor":"#353"},{"id":398,"type":"CLIPTextEncode","pos":{"0":-3164,"1":1781},"size":{"0":270.33538818359375,"1":117.55767822265625},"flags":{"collapsed":true},"order":98,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1513,"slot_index":0}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[494],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["blurry"],"color":"#322","bgcolor":"#533"},{"id":510,"type":"CLIPTextEncode","pos":{"0":1787,"1":1950},"size":{"0":285.6000061035156,"1":117.55767822265625},"flags":{"collapsed":true},"order":168,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1514,"slot_index":0},{"name":"text","type":"STRING","link":830,"widget":{"name":"text"}}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[689],"slot_index":0,"shape":3}],"title":"Positive_CLIP Text Encode (Prompt)","properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":[""],"color":"#232","bgcolor":"#353"},{"id":475,"type":"CLIPTextEncode","pos":{"0":1793,"1":2011},"size":{"0":285.6000061035156,"1":117.55767822265625},"flags":{"collapsed":true},"order":95,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1515,"slot_index":0}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[574],"slot_index":0,"shape":3}],"title":"Negative_CLIP Text Encode (Prompt)","properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":["blurry"],"color":"#322","bgcolor":"#533"},{"id":1136,"type":"easy getNode","pos":{"0":1785,"1":1910},"size":{"0":210,"1":58},"flags":{"collapsed":true},"order":26,"mode":0,"inputs":[],"outputs":[{"name":"*","type":"*","links":[1514,1515],"slot_index":0}],"title":"⬅️CLIP","properties":{},"widgets_values":["CLIP"],"color":"#233","bgcolor":"#355"},{"id":819,"type":"CLIPTextEncode","pos":{"0":7704,"1":497},"size":{"0":425.27801513671875,"1":180.6060791015625},"flags":{"collapsed":true},"order":100,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1517}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1379],"slot_index":0}],"title":"CLIP Text Encode (Negative Prompt)","properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":[""],"color":"#322","bgcolor":"#533"},{"id":828,"type":"DualCLIPLoaderGGUF","pos":{"0":-4468,"1":-748.7349853515625},"size":{"0":479.4410705566406,"1":116.83129119873047},"flags":{},"order":27,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[1519],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"DualCLIPLoaderGGUF"},"widgets_values":["t5-v1_1-xxl-encoder-Q4_K_M.gguf","ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors","flux"],"color":"#222","bgcolor":"#000"},{"id":419,"type":"Anything Everywhere","pos":{"0":-4456,"1":-328.73529052734375},"size":{"0":210,"1":26},"flags":{"collapsed":true},"order":96,"mode":0,"inputs":[{"name":"VAE","type":"*","link":517,"color_on":"#FF6E6E"}],"outputs":[],"properties":{"Node name for S&R":"Anything Everywhere","group_restricted":0,"color_restricted":0},"widgets_values":[],"color":"#222","bgcolor":"#000"},{"id":131,"type":"VAELoader","pos":{"0":-4463,"1":-234.73532104492188},"size":{"0":451.8682861328125,"1":58},"flags":{},"order":28,"mode":0,"inputs":[],"outputs":[{"name":"VAE","type":"VAE","links":[306,517],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAELoader"},"widgets_values":["FLUX.1-schnellvae.safetensors"],"color":"#222","bgcolor":"#000"},{"id":838,"type":"Anything Everywhere","pos":{"0":-4060,"1":-115.7354507446289},"size":{"0":239.40000915527344,"1":26},"flags":{"collapsed":true},"order":153,"mode":0,"inputs":[{"name":"MODEL","type":"*","link":1393,"color_on":"#B39DDB"}],"outputs":[],"properties":{"Node name for S&R":"Anything Everywhere","group_restricted":0,"color_restricted":0},"widgets_values":[],"color":"#222","bgcolor":"#000"},{"id":1135,"type":"easy getNode","pos":{"0":-3166,"1":1652},"size":{"0":210,"1":58},"flags":{"collapsed":true},"order":29,"mode":0,"inputs":[],"outputs":[{"name":"*","type":"*","links":[1512,1513],"slot_index":0}],"title":"⬅️CLIP","properties":{},"widgets_values":["CLIP"],"color":"#232","bgcolor":"#353"},{"id":855,"type":"CLIPTextEncodeFlux","pos":{"0":7745,"1":2631},"size":{"0":399.6443786621094,"1":156.8167266845703},"flags":{"collapsed":true},"order":103,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1525},{"name":"clip_l","type":"STRING","link":1108,"widget":{"name":"clip_l"}},{"name":"t5xxl","type":"STRING","link":1109,"widget":{"name":"t5xxl"}},{"name":"guidance","type":"FLOAT","link":1110,"widget":{"name":"guidance"}}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1101],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["out of frame, lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature.","out of frame, lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature.",3.5],"color":"#322","bgcolor":"#533"},{"id":858,"type":"LoadImage","pos":{"0":8214,"1":2489},"size":{"0":358.0943603515625,"1":345.7026672363281},"flags":{},"order":30,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1113],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["man-rock-guy-life.jpg","image"],"color":"#322","bgcolor":"#533"},{"id":859,"type":"PreviewImage","pos":{"0":8602,"1":2486},"size":{"0":349.144775390625,"1":346.2704162597656},"flags":{},"order":137,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1114}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#322","bgcolor":"#533"},{"id":1137,"type":"easy getNode","pos":{"0":7686,"1":348},"size":{"0":210,"1":58},"flags":{"collapsed":true},"order":31,"mode":0,"inputs":[],"outputs":[{"name":"*","type":"*","links":[1516,1517],"slot_index":0}],"title":"⬅️CLIP","properties":{},"widgets_values":["CLIP"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":305,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":-2003,"1":-366},"size":{"0":318.3878173828125,"1":226},"flags":{},"order":32,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":null}],"properties":{"matchColors":"green","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#232","bgcolor":"#353"},{"id":130,"type":"VAEDecode","pos":{"0":-200.8946075439453,"1":141.980224609375},"size":{"0":210,"1":46},"flags":{"collapsed":false},"order":160,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":806},{"name":"vae","type":"VAE","link":306}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[228,523,600,1580],"slot_index":0}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[],"color":"#323","bgcolor":"#535"},{"id":901,"type":"PreviewImage","pos":{"0":5148,"1":-221},"size":{"0":687.3574829101562,"1":603.4093627929688},"flags":{},"order":169,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1157}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#332922","bgcolor":"#593930"},{"id":910,"type":"VAEDecodeTiled","pos":{"0":5149,"1":-264},"size":{"0":315,"1":78},"flags":{"collapsed":true},"order":162,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":1166},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1157,1198],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEDecodeTiled"},"widgets_values":[512],"color":"#332922","bgcolor":"#593930"},{"id":904,"type":"PrimitiveNode","pos":{"0":4762,"1":167},"size":{"0":288.3831787109375,"1":82},"flags":{},"order":33,"mode":0,"inputs":[],"outputs":[{"name":"FLOAT","type":"FLOAT","links":[1156,1160],"widget":{"name":"guidance"}}],"title":"Guidance","properties":{"Run widget replace on values":false},"widgets_values":[3.5,"fixed"],"color":"#332922","bgcolor":"#593930"},{"id":928,"type":"VAEEncodeTiled","pos":{"0":4763,"1":299},"size":{"0":315,"1":78},"flags":{},"order":148,"mode":0,"inputs":[{"name":"pixels","type":"IMAGE","link":1215},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"LATENT","type":"LATENT","links":[1189],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEEncodeTiled"},"widgets_values":[512],"color":"#332922","bgcolor":"#593930"},{"id":930,"type":"Image Comparer (rgthree)","pos":{"0":4679,"1":421},"size":{"0":1158.69873046875,"1":872.76904296875},"flags":{},"order":170,"mode":0,"inputs":[{"name":"image_a","type":"IMAGE","link":1198,"dir":3},{"name":"image_b","type":"IMAGE","link":1584,"dir":3}],"outputs":[],"properties":{"comparer_mode":"Slide"},"widgets_values":[[{"name":"A","selected":true,"url":"/api/view?filename=rgthree.compare._temp_pkpdo_00005_.png&type=temp&subfolder=&rand=0.040292142267651654"},{"name":"B","selected":true,"url":"/api/view?filename=rgthree.compare._temp_pkpdo_00006_.png&type=temp&subfolder=&rand=0.805728544053415"}]]},{"id":933,"type":"Florence2Run","pos":{"0":3148,"1":766},"size":{"0":485.1213073730469,"1":374.9442138671875},"flags":{},"order":105,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1208},{"name":"florence2_model","type":"FL2MODEL","link":1206}],"outputs":[{"name":"image","type":"IMAGE","links":[],"slot_index":0,"shape":3},{"name":"mask","type":"MASK","links":null,"shape":3},{"name":"caption","type":"STRING","links":[1421],"slot_index":2,"shape":3},{"name":"data","type":"JSON","links":null,"shape":3}],"properties":{"Node name for S&R":"Florence2Run"},"widgets_values":["","more_detailed_caption",false,false,1024,3,true,"",427783565416051,"randomize"],"color":"#332922","bgcolor":"#593930"},{"id":934,"type":"DownloadAndLoadFlorence2Model","pos":{"0":3152,"1":1194},"size":{"0":478.3227233886719,"1":106.8100814819336},"flags":{},"order":34,"mode":0,"inputs":[{"name":"lora","type":"PEFTLORA","link":null}],"outputs":[{"name":"florence2_model","type":"FL2MODEL","links":[1206],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"DownloadAndLoadFlorence2Model"},"widgets_values":["gokaygokay/Florence-2-SD3-Captioner","fp16","sdpa"],"color":"#332922","bgcolor":"#593930"},{"id":938,"type":"ControlNetApplyAdvanced","pos":{"0":4147,"1":1028},"size":{"0":315,"1":186},"flags":{},"order":151,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":1586},{"name":"negative","type":"CONDITIONING","link":1219},{"name":"control_net","type":"CONTROL_NET","link":1221},{"name":"image","type":"IMAGE","link":1585},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[1413],"slot_index":0,"shape":3},{"name":"negative","type":"CONDITIONING","links":null,"shape":3}],"properties":{"Node name for S&R":"ControlNetApplyAdvanced"},"widgets_values":[0.7000000000000001,0,0.5],"color":"#332922","bgcolor":"#593930"},{"id":1134,"type":"easy getNode","pos":{"0":4142,"1":722},"size":{"0":210,"1":58},"flags":{"collapsed":true},"order":35,"mode":0,"inputs":[],"outputs":[{"name":"*","type":"*","links":[1510,1511],"slot_index":0}],"title":"⬅️CLIP","properties":{},"widgets_values":["CLIP"],"color":"#322","bgcolor":"#533"},{"id":902,"type":"CLIPTextEncodeFlux","pos":{"0":4146,"1":831},"size":{"0":470.9660949707031,"1":94},"flags":{"collapsed":true},"order":138,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1510},{"name":"clip_l","type":"STRING","link":1419,"widget":{"name":"clip_l"}},{"name":"t5xxl","type":"STRING","link":1420,"widget":{"name":"t5xxl"}},{"name":"guidance","type":"FLOAT","link":1160,"widget":{"name":"guidance"}}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1551,1564,1590],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["An elf with massive angel wings, ripped body, BLACK LEATHER PANT AND SHIRTLESS, floats in mid-air over the ruins of a decayed metropolis. casting long shadows over the cracked streets below. He has a sinester smile, Below him, the city lies in ruins—burnt-out cars, shattered buildings, and the skeletal remains of skyscrapers piercing through thick, oppressive smog. The color palette is dinamic, dominated by shades of green and gray and red, with hellish red burning fires scattered throughout the landscape","An elf with massive angel wings, ripped body, BLACK LEATHER PANT AND SHIRTLESS, floats in mid-air over the ruins of a decayed metropolis. casting long shadows over the cracked streets below. He has a sinester smile, Below him, the city lies in ruins—burnt-out cars, shattered buildings, and the skeletal remains of skyscrapers piercing through thick, oppressive smog. The color palette is dinamic, dominated by shades of green and gray and red, with hellish red burning fires scattered throughout the landscape",3.5],"color":"#232","bgcolor":"#353"},{"id":893,"type":"CLIPTextEncode","pos":{"0":4147,"1":927},"size":{"0":425.27801513671875,"1":180.6060791015625},"flags":{"collapsed":true},"order":101,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1511}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1219],"slot_index":0}],"title":"CLIP Text Encode (Negative Prompt)","properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":[""],"color":"#322","bgcolor":"#533"},{"id":1016,"type":"Label (rgthree)","pos":{"0":3146,"1":-225},"size":{"0":386,"1":30},"flags":{"allow_interaction":true},"order":36,"mode":0,"inputs":[],"outputs":[],"title":"False = Load Image_Upscale","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1162,"type":"Label (rgthree)","pos":{"0":3663,"1":714},"size":{"0":96,"1":30},"flags":{"allow_interaction":true},"order":37,"mode":0,"inputs":[],"outputs":[],"title":"Prompt","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1156,"type":"ImpactSwitch","pos":{"0":3150,"1":80},"size":{"0":210,"1":118},"flags":{},"order":145,"mode":0,"inputs":[{"name":"input1","type":"CONDITIONING","link":1581},{"name":"input2","type":"CONDITIONING","link":1590},{"name":"select","type":"INT","link":1588,"widget":{"name":"select"}},{"name":"input3","type":"CONDITIONING","link":null}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1586],"slot_index":0,"shape":3,"label":"CONDITIONING"},{"name":"selected_label","type":"STRING","links":null,"shape":3},{"name":"selected_index","type":"INT","links":null,"shape":3}],"title":"Switch (Any) Conditioning","properties":{"Node name for S&R":"ImpactSwitch"},"widgets_values":[1,false],"color":"#332922","bgcolor":"#593930"},{"id":848,"type":"VAEDecodeTiled","pos":{"0":8684,"1":-221},"size":{"0":315,"1":78},"flags":{},"order":171,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":1098},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1082,1598],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"VAEDecodeTiled"},"widgets_values":[512],"color":"#2a363b","bgcolor":"#3f5159"},{"id":850,"type":"KSamplerTheMisto","pos":{"0":8211.908203125,"1":1802.2509765625},"size":{"0":330,"1":234},"flags":{},"order":136,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":null},{"name":"ae","type":"VAE","link":null},{"name":"positive","type":"CONDITIONING","link":1100},{"name":"negative","type":"CONDITIONING","link":1101},{"name":"controlnet_condition","type":"ControlNetCondition","link":1102},{"name":"guidance","type":"FLOAT","link":1103,"widget":{"name":"guidance"}}],"outputs":[{"name":"image","type":"IMAGE","links":[1104,1600],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"KSamplerTheMisto"},"widgets_values":[1,3.5,271200510059625,"fixed",8],"color":"#322","bgcolor":"#533"},{"id":1164,"type":"ImpactSwitch","pos":{"0":9541,"1":94},"size":{"0":210,"1":118},"flags":{},"order":131,"mode":0,"inputs":[{"name":"input1","type":"CONDITIONING","link":1596},{"name":"input2","type":"CONDITIONING","link":1597},{"name":"select","type":"INT","link":1595,"widget":{"name":"select"}},{"name":"input3","type":"CONDITIONING","link":null}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1601],"slot_index":0,"shape":3,"label":"CONDITIONING"},{"name":"selected_label","type":"STRING","links":null,"shape":3},{"name":"selected_index","type":"INT","links":null,"shape":3}],"title":"Switch (Any) Conditioning","properties":{"Node name for S&R":"ImpactSwitch"},"widgets_values":[1,false],"color":"#323","bgcolor":"#535"},{"id":1032,"type":"Get Image Size","pos":{"0":10341,"1":-142},"size":{"0":210,"1":46},"flags":{},"order":189,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1336}],"outputs":[{"name":"width","type":"INT","links":[1328],"slot_index":0,"shape":3},{"name":"height","type":"INT","links":[1329],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"Get Image Size"},"widgets_values":[],"color":"#323","bgcolor":"#535"},{"id":1047,"type":"Label (rgthree)","pos":{"0":9590,"1":820},"size":{"0":280,"1":30},"flags":{"allow_interaction":true},"order":38,"mode":0,"inputs":[],"outputs":[],"title":"Upscaled Image Size","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1041,"type":"ControlNetApplyAdvanced","pos":{"0":10060,"1":1080},"size":{"0":315,"1":186},"flags":{},"order":180,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":1601},{"name":"negative","type":"CONDITIONING","link":1346},{"name":"control_net","type":"CONTROL_NET","link":1347},{"name":"image","type":"IMAGE","link":1605},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[1416],"slot_index":0,"shape":3},{"name":"negative","type":"CONDITIONING","links":null,"shape":3}],"properties":{"Node name for S&R":"ControlNetApplyAdvanced"},"widgets_values":[0.7000000000000001,0,1],"color":"#323","bgcolor":"#535"},{"id":1023,"type":"CLIPTextEncode","pos":{"0":10060,"1":1020},"size":{"0":425.27801513671875,"1":180.6060791015625},"flags":{"collapsed":true},"order":102,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1518}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1346],"slot_index":0}],"title":"CLIP Text Encode (Negative Prompt)","properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":[""],"color":"#322","bgcolor":"#533"},{"id":1138,"type":"easy getNode","pos":{"0":10058,"1":958},"size":{"0":210,"1":58},"flags":{"collapsed":true},"order":39,"mode":0,"inputs":[],"outputs":[{"name":"*","type":"*","links":[1518],"slot_index":0}],"title":"⬅️CLIP","properties":{},"widgets_values":["CLIP"],"color":"#323","bgcolor":"#535"},{"id":1040,"type":"easy imageSize","pos":{"0":9590,"1":930},"size":{"0":306.6239929199219,"1":107.03485870361328},"flags":{},"order":191,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1344,"label":"image"}],"outputs":[{"name":"width_int","type":"INT","links":[],"slot_index":0,"shape":3,"label":"width_int"},{"name":"height_int","type":"INT","links":[],"slot_index":1,"shape":3,"label":"height_int"}],"properties":{"Node name for S&R":"easy imageSize"},"widgets_values":["Width: 1344 , Height: 840"],"color":"#323","bgcolor":"#535"},{"id":852,"type":"Note","pos":{"0":7717,"1":585},"size":{"0":414.5502624511719,"1":64.67123413085938},"flags":{},"order":40,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["use smaller resolutions for low vram PC's 8gb\nif invert is fals then you are using the dimensions you see\nif invert is true the you are using the inverse of the dimension you see"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":1049,"type":"Reroute","pos":{"0":10458,"1":-671},"size":[75,26],"flags":{},"order":172,"mode":0,"inputs":[{"name":"","type":"*","link":1360}],"outputs":[{"name":"","type":"MODEL","links":[1361],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":853,"type":"PreviewImage","pos":{"0":8634,"1":1797},"size":{"0":536.43310546875,"1":495.7420959472656},"flags":{},"order":144,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1104}],"outputs":[],"properties":{"Node name for S&R":"PreviewImage"},"widgets_values":[],"color":"#322","bgcolor":"#533"},{"id":854,"type":"CLIPTextEncodeFlux","pos":{"0":7745,"1":2584},"size":{"0":400,"1":200},"flags":{"collapsed":true},"order":116,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1524},{"name":"clip_l","type":"STRING","link":1105,"widget":{"name":"clip_l"}},{"name":"guidance","type":"FLOAT","link":1106,"widget":{"name":"guidance"}},{"name":"t5xxl","type":"STRING","link":1107,"widget":{"name":"t5xxl"}}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1100,1597],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["","",3.5],"color":"#232","bgcolor":"#353"},{"id":863,"type":"PrimitiveNode","pos":{"0":7739,"1":2692},"size":{"0":414.5751953125,"1":169.7886505126953},"flags":{},"order":41,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[1108,1109],"slot_index":0,"widget":{"name":"clip_l"}}],"title":"Negative","properties":{"Run widget replace on values":false},"widgets_values":["out of frame, lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature."],"color":"#322","bgcolor":"#533"},{"id":1142,"type":"easy getNode","pos":{"0":7744,"1":2532},"size":{"0":210,"1":58},"flags":{"collapsed":true},"order":42,"mode":0,"inputs":[],"outputs":[{"name":"*","type":"*","links":[1524,1525],"slot_index":0}],"title":"⬅️CLIP","properties":{},"widgets_values":["CLIP"],"color":"#322","bgcolor":"#533"},{"id":948,"type":"DualCLIPLoader","pos":{"0":-4464,"1":-582.7349853515625},"size":{"0":469.0359191894531,"1":110.259033203125},"flags":{},"order":43,"mode":0,"inputs":[],"outputs":[{"name":"CLIP","type":"CLIP","links":[1269,1507,1520],"slot_index":0,"shape":3,"label":"CLIP"}],"properties":{"Node name for S&R":"DualCLIPLoader"},"widgets_values":["ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors","t5xxl_fp8_e4m3fn.safetensors","flux"],"color":"#222","bgcolor":"#000"},{"id":513,"type":"Note","pos":{"0":1318,"1":1872},"size":{"0":361.17633056640625,"1":73.68553924560547},"flags":{},"order":44,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["Select 1 to upscale from text to image\nselect 2 to upscale from upload image"],"color":"#233","bgcolor":"#355"},{"id":929,"type":"Reroute","pos":{"0":4632,"1":-660},"size":[75,26],"flags":{},"order":156,"mode":0,"inputs":[{"name":"","type":"*","link":1196}],"outputs":[{"name":"","type":"MODEL","links":[1195,1197],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":824,"type":"Reroute","pos":{"0":8138,"1":-662},"size":[75,26],"flags":{},"order":159,"mode":0,"inputs":[{"name":"","type":"*","link":1197}],"outputs":[{"name":"","type":"MODEL","links":[1073,1094]}],"properties":{"showOutputText":false,"horizontal":false},"color":"#323","bgcolor":"#535"},{"id":845,"type":"Reroute","pos":{"0":9362,"1":-666},"size":[75,26],"flags":{},"order":164,"mode":0,"inputs":[{"name":"","type":"*","link":1094}],"outputs":[{"name":"","type":"MODEL","links":[1360],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":890,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":-4225,"1":1140.265380859375},"size":{"0":318.3878173828125,"1":226},"flags":{},"order":45,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":null}],"properties":{"matchColors":"green","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#232","bgcolor":"#353"},{"id":1075,"type":"Lora Loader Stack (rgthree)","pos":{"0":-4461,"1":-110.7354507446289},"size":{"0":340.20001220703125,"1":246},"flags":{},"order":149,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":1389},{"name":"clip","type":"CLIP","link":1609}],"outputs":[{"name":"MODEL","type":"MODEL","links":[1391,1392,1393],"slot_index":0,"shape":3},{"name":"CLIP","type":"CLIP","links":[1394,1610],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"Lora Loader Stack (rgthree)"},"widgets_values":["Flux Loras\\Hyper-FLUX.1-dev-8steps-lora.safetensors",0.12,"Flux Loras\\flux-RealismLora.safetensors",0.7000000000000001,"Flux Loras\\FLUX-dev-lora-add_details.safetensors",0.7000000000000001,"None",1],"color":"#222","bgcolor":"#000"},{"id":1133,"type":"easy setNode","pos":{"0":-4060,"1":0.26459434628486633},"size":{"0":210,"1":58},"flags":{"collapsed":true},"order":154,"mode":0,"inputs":[{"name":"CLIP","type":"CLIP","link":1610}],"outputs":[],"title":"➡️CLIP","properties":{},"widgets_values":["CLIP"],"color":"#222","bgcolor":"#000"},{"id":899,"type":"workflow/Custom Sampler Flux +1","pos":{"0":4760,"1":-216},"size":{"0":355.20001220703125,"1":338},"flags":{},"order":158,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":1413},{"name":"model","type":"MODEL","link":1195},{"name":"latent_image","type":"LATENT","link":1189},{"name":"width","type":"INT","link":1190,"widget":{"name":"width"}},{"name":"height","type":"INT","link":1191,"widget":{"name":"height"}},{"name":"guidance","type":"FLOAT","link":1156,"widget":{"name":"guidance"}}],"outputs":[{"name":"output","type":"LATENT","links":[1166],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"workflow/Custom Sampler Flux +1"},"widgets_values":[211943463330892,"fixed","euler",3.5,0.7000000000000001,0.4,"sgm_uniform",4,1,1024,1024],"color":"#332922","bgcolor":"#593930"},{"id":891,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":-584,"1":1628},"size":{"0":318.3878173828125,"1":226},"flags":{},"order":46,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":[]}],"properties":{"matchColors":"green","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#232","bgcolor":"#353"},{"id":896,"type":"LoadImage","pos":{"0":3145,"1":246},"size":{"0":493.2806091308594,"1":459.26611328125},"flags":{},"order":47,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1208,1549,1563,1593],"slot_index":0,"shape":3},{"name":"MASK","type":"MASK","links":null,"shape":3}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["Dog.jpg","image"],"color":"#332922","bgcolor":"#593930"},{"id":1160,"type":"workflow/Flux CoontrolNet Upscaler Switch","pos":{"0":3147,"1":-129},"size":{"0":495.8524169921875,"1":154.73245239257812},"flags":{},"order":48,"mode":0,"inputs":[],"outputs":[{"name":"INT","type":"INT","links":[1587,1588],"shape":3},{"name":"FLOAT","type":"FLOAT","links":null,"shape":3},{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"workflow/Flux CoontrolNet Upscaler Switch"},"widgets_values":[false,1,2],"color":"#332922","bgcolor":"#593930"},{"id":1113,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":4996,"1":1445},"size":{"0":318.3878173828125,"1":226},"flags":{},"order":49,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":[]}],"properties":{"matchColors":"green","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#232","bgcolor":"#353"},{"id":984,"type":"ImageResizeKJ","pos":{"0":8268,"1":901},"size":{"0":315,"1":242},"flags":{},"order":93,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1277},{"name":"get_image_size","type":"IMAGE","link":null},{"name":"width_input","type":"INT","link":null,"widget":{"name":"width_input"}},{"name":"height_input","type":"INT","link":null,"widget":{"name":"height_input"}}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1370,1428],"slot_index":0,"shape":3},{"name":"width","type":"INT","links":[],"slot_index":1,"shape":3},{"name":"height","type":"INT","links":[],"slot_index":2,"shape":3}],"properties":{"Node name for S&R":"ImageResizeKJ"},"widgets_values":[768,512,"nearest-exact",false,2,0,0,"disabled"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":1095,"type":"FluxResolutionNode","pos":{"0":8260,"1":366},"size":{"0":327.5999755859375,"1":170},"flags":{},"order":50,"mode":0,"inputs":[],"outputs":[{"name":"width","type":"INT","links":[1424,1426,1430],"slot_index":0,"shape":3},{"name":"height","type":"INT","links":[1425,1427,1429],"slot_index":1,"shape":3},{"name":"resolution","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"FluxResolutionNode"},"widgets_values":["0.5","8:5 (Cinematic View)",false,"1:1"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":830,"type":"workflow/Custom Sampler Flux +1","pos":{"0":8254.78515625,"1":-160.1181640625},"size":{"0":355.20001220703125,"1":338},"flags":{},"order":163,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":1382},{"name":"model","type":"MODEL","link":1073},{"name":"latent_image","type":"LATENT","link":1423},{"name":"width","type":"INT","link":1426,"widget":{"name":"width"}},{"name":"height","type":"INT","link":1427,"widget":{"name":"height"}},{"name":"guidance","type":"FLOAT","link":1077,"widget":{"name":"guidance"}}],"outputs":[{"name":"output","type":"LATENT","links":[1098],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"workflow/Custom Sampler Flux +1"},"widgets_values":[1049318688101781,"fixed","euler",3.5,0.7000000000000001,0.4,"sgm_uniform",8,1,1024,1024],"color":"#2a363b","bgcolor":"#3f5159"},{"id":835,"type":"CLIPTextEncodeFlux","pos":{"0":7701,"1":431},"size":{"0":470.9660949707031,"1":94},"flags":{"collapsed":true},"order":113,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1516},{"name":"clip_l","type":"STRING","link":1084,"widget":{"name":"clip_l"}},{"name":"t5xxl","type":"STRING","link":1085,"widget":{"name":"t5xxl"}},{"name":"guidance","type":"FLOAT","link":1086,"widget":{"name":"guidance"}}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[1378,1596],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["","",3.5],"color":"#232","bgcolor":"#353"},{"id":1072,"type":"ControlNetApplyAdvanced","pos":{"0":8725,"1":759},"size":{"0":315,"1":186},"flags":{},"order":135,"mode":0,"inputs":[{"name":"positive","type":"CONDITIONING","link":1378},{"name":"negative","type":"CONDITIONING","link":1379},{"name":"control_net","type":"CONTROL_NET","link":1380},{"name":"image","type":"IMAGE","link":1381},{"name":"vae","type":"VAE","link":null}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[1382],"slot_index":0,"shape":3},{"name":"negative","type":"CONDITIONING","links":null,"shape":3}],"properties":{"Node name for S&R":"ControlNetApplyAdvanced"},"widgets_values":[0.7000000000000001,0,1],"color":"#2a363b","bgcolor":"#3f5159"},{"id":821,"type":"ControlNetLoader","pos":{"0":7730,"1":760},"size":{"0":431.247314453125,"1":58},"flags":{},"order":51,"mode":0,"inputs":[],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[1380],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ControlNetLoader"},"widgets_values":["Flux\\jasperai-Flux.1-dev-Controlnet-Surface-Normals.safetensors"],"color":"#2a363b","bgcolor":"#3f5159"},{"id":829,"type":"AIO_Preprocessor","pos":{"0":8260,"1":760},"size":{"0":405.7444763183594,"1":82},"flags":{},"order":123,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1428}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1116,1381],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"AIO_Preprocessor"},"widgets_values":["DSINE-NormalMapPreprocessor",512],"color":"#2a363b","bgcolor":"#3f5159"},{"id":1165,"type":"workflow/Flux CoontrolNet Upscaler Switch","pos":{"0":9542,"1":-122},"size":{"0":495.8524169921875,"1":154.73245239257812},"flags":{},"order":52,"mode":0,"inputs":[],"outputs":[{"name":"INT","type":"INT","links":[1594,1595],"shape":3},{"name":"FLOAT","type":"FLOAT","links":null,"shape":3},{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"workflow/Flux CoontrolNet Upscaler Switch"},"widgets_values":[true,1,2],"color":"#323","bgcolor":"#535"},{"id":1168,"type":"Label (rgthree)","pos":{"0":9540,"1":-260},"size":{"0":276,"1":30},"flags":{"allow_interaction":true},"order":53,"mode":0,"inputs":[],"outputs":[],"title":"True = Flux_Upscale","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1169,"type":"Label (rgthree)","pos":{"0":9540,"1":-210},"size":{"0":349,"1":30},"flags":{"allow_interaction":true},"order":54,"mode":0,"inputs":[],"outputs":[],"title":"False = Mistoline_Upscale","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1024,"type":"ControlNetLoader","pos":{"0":10055,"1":840},"size":{"0":431.247314453125,"1":58},"flags":{},"order":55,"mode":0,"inputs":[],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[1347],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ControlNetLoader"},"widgets_values":["Flux\\Flux.1-dev-Controlnet-Upscaler.safetensors"],"color":"#323","bgcolor":"#535"},{"id":430,"type":"workflow/Flux Upscale Factor Selector","pos":{"0":-3166,"1":1984},"size":{"0":367.79998779296875,"1":250},"flags":{},"order":173,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":698}],"outputs":[{"name":"Tile Width","type":"INT","links":[541],"slot_index":0,"shape":3},{"name":"Tile Height ","type":"INT","links":[542],"slot_index":1,"shape":3},{"name":"Don Use This Width","type":"INT","links":null,"shape":3},{"name":"Dont Use This Height","type":"INT","links":null,"shape":3},{"name":"Use This Upscale Factor","type":"FLOAT","links":[543],"slot_index":4,"shape":3},{"name":"reverse upscale for 4x","type":"FLOAT","links":null,"shape":3},{"name":"reverse upscale for 2x","type":"FLOAT","links":null,"shape":3}],"properties":{"Node name for S&R":"workflow/Flux Upscale Factor Selector"},"widgets_values":[2,"fixed","Mul","Mul"],"color":"#232","bgcolor":"#353"},{"id":1086,"type":"easy showAnything","pos":{"0":-420,"1":1190},"size":{"0":210,"1":76},"flags":{},"order":112,"mode":0,"inputs":[{"name":"anything","type":"*","link":1407}],"outputs":[{"name":"output","type":"*","links":null,"shape":3}],"properties":{"Node name for S&R":"easy showAnything"},"widgets_values":["560"],"color":"#323","bgcolor":"#535"},{"id":1085,"type":"easy showAnything","pos":{"0":-420,"1":1070},"size":{"0":210,"1":76},"flags":{},"order":110,"mode":0,"inputs":[{"name":"anything","type":"*","link":1406}],"outputs":[{"name":"output","type":"*","links":null,"shape":3}],"properties":{"Node name for S&R":"easy showAnything"},"widgets_values":["896"],"color":"#323","bgcolor":"#535"},{"id":1083,"type":"FluxResolutionNode","pos":{"0":-795,"1":1096},"size":{"0":327.5999755859375,"1":170},"flags":{},"order":56,"mode":0,"inputs":[],"outputs":[{"name":"width","type":"INT","links":[1400,1404,1406],"slot_index":0,"shape":3},{"name":"height","type":"INT","links":[1401,1405,1407],"slot_index":1,"shape":3},{"name":"resolution","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"FluxResolutionNode"},"widgets_values":["0.5","8:5 (Cinematic View)",false,"1:1"],"color":"#323","bgcolor":"#535"},{"id":878,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":9514,"1":1414},"size":{"0":317.135498046875,"1":114.81163024902344},"flags":{},"order":57,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":null}],"properties":{"matchColors":"purple","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#323","bgcolor":"#535"},{"id":1070,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":7084,"1":-447},"size":{"0":317.135498046875,"1":114.81163024902344},"flags":{},"order":58,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":null}],"properties":{"matchColors":"purple","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#323","bgcolor":"#535"},{"id":1163,"type":"ImpactSwitch","pos":{"0":9768,"1":91},"size":{"0":268.40472412109375,"1":118},"flags":{},"order":176,"mode":0,"inputs":[{"name":"input1","type":"IMAGE","link":1598,"label":"Input1"},{"name":"select","type":"INT","link":1594,"widget":{"name":"select"}},{"name":"input2","type":"IMAGE","link":1600},{"name":"input3","type":"IMAGE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1603,1604,1605,1626],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"selected_label","type":"STRING","links":null,"shape":3},{"name":"selected_index","type":"INT","links":null,"shape":3}],"title":"Switch (Any) Images","properties":{"Node name for S&R":"ImpactSwitch"},"widgets_values":[1,false],"color":"#323","bgcolor":"#535"},{"id":1026,"type":"workflow/Custom Sampler Flux +1","pos":{"0":10593,"1":-203},"size":{"0":355.20001220703125,"1":338},"flags":{},"order":193,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":1416},{"name":"model","type":"MODEL","link":1361},{"name":"latent_image","type":"LATENT","link":1327},{"name":"width","type":"INT","link":1328,"widget":{"name":"width"}},{"name":"height","type":"INT","link":1329,"widget":{"name":"height"}},{"name":"guidance","type":"FLOAT","link":1330,"widget":{"name":"guidance"}}],"outputs":[{"name":"output","type":"LATENT","links":[1335],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"workflow/Custom Sampler Flux +1"},"widgets_values":[211943463330892,"fixed","euler",3.5,0.7000000000000001,0.4,"sgm_uniform",6,1,1024,1024],"color":"#323","bgcolor":"#535"},{"id":1039,"type":"ImageScaleBy","pos":{"0":9590,"1":710},"size":{"0":315,"1":82},"flags":{},"order":185,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1627,"label":"image"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1336,1337,1344],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"ImageScaleBy"},"widgets_values":["lanczos",6],"color":"#323","bgcolor":"#535"},{"id":1154,"type":"ImpactSwitch","pos":{"0":3370,"1":80},"size":{"0":270.3999938964844,"1":118},"flags":{},"order":106,"mode":0,"inputs":[{"name":"input1","type":"IMAGE","link":1580,"label":"Input1 Text2Image"},{"name":"select","type":"INT","link":1587,"widget":{"name":"select"}},{"name":"input2","type":"IMAGE","link":1593},{"name":"input3","type":"IMAGE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1582,1584,1585,1629],"slot_index":0,"shape":3,"label":"IMAGE"},{"name":"selected_label","type":"STRING","links":null,"shape":3},{"name":"selected_index","type":"INT","links":null,"shape":3}],"title":"Switch (Any) Images","properties":{"Node name for S&R":"ImpactSwitch"},"widgets_values":[1,false],"color":"#332922","bgcolor":"#593930"},{"id":836,"type":"PrimitiveNode","pos":{"0":7697,"1":-107},"size":{"0":504.42193603515625,"1":402.6072998046875},"flags":{},"order":59,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[1084,1085],"slot_index":0,"widget":{"name":"clip_l"}}],"title":"Positive","properties":{"Run widget replace on values":false},"widgets_values":[""],"color":"#232","bgcolor":"#353"},{"id":895,"type":"ControlNetLoader","pos":{"0":4138,"1":616},"size":{"0":431.247314453125,"1":58},"flags":{},"order":60,"mode":0,"inputs":[],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[1221],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ControlNetLoader"},"widgets_values":["Flux\\Flux.1-dev-Controlnet-Upscaler.safetensors"],"color":"#332922","bgcolor":"#593930"},{"id":1017,"type":"Label (rgthree)","pos":{"0":4139,"1":542},"size":{"0":145,"1":30},"flags":{"allow_interaction":true},"order":61,"mode":0,"inputs":[],"outputs":[],"title":"Controlnet ","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1197,"type":"ImageScaleDownBy","pos":{"0":9592,"1":553},"size":{"0":315,"1":58},"flags":{},"order":181,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1626}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1627,1636],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageScaleDownBy"},"widgets_values":[0.25],"color":"#323","bgcolor":"#535"},{"id":1038,"type":"easy imageSize","pos":{"0":9592,"1":369},"size":{"0":305.7576904296875,"1":101.84623718261719},"flags":{},"order":179,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1603,"label":"image"}],"outputs":[{"name":"width_int","type":"INT","links":[],"slot_index":0,"shape":3,"label":"width_int"},{"name":"height_int","type":"INT","links":[],"slot_index":1,"shape":3,"label":"height_int"}],"properties":{"Node name for S&R":"easy imageSize"},"widgets_values":["Width: 896 , Height: 560"],"color":"#323","bgcolor":"#535"},{"id":1046,"type":"Label (rgthree)","pos":{"0":9590,"1":296},"size":{"0":224,"1":30},"flags":{"allow_interaction":true},"order":62,"mode":0,"inputs":[],"outputs":[],"title":"Initial Image Size","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1167,"type":"Label (rgthree)","pos":{"0":9589,"1":630},"size":{"0":347,"1":30},"flags":{"allow_interaction":true},"order":63,"mode":0,"inputs":[],"outputs":[],"title":"Select Amount Of Upscale","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1045,"type":"Label (rgthree)","pos":{"0":10060,"1":765},"size":{"0":145,"1":30},"flags":{"allow_interaction":true},"order":64,"mode":0,"inputs":[],"outputs":[],"title":"Controlnet ","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1200,"type":"Label (rgthree)","pos":{"0":9590,"1":481},"size":{"0":290,"1":30},"flags":{"allow_interaction":true},"order":65,"mode":0,"inputs":[],"outputs":[],"title":"Down Scale Image By","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":937,"type":"easy imageSize","pos":{"0":3937,"1":405},"size":{"0":306.6239929199219,"1":107.03485870361328},"flags":{},"order":146,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1211,"label":"image"}],"outputs":[{"name":"width_int","type":"INT","links":[],"slot_index":0,"shape":3,"label":"width_int"},{"name":"height_int","type":"INT","links":[],"slot_index":1,"shape":3,"label":"height_int"}],"properties":{"Node name for S&R":"easy imageSize"},"widgets_values":["Width: 1100 , Height: 732"],"color":"#332922","bgcolor":"#593930"},{"id":1019,"type":"Label (rgthree)","pos":{"0":3937,"1":331},"size":{"0":280,"1":30},"flags":{"allow_interaction":true},"order":66,"mode":0,"inputs":[],"outputs":[],"title":"Upscaled Image Size","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":936,"type":"ImageScaleBy","pos":{"0":3935,"1":238},"size":{"0":315,"1":82},"flags":{},"order":139,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1630,"label":"image"}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1211,1214,1215],"slot_index":0,"shape":3,"label":"IMAGE"}],"properties":{"Node name for S&R":"ImageScaleBy"},"widgets_values":["lanczos",4],"color":"#332922","bgcolor":"#593930"},{"id":1161,"type":"Label (rgthree)","pos":{"0":3933,"1":160},"size":{"0":347,"1":30},"flags":{"allow_interaction":true},"order":67,"mode":0,"inputs":[],"outputs":[],"title":"Select Amount Of Upscale","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1201,"type":"Label (rgthree)","pos":{"0":3935,"1":10},"size":{"0":290,"1":30},"flags":{"allow_interaction":true},"order":68,"mode":0,"inputs":[],"outputs":[],"title":"Down Scale Image By","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":935,"type":"easy imageSize","pos":{"0":3934,"1":-110},"size":{"0":305.7576904296875,"1":101.84623718261719},"flags":{},"order":126,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1582,"label":"image"}],"outputs":[{"name":"width_int","type":"INT","links":[],"slot_index":0,"shape":3,"label":"width_int"},{"name":"height_int","type":"INT","links":[],"slot_index":1,"shape":3,"label":"height_int"}],"properties":{"Node name for S&R":"easy imageSize"},"widgets_values":["Width: 275 , Height: 183"],"color":"#332922","bgcolor":"#593930"},{"id":1018,"type":"Label (rgthree)","pos":{"0":3934,"1":-184},"size":{"0":224,"1":30},"flags":{"allow_interaction":true},"order":69,"mode":0,"inputs":[],"outputs":[],"title":"Initial Image Size","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1069,"type":"Label (rgthree)","pos":{"0":8252,"1":-246},"size":{"0":111,"1":30},"flags":{"allow_interaction":true},"order":70,"mode":0,"inputs":[],"outputs":[],"title":"Sampler","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1031,"type":"Note","pos":{"0":9927,"1":-245},"size":{"0":390.22259521484375,"1":67.84423828125},"flags":{},"order":71,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["Choose True for images coming from text to image\nDeselect for images coming from Load image"],"color":"#323","bgcolor":"#535"},{"id":1198,"type":"easy imageSize","pos":{"0":9988,"1":551},"size":{"0":305.7576904296875,"1":101.84623718261719},"flags":{},"order":186,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1636,"label":"image"}],"outputs":[{"name":"width_int","type":"INT","links":[],"slot_index":0,"shape":3,"label":"width_int"},{"name":"height_int","type":"INT","links":[],"slot_index":1,"shape":3,"label":"height_int"}],"title":"Down Scaled Image SizeImageSize","properties":{"Node name for S&R":"easy imageSize"},"widgets_values":["Width: 224 , Height: 140"],"color":"#323","bgcolor":"#535"},{"id":1199,"type":"ImageScaleDownBy","pos":{"0":3932,"1":88},"size":{"0":315,"1":58},"flags":{},"order":127,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":1629}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[1630,1637],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageScaleDownBy"},"widgets_values":[0.25],"color":"#332922","bgcolor":"#593930"},{"id":1202,"type":"easy imageSize","pos":{"0":4320,"1":86},"size":{"0":305.7576904296875,"1":101.84623718261719},"flags":{},"order":140,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1637,"label":"image"}],"outputs":[{"name":"width_int","type":"INT","links":[],"slot_index":0,"shape":3,"label":"width_int"},{"name":"height_int","type":"INT","links":[],"slot_index":1,"shape":3,"label":"height_int"}],"title":"Down Scaled Image SizeImageSize","properties":{"Node name for S&R":"easy imageSize"},"widgets_values":["Width: 224 , Height: 140"],"color":"#332922","bgcolor":"#593930"},{"id":931,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":2744,"1":-383},"size":{"0":318.3878173828125,"1":226},"flags":{},"order":72,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":[]}],"properties":{"matchColors":"green","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#232","bgcolor":"#353"},{"id":463,"type":"String Variable [n-suite]","pos":{"0":-2508,"1":-413},"size":{"0":411.6000061035156,"1":200},"flags":{},"order":73,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[571],"slot_index":0,"shape":3}],"title":"String VariableTages After Prompt [🅝-🅢🅤🅘🅣🅔]","properties":{"Node name for S&R":"String Variable [n-suite]"},"widgets_values":[""],"color":"#322","bgcolor":"#533"},{"id":228,"type":"Text _O","pos":{"0":-3310,"1":-720},"size":{"0":400,"1":200},"flags":{},"order":74,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[347],"slot_index":0,"shape":3}],"title":"Input Prompt","properties":{"Node name for S&R":"Text _O"},"widgets_values":["Subject: \"a towering Gundam robot Running in the streets of a futuristic city, the worsds hyper fast is written in large bold neon letters on a billboard \". \ntype of prompt: \"Normal Prompt\"\nStyle: \"Realistic\"\n"],"color":"#232","bgcolor":"#353"},{"id":155,"type":"SDXLPromptStylerPreview","pos":{"0":-2106.892822265625,"1":168.980224609375},"size":{"0":465.70654296875,"1":490.77154541015625},"flags":{},"order":75,"mode":0,"inputs":[],"outputs":[{"name":"text_positive","type":"STRING","links":[276],"slot_index":0,"shape":3},{"name":"text_negative","type":"STRING","links":[277],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"SDXLPromptStylerPreview"},"widgets_values":["","",{"content":"base","preview":"K:\\ComfyUI_windows_portable_nvidia\\ComfyUI_windows_portable\\ComfyUI\\custom_nodes\\ComfyUI-Prompt-Preview\\style-preview\\base.png"},true,true,false],"color":"#323","bgcolor":"#535"},{"id":185,"type":"CLIPTextEncodeFlux","pos":{"0":-775,"1":184},"size":{"0":431.26336669921875,"1":100.89759063720703},"flags":{"collapsed":false},"order":155,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":1394},{"name":"clip_l","type":"STRING","link":296,"widget":{"name":"clip_l"}},{"name":"t5xxl","type":"STRING","link":295,"widget":{"name":"t5xxl"}},{"name":"guidance","type":"FLOAT","link":572,"widget":{"name":"guidance"}}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[812,1581],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"CLIPTextEncodeFlux"},"widgets_values":["","",2.5],"color":"#232","bgcolor":"#353"},{"id":561,"type":"Textbox","pos":{"0":1744,"1":1654},"size":{"0":400,"1":200},"flags":{},"order":76,"mode":0,"inputs":[{"name":"passthrough","type":"STRING","link":null,"widget":{"name":"passthrough"}}],"outputs":[{"name":"text","type":"STRING","links":[839],"slot_index":0,"shape":3}],"title":"Text_2_Image Prompt_Textbox","properties":{"Node name for S&R":"Textbox"},"widgets_values":[" Capture a hyper-detailed, towering Gundam robot standing in a mystical forest, surrounded by ancient, massive trees with glowing, bioluminescent vines hanging from the branches. The robot's metallic surface reflects the soft, ethereal light filtering through the dense canopy. In the foreground, a tranquil mist-covered pond reflects the Gundam's silhouette, while faint, mysterious blue and green magical orbs float in the air. Shot with a 50mm lens at f/2.8 for a natural depth of field, emphasizing the robot's intricate armor while subtly blurring the magical background. Natural soft light gives a dreamlike glow, with low ISO to maintain clarity and detail. ",""],"color":"#232","bgcolor":"#353"},{"id":1094,"type":"Textbox","pos":{"0":3660,"1":804},"size":{"0":400,"1":200},"flags":{},"order":125,"mode":0,"inputs":[{"name":"passthrough","type":"STRING","link":1421,"widget":{"name":"passthrough"}}],"outputs":[{"name":"text","type":"STRING","links":[1419,1420],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"Textbox"},"widgets_values":["",""],"color":"#232","bgcolor":"#353"},{"id":1071,"type":"Fast Groups Bypasser (rgthree)","pos":{"0":7043,"1":1719},"size":{"0":317.135498046875,"1":114.81163024902344},"flags":{},"order":77,"mode":0,"inputs":[],"outputs":[{"name":"OPT_CONNECTION","type":"*","links":null}],"properties":{"matchColors":"purple","matchTitle":"","showNav":true,"sort":"position","customSortAlphabet":"","toggleRestriction":"default"},"color":"#323","bgcolor":"#535"},{"id":861,"type":"PrimitiveNode","pos":{"0":7741.908203125,"1":2292.2509765625},"size":{"0":423.32086181640625,"1":187.61669921875},"flags":{},"order":78,"mode":0,"inputs":[],"outputs":[{"name":"STRING","type":"STRING","links":[1105,1107],"slot_index":0,"widget":{"name":"clip_l"}}],"title":"Positive","properties":{"Run widget replace on values":false},"widgets_values":[""],"color":"#232","bgcolor":"#353"},{"id":925,"type":"Get Image Size","pos":{"0":4413,"1":-157},"size":{"0":210,"1":46},"flags":{},"order":147,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":1214}],"outputs":[{"name":"width","type":"INT","links":[1190],"slot_index":0,"shape":3},{"name":"height","type":"INT","links":[1191],"slot_index":1,"shape":3}],"properties":{"Node name for S&R":"Get Image Size"},"widgets_values":[],"color":"#332922","bgcolor":"#593930"},{"id":911,"type":"Note","pos":{"0":3571,"1":-274},"size":{"0":390.22259521484375,"1":67.84423828125},"flags":{},"order":79,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["Choose True for images coming from text to image\nDeselect for images coming from Load image"],"color":"#332922","bgcolor":"#593930"},{"id":1015,"type":"Label (rgthree)","pos":{"0":3146,"1":-278},"size":{"0":372,"1":30},"flags":{"allow_interaction":true},"order":80,"mode":0,"inputs":[],"outputs":[],"title":"True = Text2Image_Upscale","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":944,"type":"SimpleMathBoolean+","pos":{"0":-4542,"1":-1512},"size":{"0":315,"1":58},"flags":{},"order":81,"mode":0,"inputs":[],"outputs":[{"name":"BOOLEAN","type":"BOOLEAN","links":[1224],"slot_index":0,"shape":3,"label":"BOOLEAN"}],"title":"GGUF OR FP8-16 SWITCH","properties":{"Node name for S&R":"SimpleMathBoolean+"},"widgets_values":[true],"color":"#222","bgcolor":"#000"},{"id":943,"type":"CR Set Value On Boolean","pos":{"0":-4213,"1":-1452},"size":{"0":327.5999755859375,"1":146},"flags":{"collapsed":false},"order":117,"mode":0,"inputs":[{"name":"boolean","type":"BOOLEAN","link":1224,"widget":{"name":"boolean"},"label":"boolean"}],"outputs":[{"name":"INT","type":"INT","links":[1639],"slot_index":0,"shape":3,"label":"INT"},{"name":"FLOAT","type":"FLOAT","links":null,"shape":3,"label":"FLOAT"},{"name":"show_help","type":"STRING","links":null,"shape":3,"label":"show_help"}],"properties":{"Node name for S&R":"CR Set Value On Boolean"},"widgets_values":[true,1,2],"color":"#222","bgcolor":"#000"},{"id":951,"type":"ImpactSwitch","pos":{"0":-4464,"1":-798},"size":{"0":311.4867858886719,"1":123.42204284667969},"flags":{"collapsed":true},"order":142,"mode":0,"inputs":[{"name":"input1","type":"MODEL","link":1231,"label":"input1"},{"name":"input2","type":"MODEL","link":1232,"label":"input2"},{"name":"input3","type":"MODEL","link":null,"label":"input3"},{"name":"select","type":"INT","link":1640,"widget":{"name":"select"},"label":"select"}],"outputs":[{"name":"MODEL","type":"MODEL","links":[1389],"slot_index":0,"shape":3,"label":"MODEL"},{"name":"selected_label","type":"STRING","links":[],"slot_index":1,"shape":3,"label":"selected_label"},{"name":"selected_index","type":"INT","links":[],"slot_index":2,"shape":3,"label":"selected_index"}],"properties":{"Node name for S&R":"ImpactSwitch"},"widgets_values":[1,false],"color":"#222","bgcolor":"#000"},{"id":947,"type":"ImpactSwitch","pos":{"0":-4458,"1":-405},"size":{"0":311.85333251953125,"1":118},"flags":{"collapsed":true},"order":104,"mode":0,"inputs":[{"name":"select","type":"INT","link":1641,"widget":{"name":"select"},"label":"select"},{"name":"input1","type":"CLIP","link":1519},{"name":"input2","type":"CLIP","link":1520},{"name":"input3","type":"CLIP","link":null}],"outputs":[{"name":"CLIP","type":"CLIP","links":[1609],"slot_index":0,"shape":3,"label":"CLIP"},{"name":"selected_label","type":"STRING","links":[],"slot_index":1,"shape":3,"label":"selected_label"},{"name":"selected_index","type":"INT","links":[],"slot_index":2,"shape":3,"label":"selected_index"}],"properties":{"Node name for S&R":"ImpactSwitch"},"widgets_values":[1,false],"color":"#222","bgcolor":"#000"},{"id":1205,"type":"ReroutePrimitive|pysssss","pos":{"0":-4600,"1":-1336},"size":[75,26],"flags":{},"order":132,"mode":0,"inputs":[{"name":"value","type":"*","link":1639,"label":" "}],"outputs":[{"name":"*","type":"INT","links":[1640,1641],"slot_index":0,"shape":3,"label":"INT"}],"properties":{"Node name for S&R":"ReroutePrimitive|pysssss"},"color":"#222","bgcolor":"#000"},{"id":1203,"type":"Note","pos":{"0":-4536,"1":-1415},"size":{"0":270.8476867675781,"1":68.86292266845703},"flags":{},"order":82,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["Toggle Between GGUF or FP8 Modes\nSelect True For GGUF \nSelect False For FP8"],"color":"#222","bgcolor":"#000"},{"id":851,"type":"Note","pos":{"0":-4458,"1":212.26454162597656},"size":{"0":545.479248046875,"1":862.0556640625},"flags":{},"order":83,"mode":0,"inputs":[],"outputs":[],"properties":{"text":""},"widgets_values":["Video:\nhttps://www.youtube.com/watch?v=8M4OEGxACQk\n\nModel list.\n\nFlux Dev GGUF:\n\nhttps:/huggingface.co/city96/FLUX.1-dev-gguf/tree/main\n\nFlux Dev fp8:\nhttps:/https://huggingface.co/XLabs-AI/flux-dev-fp8/blob/main/flux-dev-fp8.safetensors\n\n\nT5 GGUF Model:\nhttps:/huggingface.co/city96/t5-v1_1-xxl-encoder-gguf/blob/main/t5-v1_1-xxl-encoder-Q4_K_M.gguf\n\nT5 FP8 Model:\nhttps://huggingface.co/stabilityai/stable-diffusion-3-medium/tree/main\nNB: you'll need to login or sign and agree to the terms of stabilityai to download the fp8 model\n\nClip VIT:\nhttps:/huggingface.co/zer0int/CLIP-GmP-ViT-L-14/blob/main/ViT-L-14-TEXT-detail-improved-hiT-GmP-TE-only-HF.safetensors\n\n\nFlux hyper model Lora:\nhttps:/huggingface.co/ByteDance/Hyper-SD\n\n\nFlux dev add detail lora:\nhttps:/huggingface.co/Shakker-Labs/FLUX.1-dev-LoRA-add-details\n\njasperai/Flux.1-dev-Controlnet-Upscalerr:\nhttps://huggingface.co/jasperai/Flux.1-dev-Controlnet-Upscaler/blob/main/diffusion_pytorch_model.safetensors\n\njasperai/Flux.1-dev-Controlnet-Depth:\nhttps://huggingface.co/jasperai/Flux.1-dev-Controlnet-Depth/blob/main/diffusion_pytorch_model.safetensors\n\njasperai/Flux.1-dev-Controlnet-Surface-Normals:\nhttps://huggingface.co/jasperai/Flux.1-dev-Controlnet-Surface-Normals/blob/main/diffusion_pytorch_model.safetensors\n \n\nControlnet Depth:\nhttps:/huggingface.co/Shakker-Labs/FLUX.1-dev-ControlNet-Depth/blob/main/diffusion_pytorch_model.safetensors\n\n\nContorlnet Canny:\nhttps:/huggingface.co/InstantX/FLUX.1-dev-Controlnet-Canny/blob/main/diffusion_pytorch_model.safetensors\n\n\nMistoline Controlnet:\nhttps:/huggingface.co/TheMistoAI/MistoLine_Flux.dev/blob/main/mistoline_flux.dev_v1.safetensors\n\n\nMistoline GitHub:\nhttps:/github.com/TheMistoAI/MistoControlNet-Flux-dev\n\n\n"],"color":"#222","bgcolor":"#000"},{"id":1204,"type":"Label (rgthree)","pos":{"0":-4541,"1":-1587},"size":{"0":311,"1":30},"flags":{"allow_interaction":true},"order":84,"mode":0,"inputs":[],"outputs":[],"title":"GGUF or FP8 SWITCH","properties":{"fontSize":30,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"},{"id":1206,"type":"Label (rgthree)","pos":{"0":1242,"1":-3027},"size":[4596,200],"flags":{"allow_interaction":true},"order":85,"mode":0,"inputs":[],"outputs":[],"title":"https://www.youtube.com/watch?v=8M4OEGxACQk","properties":{"fontSize":200,"fontFamily":"Arial","fontColor":"#000000","textAlign":"left","backgroundColor":"yellow","padding":0,"borderRadius":0},"color":"#fff0","bgcolor":"#fff0"}],"links":[[228,130,0,138,0,"IMAGE"],[240,149,0,147,0,"STRING"],[241,150,2,149,0,"STRING"],[242,148,0,150,0,"IMAGE"],[243,151,0,150,1,"FL2MODEL"],[248,157,0,137,0,"STRING"],[249,147,0,157,1,"STRING"],[268,148,0,176,0,"IMAGE"],[275,177,0,157,0,"STRING"],[276,155,0,177,0,"STRING"],[277,155,1,177,1,"STRING"],[295,137,0,185,2,"STRING"],[296,137,0,185,1,"STRING"],[301,176,0,182,1,"LATENT"],[306,131,0,130,1,"VAE"],[335,225,0,222,0,"CUSTOM"],[337,223,0,222,2,"STRING"],[339,222,0,226,0,"STRING"],[347,228,0,222,1,"STRING"],[364,268,0,267,0,"STRING"],[365,222,0,267,1,"STRING"],[366,267,0,157,2,"STRING"],[489,399,0,397,0,"IMAGE"],[493,400,0,399,2,"CONDITIONING"],[494,398,0,399,3,"CONDITIONING"],[496,396,0,399,5,"UPSCALE_MODEL"],[500,399,0,405,0,"IMAGE"],[501,402,0,405,1,"IMAGE"],[517,131,0,419,0,"VAE"],[522,402,0,422,1,"IMAGE"],[523,130,0,422,0,"IMAGE"],[524,422,0,399,0,"IMAGE"],[541,430,0,399,6,"INT"],[542,430,1,399,7,"INT"],[543,430,4,399,8,"FLOAT"],[570,267,0,462,0,"STRING"],[571,463,0,267,2,"STRING"],[572,465,0,185,3,"FLOAT"],[574,475,0,468,3,"CONDITIONING"],[575,473,0,468,4,"UPSCALE_MODEL"],[577,468,0,469,1,"UPSCALER"],[579,469,0,471,0,"LATENT"],[580,469,1,471,1,"VAE"],[600,130,0,488,0,"*"],[622,505,0,509,0,"IMAGE"],[626,505,0,512,0,"*"],[628,145,0,468,0,"MODEL"],[629,131,0,468,1,"VAE"],[630,131,0,501,1,"VAE"],[631,131,0,509,1,"VAE"],[632,145,1,510,0,"CLIP"],[633,145,1,475,0,"CLIP"],[670,471,0,546,0,"IMAGE"],[679,489,0,548,0,"IMAGE"],[689,510,0,468,2,"CONDITIONING"],[698,422,0,430,0,"IMAGE"],[758,546,0,472,0,"IMAGE"],[806,645,0,130,0,"LATENT"],[810,465,0,645,5,"FLOAT"],[812,185,0,645,0,"CONDITIONING"],[814,471,0,548,1,"IMAGE"],[830,648,0,510,1,"STRING"],[831,648,1,469,0,"LATENT"],[834,645,0,648,0,"LATENT"],[835,509,0,648,1,"LATENT"],[839,561,0,648,2,"STRING"],[939,720,0,721,0,"STRING"],[974,721,0,648,3,"STRING"],[975,505,0,720,0,"IMAGE"],[1059,818,0,816,0,"IMAGE"],[1060,815,0,817,0,"IMAGE"],[1061,818,0,817,1,"IMAGE"],[1062,815,0,818,0,"IMAGE"],[1063,815,1,818,1,"MASK"],[1073,824,0,830,1,"MODEL"],[1077,837,0,830,5,"FLOAT"],[1082,848,0,834,0,"IMAGE"],[1084,836,0,835,1,"STRING"],[1085,836,0,835,2,"STRING"],[1086,837,0,835,3,"FLOAT"],[1094,824,0,845,0,"*"],[1098,830,0,848,0,"LATENT"],[1100,854,0,850,2,"CONDITIONING"],[1101,855,0,850,3,"CONDITIONING"],[1102,856,0,850,4,"ControlNetCondition"],[1103,862,0,850,5,"FLOAT"],[1104,850,0,853,0,"IMAGE"],[1105,861,0,854,1,"STRING"],[1106,862,0,854,2,"FLOAT"],[1107,861,0,854,3,"STRING"],[1108,863,0,855,1,"STRING"],[1109,863,0,855,2,"STRING"],[1110,862,0,855,3,"FLOAT"],[1111,849,0,856,0,"MistoFluxControlNet"],[1112,857,0,856,1,"IMAGE"],[1113,858,0,857,0,"IMAGE"],[1114,856,1,859,0,"IMAGE"],[1116,829,0,866,0,"IMAGE"],[1135,133,0,493,0,"MODEL"],[1156,904,0,899,5,"FLOAT"],[1157,910,0,901,0,"IMAGE"],[1160,904,0,902,3,"FLOAT"],[1166,899,0,910,0,"LATENT"],[1189,928,0,899,2,"LATENT"],[1190,925,0,899,3,"INT"],[1191,925,1,899,4,"INT"],[1195,929,0,899,1,"MODEL"],[1196,881,0,929,0,"*"],[1197,929,0,824,0,"*"],[1198,910,0,930,0,"IMAGE"],[1200,131,0,910,1,"VAE"],[1201,131,0,928,1,"VAE"],[1202,880,1,902,0,"CLIP"],[1203,880,1,893,0,"CLIP"],[1204,131,0,894,3,"VAE"],[1206,934,0,933,1,"FL2MODEL"],[1208,896,0,933,0,"IMAGE"],[1211,936,0,937,0,"IMAGE"],[1214,936,0,925,0,"IMAGE"],[1215,936,0,928,0,"IMAGE"],[1219,893,0,938,1,"CONDITIONING"],[1221,895,0,938,2,"CONTROL_NET"],[1224,944,0,943,0,"BOOLEAN"],[1231,133,0,951,0,"MODEL"],[1232,950,0,951,1,"MODEL"],[1269,948,0,947,1,"CLIP"],[1277,822,0,984,0,"IMAGE"],[1327,1033,0,1026,2,"LATENT"],[1328,1032,0,1026,3,"INT"],[1329,1032,1,1026,4,"INT"],[1330,1029,0,1026,5,"FLOAT"],[1331,1030,0,1027,0,"IMAGE"],[1335,1026,0,1030,0,"LATENT"],[1336,1039,0,1032,0,"IMAGE"],[1337,1039,0,1033,0,"IMAGE"],[1338,1030,0,1034,0,"IMAGE"],[1344,1039,0,1040,0,"IMAGE"],[1346,1023,0,1041,1,"CONDITIONING"],[1347,1024,0,1041,2,"CONTROL_NET"],[1360,845,0,1049,0,"*"],[1361,1049,0,1026,1,"MODEL"],[1370,984,0,1051,0,"IMAGE"],[1371,822,0,1052,0,"IMAGE"],[1378,835,0,1072,0,"CONDITIONING"],[1379,819,0,1072,1,"CONDITIONING"],[1380,821,0,1072,2,"CONTROL_NET"],[1381,829,0,1072,3,"IMAGE"],[1382,1072,0,830,0,"CONDITIONING"],[1389,951,0,1075,0,"MODEL"],[1391,1075,0,881,0,"*"],[1392,1075,0,645,1,"MODEL"],[1393,1075,0,838,0,"MODEL"],[1394,1075,1,185,0,"CLIP"],[1400,1083,0,1084,0,"INT"],[1401,1083,1,1084,1,"INT"],[1402,182,0,645,2,"LATENT"],[1403,1084,0,182,0,"LATENT"],[1404,1083,0,645,3,"INT"],[1405,1083,1,645,4,"INT"],[1406,1083,0,1085,0,"*"],[1407,1083,1,1086,0,"*"],[1413,938,0,899,0,"CONDITIONING"],[1416,1041,0,1026,0,"CONDITIONING"],[1419,1094,0,902,1,"STRING"],[1420,1094,0,902,2,"STRING"],[1421,933,2,1094,0,"STRING"],[1423,1096,0,830,2,"LATENT"],[1424,1095,0,1096,0,"INT"],[1425,1095,1,1096,1,"INT"],[1426,1095,0,830,3,"INT"],[1427,1095,1,830,4,"INT"],[1428,984,0,829,0,"IMAGE"],[1429,1095,1,1103,0,"*"],[1430,1095,0,1104,0,"*"],[1434,131,0,848,1,"VAE"],[1435,947,0,819,0,"CLIP"],[1436,131,0,1030,1,"VAE"],[1437,131,0,1033,1,"VAE"],[1438,947,0,1023,0,"CLIP"],[1439,947,0,835,0,"CLIP"],[1440,131,0,1072,4,"VAE"],[1441,131,0,1041,4,"VAE"],[1444,131,0,176,1,"VAE"],[1445,131,0,399,4,"VAE"],[1446,131,0,509,1,"VAE"],[1447,131,0,468,1,"VAE"],[1448,131,0,850,1,"VAE"],[1449,131,0,848,1,"VAE"],[1450,131,0,928,1,"VAE"],[1451,131,0,910,1,"VAE"],[1452,131,0,1030,1,"VAE"],[1453,131,0,1033,1,"VAE"],[1454,131,0,938,4,"VAE"],[1455,131,0,1072,4,"VAE"],[1456,131,0,1041,4,"VAE"],[1464,131,0,176,1,"VAE"],[1465,131,0,399,4,"VAE"],[1466,131,0,509,1,"VAE"],[1467,131,0,468,1,"VAE"],[1468,131,0,850,1,"VAE"],[1469,131,0,848,1,"VAE"],[1470,131,0,928,1,"VAE"],[1471,131,0,910,1,"VAE"],[1472,131,0,1030,1,"VAE"],[1473,131,0,1033,1,"VAE"],[1474,131,0,938,4,"VAE"],[1475,131,0,1072,4,"VAE"],[1476,131,0,1041,4,"VAE"],[1507,948,0,947,1,"CLIP"],[1510,1134,0,902,0,"CLIP"],[1511,1134,0,893,0,"CLIP"],[1512,1135,0,400,0,"CLIP"],[1513,1135,0,398,0,"CLIP"],[1514,1136,0,510,0,"CLIP"],[1515,1136,0,475,0,"CLIP"],[1516,1137,0,835,0,"CLIP"],[1517,1137,0,819,0,"CLIP"],[1518,1138,0,1023,0,"CLIP"],[1519,828,0,947,1,"CLIP"],[1520,948,0,947,2,"CLIP"],[1524,1142,0,854,0,"CLIP"],[1525,1142,0,855,0,"CLIP"],[1526,131,0,176,1,"VAE"],[1527,131,0,399,4,"VAE"],[1528,131,0,509,1,"VAE"],[1529,131,0,468,1,"VAE"],[1530,131,0,850,1,"VAE"],[1531,131,0,848,1,"VAE"],[1532,131,0,928,1,"VAE"],[1533,131,0,910,1,"VAE"],[1534,131,0,1030,1,"VAE"],[1535,131,0,1033,1,"VAE"],[1536,131,0,938,4,"VAE"],[1537,131,0,1072,4,"VAE"],[1538,131,0,1041,4,"VAE"],[1549,896,0,1154,0,"IMAGE"],[1551,902,0,1156,0,"CONDITIONING"],[1563,896,0,1154,0,"IMAGE"],[1564,902,0,1156,0,"CONDITIONING"],[1580,130,0,1154,0,"IMAGE"],[1581,185,0,1156,0,"CONDITIONING"],[1582,1154,0,935,0,"IMAGE"],[1584,1154,0,930,1,"IMAGE"],[1585,1154,0,938,3,"IMAGE"],[1586,1156,0,938,0,"CONDITIONING"],[1587,1160,0,1154,1,"INT"],[1588,1160,0,1156,2,"INT"],[1590,902,0,1156,1,"CONDITIONING"],[1593,896,0,1154,2,"IMAGE"],[1594,1165,0,1163,1,"INT"],[1595,1165,0,1164,2,"INT"],[1596,835,0,1164,0,"CONDITIONING"],[1597,854,0,1164,1,"CONDITIONING"],[1598,848,0,1163,0,"IMAGE"],[1600,850,0,1163,2,"IMAGE"],[1601,1164,0,1041,0,"CONDITIONING"],[1603,1163,0,1038,0,"IMAGE"],[1604,1163,0,1034,1,"IMAGE"],[1605,1163,0,1041,3,"IMAGE"],[1609,947,0,1075,1,"CLIP"],[1610,1075,1,1133,0,"*"],[1626,1163,0,1197,0,"IMAGE"],[1627,1197,0,1039,0,"IMAGE"],[1629,1154,0,1199,0,"IMAGE"],[1630,1199,0,936,0,"IMAGE"],[1631,131,0,1030,1,"VAE"],[1632,131,0,1033,1,"VAE"],[1633,131,0,848,1,"VAE"],[1634,131,0,1041,4,"VAE"],[1635,131,0,1072,4,"VAE"],[1636,1197,0,1198,0,"IMAGE"],[1637,1199,0,1202,0,"IMAGE"],[1639,943,0,1205,0,"*"],[1640,1205,0,951,3,"INT"],[1641,1205,0,947,0,"INT"],[1642,131,0,176,1,"VAE"],[1643,131,0,399,4,"VAE"],[1644,131,0,509,1,"VAE"],[1645,131,0,468,1,"VAE"],[1646,131,0,1030,1,"VAE"],[1647,131,0,1033,1,"VAE"],[1648,131,0,910,1,"VAE"],[1649,131,0,928,1,"VAE"],[1650,131,0,938,4,"VAE"],[1651,131,0,848,1,"VAE"],[1652,131,0,850,1,"VAE"],[1653,131,0,1041,4,"VAE"],[1654,131,0,1072,4,"VAE"],[1655,131,0,176,1,"VAE"],[1656,131,0,399,4,"VAE"],[1657,131,0,509,1,"VAE"],[1658,131,0,468,1,"VAE"],[1659,131,0,1030,1,"VAE"],[1660,131,0,1033,1,"VAE"],[1661,131,0,910,1,"VAE"],[1662,131,0,928,1,"VAE"],[1663,131,0,938,4,"VAE"],[1664,131,0,848,1,"VAE"],[1665,131,0,850,1,"VAE"],[1666,131,0,1041,4,"VAE"],[1667,131,0,1072,4,"VAE"]],"groups":[{"title":"Mistoline ControlNet","bounding":[7501,1629,1969,1250],"color":"#a1309b","font_size":24,"flags":{}},{"title":"Ultimate SD Upscale","bounding":[-3784,1417,3163,1235],"color":"#8A8","font_size":100,"flags":{}},{"title":"Latent Upscale","bounding":[-155,1407,5085,1252],"color":"#8A8","font_size":130,"flags":{}},{"title":"Image To Prompt","bounding":[-3793,-104,1600,1430],"color":"#8A8","font_size":130,"flags":{}},{"title":"Text To Image","bounding":[-2163,-107,3037,1435],"color":"#8A8","font_size":130,"flags":{}},{"title":"Object Remover","bounding":[909,-116,2159,1437],"color":"#8A8","font_size":120,"flags":{}},{"title":"Flux ControlNet","bounding":[7498,-457,1976,2042],"color":"#a1309b","font_size":120,"flags":{}},{"title":"Flux ControlNet Upscale","bounding":[9516,-460,2219,1798],"color":"#a1309b","font_size":120,"flags":{}},{"title":"Flux ControlNet Upscale","bounding":[3109,-470,2750,1790],"color":"#8A8","font_size":120,"flags":{}},{"title":"ControlNet","bounding":[7422,-738,4368,3679],"color":"#60205e","font_size":120,"flags":{}},{"title":"Loaders","bounding":[-4556,-1277,693,2706],"color":"#444","font_size":80,"flags":{}},{"title":"Auto Prompt Generator","bounding":[-3786,-1377,1752,1218],"color":"#8A8","font_size":130,"flags":{}},{"title":"Image Generation","bounding":[-3836,-1769,9783,4553],"color":"#084414","font_size":170,"flags":{}},{"title":"GGUF or FP","bounding":[-4560,-1774,696,478],"color":"#444","font_size":120,"flags":{}}],"config":{},"extra":{"ds":{"scale":0.1,"offset":[5251.464716962108,5011.623227245194]},"groupNodes":{"Flux Upscale Factor Selector":{"nodes":[{"type":"PrimitiveNode","pos":[-3110,2130],"size":{"0":210,"1":82},"flags":{},"order":22,"mode":0,"outputs":[{"name":"INT","type":"INT","links":[],"widget":{"name":"b"},"slot_index":0}],"title":"Scale Factor","properties":{"Run widget replace on values":false},"index":0},{"type":"Get resolution [Crystools]","pos":[-3110,2010],"size":{"0":210,"1":46},"flags":{},"order":31,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":null}],"outputs":[{"name":"width","type":"INT","links":[],"shape":3,"slot_index":0},{"name":"height","type":"INT","links":[],"shape":3,"slot_index":1}],"properties":{"Node name for S&R":"Get resolution [Crystools]"},"index":1},{"type":"CM_IntBinaryOperation","pos":[-2830,2030],"size":{"0":315,"1":106},"flags":{},"order":40,"mode":0,"inputs":[{"name":"a","type":"INT","link":null,"widget":{"name":"a"}},{"name":"b","type":"INT","link":null,"widget":{"name":"b"}}],"outputs":[{"name":"INT","type":"INT","links":[],"shape":3,"slot_index":0,"label":"Tile Width"}],"title":"IntBinaryOperation_1","properties":{"Node name for S&R":"CM_IntBinaryOperation"},"widgets_values":["Mul",0,2],"index":2},{"type":"CM_IntBinaryOperation","pos":[-2830,2190],"size":{"0":315,"1":106},"flags":{},"order":41,"mode":0,"inputs":[{"name":"a","type":"INT","link":null,"widget":{"name":"a"}},{"name":"b","type":"INT","link":null,"widget":{"name":"b"}}],"outputs":[{"name":"INT","type":"INT","links":[],"shape":3,"slot_index":0,"label":"Tile Height "}],"title":"IntBinaryOperation_2","properties":{"Node name for S&R":"CM_IntBinaryOperation"},"widgets_values":["Mul",0,2],"index":3},{"type":"RecommendedResCalc","pos":[-2860,2390],"size":{"0":315,"1":162},"flags":{},"order":45,"mode":0,"inputs":[{"name":"desiredXSIZE","type":"INT","link":null,"widget":{"name":"desiredXSIZE"}},{"name":"desiredYSIZE","type":"INT","link":null,"widget":{"name":"desiredYSIZE"}}],"outputs":[{"name":"recomm width","type":"INT","links":null,"shape":3,"label":"Don Use This Width"},{"name":"recomm height","type":"INT","links":null,"shape":3,"label":"Dont Use This Height"},{"name":"upscale factor","type":"FLOAT","links":null,"shape":3,"label":"Use This Upscale Factor"},{"name":"reverse upscale for 4x","type":"FLOAT","links":null,"shape":3},{"name":"reverse upscale for 2x","type":"FLOAT","links":null,"shape":3}],"properties":{"Node name for S&R":"RecommendedResCalc"},"widgets_values":[1024,1024],"index":4}],"links":[[null,0,1,0,402,"IMAGE"],[1,0,2,0,423,"INT"],[0,0,2,1,425,"INT"],[1,1,3,0,423,"INT"],[0,0,3,1,425,"INT"],[2,0,4,0,424,"INT"],[3,0,4,1,426,"INT"]],"external":[[2,0,"INT"],[3,0,"INT"]]},"Custom Sampler Flux +1":{"nodes":[{"type":"RandomNoise","pos":[1860,940],"size":{"0":315,"1":82},"flags":{},"order":23,"mode":0,"outputs":[{"name":"NOISE","type":"NOISE","links":[],"shape":3}],"properties":{"Node name for S&R":"RandomNoise"},"widgets_values":[518748830290960,"randomize"],"color":"#2a363b","bgcolor":"#3f5159","index":0},{"type":"KSamplerSelect","pos":[1860,1070],"size":{"0":315,"1":58},"flags":{},"order":24,"mode":0,"outputs":[{"name":"SAMPLER","type":"SAMPLER","links":[],"shape":3}],"properties":{"Node name for S&R":"KSamplerSelect"},"widgets_values":["euler"],"index":1},{"type":"FluxGuidance","pos":[1860,1330],"size":{"0":317.4000244140625,"1":58},"flags":{},"order":25,"mode":0,"inputs":[{"name":"conditioning","type":"CONDITIONING","link":null}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"FluxGuidance"},"widgets_values":[2],"color":"#233","bgcolor":"#355","index":2},{"type":"ModelSamplingFlux","pos":[1860,1450],"size":{"0":315,"1":130},"flags":{},"order":26,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":null,"slot_index":0},{"name":"width","type":"INT","link":null,"slot_index":1,"widget":{"name":"width"}},{"name":"height","type":"INT","link":null,"slot_index":2,"widget":{"name":"height"}}],"outputs":[{"name":"MODEL","type":"MODEL","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ModelSamplingFlux"},"widgets_values":[1.15,0.5,1024,1024],"index":3},{"type":"BasicGuider","pos":[1870,850],"size":{"0":222.3482666015625,"1":46},"flags":{},"order":37,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":null,"slot_index":0},{"name":"conditioning","type":"CONDITIONING","link":null,"slot_index":1}],"outputs":[{"name":"GUIDER","type":"GUIDER","links":[],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"BasicGuider"},"index":4},{"type":"BasicScheduler","pos":[1860,1170],"size":{"0":315,"1":106},"flags":{},"order":38,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":null,"slot_index":0}],"outputs":[{"name":"SIGMAS","type":"SIGMAS","links":[],"shape":3}],"properties":{"Node name for S&R":"BasicScheduler"},"widgets_values":["simple",20,1],"index":5},{"type":"SamplerCustomAdvanced","pos":[1870,670],"size":{"0":268.84039306640625,"1":137.89022827148438},"flags":{},"order":46,"mode":0,"inputs":[{"name":"noise","type":"NOISE","link":null,"slot_index":0},{"name":"guider","type":"GUIDER","link":null,"slot_index":1},{"name":"sampler","type":"SAMPLER","link":null,"slot_index":2},{"name":"sigmas","type":"SIGMAS","link":null,"slot_index":3},{"name":"latent_image","type":"LATENT","link":null,"slot_index":4}],"outputs":[{"name":"output","type":"LATENT","links":[],"slot_index":0,"shape":3},{"name":"denoised_output","type":"LATENT","links":null,"shape":3}],"properties":{"Node name for S&R":"SamplerCustomAdvanced"},"index":6}],"links":[[3,0,4,0,438,"MODEL"],[2,0,4,1,435,"CONDITIONING"],[3,0,5,0,438,"MODEL"],[0,0,6,0,434,"NOISE"],[4,0,6,1,436,"GUIDER"],[1,0,6,2,432,"SAMPLER"],[5,0,6,3,433,"SIGMAS"]],"external":[]},"Latent_Upscale_Switch":{"nodes":[{"type":"PrimitiveNode","pos":[1290,1870],"size":{"0":300.5438232421875,"1":82},"flags":{},"order":31,"mode":0,"outputs":[{"name":"INT","type":"INT","links":[],"widget":{"name":"input"}}],"properties":{"Run widget replace on values":false},"index":0},{"type":"easy textSwitch","pos":[1280,1720],"size":[315,106],"flags":{},"order":55,"mode":0,"inputs":[{"name":"text1","type":"STRING","link":null,"widget":{"name":"text1"},"label":"1_Prompt_From_Text_2_Image"},{"name":"text2","type":"STRING","link":null,"widget":{"name":"text2"},"label":"2_Prompt_From_Upload_Image"},{"name":"input","type":"INT","link":null,"widget":{"name":"input"}}],"outputs":[{"name":"STRING","type":"STRING","links":[],"shape":3,"slot_index":0}],"properties":{"Node name for S&R":"easy textSwitch"},"widgets_values":[1,"",""],"index":1},{"type":"CR Latent Input Switch","pos":[1280,1580],"size":{"0":315,"1":78},"flags":{},"order":63,"mode":0,"inputs":[{"name":"latent1","type":"LATENT","link":null,"label":"1_From Text 2 Image"},{"name":"latent2","type":"LATENT","link":null,"label":"2_From Load Image"},{"name":"Input","type":"INT","link":null,"widget":{"name":"Input"}}],"outputs":[{"name":"LATENT","type":"LATENT","links":[],"slot_index":0,"shape":3},{"name":"show_help","type":"STRING","links":null,"shape":3}],"properties":{"Node name for S&R":"CR Latent Input Switch"},"widgets_values":[1],"color":"#222","bgcolor":"#000","index":2}],"links":[[null,0,1,0,561,"STRING"],[null,0,1,1,504,"STRING"],[0,0,1,2,647,"INT"],[null,0,2,0,645,"LATENT"],[null,0,2,1,509,"LATENT"],[0,0,2,2,647,"INT"]],"external":[[1,0,"STRING"],[2,0,"LATENT"]]},"Flux CoontrolNet Upscaler Switch":{"nodes":[{"id":-1,"type":"SimpleMathBoolean+","pos":{"0":2330,"1":-1510},"size":{"0":315,"1":58},"flags":{},"order":77,"mode":0,"inputs":[],"outputs":[{"name":"BOOLEAN","type":"BOOLEAN","links":[],"slot_index":0,"shape":3,"label":"BOOLEAN"}],"title":"GGUF OR FP8-16 SWITCH","properties":{"Node name for S&R":"SimpleMathBoolean+"},"widgets_values":[true],"color":"#222","bgcolor":"#000","index":0},{"id":-1,"type":"CR Set Value On Boolean","pos":{"0":2330,"1":-1410},"size":[327.5999755859375,146],"flags":{"collapsed":false},"order":110,"mode":0,"inputs":[{"name":"boolean","type":"BOOLEAN","link":null,"widget":{"name":"boolean"},"label":"boolean"}],"outputs":[{"name":"INT","type":"INT","links":[],"slot_index":0,"shape":3,"label":"INT"},{"name":"FLOAT","type":"FLOAT","links":null,"shape":3,"label":"FLOAT"},{"name":"show_help","type":"STRING","links":null,"shape":3,"label":"show_help"}],"properties":{"Node name for S&R":"CR Set Value On Boolean"},"widgets_values":[true,1,2],"color":"#222","bgcolor":"#000","index":1}],"links":[[0,0,1,0,1150,"BOOLEAN"]],"external":[[1,0,"INT"]]}}},"version":0.4} \ No newline at end of file diff --git a/Components/_draft/foda_flux_pack b/Components/_draft/foda_flux_pack new file mode 100644 index 0000000..e69de29 diff --git a/Components/txt2img/exports/txt2img_full.json b/Components/txt2img/exports/txt2img_full.json index 518d2c2..06f5d4a 100644 --- a/Components/txt2img/exports/txt2img_full.json +++ b/Components/txt2img/exports/txt2img_full.json @@ -3,7 +3,7 @@ "last_link_id": 18, "nodes": [ { - "id": 5, + "id": 5, "type": "EmptyLatentImage", "pos": { "0": 100, diff --git a/Components/txt2img/variables.json b/Components/txt2img/variables.json new file mode 100644 index 0000000..e69de29 diff --git a/server_scripts/clarity_upscaler/clarity.sh b/server_scripts/_draft/clarity_upscaler/clarity.sh similarity index 90% rename from server_scripts/clarity_upscaler/clarity.sh rename to server_scripts/_draft/clarity_upscaler/clarity.sh index f6edb3c..1b1a634 100644 --- a/server_scripts/clarity_upscaler/clarity.sh +++ b/server_scripts/_draft/clarity_upscaler/clarity.sh @@ -11,7 +11,7 @@ pip install --upgrade onnxruntime; pip install --upgrade onnxruntime-gpu; pip install --upgrade onnxruntime-openvino; -cd ~/emprops_component_library/server_scripts/flux +cd ${PWD} ./nodes.sh && source ~/.bashrc diff --git a/server_scripts/clarity_upscaler/models.sh b/server_scripts/_draft/clarity_upscaler/models.sh similarity index 100% rename from server_scripts/clarity_upscaler/models.sh rename to server_scripts/_draft/clarity_upscaler/models.sh diff --git a/server_scripts/clarity_upscaler/nodes.sh b/server_scripts/_draft/clarity_upscaler/nodes.sh similarity index 100% rename from server_scripts/clarity_upscaler/nodes.sh rename to server_scripts/_draft/clarity_upscaler/nodes.sh diff --git a/server_scripts/_draft/foda/foda.sh b/server_scripts/_draft/foda/foda.sh new file mode 100644 index 0000000..9c16b72 --- /dev/null +++ b/server_scripts/_draft/foda/foda.sh @@ -0,0 +1,16 @@ +#!/bin/bash -i +./setup.sh && source ~/.bashrc + +cd ~/ComfyUI && git reset --hard 9f4daca +pip install -r requirements.txt +pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" +cd ~/comfy-middleware +pm2 start --name comfy-middleware "python main.py --port 3000" + +cd ${PWD} + +./nodes.sh && source ~/.bashrc + +./models.sh && source ~/.bashrc + +pm2 restart all; \ No newline at end of file diff --git a/server_scripts/_draft/foda/models.sh b/server_scripts/_draft/foda/models.sh new file mode 100644 index 0000000..3862800 --- /dev/null +++ b/server_scripts/_draft/foda/models.sh @@ -0,0 +1,38 @@ + +#!/bin/bash -i + +mkdir -p ~/ComfyUI/models/unet +mkdir -p ~/ComfyUI/models/clip +mkdir -p ~/ComfyUI/models/LLM + +git lfs install +cd ~/ComfyUI/models/LLM && git clone https://huggingface.co/microsoft/Florence-2-large; +cd ~/ComfyUI/models/LLM && git clone https://huggingface.co/microsoft/Florence-2-base; + + +##FLUX +cd ~/ComfyUI/models/unet && wget https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors && ln -sf ~/ComfyUI/models/unet/flux1-dev-fp8.safetensors ~/ComfyUI/models/checkpoints/flux1-dev-fp8.safetensors; +cd ~/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors; +cd ~/ComfyUI/models/vae && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors; +cd ~/ComfyUI/models/clip && wget https://edenartlab-lfs.s3.amazonaws.com/comfyui/models2/clip/clip_l.safetensors; +cd ~/ComfyUI/models/unet && wget https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q2_K.gguf; + +##CONTROLNET +cd ~/ComfyUI/models/controlnet && wget https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-depth-controlnet.safetensors; +cd ~/ComfyUI/models/controlnet && wget https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-canny-controlnet.safetensors; +cd ~/ComfyUI/models/controlnet && wget https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-hed-controlnet.safetensors; + + +##LORAS +cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/anime_lora_comfy_converted.safetensors +cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/art_lora_comfy_converted.safetensors +cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/mjv6_lora_comfy_converted.safetensors +cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/realism_lora_comfy_converted.safetensors +cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/scenery_lora_comfy_converted.safetensors +cd ~/ComfyUI/models/loras && wget 'https://civitai.com/api/download/models/720252?type=Model&format=SafeTensor' -O FluxDFaeTasticDetails.safetensors + +##LUTS +cd ~/ComfyUI/custom_nodes/ComfyUI_essentials/luts && wget https://fixthephoto.com/kodachrome-lut + +##CLIPS +cd ~/ComfyUI/models/clip && wget --header="Authorization: Bearer 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" https://huggingface.co/stabilityai/stable-diffusion-3-medium/resolve/main/sd3_medium_incl_clips_t5xxlfp8.safetensors \ No newline at end of file diff --git a/server_scripts/_draft/foda/nodes.sh b/server_scripts/_draft/foda/nodes.sh new file mode 100644 index 0000000..afb1df1 --- /dev/null +++ b/server_scripts/_draft/foda/nodes.sh @@ -0,0 +1,32 @@ +#!/bin/bash -i + +## from dev setup + +cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git --recursive && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/rgthree/rgthree-comfy.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && cd "$(basename "$_" .git)" && git reset --hard b2f3827 && python install.py && pip install -r requirements.txt && cd impact_subpack && python install.py && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git && cd "$(basename "$_" .git)" && git reset --hard d78b780; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && cd "$(basename "$_" .git)" && git reset --hard bb34bd4 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Inspire-Pack.git && cd "$(basename "$_" .git)" && git reset --hard 004a953 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/comfyanonymous/ComfyUI_experiments.git && cd "$(basename "$_" .git)" && git reset --hard 934dba9; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/comfyanonymous/ComfyUI_TensorRT.git && cd "$(basename "$_" .git)" && git reset --hard b3eb08f && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd "$(basename "$_" .git)" && git reset --hard 302a389 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git && cd "$(basename "$_" .git)" && git reset --hard d0905be; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && cd "$(basename "$_" .git)" && git reset --hard bb34bd4 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/MushroomFleet/DJZ-Nodes.git && cd "$(basename "$_" .git)" && git reset --hard 7c66f18; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/un-seen/comfyui-tensorops.git && cd "$(basename "$_" .git)" && git reset --hard 061de65 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/KoreTeknology/ComfyUI-Universal-Styler.git && cd "$(basename "$_" .git)" && git reset --hard cb64097; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/kijai/ComfyUI-KJNodes.git && cd "$(basename "$_" .git)" && git reset --hard b5419c8 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials.git && cd "$(basename "$_" .git)" && git reset --hard ef70435 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/melMass/comfy_mtb.git && cd "$(basename "$_" .git)" && git reset --hard bc41576 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/hylarucoder/comfyui-copilot.git && cd "$(basename "$_" .git)" && git reset --hard 03e82a0; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/twri/sdxl_prompt_styler.git && cd "$(basename "$_" .git)" && git reset --hard 5106817; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/sipherxyz/comfyui-art-venture.git && cd "$(basename "$_" .git)" && git reset --hard a91efef && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/FizzleDorf/ComfyUI_FizzNodes.git && cd "$(basename "$_" .git)" && git reset --hard 974b41c && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/kijai/ComfyUI-Florence2.git && cd "$(basename "$_" .git)" && git reset --hard ea0cc52 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/city96/ComfyUI-GGUF.git && cd "$(basename "$_" .git)" && git reset --hard d2aaeb0 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git && cd "$(basename "$_" .git)" && git reset --hard 0376e57 && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/giriss/comfy-image-saver.git && cd "$(basename "$_" .git)" && git reset --hard 65e6903 && pip install -r requirements.txt; + +pm2 restart all; \ No newline at end of file diff --git a/server_scripts/basic/basic.sh b/server_scripts/basic/basic.sh index aa97962..03fea52 100755 --- a/server_scripts/basic/basic.sh +++ b/server_scripts/basic/basic.sh @@ -8,7 +8,7 @@ pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" cd ~/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3000" -cd ~/emprops_component_library/server_scripts/basic +cd ${PWD} ./nodes.sh && source ~/.bashrc diff --git a/server_scripts/comfy_dev.sh b/server_scripts/comfy_dev.sh index 1613dc0..e821e71 100755 --- a/server_scripts/comfy_dev.sh +++ b/server_scripts/comfy_dev.sh @@ -8,7 +8,10 @@ cd ~/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3000" cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git --recursive && cd "$(basename "$_" .git)" && pip install -r requirements.txt; -cd ~/ComfyUI/custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd "$(basename "$_" .git)" && pip install -r requirements.txt -cd ~/ComfyUI/custom_nodes && git clone https://github.com/rgthree/rgthree-comfy.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt +cd ~/ComfyUI/custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/rgthree/rgthree-comfy.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && cd "$(basename "$_" .git)" && git reset --hard b2f3827 && python install.py && pip install -r requirements.txt && cd impact_subpack && python install.py && pip install -r requirements.txt; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git && cd "$(basename "$_" .git)" && git reset --hard d78b780; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && cd "$(basename "$_" .git)" && git reset --hard bb34bd4 && pip install -r requirements.txt; pm2 restart all; \ No newline at end of file diff --git a/server_scripts/flux/flux.sh b/server_scripts/flux/flux.sh index f6edb3c..1b1a634 100755 --- a/server_scripts/flux/flux.sh +++ b/server_scripts/flux/flux.sh @@ -11,7 +11,7 @@ pip install --upgrade onnxruntime; pip install --upgrade onnxruntime-gpu; pip install --upgrade onnxruntime-openvino; -cd ~/emprops_component_library/server_scripts/flux +cd ${PWD} ./nodes.sh && source ~/.bashrc diff --git a/server_scripts/video/video.sh b/server_scripts/video/video.sh index 619c87e..0138b64 100755 --- a/server_scripts/video/video.sh +++ b/server_scripts/video/video.sh @@ -12,7 +12,7 @@ pip install opencv-python pip install --pre onediff onediffx pip install nexfort -cd ~/emprops_component_library/server_scripts/video +cd ${PWD} ./nodes.sh && source ~/.bashrc From dcc92d4217ad9ab974e6729ca637710d1353ff6b Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 9 Oct 2024 19:56:08 -0400 Subject: [PATCH 06/38] saved --- server_scripts/video/nodes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_scripts/video/nodes.sh b/server_scripts/video/nodes.sh index f2a4600..aea14be 100755 --- a/server_scripts/video/nodes.sh +++ b/server_scripts/video/nodes.sh @@ -1,7 +1,7 @@ #!/bin/bash -i -cd ~/ComfyUI/custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && cd "$(basename "$_" .git)" && python install.py; +cd ~/ComfyUI/custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && cd "$(basename "$_" .git)" && python install.py && pip install -r requirements.txt; cd ~/ComfyUI/custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; cd ~/ComfyUI/custom_nodes && git clone https://github.com/jags111/efficiency-nodes-comfyui.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; cd ~/ComfyUI/custom_nodes && git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git; From a3f2f6a8853a9dc136696208ad18ea2305b89e58 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 9 Oct 2024 20:10:44 -0400 Subject: [PATCH 07/38] emprops_workflow first try --- Components/img2img/emprops_workflow.json | 166 +++++++++++++++++++++++ Components/img2img/workflow.json | 138 ------------------- 2 files changed, 166 insertions(+), 138 deletions(-) create mode 100644 Components/img2img/emprops_workflow.json delete mode 100644 Components/img2img/workflow.json diff --git a/Components/img2img/emprops_workflow.json b/Components/img2img/emprops_workflow.json new file mode 100644 index 0000000..1fd5f88 --- /dev/null +++ b/Components/img2img/emprops_workflow.json @@ -0,0 +1,166 @@ +{ + "workflow": { + "8": { + "inputs": { + "samples": [ + "36", + 0 + ], + "vae": [ + "14", + 2 + ] + }, + "class_type": "VAEDecode", + "_meta": { + "title": "VAE Decode" + } + }, + "9": { + "inputs": { + "filename_prefix": "img2img", + "images": [ + "8", + 0 + ] + }, + "class_type": "SaveImage", + "_meta": { + "title": "Save Image" + } + }, + "14": { + "inputs": { + "ckpt_name": "Juggernaut-XI-byRunDiffusion.safetensors" + }, + "class_type": "CheckpointLoaderSimple", + "_meta": { + "title": "Load Checkpoint Base" + } + }, + "36": { + "inputs": { + "seed": 346938948944188, + "steps": 25, + "cfg": 1, + "sampler_name": "dpmpp_2m", + "scheduler": "ddim_uniform", + "denoise": 0.7000000000000001, + "model": [ + "14", + 0 + ], + "positive": [ + "41", + 0 + ], + "negative": [ + "42", + 0 + ], + "latent_image": [ + "39", + 0 + ] + }, + "class_type": "KSampler", + "_meta": { + "title": "KSampler" + } + }, + "38": { + "inputs": { + "image": "stada.jpg", + "upload": "image" + }, + "class_type": "LoadImage", + "_meta": { + "title": "Load Image" + } + }, + "39": { + "inputs": { + "pixels": [ + "40", + 0 + ], + "vae": [ + "14", + 2 + ] + }, + "class_type": "VAEEncode", + "_meta": { + "title": "VAE Encode" + } + }, + "40": { + "inputs": { + "upscale_method": "nearest-exact", + "width": 1024, + "height": 1024, + "crop": "center", + "image": [ + "38", + 0 + ] + }, + "class_type": "ImageScale", + "_meta": { + "title": "Upscale Image" + } + }, + "41": { + "inputs": { + "text": "a dog in a car", + "clip": [ + "14", + 1 + ] + }, + "class_type": "CLIPTextEncode", + "_meta": { + "title": "CLIP Text Encode (Prompt)" + } + }, + "42": { + "inputs": { + "text": "test", + "clip": [ + "14", + 1 + ] + }, + "class_type": "CLIPTextEncode", + "_meta": { + "title": "CLIP Text Encode (Prompt)" + } + } + }, + "inputs": { + "14": { + "ckpt_name": "model" + }, + "36": { + "seed": "seed", + "steps": "steps", + "cfg": "cfg", + "sampler_name": "sampler", + "scheduler": "scheduler", + "denoise": "denoising" + }, + "38": { + "image": "image" + }, + "40": { + "width": "width", + "height": "height" + }, + "41": { + "text": "prompt" + }, + "42": { + "text": "negative_prompt" + } + } +} \ No newline at end of file diff --git a/Components/img2img/workflow.json b/Components/img2img/workflow.json deleted file mode 100644 index 23c3ecb..0000000 --- a/Components/img2img/workflow.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "8": { - "inputs": { - "samples": [ - "36", - 0 - ], - "vae": [ - "14", - 2 - ] - }, - "class_type": "VAEDecode", - "_meta": { - "title": "VAE Decode" - } - }, - "9": { - "inputs": { - "filename_prefix": "img2img", - "images": [ - "8", - 0 - ] - }, - "class_type": "SaveImage", - "_meta": { - "title": "Save Image" - } - }, - "14": { - "inputs": { - "ckpt_name": $model - }, - "class_type": "CheckpointLoaderSimple", - "_meta": { - "title": "Load Checkpoint Base" - } - }, - "36": { - "inputs": { - "seed": $seed, - "steps": $steps, - "cfg": $cfg, - "sampler_name": $sampler, - "scheduler": $scheduler, - "denoise": $denoising, - "model": [ - "14", - 0 - ], - "positive": [ - "41", - 0 - ], - "negative": [ - "42", - 0 - ], - "latent_image": [ - "39", - 0 - ] - }, - "class_type": "KSampler", - "_meta": { - "title": "KSampler" - } - }, - "38": { - "inputs": { - "image": $image, - "upload": "image" - }, - "class_type": "LoadImage", - "_meta": { - "title": "Load Image" - } - }, - "39": { - "inputs": { - "pixels": [ - "40", - 0 - ], - "vae": [ - "14", - 2 - ] - }, - "class_type": "VAEEncode", - "_meta": { - "title": "VAE Encode" - } - }, - "40": { - "inputs": { - "upscale_method": "nearest-exact", - "width": $width, - "height": $height, - "crop": "center", - "image": [ - "38", - 0 - ] - }, - "class_type": "ImageScale", - "_meta": { - "title": "Upscale Image" - } - }, - "41": { - "inputs": { - "text": $prompt, - "clip": [ - "14", - 1 - ] - }, - "class_type": "CLIPTextEncode", - "_meta": { - "title": "CLIP Text Encode (Prompt)" - } - }, - "42": { - "inputs": { - "text": $negative_prompt, - "clip": [ - "14", - 1 - ] - }, - "class_type": "CLIPTextEncode", - "_meta": { - "title": "CLIP Text Encode (Prompt)" - } - } -} \ No newline at end of file From 1841415757f8e3d439f5b918101fd8249a9b8da0 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 9 Oct 2024 20:14:37 -0400 Subject: [PATCH 08/38] test_input --- Components/img2img/test_input.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Components/img2img/test_input.json diff --git a/Components/img2img/test_input.json b/Components/img2img/test_input.json new file mode 100644 index 0000000..75a1420 --- /dev/null +++ b/Components/img2img/test_input.json @@ -0,0 +1,14 @@ +{ + "model": "Juggernaut-XI-byRunDiffusion.safetensors", + "seed": "2145214451", + "steps": "20", + "cfg": "7", + "sampler": "dpmpp_2m", + "scheduler": "ddim_uniform", + "denoising": "0.7000000000000001", + "image": "stada.jpg", + "width": "1024", + "height": "1024", + "prompt": "a dog in a car", + "negative_prompt": "" +} \ No newline at end of file From 3f149a140333d41be447fe3ad95e396f9aad3eb8 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Thu, 10 Oct 2024 11:49:00 -0400 Subject: [PATCH 09/38] moved to json --- Components/img2img/emprops_workflow.json | 11 +++- Components/img2img/requirements.json | 72 ++++++++++++++++++++++++ Components/img2img/requirements.yaml | 47 ---------------- Components/txt2img/requirements.json | 59 +++++++++++++++++++ Components/txt2img/requirements.yaml | 38 ------------- 5 files changed, 140 insertions(+), 87 deletions(-) create mode 100644 Components/img2img/requirements.json delete mode 100644 Components/img2img/requirements.yaml create mode 100644 Components/txt2img/requirements.json delete mode 100644 Components/txt2img/requirements.yaml diff --git a/Components/img2img/emprops_workflow.json b/Components/img2img/emprops_workflow.json index 1fd5f88..e2ada95 100644 --- a/Components/img2img/emprops_workflow.json +++ b/Components/img2img/emprops_workflow.json @@ -139,10 +139,17 @@ }, "inputs": { "14": { - "ckpt_name": "model" + "ckpt_name": { + "value": "model", + "default": "Juggernaut-XI-byRunDiffusion.safetensors", + "is_required": "false" + } }, "36": { - "seed": "seed", + "seed": { + "value": "model", + "is_required": "true" + }, "steps": "steps", "cfg": "cfg", "sampler_name": "sampler", diff --git a/Components/img2img/requirements.json b/Components/img2img/requirements.json new file mode 100644 index 0000000..ba95891 --- /dev/null +++ b/Components/img2img/requirements.json @@ -0,0 +1,72 @@ +{ + "server": "basic", + "name": "Image to Image", + "params": { + "main": [ + { + "name": "Select Image", + "id": "image", + "type": "image_loader" + }, + { + "name": "Model", + "id": "model", + "conf_file": "all_models.yaml" + }, + { + "name": "Denoising Strength", + "id": "denoising", + "type": "number", + "min": 0, + "max": 1, + "step": 0.01 + }, + { + "name": "Prompt", + "id": "prompt", + "type": "textarea" + }, + { + "name": "Negative Prompt", + "id": "negative_prompt", + "type": "textarea" + }, + { + "name": "Aspect Ratio", + "id": "aspect_ratio", + "conf_file": "aspect_ratio.yaml" + }, + { + "name": "Steps", + "id": "steps", + "type": "number", + "min": 1, + "max": 60, + "step": 20 + } + ], + "advanced": [ + { + "name": "Sampler", + "id": "sampler", + "default": "Euler a", + "conf_file": "samplers.yaml" + }, + { + "name": "Scheduler", + "id": "scheduler", + "default": "Karras", + "conf_file": "samplers.yaml" + }, + { + "name": "Guidance (CFG)", + "id": "cfg", + "type": "number", + "default": 7, + "min": 0, + "max": 50, + "steps": 0.01 + } + ] + } +} \ No newline at end of file diff --git a/Components/img2img/requirements.yaml b/Components/img2img/requirements.yaml deleted file mode 100644 index 1150c20..0000000 --- a/Components/img2img/requirements.yaml +++ /dev/null @@ -1,47 +0,0 @@ -server: basic -name: Image to Image -params: - main: - - name: Select Image - id: image - type: image_loader - - name: Model - id: model - conf_file: all_models.yaml - - name: Denoising Strength - id: denoising - type: number - min: 0 - max: 1 - step: .01 - - name: Prompt - id: prompt - type: textarea - - name: Negative Prompt - id: negative_prompt - type: textarea - - name: Aspect Ratio - id: aspect_ratio - conf_file: aspect_ratio.yaml - - name: Steps - id: steps - type: number - min: 1 - max: 60 - step: 20 - advanced: - - name: Sampler - id: sampler - default: Euler a - conf_file: samplers.yaml - - name: Scheduler - id: scheduler - default: Karras - conf_file: samplers.yaml - - name: Guidance (CFG) - id: cfg - type: number - default: 7 - min: 0 - max: 50 - steps: .01 \ No newline at end of file diff --git a/Components/txt2img/requirements.json b/Components/txt2img/requirements.json new file mode 100644 index 0000000..13ac3a8 --- /dev/null +++ b/Components/txt2img/requirements.json @@ -0,0 +1,59 @@ +{ + "server": "basic", + "name": "Text to Image", + "params": { + "main": [ + { + "name": "Model", + "id": "model", + "conf_file": "all_models.yaml" + }, + { + "name": "Prompt", + "id": "prompt", + "type": "textarea" + }, + { + "name": "Negative Prompt", + "id": "negative_prompt", + "type": "textarea" + }, + { + "name": "Aspect Ratio", + "id": "aspect_ratio", + "conf_file": "aspect_ratio.yaml" + }, + { + "name": "Steps", + "id": "steps", + "type": "number", + "min": 1, + "max": 60, + "step": 20 + } + ], + "advanced": [ + { + "name": "Sampler", + "id": "sampler", + "default": "Euler a", + "conf_file": "samplers.yaml" + }, + { + "name": "Scheduler", + "id": "scheduler", + "default": "Karras", + "conf_file": "schedulers.yaml" + }, + { + "name": "Guidance (CFG)", + "id": "cfg", + "type": "number", + "default": 7, + "min": 0, + "max": 50, + "steps": 0.01 + } + ] + } +} \ No newline at end of file diff --git a/Components/txt2img/requirements.yaml b/Components/txt2img/requirements.yaml deleted file mode 100644 index 26ffb53..0000000 --- a/Components/txt2img/requirements.yaml +++ /dev/null @@ -1,38 +0,0 @@ -server: basic -name: Text to Image -params: - main: - - name: Model - id: model - conf_file: all_models.yaml - - name: Prompt - id: prompt - type: textarea - - name: Negative Prompt - id: negative_prompt - type: textarea - - name: Aspect Ratio - id: aspect_ratio - conf_file: aspect_ratio.yaml - - name: Steps - id: steps - type: number - min: 1 - max: 60 - step: 20 - advanced: - - name: Sampler - id: sampler - default: Euler a - conf_file: samplers.yaml - - name: Scheduler - id: scheduler - default: Karras - conf_file: schedulers.yaml - - name: Guidance (CFG) - id: cfg - type: number - default: 7 - min: 0 - max: 50 - steps: .01 \ No newline at end of file From 30f5910818624bb3e6d7818135d1fb6431af8b3e Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Sat, 12 Oct 2024 14:05:52 -0400 Subject: [PATCH 10/38] moved to json --- Components/img2img/emprops_workflow.json | 65 +++++++++++++++++++----- 1 file changed, 52 insertions(+), 13 deletions(-) diff --git a/Components/img2img/emprops_workflow.json b/Components/img2img/emprops_workflow.json index e2ada95..3d15cca 100644 --- a/Components/img2img/emprops_workflow.json +++ b/Components/img2img/emprops_workflow.json @@ -142,32 +142,71 @@ "ckpt_name": { "value": "model", "default": "Juggernaut-XI-byRunDiffusion.safetensors", - "is_required": "false" + "is_required": false } }, "36": { "seed": { - "value": "model", - "is_required": "true" + "value": "seed", + "is_required": true + }, + "steps": { + "value": "steps", + "is_required": false, + "default": 20 + }, + "cfg": { + "value": "cfg", + "is_required": false, + "default": 7 }, - "steps": "steps", - "cfg": "cfg", - "sampler_name": "sampler", - "scheduler": "scheduler", - "denoise": "denoising" + "sampler_name": { + "value": "sampler", + "is_required": false, + "default": "euler" + }, + "scheduler": { + "value": "scheduler", + "is_required": true, + "default": "normal" + }, + "denoise": { + "value": "denoising", + "is_required": false, + "default": 0.70 + } }, "38": { - "image": "image" + "image": { + "value": "image", + "is_required": true + } }, "40": { - "width": "width", - "height": "height" + "width": { + "value": "width", + "is_required": false, + "default": 1024 + }, + "height": { + "value": "height", + "is_required": false, + "default": 1024 + } }, "41": { - "text": "prompt" + "text": { + "value": "prompt", + "is_required": false, + "default": "" + } }, "42": { - "text": "negative_prompt" + "text": { + "value": "negative_prompt", + "is_required": false, + "default": "" + } } } } \ No newline at end of file From 4d17ef877b559be2194419b354965f3ca4b1fcec Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Tue, 15 Oct 2024 11:39:35 -0400 Subject: [PATCH 11/38] added docker --- docker/docker-compose.yml | 35 ++++++++++++++++++++++++++++ docker/services/basic/Dockerfile | 33 ++++++++++++++++++++++++++ docker/services/basic/models.sh | 23 ++++++++++++++++++ docker/services/basic/nodes.sh | 7 ++++++ docker/services/global/.bash_aliases | 2 ++ docker/services/global/build.sh | 26 +++++++++++++++++++++ docker/services/global/start.sh | 19 +++++++++++++++ server_scripts/basic/basic.sh | 17 -------------- server_scripts/basic/models.sh | 18 -------------- server_scripts/basic/nodes.sh | 3 --- server_scripts/setup.sh | 3 ++- 11 files changed, 147 insertions(+), 39 deletions(-) create mode 100644 docker/docker-compose.yml create mode 100644 docker/services/basic/Dockerfile create mode 100755 docker/services/basic/models.sh create mode 100755 docker/services/basic/nodes.sh create mode 100755 docker/services/global/.bash_aliases create mode 100755 docker/services/global/build.sh create mode 100755 docker/services/global/start.sh delete mode 100755 server_scripts/basic/basic.sh delete mode 100755 server_scripts/basic/models.sh delete mode 100755 server_scripts/basic/nodes.sh diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml new file mode 100644 index 0000000..a29b65a --- /dev/null +++ b/docker/docker-compose.yml @@ -0,0 +1,35 @@ +version: '3.9' + +x-base_service: &base_service + ports: + - "${WEBUI_PORT:-7860}:7860" + volumes: + - &v1 ./global:/global + stop_signal: SIGKILL + tty: true + deploy: + resources: + reservations: + devices: + - driver: nvidia + device_ids: ['0'] + capabilities: [compute, utility] + +name: webui-docker + +services: + basic: &basic + <<: *base_service + profiles: ["basic"] + volumes: + - *v1 + build: + context: ./services + dockerfile: ./basic/Dockerfile + args: + models: "models" + GITACCESSKEY: ${GITACCESSKEY} + image: emprops/comfy-basic:v1 + environment: + - CLI_ARGS= + diff --git a/docker/services/basic/Dockerfile b/docker/services/basic/Dockerfile new file mode 100644 index 0000000..6bca5bc --- /dev/null +++ b/docker/services/basic/Dockerfile @@ -0,0 +1,33 @@ +FROM pytorch/pytorch:latest AS start + +ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 + +RUN apt-get update && apt-get install -y git rsync nginx wget nano git-lfs ffmpeg libsm6 libxext6 && apt-get clean + +ARG GITACCESSKEY + +RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh && echo ${GITACCESSKEY} >> ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519 + +ENV ROOT=/comfyui-launcher + +COPY ./basic/models.sh /scripts/models.sh +RUN /scripts/models.sh + +COPY ./basic/nodes.sh /scripts/nodes.sh +RUN /scripts/nodes.sh + +RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts +RUN rm -rf /etc/nginx && git clone -b comfy-node git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx +RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +RUN pip install -r ${ROOT}/ComfyUI/requirements.txt +RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware + +WORKDIR ${ROOT} + +COPY ./global/build.sh /scripts/build.sh + +RUN /scripts/build.sh + +COPY ./global/start.sh /scripts/start.sh + +ENTRYPOINT /scripts/start.sh \ No newline at end of file diff --git a/docker/services/basic/models.sh b/docker/services/basic/models.sh new file mode 100755 index 0000000..45274f0 --- /dev/null +++ b/docker/services/basic/models.sh @@ -0,0 +1,23 @@ +#!/bin/bash +ROOT=/comfyui-launcher + +mkdir -p ${ROOT}/models/checkpoints \ + ${ROOT}/models/upscale_models \ + ${ROOT}/models/unet; + +cd ${ROOT}/models/checkpoints \ +&& wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -O sd_xl_base_1.0_0.9vae.safetensors; +# && wget https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned.safetensors -O v1-5-pruned.safetensors \ +# && wget https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-ema-pruned.safetensors -O v2-1_768-ema-pruned.safetensors \ +# && wget https://huggingface.co/JCTN/fav_models/resolve/b6734996c5ee586fa4d7cae9a5bab1406df0521a/juggernautXL_v8Rundiffusion.safetensors -O juggernautXL_v8Rundiffusion.safetensors \ +# && wget 'https://civitai.com/api/download/models/782002?type=Model&format=SafeTensor&size=full&fp=fp16' -O Juggernaut-XI-byRunDiffusion.safetensors \ +# && wget https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/realisticVisionV51_v51VAE.safetensors -O realisticVisionV51_v51VAE.safetensors \ +# && wget 'https://civitai.com/api/download/models/429454?type=Model&format=SafeTensor&size=pruned&fp=fp16' -O epicphotogasm_v1.safetensors \ +# && wget https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0_fp16.safetensors -O sd_xl_turbo_1.0_fp16.safetensors; + +cd ${ROOT}/models/upscale_models \ +&& wget https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x-UltraSharp.pth -O 4x-UltraSharp.pth \ +&& wget https://huggingface.co/Afizi/ESRGAN_4x.pth/resolve/main/ESRGAN_4x.pth -O ESRGAN_4x.pth \ +&& wget https://huggingface.co/dtarnow/UPscaler/resolve/main/RealESRGAN_x2plus.pth -O RealESRGAN_x2plus.pth \ +&& wget https://huggingface.co/kaliansh/sdrep/resolve/main/RealESRGAN_x4plus.pth -O RealESRGAN_x4plus.pth \ +&& wget https://huggingface.co/kaliansh/sdrep/resolve/main/RealESRGAN_x4plus_anime_6B.pth -O RealESRGAN_x4plus_anime_6B.pth; \ No newline at end of file diff --git a/docker/services/basic/nodes.sh b/docker/services/basic/nodes.sh new file mode 100755 index 0000000..823e6fc --- /dev/null +++ b/docker/services/basic/nodes.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +mkdir -p ${ROOT}/nodes \ + +cd ${ROOT}/nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager && cd "$(basename "$_" .git)" && pip install -r requirements.txt \ No newline at end of file diff --git a/docker/services/global/.bash_aliases b/docker/services/global/.bash_aliases new file mode 100755 index 0000000..ee8de69 --- /dev/null +++ b/docker/services/global/.bash_aliases @@ -0,0 +1,2 @@ +alias lh="ls -alFh" +alias plog="pm2 logs --format" \ No newline at end of file diff --git a/docker/services/global/build.sh b/docker/services/global/build.sh new file mode 100755 index 0000000..83e6696 --- /dev/null +++ b/docker/services/global/build.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +set -Eeuo pipefail + +ROOT=/comfyui-launcher + +echo $ROOT +ls -lha $ROOT +ls -lha / + +echo "Installing pm2..." +apt-get install -y ca-certificates curl gnupg ufw +mkdir -p /etc/apt/keyrings +curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg +echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list +apt-get update +apt-get install -y nodejs git-lfs +npm install -g npm@9.8.0 +npm install -g pm2@latest +pip install --ignore-installed websocket-client flask gdown + +cd ${ROOT} + +apt install -y nvtop + +echo "~~READY~~" \ No newline at end of file diff --git a/docker/services/global/start.sh b/docker/services/global/start.sh new file mode 100755 index 0000000..f8f3e29 --- /dev/null +++ b/docker/services/global/start.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +cd ${ROOT}/ComfyUI + +rm -rf models +rm -rf custom_nodes + +mv ${ROOT}/models ${ROOT}/ComfyUI/models +mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes + +pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" +cd ${ROOT}/comfy-middleware +pm2 start --name comfy-middleware "python main.py --port 3001" + +/etc/init.d/nginx start + +sleep infinity \ No newline at end of file diff --git a/server_scripts/basic/basic.sh b/server_scripts/basic/basic.sh deleted file mode 100755 index 03fea52..0000000 --- a/server_scripts/basic/basic.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash -i - -./../setup.sh && source ~/.bashrc - -cd ~/ComfyUI -pip install -r requirements.txt -pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" -cd ~/comfy-middleware -pm2 start --name comfy-middleware "python main.py --port 3000" - -cd ${PWD} - -./nodes.sh && source ~/.bashrc - -./models.sh && source ~/.bashrc - -pm2 restart all; \ No newline at end of file diff --git a/server_scripts/basic/models.sh b/server_scripts/basic/models.sh deleted file mode 100755 index 88a64d0..0000000 --- a/server_scripts/basic/models.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/bash -i - -cd ~/ComfyUI/models/checkpoints \ -&& wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -O sd_xl_base_1.0_0.9vae.safetensors; -&& wget https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned.safetensors -O v1-5-pruned.safetensors \ -&& wget https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-ema-pruned.safetensors -O v2-1_768-ema-pruned.safetensors \ -&& wget https://huggingface.co/JCTN/fav_models/resolve/b6734996c5ee586fa4d7cae9a5bab1406df0521a/juggernautXL_v8Rundiffusion.safetensors -O juggernautXL_v8Rundiffusion.safetensors \ -&& wget 'https://civitai.com/api/download/models/782002?type=Model&format=SafeTensor&size=full&fp=fp16' -O Juggernaut-XI-byRunDiffusion.safetensors \ -&& wget https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/realisticVisionV51_v51VAE.safetensors -O realisticVisionV51_v51VAE.safetensors \ -&& wget 'https://civitai.com/api/download/models/429454?type=Model&format=SafeTensor&size=pruned&fp=fp16' -O epicphotogasm_v1.safetensors \ -&& wget https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0_fp16.safetensors -O sd_xl_turbo_1.0_fp16.safetensors; - -cd ~/ComfyUI/models/upscale_models \ -&& wget https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x-UltraSharp.pth -O 4x-UltraSharp.pth \ -&& wget https://huggingface.co/Afizi/ESRGAN_4x.pth/resolve/main/ESRGAN_4x.pth -O ESRGAN_4x.pth \ -&& wget https://huggingface.co/dtarnow/UPscaler/resolve/main/RealESRGAN_x2plus.pth -O RealESRGAN_x2plus.pth \ -&& wget https://huggingface.co/kaliansh/sdrep/resolve/main/RealESRGAN_x4plus.pth -O RealESRGAN_x4plus.pth \ -&& wget https://huggingface.co/kaliansh/sdrep/resolve/main/RealESRGAN_x4plus_anime_6B.pth -O RealESRGAN_x4plus_anime_6B.pth; \ No newline at end of file diff --git a/server_scripts/basic/nodes.sh b/server_scripts/basic/nodes.sh deleted file mode 100755 index 143985e..0000000 --- a/server_scripts/basic/nodes.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -i - -cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager && cd "$(basename "$_" .git)" && pip install -r requirements.txt \ No newline at end of file diff --git a/server_scripts/setup.sh b/server_scripts/setup.sh index 091a5d6..badded7 100755 --- a/server_scripts/setup.sh +++ b/server_scripts/setup.sh @@ -5,12 +5,13 @@ source ~/.bashrc nvm install stable && npm install -g pm2 yarn source ~/.bashrc curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash -apt-get update && apt-get install git-lfs nano ffmpeg libsm6 libxext6 -y +apt-get update && apt-get install wget git-lfs nano ffmpeg libsm6 libxext6 -y pip install --ignore-installed websocket-client flask gdown npm i -g pm2-ws cd ~ + git clone https://github.com/comfyanonymous/ComfyUI.git git clone https://github.com/stakeordie/comfy-middleware.git source ~/.bashrc \ No newline at end of file From 6180dd023faa032df760baffbc991ccef38ea98d Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Tue, 15 Oct 2024 13:16:14 -0400 Subject: [PATCH 12/38] models --- docker/docker-compose.yml | 2 -- docker/services/basic/models.sh | 16 ++++++++-------- docker/services/global/start.sh | 2 +- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index a29b65a..da48799 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -21,8 +21,6 @@ services: basic: &basic <<: *base_service profiles: ["basic"] - volumes: - - *v1 build: context: ./services dockerfile: ./basic/Dockerfile diff --git a/docker/services/basic/models.sh b/docker/services/basic/models.sh index 45274f0..2a35a9a 100755 --- a/docker/services/basic/models.sh +++ b/docker/services/basic/models.sh @@ -4,16 +4,16 @@ ROOT=/comfyui-launcher mkdir -p ${ROOT}/models/checkpoints \ ${ROOT}/models/upscale_models \ ${ROOT}/models/unet; - + cd ${ROOT}/models/checkpoints \ && wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -O sd_xl_base_1.0_0.9vae.safetensors; -# && wget https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned.safetensors -O v1-5-pruned.safetensors \ -# && wget https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-ema-pruned.safetensors -O v2-1_768-ema-pruned.safetensors \ -# && wget https://huggingface.co/JCTN/fav_models/resolve/b6734996c5ee586fa4d7cae9a5bab1406df0521a/juggernautXL_v8Rundiffusion.safetensors -O juggernautXL_v8Rundiffusion.safetensors \ -# && wget 'https://civitai.com/api/download/models/782002?type=Model&format=SafeTensor&size=full&fp=fp16' -O Juggernaut-XI-byRunDiffusion.safetensors \ -# && wget https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/realisticVisionV51_v51VAE.safetensors -O realisticVisionV51_v51VAE.safetensors \ -# && wget 'https://civitai.com/api/download/models/429454?type=Model&format=SafeTensor&size=pruned&fp=fp16' -O epicphotogasm_v1.safetensors \ -# && wget https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0_fp16.safetensors -O sd_xl_turbo_1.0_fp16.safetensors; +&& wget https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned.safetensors -O v1-5-pruned.safetensors \ +&& wget https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-ema-pruned.safetensors -O v2-1_768-ema-pruned.safetensors \ +&& wget https://huggingface.co/JCTN/fav_models/resolve/b6734996c5ee586fa4d7cae9a5bab1406df0521a/juggernautXL_v8Rundiffusion.safetensors -O juggernautXL_v8Rundiffusion.safetensors \ +&& wget 'https://civitai.com/api/download/models/782002?type=Model&format=SafeTensor&size=full&fp=fp16' -O Juggernaut-XI-byRunDiffusion.safetensors \ +&& wget https://huggingface.co/lllyasviel/fav_models/resolve/main/fav/realisticVisionV51_v51VAE.safetensors -O realisticVisionV51_v51VAE.safetensors \ +&& wget 'https://civitai.com/api/download/models/429454?type=Model&format=SafeTensor&size=pruned&fp=fp16' -O epicphotogasm_v1.safetensors \ +&& wget https://huggingface.co/stabilityai/sdxl-turbo/resolve/main/sd_xl_turbo_1.0_fp16.safetensors -O sd_xl_turbo_1.0_fp16.safetensors; cd ${ROOT}/models/upscale_models \ && wget https://huggingface.co/uwg/upscaler/resolve/main/ESRGAN/4x-UltraSharp.pth -O 4x-UltraSharp.pth \ diff --git a/docker/services/global/start.sh b/docker/services/global/start.sh index f8f3e29..9decb89 100755 --- a/docker/services/global/start.sh +++ b/docker/services/global/start.sh @@ -10,7 +10,7 @@ rm -rf custom_nodes mv ${ROOT}/models ${ROOT}/ComfyUI/models mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes -pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" +pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" From e2c2b26f5d1ac490b14a163bb6aa8c6784059a67 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Tue, 15 Oct 2024 19:10:33 -0400 Subject: [PATCH 13/38] moved models out of dockerfile --- README.MD | 4 ++++ docker/docker-compose.yml | 3 +-- docker/services/basic/Dockerfile | 18 ++++++++++-------- docker/services/basic/models.sh | 2 +- docker/services/global/start.sh | 5 ++--- 5 files changed, 18 insertions(+), 14 deletions(-) diff --git a/README.MD b/README.MD index 36a0a8d..e452855 100755 --- a/README.MD +++ b/README.MD @@ -8,4 +8,8 @@ cd ~ git clone https://github.com/stakeordie/emprops_component_library.git cd emprops_component_library/server_scripts ./basic.sh && source ~/.bashrc + + +eval "docker buildx build $(sed 's/^/--build-arg /' ../global/.env) --builder cloud-emprops-comfy-servers --platform linux/amd64 -t emprops/comfy-basic:v1 --output type=cacheonly --push ." + ``` diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index da48799..c6b6d40 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -1,5 +1,3 @@ -version: '3.9' - x-base_service: &base_service ports: - "${WEBUI_PORT:-7860}:7860" @@ -28,6 +26,7 @@ services: models: "models" GITACCESSKEY: ${GITACCESSKEY} image: emprops/comfy-basic:v1 + platform: linux/amd64 environment: - CLI_ARGS= diff --git a/docker/services/basic/Dockerfile b/docker/services/basic/Dockerfile index 6bca5bc..fea78fb 100644 --- a/docker/services/basic/Dockerfile +++ b/docker/services/basic/Dockerfile @@ -1,8 +1,8 @@ -FROM pytorch/pytorch:latest AS start +FROM pytorch/pytorch:latest -ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 +# ARG DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 -RUN apt-get update && apt-get install -y git rsync nginx wget nano git-lfs ffmpeg libsm6 libxext6 && apt-get clean +RUN apt update && apt-get install -y git rsync nginx wget nano git-lfs ffmpeg libsm6 libxext6 && apt-get clean ARG GITACCESSKEY @@ -10,10 +10,10 @@ RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh && echo ${GITACCESSKEY} >> ~/.ssh/id_ed2 ENV ROOT=/comfyui-launcher -COPY ./basic/models.sh /scripts/models.sh -RUN /scripts/models.sh +# COPY ./models.sh /scripts/models.sh +# RUN /scripts/models.sh -COPY ./basic/nodes.sh /scripts/nodes.sh +COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts @@ -24,10 +24,12 @@ RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-m WORKDIR ${ROOT} -COPY ./global/build.sh /scripts/build.sh +COPY ./build.sh /scripts/build.sh RUN /scripts/build.sh -COPY ./global/start.sh /scripts/start.sh +COPY ./models.sh /scripts/models.sh + +COPY ./start.sh /scripts/start.sh ENTRYPOINT /scripts/start.sh \ No newline at end of file diff --git a/docker/services/basic/models.sh b/docker/services/basic/models.sh index 2a35a9a..b1a61d1 100755 --- a/docker/services/basic/models.sh +++ b/docker/services/basic/models.sh @@ -6,7 +6,7 @@ mkdir -p ${ROOT}/models/checkpoints \ ${ROOT}/models/unet; cd ${ROOT}/models/checkpoints \ -&& wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -O sd_xl_base_1.0_0.9vae.safetensors; +&& wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -O sd_xl_base_1.0_0.9vae.safetensors \ && wget https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5/resolve/main/v1-5-pruned.safetensors -O v1-5-pruned.safetensors \ && wget https://huggingface.co/stabilityai/stable-diffusion-2-1/resolve/main/v2-1_768-ema-pruned.safetensors -O v2-1_768-ema-pruned.safetensors \ && wget https://huggingface.co/JCTN/fav_models/resolve/b6734996c5ee586fa4d7cae9a5bab1406df0521a/juggernautXL_v8Rundiffusion.safetensors -O juggernautXL_v8Rundiffusion.safetensors \ diff --git a/docker/services/global/start.sh b/docker/services/global/start.sh index 9decb89..7332253 100755 --- a/docker/services/global/start.sh +++ b/docker/services/global/start.sh @@ -4,12 +4,11 @@ ROOT=/comfyui-launcher cd ${ROOT}/ComfyUI -rm -rf models rm -rf custom_nodes - -mv ${ROOT}/models ${ROOT}/ComfyUI/models mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes +./models.sh + pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" From a5fb7dc3891b66fc10e26bf20ecdb93fb4e6bdef Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Tue, 15 Oct 2024 23:13:24 -0400 Subject: [PATCH 14/38] added server --- docker/services/basic/Dockerfile | 2 +- docker/services/basic/models.sh | 5 ++-- docker/services/global/start.sh | 2 +- docker/services/video/Dockerfile | 41 ++++++++++++++++++++++++++++++++ docker/services/video/build.sh | 26 ++++++++++++++++++++ docker/services/video/models.sh | 17 +++++++++++++ docker/services/video/nodes.sh | 21 ++++++++++++++++ docker/services/video/start.sh | 18 ++++++++++++++ server_scripts/video/models.sh | 5 +++- server_scripts/video/nodes.sh | 3 +-- 10 files changed, 132 insertions(+), 8 deletions(-) create mode 100644 docker/services/video/Dockerfile create mode 100755 docker/services/video/build.sh create mode 100755 docker/services/video/models.sh create mode 100755 docker/services/video/nodes.sh create mode 100755 docker/services/video/start.sh diff --git a/docker/services/basic/Dockerfile b/docker/services/basic/Dockerfile index fea78fb..c0b3d75 100644 --- a/docker/services/basic/Dockerfile +++ b/docker/services/basic/Dockerfile @@ -2,7 +2,7 @@ FROM pytorch/pytorch:latest # ARG DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 -RUN apt update && apt-get install -y git rsync nginx wget nano git-lfs ffmpeg libsm6 libxext6 && apt-get clean +RUN apt update && apt-get install -y git rsync nginx wget nano ffmpeg libsm6 libxext6 && apt-get clean ARG GITACCESSKEY diff --git a/docker/services/basic/models.sh b/docker/services/basic/models.sh index b1a61d1..aab7c4d 100755 --- a/docker/services/basic/models.sh +++ b/docker/services/basic/models.sh @@ -1,9 +1,8 @@ #!/bin/bash -ROOT=/comfyui-launcher +ROOT=/comfyui-launcher/ComfyUI mkdir -p ${ROOT}/models/checkpoints \ - ${ROOT}/models/upscale_models \ - ${ROOT}/models/unet; + ${ROOT}/models/upscale_models; cd ${ROOT}/models/checkpoints \ && wget https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/resolve/main/sd_xl_base_1.0_0.9vae.safetensors -O sd_xl_base_1.0_0.9vae.safetensors \ diff --git a/docker/services/global/start.sh b/docker/services/global/start.sh index 7332253..b7885f3 100755 --- a/docker/services/global/start.sh +++ b/docker/services/global/start.sh @@ -7,7 +7,7 @@ cd ${ROOT}/ComfyUI rm -rf custom_nodes mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes -./models.sh +/scripts/models.sh pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware diff --git a/docker/services/video/Dockerfile b/docker/services/video/Dockerfile new file mode 100644 index 0000000..299323c --- /dev/null +++ b/docker/services/video/Dockerfile @@ -0,0 +1,41 @@ +FROM pytorch/pytorch:latest + +# ARG DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 + +RUN apt update && apt-get install -y git rsync nginx wget nano ffmpeg libsm6 libxext6 && apt-get clean + +ARG GITACCESSKEY + +RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh && echo ${GITACCESSKEY} >> ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519 + +ENV ROOT=/comfyui-launcher + +# COPY ./models.sh /scripts/models.sh +# RUN /scripts/models.sh + +COPY ./nodes.sh /scripts/nodes.sh +RUN /scripts/nodes.sh + +RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts +RUN rm -rf /etc/nginx && git clone -b comfy-node git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx +RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +RUN git -C ${ROOT}/ComfyUI reset --hard 9f4daca +RUN pip install -r ${ROOT}/ComfyUI/requirements.txt + +RUN pip install opencv-python +RUN pip install --pre onediff onediffx +RUN pip install nexfort + +RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware + +WORKDIR ${ROOT} + +COPY ./build.sh /scripts/build.sh + +RUN /scripts/build.sh + +COPY ./models.sh /scripts/models.sh + +COPY ./start.sh /scripts/start.sh + +ENTRYPOINT /scripts/start.sh \ No newline at end of file diff --git a/docker/services/video/build.sh b/docker/services/video/build.sh new file mode 100755 index 0000000..83e6696 --- /dev/null +++ b/docker/services/video/build.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +set -Eeuo pipefail + +ROOT=/comfyui-launcher + +echo $ROOT +ls -lha $ROOT +ls -lha / + +echo "Installing pm2..." +apt-get install -y ca-certificates curl gnupg ufw +mkdir -p /etc/apt/keyrings +curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg +echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list +apt-get update +apt-get install -y nodejs git-lfs +npm install -g npm@9.8.0 +npm install -g pm2@latest +pip install --ignore-installed websocket-client flask gdown + +cd ${ROOT} + +apt install -y nvtop + +echo "~~READY~~" \ No newline at end of file diff --git a/docker/services/video/models.sh b/docker/services/video/models.sh new file mode 100755 index 0000000..ec7b4d3 --- /dev/null +++ b/docker/services/video/models.sh @@ -0,0 +1,17 @@ +#!/bin/bash +ROOT=/comfyui-launcher/ComfyUI + +git lfs install + +mkdir -p ${ROOT}/ComfyUI/models/clip +mkdir -p ${ROOT}/ComfyUI/models/LLavacheckpoints +mkdir -p ${ROOT}/ComfyUI/models/CogVideo +mkdir -p ${ROOT}/ComfyUI/models/checkpoints + +cd ${ROOT}/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors; +cd ${ROOT}/ComfyUI/models/LLavacheckpoints && wget https://huggingface.co/bartowski/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q4_K_M.gguf; +cd ${ROOT}/ComfyUI/models/checkpoints && wget https://huggingface.co/roggerzill/lazy/resolve/main/lazymixRealAmateur_v40Inpainting.safetensors; +cd ${ROOT}/ComfyUI/models && wget https://huggingface.co/jasonot/mycomfyui/resolve/main/rife47.pth; + +cd ${ROOT}/ComfyUI/models/CogVideo && git clone https://huggingface.co/THUDM/CogVideoX-5b-I2V +cd ${ROOT}/ComfyUI/models/CogVideo && git clone https://huggingface.co/alibaba-pai/CogVideoX-Fun-5b-InP diff --git a/docker/services/video/nodes.sh b/docker/services/video/nodes.sh new file mode 100755 index 0000000..28f1134 --- /dev/null +++ b/docker/services/video/nodes.sh @@ -0,0 +1,21 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +mkdir -p ${ROOT}/nodes \ + +cd ${ROOT}/nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && cd "$(basename "$_" .git)" && python install.py && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/jags111/efficiency-nodes-comfyui.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes.git; +cd ${ROOT}/nodes && git clone https://github.com/un-seen/comfyui-tensorops.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git; +cd ${ROOT}/nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/M1kep/Comfy_KepListStuff.git; +cd ${ROOT}/nodes && git clone https://github.com/rgthree/rgthree-comfy.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/Acly/comfyui-inpaint-nodes.git; +cd ${ROOT}/nodes && git clone https://github.com/kijai/ComfyUI-KJNodes.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/kijai/ComfyUI-Florence2.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/kijai/ComfyUI-CogVideoXWrapper.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/gokayfem/ComfyUI_VLM_nodes.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/KoreTeknology/ComfyUI-Universal-Styler.git; \ No newline at end of file diff --git a/docker/services/video/start.sh b/docker/services/video/start.sh new file mode 100755 index 0000000..b7885f3 --- /dev/null +++ b/docker/services/video/start.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +cd ${ROOT}/ComfyUI + +rm -rf custom_nodes +mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes + +/scripts/models.sh + +pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" +cd ${ROOT}/comfy-middleware +pm2 start --name comfy-middleware "python main.py --port 3001" + +/etc/init.d/nginx start + +sleep infinity \ No newline at end of file diff --git a/server_scripts/video/models.sh b/server_scripts/video/models.sh index 7e44656..4b69607 100755 --- a/server_scripts/video/models.sh +++ b/server_scripts/video/models.sh @@ -1,9 +1,12 @@ -#!/bin/bash -i +#!/bin/bash +ROOT=/comfyui-launcher/ComfyUI + git lfs install mkdir -p ~/ComfyUI/models/clip mkdir -p ~/ComfyUI/models/LLavacheckpoints mkdir -p ~/ComfyUI/models/CogVideo +mkdir -p ~/ComfyUI/models/checkpoints cd ~/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors; cd ~/ComfyUI/models/LLavacheckpoints && wget https://huggingface.co/bartowski/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q4_K_M.gguf; diff --git a/server_scripts/video/nodes.sh b/server_scripts/video/nodes.sh index aea14be..eb02411 100755 --- a/server_scripts/video/nodes.sh +++ b/server_scripts/video/nodes.sh @@ -1,5 +1,4 @@ -#!/bin/bash -i - +#!/bin/bash cd ~/ComfyUI/custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation.git && cd "$(basename "$_" .git)" && python install.py && pip install -r requirements.txt; cd ~/ComfyUI/custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; From 6ee901635cf61d312236d2ffa6b62e0ced88f024 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Tue, 15 Oct 2024 23:19:46 -0400 Subject: [PATCH 15/38] added servers --- docker/{services => }/basic/Dockerfile | 0 docker/{services/global => basic}/build.sh | 0 docker/{services => }/basic/models.sh | 0 docker/{services => }/basic/nodes.sh | 0 docker/{services/global => basic}/start.sh | 0 docker/flux/Dockerfile | 35 +++++++++++++++++ docker/{services/video => flux}/build.sh | 0 docker/flux/models.sh | 44 ++++++++++++++++++++++ docker/flux/nodes.sh | 25 ++++++++++++ docker/{services/video => flux}/start.sh | 0 docker/{services => }/global/.bash_aliases | 0 docker/global/build.sh | 26 +++++++++++++ docker/global/start.sh | 18 +++++++++ docker/{services => }/video/Dockerfile | 0 docker/video/build.sh | 26 +++++++++++++ docker/{services => }/video/models.sh | 0 docker/{services => }/video/nodes.sh | 0 docker/video/start.sh | 18 +++++++++ 18 files changed, 192 insertions(+) rename docker/{services => }/basic/Dockerfile (100%) rename docker/{services/global => basic}/build.sh (100%) rename docker/{services => }/basic/models.sh (100%) rename docker/{services => }/basic/nodes.sh (100%) rename docker/{services/global => basic}/start.sh (100%) create mode 100644 docker/flux/Dockerfile rename docker/{services/video => flux}/build.sh (100%) create mode 100755 docker/flux/models.sh create mode 100755 docker/flux/nodes.sh rename docker/{services/video => flux}/start.sh (100%) rename docker/{services => }/global/.bash_aliases (100%) create mode 100755 docker/global/build.sh create mode 100755 docker/global/start.sh rename docker/{services => }/video/Dockerfile (100%) create mode 100755 docker/video/build.sh rename docker/{services => }/video/models.sh (100%) rename docker/{services => }/video/nodes.sh (100%) create mode 100755 docker/video/start.sh diff --git a/docker/services/basic/Dockerfile b/docker/basic/Dockerfile similarity index 100% rename from docker/services/basic/Dockerfile rename to docker/basic/Dockerfile diff --git a/docker/services/global/build.sh b/docker/basic/build.sh similarity index 100% rename from docker/services/global/build.sh rename to docker/basic/build.sh diff --git a/docker/services/basic/models.sh b/docker/basic/models.sh similarity index 100% rename from docker/services/basic/models.sh rename to docker/basic/models.sh diff --git a/docker/services/basic/nodes.sh b/docker/basic/nodes.sh similarity index 100% rename from docker/services/basic/nodes.sh rename to docker/basic/nodes.sh diff --git a/docker/services/global/start.sh b/docker/basic/start.sh similarity index 100% rename from docker/services/global/start.sh rename to docker/basic/start.sh diff --git a/docker/flux/Dockerfile b/docker/flux/Dockerfile new file mode 100644 index 0000000..c0b3d75 --- /dev/null +++ b/docker/flux/Dockerfile @@ -0,0 +1,35 @@ +FROM pytorch/pytorch:latest + +# ARG DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 + +RUN apt update && apt-get install -y git rsync nginx wget nano ffmpeg libsm6 libxext6 && apt-get clean + +ARG GITACCESSKEY + +RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh && echo ${GITACCESSKEY} >> ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519 + +ENV ROOT=/comfyui-launcher + +# COPY ./models.sh /scripts/models.sh +# RUN /scripts/models.sh + +COPY ./nodes.sh /scripts/nodes.sh +RUN /scripts/nodes.sh + +RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts +RUN rm -rf /etc/nginx && git clone -b comfy-node git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx +RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +RUN pip install -r ${ROOT}/ComfyUI/requirements.txt +RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware + +WORKDIR ${ROOT} + +COPY ./build.sh /scripts/build.sh + +RUN /scripts/build.sh + +COPY ./models.sh /scripts/models.sh + +COPY ./start.sh /scripts/start.sh + +ENTRYPOINT /scripts/start.sh \ No newline at end of file diff --git a/docker/services/video/build.sh b/docker/flux/build.sh similarity index 100% rename from docker/services/video/build.sh rename to docker/flux/build.sh diff --git a/docker/flux/models.sh b/docker/flux/models.sh new file mode 100755 index 0000000..009e714 --- /dev/null +++ b/docker/flux/models.sh @@ -0,0 +1,44 @@ +#!/bin/bash +ROOT=/comfyui-launcher/ComfyUI + +mkdir -p ${ROOT}/ComfyUI/models/checkpoints +mkdir -p ${ROOT}/ComfyUI/models/unet +mkdir -p ${ROOT}/ComfyUI/models/vae +mkdir -p ${ROOT}/ComfyUI/models/clip +mkdir -p ${ROOT}/ComfyUI/models/controlnet +mkdir -p ${ROOT}/ComfyUI/models/loras +mkdir -p ${ROOT}/ComfyUI/models/checkpoints +mkdir -p ${ROOT}/ComfyUI/models/xlabs/ipadapters +mkdir -p ${ROOT}/ComfyUI/models/clip_vision +mkdir -p ${ROOT}/ComfyUI/models/clip_vision/clip-vit-large-patch14 +mkdir -p ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators +mkdir -p ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/TheMistoAI/MistoLine/Anyline + +#cd ${ROOT}/ComfyUI/models/unet && wget https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors && ln -sf ${ROOT}/ComfyUI/models/unet/flux1-schnell-fp8.safetensors ${ROOT}/ComfyUI/models/checkpoints/flux1-schnell-fp8.safetensors +cd ${ROOT}/ComfyUI/models/unet && wget https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors && ln -sf ${ROOT}/ComfyUI/models/unet/flux1-dev-fp8.safetensors ${ROOT}/ComfyUI/models/checkpoints/flux1-dev-fp8.safetensors +#cd ${ROOT}/ComfyUI/models/unet && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors && ln -sf ${ROOT}/ComfyUI/models/unet/flux1-schnell.safetensors ${ROOT}/ComfyUI/models/checkpoints/flux1-schnell.safetensors +#cd ${ROOT}/ComfyUI/models/unet && wget --header="Authorization: Bearer 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" https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors && ln -sf ${ROOT}/ComfyUI/models/unet/flux1-dev.safetensors ${ROOT}/ComfyUI/models/checkpoints/flux1-dev.safetensors +cd ${ROOT}/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors +#cd ${ROOT}/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors +cd ${ROOT}/ComfyUI/models/vae && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors +cd ${ROOT}/ComfyUI/models/clip && wget https://edenartlab-lfs.s3.amazonaws.com/comfyui/models2/clip/clip_l.safetensors +#cd ${ROOT}/ComfyUI/models/controlnet && wget https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union/resolve/main/diffusion_pytorch_model.safetensors -O FLUX.1-dev-ControlNet-Union-Pro.safetensors +#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-16steps-lora.safetensors +#cd ${ROOT}/ComfyUI/models/xlabs/ipadapters && wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx -O flux-ip-adapter.safetensors +#cd ${ROOT}/ComfyUI/input && wget https://upload.wikimedia.org/wikipedia/commons/4/49/A_black_image.jpg +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/dpt_hybrid-midas-501f0c75.pt +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/TheMistoAI/MistoLine/Anyline && wget https://huggingface.co/TheMistoAI/MistoLine/resolve/main/Anyline/MTEED.pth +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/ckpts/yzd-v/DWPose && wget https://huggingface.co/yzd-v/DWPose/resolve/main/dw-ll_ucoco_384.onnx +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/ckpts/yzd-v/DWPose && wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/facenet.pth +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/hand_pose_model.pth +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/body_pose_model.pth +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/ControlNetHED.pth +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/sk_model.pth +#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/sk_model2.pth +#cd ${ROOT}/ComfyUI/models/clip_vision/clip-vit-large-patch14 && wget https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/model.safetensors +#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/anime_lora_comfy_converted.safetensors +#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/art_lora_comfy_converted.safetensors +#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/mjv6_lora_comfy_converted.safetensors +#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/realism_lora_comfy_converted.safetensors +#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/scenery_lora_comfy_converted.safetensors \ No newline at end of file diff --git a/docker/flux/nodes.sh b/docker/flux/nodes.sh new file mode 100755 index 0000000..c89b306 --- /dev/null +++ b/docker/flux/nodes.sh @@ -0,0 +1,25 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +mkdir -p ${ROOT}/nodes \ + +#!/bin/bash -i + + +# cd ${ROOT}/nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager && cd "$(basename "$_" .git)" && git reset --hard 7ec376774f79229e2410935f04018805e2d16d16 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/edenartlab/eden_comfy_pipelines && cd "$(basename "$_" .git)" && git reset --hard 2d2a676f0e3c709aefb04fbe9a518a0d5c7f99ec && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/kijai/ComfyUI-KJNodes && cd "$(basename "$_" .git)" && git reset --hard 9bb1e47ba7dd51da90433f03a44b5dd7dbea04f7 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone --recursive https://github.com/receyuki/comfyui-prompt-reader-node && cd "$(basename "$_" .git)" && git reset --hard 07a1a5314d09dad4a8445d6921914e8ea8250324 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes && cd "$(basename "$_" .git)" && git reset --hard d78b780ae43fcf8c6b7c6505e6ffb4584281ceca && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/rgthree/rgthree-comfy && cd "$(basename "$_" .git)" && git reset --hard dd534e5384be8cf0c0fa35865afe2126ba75ac55 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/BadCafeCode/execution-inversion-demo-comfyui && cd "$(basename "$_" .git)" && git reset --hard b0b489659684a1b69221db48cabb9dce5f7bb6fb && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd "$(basename "$_" .git)" && git reset --hard 94f30ef317d4607a2d91ac222b2bdf4addb1ea66 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd "$(basename "$_" .git)" && git reset --hard 4cd233c5d7afe2e51bf57ee7a5ba7e6fcb9cbb22 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/XLabs-AI/x-flux-comfyui && cd "$(basename "$_" .git)" && git reset --hard 14cfba14655eb19058963fb0d858b0bdb2d89cf0 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd "$(basename "$_" .git)" && git reset --hard ee2e31a1e5fd85ad6f5c36831ffda6fea8f249c7 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/cubiq/ComfyUI_essentials && cd "$(basename "$_" .git)" && git reset --hard 635322c1e49fac6c23a56131078be45f64edc193 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd "$(basename "$_" .git)" && git reset --hard 09d84235d99789447d143c4a4907c2d22e452097 && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/yolain/ComfyUI-Easy-Use && cd "$(basename "$_" .git)" && git reset --hard 7b1dc8ce62ee8bf4360d114b92c3b256f06cd28e && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/al-swaiti/ComfyUI-OllamaGemini && cd "$(basename "$_" .git)" && pip install -r requirements.txt +# cd ${ROOT}/nodes && git clone https://github.com/Yanick112/ComfyUI-ToSVG.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt \ No newline at end of file diff --git a/docker/services/video/start.sh b/docker/flux/start.sh similarity index 100% rename from docker/services/video/start.sh rename to docker/flux/start.sh diff --git a/docker/services/global/.bash_aliases b/docker/global/.bash_aliases similarity index 100% rename from docker/services/global/.bash_aliases rename to docker/global/.bash_aliases diff --git a/docker/global/build.sh b/docker/global/build.sh new file mode 100755 index 0000000..83e6696 --- /dev/null +++ b/docker/global/build.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +set -Eeuo pipefail + +ROOT=/comfyui-launcher + +echo $ROOT +ls -lha $ROOT +ls -lha / + +echo "Installing pm2..." +apt-get install -y ca-certificates curl gnupg ufw +mkdir -p /etc/apt/keyrings +curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg +echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list +apt-get update +apt-get install -y nodejs git-lfs +npm install -g npm@9.8.0 +npm install -g pm2@latest +pip install --ignore-installed websocket-client flask gdown + +cd ${ROOT} + +apt install -y nvtop + +echo "~~READY~~" \ No newline at end of file diff --git a/docker/global/start.sh b/docker/global/start.sh new file mode 100755 index 0000000..b7885f3 --- /dev/null +++ b/docker/global/start.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +cd ${ROOT}/ComfyUI + +rm -rf custom_nodes +mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes + +/scripts/models.sh + +pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" +cd ${ROOT}/comfy-middleware +pm2 start --name comfy-middleware "python main.py --port 3001" + +/etc/init.d/nginx start + +sleep infinity \ No newline at end of file diff --git a/docker/services/video/Dockerfile b/docker/video/Dockerfile similarity index 100% rename from docker/services/video/Dockerfile rename to docker/video/Dockerfile diff --git a/docker/video/build.sh b/docker/video/build.sh new file mode 100755 index 0000000..83e6696 --- /dev/null +++ b/docker/video/build.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +set -Eeuo pipefail + +ROOT=/comfyui-launcher + +echo $ROOT +ls -lha $ROOT +ls -lha / + +echo "Installing pm2..." +apt-get install -y ca-certificates curl gnupg ufw +mkdir -p /etc/apt/keyrings +curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg +echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list +apt-get update +apt-get install -y nodejs git-lfs +npm install -g npm@9.8.0 +npm install -g pm2@latest +pip install --ignore-installed websocket-client flask gdown + +cd ${ROOT} + +apt install -y nvtop + +echo "~~READY~~" \ No newline at end of file diff --git a/docker/services/video/models.sh b/docker/video/models.sh similarity index 100% rename from docker/services/video/models.sh rename to docker/video/models.sh diff --git a/docker/services/video/nodes.sh b/docker/video/nodes.sh similarity index 100% rename from docker/services/video/nodes.sh rename to docker/video/nodes.sh diff --git a/docker/video/start.sh b/docker/video/start.sh new file mode 100755 index 0000000..b7885f3 --- /dev/null +++ b/docker/video/start.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +cd ${ROOT}/ComfyUI + +rm -rf custom_nodes +mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes + +/scripts/models.sh + +pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" +cd ${ROOT}/comfy-middleware +pm2 start --name comfy-middleware "python main.py --port 3001" + +/etc/init.d/nginx start + +sleep infinity \ No newline at end of file From aef2a77b9e14fc02931a94fe9aa7e534783b07aa Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 16 Oct 2024 13:03:20 -0400 Subject: [PATCH 16/38] unified nginx --- .../exports/cog_img2video_api.json | 12 +- .../exports/cog_img2video_full.json | 707 +++++++++--------- Components/cog_img2video/workflow.json | 2 +- docker/basic/Dockerfile | 2 +- docker/flux/Dockerfile | 2 +- docker/video/Dockerfile | 2 +- docker/video/models.sh | 2 +- 7 files changed, 365 insertions(+), 364 deletions(-) diff --git a/Components/cog_img2video/exports/cog_img2video_api.json b/Components/cog_img2video/exports/cog_img2video_api.json index a63b5fa..23b664c 100644 --- a/Components/cog_img2video/exports/cog_img2video_api.json +++ b/Components/cog_img2video/exports/cog_img2video_api.json @@ -44,7 +44,7 @@ }, "36": { "inputs": { - "image": "Xifke5Y8UZlH_1200x1200.jpg", + "image": "untitled-3954acfe-a65a-4aa8-b27f-412bc8258800-3954acfe-a65a-4aa8-b27f-412bc8258800.png", "upload": "image" }, "class_type": "LoadImage", @@ -87,9 +87,7 @@ "60", 0 ], - "scheduler": "DPM", - "t_tile_length": 16, - "t_tile_overlap": 8, + "scheduler": "DPM++", "denoise_strength": 1, "pipeline": [ "165", @@ -245,7 +243,7 @@ "209", 0 ], - "text2": "A woman laying on the floor in a flooded living room. The water level starts rising further, slowly engulfing the woman's face, causing her to thrash about in panic. Next, one of the sofas begins to slide across the wet floor towards her, as if pulled by an unseen force.assistant\n" + "text2": "A digital painting of a colorful abstract design. The abstract digital art piece starts to morph and change, with the pink jellyfish growing larger and more vibrant while its surrounding lines and dots begin to pulse and glow. Next, the two small white spheres start to move outward, extending and stretching like tendrils, as if reacting to the jellyfish's increased energy.assistant\n\nIn one short, direct and affirmative sentence, describe what is happening in the scene and what happens next.\n\nThe abstract digital art piece transforms as the jellyfish grows and pulses, and its tentacle-like extensions stretch outwards, further energizing the artwork.assistant\n\nThe abstract digital art piece transforms as the jellyfish grows and pulses, and its tentacle-like extensions stretch outwards, further energizing the artwork.assistant\n\nHere is the reformatted response:\n\nThe abstract digital art piece transforms as the jellyfish grows and pulses, and its tent" }, "class_type": "ShowText|pysssss", "_meta": { @@ -468,7 +466,7 @@ "183", 2 ], - "text2": "The image shows a living room with a staircase in the background. The room is flooded with water, and the floor is covered in a thick layer of water. In the center of the room, there is a woman lying on her back with her arms stretched out to the sides. She is wearing a white dress and appears to be in a state of distress. On the left side of the image, there are two sofas, a coffee table, and a bookshelf with various books and decorative items. The walls are covered in wallpaper, and there are several framed pictures hanging on the walls. The overall mood of the space is eerie and unsettling." + "text2": "The image is an abstract digital art piece that appears to be made up of small squares and rectangles in various colors. The squares are arranged in a mosaic-like pattern, with some overlapping each other. The colors range from bright reds and oranges to muted greens and yellows, creating a vibrant and dynamic composition.\n\nIn the center of the image, there is a large pink jellyfish floating on top of a body of water. The jellyfish is surrounded by a network of white lines and dots, representing the interconnectedness of the universe. On the right side of the jellyfish, there are two small white spheres, which could represent the tentacles or tentacles that extend from the body. The background is a mix of gray and white, with hints of blue and pink, giving the image a dreamy and ethereal feel. The overall effect is one of depth and movement, with the colors blending together to create a sense of depth." }, "class_type": "ShowText|pysssss", "_meta": { @@ -563,7 +561,7 @@ }, "219": { "inputs": { - "ckpt_name": "rife47.pth", + "ckpt_name": "rife49.pth", "clear_cache_after_n_frames": 20, "multiplier": [ "222", diff --git a/Components/cog_img2video/exports/cog_img2video_full.json b/Components/cog_img2video/exports/cog_img2video_full.json index 8cecba6..3ce57b9 100644 --- a/Components/cog_img2video/exports/cog_img2video_full.json +++ b/Components/cog_img2video/exports/cog_img2video_full.json @@ -14,7 +14,7 @@ "1": 184.37745666503906 }, "flags": {}, - "order": 14, + "order": 18, "mode": 0, "inputs": [ { @@ -206,7 +206,7 @@ 0, 0, 1.1, - 41, + 476, "randomize" ] }, @@ -297,7 +297,7 @@ }, "widgets_values": [ "", - "The image shows a living room with a staircase in the background. The room is flooded with water, and the floor is covered in a thick layer of water. In the center of the room, there is a woman lying on her back with her arms stretched out to the sides. She is wearing a white dress and appears to be in a state of distress. On the left side of the image, there are two sofas, a coffee table, and a bookshelf with various books and decorative items. The walls are covered in wallpaper, and there are several framed pictures hanging on the walls. The overall mood of the space is eerie and unsettling." + "The image is an abstract digital art piece that appears to be made up of small squares and rectangles in various colors. The squares are arranged in a mosaic-like pattern, with some overlapping each other. The colors range from bright reds and oranges to muted greens and yellows, creating a vibrant and dynamic composition.\n\nIn the center of the image, there is a large pink jellyfish floating on top of a body of water. The jellyfish is surrounded by a network of white lines and dots, representing the interconnectedness of the universe. On the right side of the jellyfish, there are two small white spheres, which could represent the tentacles or tentacles that extend from the body. The background is a mix of gray and white, with hints of blue and pink, giving the image a dreamy and ethereal feel. The overall effect is one of depth and movement, with the colors blending together to create a sense of depth." ] }, { @@ -520,64 +520,6 @@ true ] }, - { - "id": 219, - "type": "RIFE VFI", - "pos": { - "0": 778, - "1": 318 - }, - "size": { - "0": 319.20001220703125, - "1": 198 - }, - "flags": {}, - "order": 37, - "mode": 0, - "inputs": [ - { - "name": "frames", - "type": "IMAGE", - "link": 449 - }, - { - "name": "optional_interpolation_states", - "type": "INTERPOLATION_STATES", - "link": null, - "shape": 7 - }, - { - "name": "multiplier", - "type": "INT", - "link": 457, - "widget": { - "name": "multiplier" - } - } - ], - "outputs": [ - { - "name": "IMAGE", - "type": "IMAGE", - "links": [ - 456 - ], - "slot_index": 0, - "shape": 3 - } - ], - "properties": { - "Node name for S&R": "RIFE VFI" - }, - "widgets_values": [ - "rife47.pth", - 20, - 5, - true, - true, - 1 - ] - }, { "id": 208, "type": "Florence2Run", @@ -590,7 +532,7 @@ "1": 304.0000305175781 }, "flags": {}, - "order": 18, + "order": 17, "mode": 0, "inputs": [ { @@ -653,7 +595,7 @@ 3, true, "", - 16029453808053, + 319616303242451, "randomize" ] }, @@ -703,7 +645,7 @@ "1": 304 }, "flags": {}, - "order": 17, + "order": 16, "mode": 0, "inputs": [ { @@ -767,7 +709,7 @@ 3, true, "", - 921613792470598, + 120506099605169, "randomize" ] }, @@ -1028,7 +970,7 @@ "1": 150 }, "flags": {}, - "order": 16, + "order": 15, "mode": 0, "inputs": [ { @@ -1076,41 +1018,6 @@ "lanczos" ] }, - { - "id": 20, - "type": "CLIPLoader", - "pos": { - "0": -663, - "1": 608 - }, - "size": { - "0": 210, - "1": 82.74232482910156 - }, - "flags": {}, - "order": 6, - "mode": 0, - "inputs": [], - "outputs": [ - { - "name": "CLIP", - "type": "CLIP", - "links": [ - 54, - 56 - ], - "slot_index": 0, - "shape": 3 - } - ], - "properties": { - "Node name for S&R": "CLIPLoader" - }, - "widgets_values": [ - "t5xxl_fp8_e4m3fn.safetensors", - "sd3" - ] - }, { "id": 222, "type": "DF_Integer", @@ -1123,7 +1030,7 @@ "1": 62.89327621459961 }, "flags": {}, - "order": 7, + "order": 6, "mode": 0, "inputs": [], "outputs": [ @@ -1309,7 +1216,7 @@ "Node name for S&R": "KSampler" }, "widgets_values": [ - 345633683011814, + 415805991422585, "randomize", 20, 7, @@ -1449,135 +1356,6 @@ "Node name for S&R": "VAEDecode" } }, - { - "id": 57, - "type": "CogVideoSampler", - "pos": { - "0": 144.1237030029297, - "1": 369.1351623535156 - }, - "size": { - "0": 270.3999938964844, - "1": 350 - }, - "flags": {}, - "order": 35, - "mode": 0, - "inputs": [ - { - "name": "pipeline", - "type": "COGVIDEOPIPE", - "link": 325 - }, - { - "name": "positive", - "type": "CONDITIONING", - "link": 122 - }, - { - "name": "negative", - "type": "CONDITIONING", - "link": 123 - }, - { - "name": "samples", - "type": "LATENT", - "link": null, - "shape": 7 - }, - { - "name": "image_cond_latents", - "type": "LATENT", - "link": 129, - "shape": 7 - }, - { - "name": "seed", - "type": "INT", - "link": 131, - "widget": { - "name": "seed" - } - } - ], - "outputs": [ - { - "name": "cogvideo_pipe", - "type": "COGVIDEOPIPE", - "links": [ - 313 - ], - "slot_index": 0, - "shape": 3 - }, - { - "name": "samples", - "type": "LATENT", - "links": [ - 254 - ], - "slot_index": 1, - "shape": 3 - } - ], - "properties": { - "Node name for S&R": "CogVideoSampler" - }, - "widgets_values": [ - 480, - 720, - 49, - 20, - 6, - 65334758276105, - "fixed", - "DPM", - 16, - 8, - 1 - ] - }, - { - "id": 60, - "type": "Seed (rgthree)", - "pos": { - "0": 1137, - "1": 442 - }, - "size": { - "0": 350.9823303222656, - "1": 130 - }, - "flags": {}, - "order": 8, - "mode": 0, - "inputs": [], - "outputs": [ - { - "name": "SEED", - "type": "INT", - "links": [ - 131, - 280, - 358, - 381, - 422 - ], - "slot_index": 0, - "shape": 3, - "dir": 4 - } - ], - "properties": {}, - "widgets_values": [ - -1, - null, - null, - null - ], - "color": "#223", - "bgcolor": "#335" - }, { "id": 224, "type": "MathExpression|pysssss", @@ -1590,7 +1368,7 @@ "1": 116 }, "flags": {}, - "order": 15, + "order": 14, "mode": 0, "inputs": [ { @@ -1637,122 +1415,22 @@ ] }, { - "id": 36, - "type": "LoadImage", + "id": 209, + "type": "DF_String_Concatenate", "pos": { - "0": -1961, - "1": -724 + "0": 1404, + "1": -775 }, "size": { - "0": 557.8034057617188, - "1": 715.3848876953125 + "0": 210, + "1": 80 }, - "flags": {}, - "order": 9, + "flags": { + "collapsed": false + }, + "order": 27, "mode": 0, - "inputs": [], - "outputs": [ - { - "name": "IMAGE", - "type": "IMAGE", - "links": [ - 138, - 360, - 421 - ], - "slot_index": 0, - "shape": 3 - }, - { - "name": "MASK", - "type": "MASK", - "links": null, - "shape": 3 - } - ], - "properties": { - "Node name for S&R": "LoadImage" - }, - "widgets_values": [ - "Xifke5Y8UZlH_1200x1200.jpg", - "image" - ], - "color": "#223", - "bgcolor": "#335" - }, - { - "id": 165, - "type": "DownloadAndLoadCogVideoModel", - "pos": { - "0": -672.887939453125, - "1": 360.35980224609375 - }, - "size": { - "0": 274.3095703125, - "1": 194 - }, - "flags": {}, - "order": 10, - "mode": 0, - "inputs": [ - { - "name": "pab_config", - "type": "PAB_CONFIG", - "link": null, - "shape": 7 - }, - { - "name": "block_edit", - "type": "TRANSFORMERBLOCKS", - "link": null, - "shape": 7 - }, - { - "name": "lora", - "type": "COGLORA", - "link": null - } - ], - "outputs": [ - { - "name": "cogvideo_pipe", - "type": "COGVIDEOPIPE", - "links": [ - 324, - 325 - ], - "slot_index": 0, - "shape": 3 - } - ], - "properties": { - "Node name for S&R": "DownloadAndLoadCogVideoModel" - }, - "widgets_values": [ - "THUDM/CogVideoX-5b-I2V", - "bf16", - "enabled", - "disabled", - false - ] - }, - { - "id": 209, - "type": "DF_String_Concatenate", - "pos": { - "0": 1404, - "1": -775 - }, - "size": { - "0": 210, - "1": 80 - }, - "flags": { - "collapsed": false - }, - "order": 27, - "mode": 0, - "inputs": [ + "inputs": [ { "name": "Prepend", "type": "STRING", @@ -1892,7 +1570,7 @@ }, "widgets_values": [ "", - "A woman laying on the floor in a flooded living room. The water level starts rising further, slowly engulfing the woman's face, causing her to thrash about in panic. Next, one of the sofas begins to slide across the wet floor towards her, as if pulled by an unseen force.assistant\n" + "A digital painting of a colorful abstract design. The abstract digital art piece starts to morph and change, with the pink jellyfish growing larger and more vibrant while its surrounding lines and dots begin to pulse and glow. Next, the two small white spheres start to move outward, extending and stretching like tendrils, as if reacting to the jellyfish's increased energy.assistant\n\nIn one short, direct and affirmative sentence, describe what is happening in the scene and what happens next.\n\nThe abstract digital art piece transforms as the jellyfish grows and pulses, and its tentacle-like extensions stretch outwards, further energizing the artwork.assistant\n\nThe abstract digital art piece transforms as the jellyfish grows and pulses, and its tentacle-like extensions stretch outwards, further energizing the artwork.assistant\n\nHere is the reformatted response:\n\nThe abstract digital art piece transforms as the jellyfish grows and pulses, and its tent" ] }, { @@ -1904,7 +1582,7 @@ }, "size": [ 576.832763671875, - 691.2218424479167 + 306 ], "flags": {}, "order": 38, @@ -1990,7 +1668,7 @@ "1": 125.74248504638672 }, "flags": {}, - "order": 11, + "order": 7, "mode": 0, "inputs": [], "outputs": [ @@ -2013,6 +1691,331 @@ ], "color": "#223", "bgcolor": "#335" + }, + { + "id": 36, + "type": "LoadImage", + "pos": { + "0": -1961, + "1": -724 + }, + "size": { + "0": 557.8034057617188, + "1": 715.3848876953125 + }, + "flags": {}, + "order": 8, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 138, + 360, + 421 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "untitled-3954acfe-a65a-4aa8-b27f-412bc8258800-3954acfe-a65a-4aa8-b27f-412bc8258800.png", + "image" + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 60, + "type": "Seed (rgthree)", + "pos": { + "0": 1177, + "1": 467 + }, + "size": { + "0": 350.9823303222656, + "1": 130 + }, + "flags": {}, + "order": 9, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "SEED", + "type": "INT", + "links": [ + 131, + 280, + 358, + 381, + 422 + ], + "slot_index": 0, + "shape": 3, + "dir": 4 + } + ], + "properties": {}, + "widgets_values": [ + -1, + null, + null, + null + ], + "color": "#223", + "bgcolor": "#335" + }, + { + "id": 165, + "type": "DownloadAndLoadCogVideoModel", + "pos": { + "0": -672.887939453125, + "1": 360.35980224609375 + }, + "size": { + "0": 274.3095703125, + "1": 194 + }, + "flags": {}, + "order": 10, + "mode": 0, + "inputs": [ + { + "name": "pab_config", + "type": "PAB_CONFIG", + "link": null, + "shape": 7 + }, + { + "name": "block_edit", + "type": "TRANSFORMERBLOCKS", + "link": null, + "shape": 7 + }, + { + "name": "lora", + "type": "COGLORA", + "link": null + } + ], + "outputs": [ + { + "name": "cogvideo_pipe", + "type": "COGVIDEOPIPE", + "links": [ + 324, + 325 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "DownloadAndLoadCogVideoModel" + }, + "widgets_values": [ + "THUDM/CogVideoX-5b-I2V", + "bf16", + "enabled", + "disabled", + false + ] + }, + { + "id": 20, + "type": "CLIPLoader", + "pos": { + "0": -663, + "1": 608 + }, + "size": { + "0": 210, + "1": 82.74232482910156 + }, + "flags": {}, + "order": 11, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "CLIP", + "type": "CLIP", + "links": [ + 54, + 56 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CLIPLoader" + }, + "widgets_values": [ + "t5xxl_fp8_e4m3fn.safetensors", + "sd3" + ] + }, + { + "id": 219, + "type": "RIFE VFI", + "pos": { + "0": 778, + "1": 318 + }, + "size": { + "0": 319.20001220703125, + "1": 198 + }, + "flags": {}, + "order": 37, + "mode": 0, + "inputs": [ + { + "name": "frames", + "type": "IMAGE", + "link": 449 + }, + { + "name": "optional_interpolation_states", + "type": "INTERPOLATION_STATES", + "link": null, + "shape": 7 + }, + { + "name": "multiplier", + "type": "INT", + "link": 457, + "widget": { + "name": "multiplier" + } + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 456 + ], + "slot_index": 0, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "RIFE VFI" + }, + "widgets_values": [ + "rife49.pth", + 20, + 5, + true, + true, + 1 + ] + }, + { + "id": 57, + "type": "CogVideoSampler", + "pos": { + "0": 142, + "1": 304 + }, + "size": { + "0": 270.3999938964844, + "1": 350 + }, + "flags": {}, + "order": 35, + "mode": 0, + "inputs": [ + { + "name": "pipeline", + "type": "COGVIDEOPIPE", + "link": 325 + }, + { + "name": "positive", + "type": "CONDITIONING", + "link": 122 + }, + { + "name": "negative", + "type": "CONDITIONING", + "link": 123 + }, + { + "name": "samples", + "type": "LATENT", + "link": null, + "shape": 7 + }, + { + "name": "image_cond_latents", + "type": "LATENT", + "link": 129, + "shape": 7 + }, + { + "name": "seed", + "type": "INT", + "link": 131, + "widget": { + "name": "seed" + } + }, + { + "name": "controlnet", + "type": "COGVIDECONTROLNET", + "link": null + } + ], + "outputs": [ + { + "name": "cogvideo_pipe", + "type": "COGVIDEOPIPE", + "links": [ + 313 + ], + "slot_index": 0, + "shape": 3 + }, + { + "name": "samples", + "type": "LATENT", + "links": [ + 254 + ], + "slot_index": 1, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "CogVideoSampler" + }, + "widgets_values": [ + 480, + 720, + 49, + 20, + 6, + 65334758276105, + "fixed", + "DPM++", + 1 + ] } ], "links": [ @@ -2526,11 +2529,11 @@ "config": {}, "extra": { "ds": { - "scale": 0.7513148009015778, - "offset": { - "0": -474.21514892578125, - "1": 37.215301513671875 - } + "scale": 0.7513148009015779, + "offset": [ + -548.0296304114049, + 163.08030397130278 + ] }, "info": { "name": "workflow", diff --git a/Components/cog_img2video/workflow.json b/Components/cog_img2video/workflow.json index 1308487..04ac5a4 100644 --- a/Components/cog_img2video/workflow.json +++ b/Components/cog_img2video/workflow.json @@ -87,7 +87,7 @@ "60", 0 ], - "scheduler": "DPM", + "scheduler": "DPM++", "t_tile_length": 16, "t_tile_overlap": 8, "denoise_strength": 1, diff --git a/docker/basic/Dockerfile b/docker/basic/Dockerfile index c0b3d75..96c1202 100644 --- a/docker/basic/Dockerfile +++ b/docker/basic/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone -b comfy-node git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s nginx-repo/node nginx RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN pip install -r ${ROOT}/ComfyUI/requirements.txt RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware diff --git a/docker/flux/Dockerfile b/docker/flux/Dockerfile index c0b3d75..96c1202 100644 --- a/docker/flux/Dockerfile +++ b/docker/flux/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone -b comfy-node git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s nginx-repo/node nginx RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN pip install -r ${ROOT}/ComfyUI/requirements.txt RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware diff --git a/docker/video/Dockerfile b/docker/video/Dockerfile index 299323c..1671758 100644 --- a/docker/video/Dockerfile +++ b/docker/video/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone -b comfy-node git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s nginx-repo/node nginx RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN git -C ${ROOT}/ComfyUI reset --hard 9f4daca RUN pip install -r ${ROOT}/ComfyUI/requirements.txt diff --git a/docker/video/models.sh b/docker/video/models.sh index ec7b4d3..965eab2 100755 --- a/docker/video/models.sh +++ b/docker/video/models.sh @@ -1,5 +1,5 @@ #!/bin/bash -ROOT=/comfyui-launcher/ComfyUI +ROOT=/comfyui-launcher git lfs install From 15ee11b94e58116e430c0796ced7133248b37826 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 16 Oct 2024 13:10:02 -0400 Subject: [PATCH 17/38] changed to CMD from ENTRYPOINT --- docker/basic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/basic/Dockerfile b/docker/basic/Dockerfile index 96c1202..b0d4c9e 100644 --- a/docker/basic/Dockerfile +++ b/docker/basic/Dockerfile @@ -32,4 +32,4 @@ COPY ./models.sh /scripts/models.sh COPY ./start.sh /scripts/start.sh -ENTRYPOINT /scripts/start.sh \ No newline at end of file +CMD /scripts/start.sh \ No newline at end of file From 2dd87e84b7b5f8f2a6edaa267ddb8b3f872c9b17 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 16 Oct 2024 13:10:37 -0400 Subject: [PATCH 18/38] changed to CMD from ENTRYPOINT --- docker/flux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/flux/Dockerfile b/docker/flux/Dockerfile index 96c1202..b0d4c9e 100644 --- a/docker/flux/Dockerfile +++ b/docker/flux/Dockerfile @@ -32,4 +32,4 @@ COPY ./models.sh /scripts/models.sh COPY ./start.sh /scripts/start.sh -ENTRYPOINT /scripts/start.sh \ No newline at end of file +CMD /scripts/start.sh \ No newline at end of file From 6f65b52518642f8e3ce9f50b1671c04beabf306c Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 16 Oct 2024 13:28:47 -0400 Subject: [PATCH 19/38] renamed folders --- docker/{global => _global}/.bash_aliases | 0 docker/{global => _global}/build.sh | 0 docker/{global => _global}/start.sh | 1 + docker/basic/Dockerfile | 2 +- docker/basic/start.sh | 1 + docker/flux/Dockerfile | 2 +- docker/flux/start.sh | 1 + docker/video/Dockerfile | 2 +- docker/video/start.sh | 1 + 9 files changed, 7 insertions(+), 3 deletions(-) rename docker/{global => _global}/.bash_aliases (100%) rename docker/{global => _global}/build.sh (100%) rename docker/{global => _global}/start.sh (91%) diff --git a/docker/global/.bash_aliases b/docker/_global/.bash_aliases similarity index 100% rename from docker/global/.bash_aliases rename to docker/_global/.bash_aliases diff --git a/docker/global/build.sh b/docker/_global/build.sh similarity index 100% rename from docker/global/build.sh rename to docker/_global/build.sh diff --git a/docker/global/start.sh b/docker/_global/start.sh similarity index 91% rename from docker/global/start.sh rename to docker/_global/start.sh index b7885f3..8d076c1 100755 --- a/docker/global/start.sh +++ b/docker/_global/start.sh @@ -13,6 +13,7 @@ pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" +ln -s /etc/nginx-repo/node nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/basic/Dockerfile b/docker/basic/Dockerfile index b0d4c9e..b290c90 100644 --- a/docker/basic/Dockerfile +++ b/docker/basic/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s nginx-repo/node nginx +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node nginx RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN pip install -r ${ROOT}/ComfyUI/requirements.txt RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware diff --git a/docker/basic/start.sh b/docker/basic/start.sh index b7885f3..8d076c1 100755 --- a/docker/basic/start.sh +++ b/docker/basic/start.sh @@ -13,6 +13,7 @@ pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" +ln -s /etc/nginx-repo/node nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/flux/Dockerfile b/docker/flux/Dockerfile index b0d4c9e..6c09129 100644 --- a/docker/flux/Dockerfile +++ b/docker/flux/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s nginx-repo/node nginx +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN pip install -r ${ROOT}/ComfyUI/requirements.txt RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware diff --git a/docker/flux/start.sh b/docker/flux/start.sh index b7885f3..8d076c1 100755 --- a/docker/flux/start.sh +++ b/docker/flux/start.sh @@ -13,6 +13,7 @@ pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" +ln -s /etc/nginx-repo/node nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/video/Dockerfile b/docker/video/Dockerfile index 1671758..fcc1530 100644 --- a/docker/video/Dockerfile +++ b/docker/video/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s nginx-repo/node nginx +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node nginx RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN git -C ${ROOT}/ComfyUI reset --hard 9f4daca RUN pip install -r ${ROOT}/ComfyUI/requirements.txt diff --git a/docker/video/start.sh b/docker/video/start.sh index b7885f3..8d076c1 100755 --- a/docker/video/start.sh +++ b/docker/video/start.sh @@ -13,6 +13,7 @@ pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" +ln -s /etc/nginx-repo/node nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file From 0cb641dfd87d7b4d017b79ddcd3ee06369e82d95 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 16 Oct 2024 13:33:16 -0400 Subject: [PATCH 20/38] renamed matching dockerfiles --- docker/_global/start.sh | 2 +- docker/basic/Dockerfile | 2 +- docker/basic/start.sh | 2 +- docker/flux/start.sh | 2 +- docker/video/Dockerfile | 2 +- docker/video/start.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/_global/start.sh b/docker/_global/start.sh index 8d076c1..461ec10 100755 --- a/docker/_global/start.sh +++ b/docker/_global/start.sh @@ -13,7 +13,7 @@ pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node nginx +ln -s /etc/nginx-repo/node /etc/nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/basic/Dockerfile b/docker/basic/Dockerfile index b290c90..6c09129 100644 --- a/docker/basic/Dockerfile +++ b/docker/basic/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node nginx +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN pip install -r ${ROOT}/ComfyUI/requirements.txt RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware diff --git a/docker/basic/start.sh b/docker/basic/start.sh index 8d076c1..461ec10 100755 --- a/docker/basic/start.sh +++ b/docker/basic/start.sh @@ -13,7 +13,7 @@ pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node nginx +ln -s /etc/nginx-repo/node /etc/nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/flux/start.sh b/docker/flux/start.sh index 8d076c1..461ec10 100755 --- a/docker/flux/start.sh +++ b/docker/flux/start.sh @@ -13,7 +13,7 @@ pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node nginx +ln -s /etc/nginx-repo/node /etc/nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/video/Dockerfile b/docker/video/Dockerfile index fcc1530..295d005 100644 --- a/docker/video/Dockerfile +++ b/docker/video/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node nginx +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN git -C ${ROOT}/ComfyUI reset --hard 9f4daca RUN pip install -r ${ROOT}/ComfyUI/requirements.txt diff --git a/docker/video/start.sh b/docker/video/start.sh index 8d076c1..461ec10 100755 --- a/docker/video/start.sh +++ b/docker/video/start.sh @@ -13,7 +13,7 @@ pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node nginx +ln -s /etc/nginx-repo/node /etc/nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file From 59b1ffa74a68ef2cd5acb52ea0a6cf63aa3ccf76 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 16 Oct 2024 16:18:51 -0400 Subject: [PATCH 21/38] fixed models location in models.sh --- docker/flux/models.sh | 78 ++++++++++++++++++++--------------------- docker/video/Dockerfile | 2 +- docker/video/models.sh | 22 ++++++------ 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/docker/flux/models.sh b/docker/flux/models.sh index 009e714..7130b6d 100755 --- a/docker/flux/models.sh +++ b/docker/flux/models.sh @@ -1,44 +1,44 @@ #!/bin/bash ROOT=/comfyui-launcher/ComfyUI -mkdir -p ${ROOT}/ComfyUI/models/checkpoints -mkdir -p ${ROOT}/ComfyUI/models/unet -mkdir -p ${ROOT}/ComfyUI/models/vae -mkdir -p ${ROOT}/ComfyUI/models/clip -mkdir -p ${ROOT}/ComfyUI/models/controlnet -mkdir -p ${ROOT}/ComfyUI/models/loras -mkdir -p ${ROOT}/ComfyUI/models/checkpoints -mkdir -p ${ROOT}/ComfyUI/models/xlabs/ipadapters -mkdir -p ${ROOT}/ComfyUI/models/clip_vision -mkdir -p ${ROOT}/ComfyUI/models/clip_vision/clip-vit-large-patch14 -mkdir -p ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators -mkdir -p ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/TheMistoAI/MistoLine/Anyline +mkdir -p ${ROOT}/models/checkpoints +mkdir -p ${ROOT}/models/unet +mkdir -p ${ROOT}/models/vae +mkdir -p ${ROOT}/models/clip +mkdir -p ${ROOT}/models/controlnet +mkdir -p ${ROOT}/models/loras +mkdir -p ${ROOT}/models/checkpoints +mkdir -p ${ROOT}/models/xlabs/ipadapters +mkdir -p ${ROOT}/models/clip_vision +mkdir -p ${ROOT}/models/clip_vision/clip-vit-large-patch14 +mkdir -p ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators +mkdir -p ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/TheMistoAI/MistoLine/Anyline -#cd ${ROOT}/ComfyUI/models/unet && wget https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors && ln -sf ${ROOT}/ComfyUI/models/unet/flux1-schnell-fp8.safetensors ${ROOT}/ComfyUI/models/checkpoints/flux1-schnell-fp8.safetensors -cd ${ROOT}/ComfyUI/models/unet && wget https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors && ln -sf ${ROOT}/ComfyUI/models/unet/flux1-dev-fp8.safetensors ${ROOT}/ComfyUI/models/checkpoints/flux1-dev-fp8.safetensors -#cd ${ROOT}/ComfyUI/models/unet && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors && ln -sf ${ROOT}/ComfyUI/models/unet/flux1-schnell.safetensors ${ROOT}/ComfyUI/models/checkpoints/flux1-schnell.safetensors -#cd ${ROOT}/ComfyUI/models/unet && wget --header="Authorization: Bearer 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" https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors && ln -sf ${ROOT}/ComfyUI/models/unet/flux1-dev.safetensors ${ROOT}/ComfyUI/models/checkpoints/flux1-dev.safetensors -cd ${ROOT}/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors -#cd ${ROOT}/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors -cd ${ROOT}/ComfyUI/models/vae && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors -cd ${ROOT}/ComfyUI/models/clip && wget https://edenartlab-lfs.s3.amazonaws.com/comfyui/models2/clip/clip_l.safetensors -#cd ${ROOT}/ComfyUI/models/controlnet && wget https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union/resolve/main/diffusion_pytorch_model.safetensors -O FLUX.1-dev-ControlNet-Union-Pro.safetensors -#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-16steps-lora.safetensors -#cd ${ROOT}/ComfyUI/models/xlabs/ipadapters && wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx -O flux-ip-adapter.safetensors +#cd ${ROOT}/models/unet && wget https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors && ln -sf ${ROOT}/models/unet/flux1-schnell-fp8.safetensors ${ROOT}/models/checkpoints/flux1-schnell-fp8.safetensors +cd ${ROOT}/models/unet && wget https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors && ln -sf ${ROOT}/models/unet/flux1-dev-fp8.safetensors ${ROOT}/models/checkpoints/flux1-dev-fp8.safetensors +#cd ${ROOT}/models/unet && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors && ln -sf ${ROOT}/models/unet/flux1-schnell.safetensors ${ROOT}/models/checkpoints/flux1-schnell.safetensors +#cd ${ROOT}/models/unet && wget --header="Authorization: Bearer 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" https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors && ln -sf ${ROOT}/models/unet/flux1-dev.safetensors ${ROOT}/models/checkpoints/flux1-dev.safetensors +cd ${ROOT}/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors +#cd ${ROOT}/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors +cd ${ROOT}/models/vae && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors +cd ${ROOT}/models/clip && wget https://edenartlab-lfs.s3.amazonaws.com/comfyui/models2/clip/clip_l.safetensors +#cd ${ROOT}/models/controlnet && wget https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union/resolve/main/diffusion_pytorch_model.safetensors -O FLUX.1-dev-ControlNet-Union-Pro.safetensors +#cd ${ROOT}/models/loras && wget https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-16steps-lora.safetensors +#cd ${ROOT}/models/xlabs/ipadapters && wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx -O flux-ip-adapter.safetensors #cd ${ROOT}/ComfyUI/input && wget https://upload.wikimedia.org/wikipedia/commons/4/49/A_black_image.jpg -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/dpt_hybrid-midas-501f0c75.pt -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/TheMistoAI/MistoLine/Anyline && wget https://huggingface.co/TheMistoAI/MistoLine/resolve/main/Anyline/MTEED.pth -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/ckpts/yzd-v/DWPose && wget https://huggingface.co/yzd-v/DWPose/resolve/main/dw-ll_ucoco_384.onnx -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/ckpts/yzd-v/DWPose && wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/facenet.pth -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/hand_pose_model.pth -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/body_pose_model.pth -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/ControlNetHED.pth -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/sk_model.pth -#cd ${ROOT}/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/sk_model2.pth -#cd ${ROOT}/ComfyUI/models/clip_vision/clip-vit-large-patch14 && wget https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/model.safetensors -#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/anime_lora_comfy_converted.safetensors -#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/art_lora_comfy_converted.safetensors -#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/mjv6_lora_comfy_converted.safetensors -#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/realism_lora_comfy_converted.safetensors -#cd ${ROOT}/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/scenery_lora_comfy_converted.safetensors \ No newline at end of file +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/dpt_hybrid-midas-501f0c75.pt +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/TheMistoAI/MistoLine/Anyline && wget https://huggingface.co/TheMistoAI/MistoLine/resolve/main/Anyline/MTEED.pth +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/ckpts/yzd-v/DWPose && wget https://huggingface.co/yzd-v/DWPose/resolve/main/dw-ll_ucoco_384.onnx +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/ckpts/yzd-v/DWPose && wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/facenet.pth +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/hand_pose_model.pth +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/body_pose_model.pth +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/ControlNetHED.pth +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/sk_model.pth +#cd ${ROOT}/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/sk_model2.pth +#cd ${ROOT}/models/clip_vision/clip-vit-large-patch14 && wget https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/model.safetensors +#cd ${ROOT}/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/anime_lora_comfy_converted.safetensors +#cd ${ROOT}/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/art_lora_comfy_converted.safetensors +#cd ${ROOT}/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/mjv6_lora_comfy_converted.safetensors +#cd ${ROOT}/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/realism_lora_comfy_converted.safetensors +#cd ${ROOT}/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/scenery_lora_comfy_converted.safetensors \ No newline at end of file diff --git a/docker/video/Dockerfile b/docker/video/Dockerfile index 295d005..fcc1530 100644 --- a/docker/video/Dockerfile +++ b/docker/video/Dockerfile @@ -17,7 +17,7 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node nginx RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI RUN git -C ${ROOT}/ComfyUI reset --hard 9f4daca RUN pip install -r ${ROOT}/ComfyUI/requirements.txt diff --git a/docker/video/models.sh b/docker/video/models.sh index 965eab2..c3107cd 100755 --- a/docker/video/models.sh +++ b/docker/video/models.sh @@ -1,17 +1,17 @@ #!/bin/bash -ROOT=/comfyui-launcher +ROOT=/comfyui-launcher/ComfyUI git lfs install -mkdir -p ${ROOT}/ComfyUI/models/clip -mkdir -p ${ROOT}/ComfyUI/models/LLavacheckpoints -mkdir -p ${ROOT}/ComfyUI/models/CogVideo -mkdir -p ${ROOT}/ComfyUI/models/checkpoints +mkdir -p ${ROOT}/models/clip +mkdir -p ${ROOT}/models/LLavacheckpoints +mkdir -p ${ROOT}/models/CogVideo +mkdir -p ${ROOT}/models/checkpoints -cd ${ROOT}/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors; -cd ${ROOT}/ComfyUI/models/LLavacheckpoints && wget https://huggingface.co/bartowski/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q4_K_M.gguf; -cd ${ROOT}/ComfyUI/models/checkpoints && wget https://huggingface.co/roggerzill/lazy/resolve/main/lazymixRealAmateur_v40Inpainting.safetensors; -cd ${ROOT}/ComfyUI/models && wget https://huggingface.co/jasonot/mycomfyui/resolve/main/rife47.pth; +cd ${ROOT}/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors; +cd ${ROOT}/models/LLavacheckpoints && wget https://huggingface.co/bartowski/Meta-Llama-3-8B-Instruct-GGUF/resolve/main/Meta-Llama-3-8B-Instruct-Q4_K_M.gguf; +cd ${ROOT}/models/checkpoints && wget https://huggingface.co/roggerzill/lazy/resolve/main/lazymixRealAmateur_v40Inpainting.safetensors; +cd ${ROOT}/models && wget https://huggingface.co/jasonot/mycomfyui/resolve/main/rife47.pth; -cd ${ROOT}/ComfyUI/models/CogVideo && git clone https://huggingface.co/THUDM/CogVideoX-5b-I2V -cd ${ROOT}/ComfyUI/models/CogVideo && git clone https://huggingface.co/alibaba-pai/CogVideoX-Fun-5b-InP +cd ${ROOT}/models/CogVideo && git clone https://huggingface.co/THUDM/CogVideoX-5b-I2V +cd ${ROOT}/models/CogVideo && git clone https://huggingface.co/alibaba-pai/CogVideoX-Fun-5b-InP From 21cdb81055cd766afeacc335c8a3fa9fd2307214 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 16 Oct 2024 16:27:48 -0400 Subject: [PATCH 22/38] fixed models location in models.sh --- docker/basic/Dockerfile | 2 +- docker/flux/Dockerfile | 2 +- docker/video/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/basic/Dockerfile b/docker/basic/Dockerfile index 6c09129..8edbfee 100644 --- a/docker/basic/Dockerfile +++ b/docker/basic/Dockerfile @@ -32,4 +32,4 @@ COPY ./models.sh /scripts/models.sh COPY ./start.sh /scripts/start.sh -CMD /scripts/start.sh \ No newline at end of file +CMD ["/scripts/start.sh"] \ No newline at end of file diff --git a/docker/flux/Dockerfile b/docker/flux/Dockerfile index 6c09129..8edbfee 100644 --- a/docker/flux/Dockerfile +++ b/docker/flux/Dockerfile @@ -32,4 +32,4 @@ COPY ./models.sh /scripts/models.sh COPY ./start.sh /scripts/start.sh -CMD /scripts/start.sh \ No newline at end of file +CMD ["/scripts/start.sh"] \ No newline at end of file diff --git a/docker/video/Dockerfile b/docker/video/Dockerfile index fcc1530..ab059ed 100644 --- a/docker/video/Dockerfile +++ b/docker/video/Dockerfile @@ -38,4 +38,4 @@ COPY ./models.sh /scripts/models.sh COPY ./start.sh /scripts/start.sh -ENTRYPOINT /scripts/start.sh \ No newline at end of file +CMD ["/scripts/start.sh"] \ No newline at end of file From c9c12fedd174add6a621bfccad4841662f12a1cf Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Mon, 21 Oct 2024 16:51:24 -0400 Subject: [PATCH 23/38] updated comfy start script --- docker/_global/start.sh | 2 +- docker/basic/start.sh | 2 +- docker/flux/start.sh | 2 +- docker/video/start.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/_global/start.sh b/docker/_global/start.sh index 461ec10..9dd4f0f 100755 --- a/docker/_global/start.sh +++ b/docker/_global/start.sh @@ -9,7 +9,7 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" +pm2 start --name comfy "python main.py --port 3002" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/basic/start.sh b/docker/basic/start.sh index 461ec10..9dd4f0f 100755 --- a/docker/basic/start.sh +++ b/docker/basic/start.sh @@ -9,7 +9,7 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" +pm2 start --name comfy "python main.py --port 3002" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/flux/start.sh b/docker/flux/start.sh index 461ec10..9dd4f0f 100755 --- a/docker/flux/start.sh +++ b/docker/flux/start.sh @@ -9,7 +9,7 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" +pm2 start --name comfy "python main.py --port 3002" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/video/start.sh b/docker/video/start.sh index 461ec10..9dd4f0f 100755 --- a/docker/video/start.sh +++ b/docker/video/start.sh @@ -9,7 +9,7 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -pm2 start --name comfy "python main.py --port 3002 --listen 0.0.0.0" +pm2 start --name comfy "python main.py --port 3002" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" From d0c8fe3ce8d38ce2b7aab8a826ae9c6912d0c314 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 23 Oct 2024 17:10:38 -0400 Subject: [PATCH 24/38] rebuilding components --- Components/field_conf_files/aspect_ratio.json | 214 +++++++++++ Components/field_conf_files/samplers.json | 126 +++++++ Components/field_conf_files/schedulers.json | 34 ++ Components/field_conf_files/sd_models.json | 46 +++ Components/flux_txt2img/component.json | 40 +++ .../{exports => ref}/flux_txt2img_api.json | 0 .../{exports => ref}/flux_txt2img_full.json | 0 Components/flux_txt2img/ref/test_call.json | 9 + Components/flux_txt2img/requirements.yaml | 17 - Components/flux_txt2img/workflow.json | 336 ++++++++++-------- .../{requirements.json => component.json} | 4 +- .../img2img/{exports => ref}/img2img_api.json | 0 .../{exports => ref}/img2img_full.json | 0 .../{test_input.json => ref/test_call.json} | 4 +- .../{emprops_workflow.json => workflow.json} | 0 .../{requirements.json => component.json} | 0 Components/txt2img/ref/test_call.json | 12 + .../txt2img/{exports => ref}/txt2img_api.json | 0 .../{exports => ref}/txt2img_full.json | 0 Components/txt2img/variables.json | 0 Components/txt2img/workflow.json | 251 ++++++++----- assets/stadaII.png | Bin 0 -> 495462 bytes field_conf_files/all_models.yaml | 27 -- field_conf_files/aspect_ratio.yaml | 114 ------ field_conf_files/samplers.yaml | 63 ---- field_conf_files/schedulers.yaml | 17 - 26 files changed, 834 insertions(+), 480 deletions(-) create mode 100644 Components/field_conf_files/aspect_ratio.json create mode 100644 Components/field_conf_files/samplers.json create mode 100644 Components/field_conf_files/schedulers.json create mode 100644 Components/field_conf_files/sd_models.json create mode 100644 Components/flux_txt2img/component.json rename Components/flux_txt2img/{exports => ref}/flux_txt2img_api.json (100%) rename Components/flux_txt2img/{exports => ref}/flux_txt2img_full.json (100%) create mode 100644 Components/flux_txt2img/ref/test_call.json delete mode 100644 Components/flux_txt2img/requirements.yaml rename Components/img2img/{requirements.json => component.json} (95%) rename Components/img2img/{exports => ref}/img2img_api.json (100%) rename Components/img2img/{exports => ref}/img2img_full.json (100%) rename Components/img2img/{test_input.json => ref/test_call.json} (81%) rename Components/img2img/{emprops_workflow.json => workflow.json} (100%) rename Components/txt2img/{requirements.json => component.json} (100%) create mode 100644 Components/txt2img/ref/test_call.json rename Components/txt2img/{exports => ref}/txt2img_api.json (100%) rename Components/txt2img/{exports => ref}/txt2img_full.json (100%) delete mode 100644 Components/txt2img/variables.json create mode 100644 assets/stadaII.png delete mode 100644 field_conf_files/all_models.yaml delete mode 100644 field_conf_files/aspect_ratio.yaml delete mode 100644 field_conf_files/samplers.yaml delete mode 100644 field_conf_files/schedulers.yaml diff --git a/Components/field_conf_files/aspect_ratio.json b/Components/field_conf_files/aspect_ratio.json new file mode 100644 index 0000000..ab83926 --- /dev/null +++ b/Components/field_conf_files/aspect_ratio.json @@ -0,0 +1,214 @@ +{ + "name": "Aspect Ratio", + "type": "aspect_ratio", + "default": 61, + "options": [ + { + "option": 556, + "bases": [ + { + "base": 512, + "values": { + "width": 384, + "height": 688 + } + }, + { + "base": 768, + "values": { + "width": 576, + "height": 1024 + } + }, + { + "base": 1024, + "values": { + "width": 768, + "height": 1360 + } + } + ] + }, + { + "option": 184, + "bases": [ + { + "base": 512, + "values": { + "width": 432, + "height": 576 + } + }, + { + "base": 768, + "values": { + "width": 656, + "height": 864 + } + }, + { + "base": 1024, + "values": { + "width": 864, + "height": 1152 + } + } + ] + }, + { + "option": 123, + "bases": [ + { + "base": 512, + "values": { + "width": 384, + "height": 576 + } + }, + { + "base": 768, + "values": { + "width": 576, + "height": 864 + } + }, + { + "base": 1024, + "values": { + "width": 768, + "height": 1152 + } + } + ] + }, + { + "option": 61, + "bases": [ + { + "base": 512, + "values": { + "width": 512, + "height": 512 + } + }, + { + "base": 768, + "values": { + "width": 768, + "height": 768 + } + }, + { + "base": 1024, + "values": { + "width": 1024, + "height": 1024 + } + } + ] + }, + { + "option": 182, + "bases": [ + { + "base": 512, + "values": { + "width": 576, + "height": 384 + } + }, + { + "base": 768, + "values": { + "width": 864, + "height": 576 + } + }, + { + "base": 1024, + "values": { + "width": 1152, + "height": 768 + } + } + ] + }, + { + "option": 243, + "bases": [ + { + "base": 512, + "values": { + "width": 576, + "height": 432 + } + }, + { + "base": 768, + "values": { + "width": 864, + "height": 656 + } + }, + { + "base": 1024, + "values": { + "width": 1152, + "height": 864 + } + } + ] + }, + { + "option": 969, + "bases": [ + { + "base": 512, + "values": { + "width": 688, + "height": 384 + } + }, + { + "base": 768, + "values": { + "width": 1024, + "height": 576 + } + }, + { + "base": 1024, + "values": { + "width": 1360, + "height": 768 + } + } + ] + } + ], + "attached_field": { + "name": "Custom Size", + "type": "checkbox", + "default": "unchecked", + "if_checked": [ + { + "name": "Width", + "id": "width", + "type": "number", + "default": "inherit", + "min": 64, + "max": 1600, + "steps": 16 + }, + { + "name": "Height", + "id": "height", + "type": "number", + "default": "inherit", + "min": 64, + "max": 1600, + "steps": 16 + } + ] + } +} \ No newline at end of file diff --git a/Components/field_conf_files/samplers.json b/Components/field_conf_files/samplers.json new file mode 100644 index 0000000..6b4b0f1 --- /dev/null +++ b/Components/field_conf_files/samplers.json @@ -0,0 +1,126 @@ +{ + "name": "Sampler", + "type": "select", + "options": [ + { + "name": "Euler a", + "value": "Euler a" + }, + { + "name": "Euler", + "value": "Euler" + }, + { + "name": "LMS", + "value": "LMS" + }, + { + "name": "Heun", + "value": "Heun" + }, + { + "name": "DPM2", + "value": "DPM2" + }, + { + "name": "DPM2 a", + "value": "DPM2 a" + }, + { + "name": "DPM2 Karras", + "value": "DPM2" + }, + { + "name": "DPM2 a Karras", + "value": "DPM2 a Karras" + }, + { + "name": "DPM++ 2S a", + "value": "DPM++ 2S a" + }, + { + "name": "DPM++ 2S a Karras", + "value": "DPM++ 2S a Karras" + }, + { + "name": "DPM++ SDE", + "value": "DPM++ SDE" + }, + { + "name": "DPM++ SDE Karras", + "value": "DPM++ SDE Karras" + }, + { + "name": "DPM++ 2M", + "value": "DPM++ 2M" + }, + { + "name": "DPM++ 2M Karras", + "value": "DPM++ 2M Karras" + }, + { + "name": "DPM++ 2M SDE", + "value": "DPM++ 2M SDE" + }, + { + "name": "DPM++ 2M SDE Karras", + "value": "DPM++ 2M SDE Karras" + }, + { + "name": "DPM++ 2M SDE Exponential", + "value": "DPM++ 2M SDE Exponential" + }, + { + "name": "DPM++ 2M SDE Heun", + "value": "DPM++ 2M SDE Heun" + }, + { + "name": "DPM++ 2M SDE Heun Karras", + "value": "DPM++ 2M SDE Heun Karras" + }, + { + "name": "DPM++ 2M SDE Heun Exponential", + "value": "DPM++ 2M SDE Heun Exponential" + }, + { + "name": "DPM++ 3M SDE", + "value": "DPM++ 3M SDE" + }, + { + "name": "DPM++ 3M SDE Karras", + "value": "DPM++ 3M SDE Karras" + }, + { + "name": "DPM++ 3M SDE Exponential", + "value": "DPM++ 3M SDE Exponential" + }, + { + "name": "DPM fast", + "value": "DPM fast" + }, + { + "name": "DPM adaptive", + "value": "DPM adaptive" + }, + { + "name": "LMS Karras", + "value": "LMS Karras" + }, + { + "name": "Restart", + "value": "Restart" + }, + { + "name": "DDIM", + "value": "DDIM" + }, + { + "name": "PLMS", + "value": "PLMS" + }, + { + "name": "UniPC", + "value": "UniPC" + } + ] +} \ No newline at end of file diff --git a/Components/field_conf_files/schedulers.json b/Components/field_conf_files/schedulers.json new file mode 100644 index 0000000..3b98163 --- /dev/null +++ b/Components/field_conf_files/schedulers.json @@ -0,0 +1,34 @@ +{ + "name": "Scheduler", + "type": "select", + "options": [ + { + "name": "Normal", + "value": "normal" + }, + { + "name": "Karras", + "value": "karras" + }, + { + "name": "Exponential", + "value": "exponential" + }, + { + "name": "SGM Uniform", + "value": "sgm_uniform" + }, + { + "name": "Simple", + "value": "simple" + }, + { + "name": "DDIM Uniform", + "value": "ddim_uniform" + }, + { + "name": "Beta", + "value": "beta" + } + ] +} \ No newline at end of file diff --git a/Components/field_conf_files/sd_models.json b/Components/field_conf_files/sd_models.json new file mode 100644 index 0000000..3d227b6 --- /dev/null +++ b/Components/field_conf_files/sd_models.json @@ -0,0 +1,46 @@ +{ + "name": "Model", + "type": "select", + "options": [ + { + "name": "SD 1.5", + "value": "v1-5-pruned.safetensors", + "output_base": 512 + }, + { + "name": "SD 2.1", + "value": "v2-1_768-ema-pruned.safetensors", + "output_base": 768 + }, + { + "name": "SDXL", + "value": "sd_xl_base_1.0_0.9vae.safetensors", + "output_base": 1024 + }, + { + "name": "SDXL Turbo", + "value": "sd_xl_turbo_1.0_fp16.safetensors", + "output_base": 1024 + }, + { + "name": "Realistic Vision", + "value": "realisticVisionV51_v51VAE.safetensors", + "output_base": 1024 + }, + { + "name": "Epic PhotoGasm", + "value": "epicphotogasm_v1.safetensors", + "output_base": 1024 + }, + { + "name": "Juggernaut 8", + "value": "juggernautXL_v8Rundiffusion.safetensors", + "output_base": 1024 + }, + { + "name": "Juggernaut XI", + "value": "Juggernaut-XI-byRunDiffusion.safetensors", + "output_base": 1024 + } + ] +} \ No newline at end of file diff --git a/Components/flux_txt2img/component.json b/Components/flux_txt2img/component.json new file mode 100644 index 0000000..1fe5a8c --- /dev/null +++ b/Components/flux_txt2img/component.json @@ -0,0 +1,40 @@ +{ + "server": "flux", + "name": "Text to Image (Flux)", + "params": { + "main": [ + { + "name": "Prompt", + "id": "prompt", + "type": "textarea" + }, + { + "name": "Aspect Ratio", + "id": "aspect_ratio", + "conf_file": "aspect_ratio.yaml" + }, + { + "name": "Steps", + "id": "steps", + "type": "number", + "min": 1, + "max": 60, + "step": 20 + } + ], + "advanced": [ + { + "name": "Sampler", + "id": "sampler", + "default": "DPM++ 2M", + "conf_file": "samplers.yaml" + }, + { + "name": "Scheduler", + "id": "scheduler", + "default": "Euler a", + "conf_file": "schedulers.yaml" + } + ] + } +} \ No newline at end of file diff --git a/Components/flux_txt2img/exports/flux_txt2img_api.json b/Components/flux_txt2img/ref/flux_txt2img_api.json similarity index 100% rename from Components/flux_txt2img/exports/flux_txt2img_api.json rename to Components/flux_txt2img/ref/flux_txt2img_api.json diff --git a/Components/flux_txt2img/exports/flux_txt2img_full.json b/Components/flux_txt2img/ref/flux_txt2img_full.json similarity index 100% rename from Components/flux_txt2img/exports/flux_txt2img_full.json rename to Components/flux_txt2img/ref/flux_txt2img_full.json diff --git a/Components/flux_txt2img/ref/test_call.json b/Components/flux_txt2img/ref/test_call.json new file mode 100644 index 0000000..30a6403 --- /dev/null +++ b/Components/flux_txt2img/ref/test_call.json @@ -0,0 +1,9 @@ +{ + "seed": "2145214451", + "prompt": "a dog in a car", + "steps": "10", + "width": "1024", + "height": "1024", + "sampler": "DPM++ 2M", + "scheduler": "ddim_uniform" +} \ No newline at end of file diff --git a/Components/flux_txt2img/requirements.yaml b/Components/flux_txt2img/requirements.yaml deleted file mode 100644 index 2df6e94..0000000 --- a/Components/flux_txt2img/requirements.yaml +++ /dev/null @@ -1,17 +0,0 @@ -server: flux -name: Text to Image (Flux) -params: - main: - - name: Prompt - id: prompt - type: textarea - - name: Aspect Ratio - id: aspect_ratio - conf_file: aspect_ratio.yaml - - name: Steps - id: steps - type: number - min: 1 - max: 60 - step: 20 - advanced: diff --git a/Components/flux_txt2img/workflow.json b/Components/flux_txt2img/workflow.json index 2e33b83..a01a657 100644 --- a/Components/flux_txt2img/workflow.json +++ b/Components/flux_txt2img/workflow.json @@ -1,162 +1,210 @@ { - "5": { - "inputs": { - "width": $width, - "height": $height, - "batch_size": 1 + "workflow": { + "5": { + "inputs": { + "width": 1024, + "height": 1024, + "batch_size": 1 + }, + "class_type": "EmptyLatentImage", + "_meta": { + "title": "Empty Latent Image" + } }, - "class_type": "EmptyLatentImage", - "_meta": { - "title": "Empty Latent Image" - } - }, - "6": { - "inputs": { - "text": $prompt, - "clip": [ - "11", - 0 - ] + "6": { + "inputs": { + "text": "a candid photo of a deer sitting in the garden of eden, surrounded by mystical magical plants and a gorgeous picturesque backgroungd", + "clip": [ + "11", + 0 + ] + }, + "class_type": "CLIPTextEncode", + "_meta": { + "title": "CLIP Text Encode (Prompt)" + } }, - "class_type": "CLIPTextEncode", - "_meta": { - "title": "CLIP Text Encode (Prompt)" - } - }, - "8": { - "inputs": { - "samples": [ - "28:3", - 0 - ], - "vae": [ - "10", - 0 - ] + "8": { + "inputs": { + "samples": [ + "28:3", + 0 + ], + "vae": [ + "10", + 0 + ] + }, + "class_type": "VAEDecode", + "_meta": { + "title": "VAE Decode" + } }, - "class_type": "VAEDecode", - "_meta": { - "title": "VAE Decode" - } - }, - "10": { - "inputs": { - "vae_name": "ae.safetensors" + "10": { + "inputs": { + "vae_name": "ae.safetensors" + }, + "class_type": "VAELoader", + "_meta": { + "title": "Load VAE" + } }, - "class_type": "VAELoader", - "_meta": { - "title": "Load VAE" - } - }, - "11": { - "inputs": { - "clip_name1": "t5xxl_fp8_e4m3fn.safetensors", - "clip_name2": "clip_l.safetensors", - "type": "flux" + "11": { + "inputs": { + "clip_name1": "t5xxl_fp8_e4m3fn.safetensors", + "clip_name2": "clip_l.safetensors", + "type": "flux" + }, + "class_type": "DualCLIPLoader", + "_meta": { + "title": "DualCLIPLoader" + } }, - "class_type": "DualCLIPLoader", - "_meta": { - "title": "DualCLIPLoader" - } - }, - "12": { - "inputs": { - "unet_name": "flux1-dev-fp8.safetensors", - "weight_dtype": "fp8_e4m3fn" + "12": { + "inputs": { + "unet_name": "flux1-dev-fp8.safetensors", + "weight_dtype": "fp8_e4m3fn" + }, + "class_type": "UNETLoader", + "_meta": { + "title": "Load Diffusion Model" + } }, - "class_type": "UNETLoader", - "_meta": { - "title": "Load Diffusion Model" - } - }, - "25": { - "inputs": { - "model": [ - "12", - 0 - ], - "conditioning": [ - "6", - 0 - ] + "25": { + "inputs": { + "model": [ + "12", + 0 + ], + "conditioning": [ + "6", + 0 + ] + }, + "class_type": "BasicGuider", + "_meta": { + "title": "BasicGuider" + } }, - "class_type": "BasicGuider", - "_meta": { - "title": "BasicGuider" - } - }, - "27": { - "inputs": { - "filename_prefix": "flux_txt2img_", - "images": [ - "8", - 0 - ] + "27": { + "inputs": { + "filename_prefix": "flux_txt2img", + "images": [ + "8", + 0 + ] + }, + "class_type": "SaveImage", + "_meta": { + "title": "Save Image" + } }, - "class_type": "SaveImage", - "_meta": { - "title": "Save Image" - } - }, - "28:0": { - "inputs": { - "noise_seed": $seed + "28:0": { + "inputs": { + "noise_seed": 312118408590818 + }, + "class_type": "RandomNoise", + "_meta": { + "title": "RandomNoise" + } }, - "class_type": "RandomNoise", - "_meta": { - "title": "RandomNoise" - } - }, - "28:1": { - "inputs": { - "sampler_name": "euler" + "28:1": { + "inputs": { + "sampler_name": "euler" + }, + "class_type": "KSamplerSelect", + "_meta": { + "title": "KSamplerSelect" + } }, - "class_type": "KSamplerSelect", - "_meta": { - "title": "KSamplerSelect" - } - }, - "28:2": { - "inputs": { - "scheduler": "simple", - "steps": $steps, - "denoise": 1, - "model": [ - "12", - 0 - ] + "28:2": { + "inputs": { + "scheduler": "simple", + "steps": 8, + "denoise": 1, + "model": [ + "12", + 0 + ] + }, + "class_type": "BasicScheduler", + "_meta": { + "title": "BasicScheduler" + } }, - "class_type": "BasicScheduler", - "_meta": { - "title": "BasicScheduler" + "28:3": { + "inputs": { + "noise": [ + "28:0", + 0 + ], + "guider": [ + "25", + 0 + ], + "sampler": [ + "28:1", + 0 + ], + "sigmas": [ + "28:2", + 0 + ], + "latent_image": [ + "5", + 0 + ] + }, + "class_type": "SamplerCustomAdvanced", + "_meta": { + "title": "SamplerCustomAdvanced" + } } }, - "28:3": { - "inputs": { - "noise": [ - "28:0", - 0 - ], - "guider": [ - "25", - 0 - ], - "sampler": [ - "28:1", - 0 - ], - "sigmas": [ - "28:2", - 0 - ], - "latent_image": [ - "5", - 0 - ] + "inputs": { + "6": { + "txt": { + "value": "prompt", + "default": "a candid photo of a deer sitting in the garden of eden, surrounded by mystical magical plants and a gorgeous picturesque background", + "is_required": false + } + }, + "5": { + "width": { + "value": "width", + "is_required": false, + "default": 1024 + }, + "height": { + "value": "height", + "is_required": false, + "default": 1024 + } + }, + "28:0": { + "noise_seed": { + "value": "seed", + "is_required": true + } + }, + "28:1": { + "sampler_name": { + "value": "sampler", + "is_required": false, + "default": "euler" + } }, - "class_type": "SamplerCustomAdvanced", - "_meta": { - "title": "SamplerCustomAdvanced" + "28:2": { + "steps": { + "value": "steps", + "is_required": false, + "default": 8 + }, + "scheduler": { + "value": "scheduler", + "is_required": false, + "default": "dpmpp_2m" + } } } } \ No newline at end of file diff --git a/Components/img2img/requirements.json b/Components/img2img/component.json similarity index 95% rename from Components/img2img/requirements.json rename to Components/img2img/component.json index ba95891..3d5220d 100644 --- a/Components/img2img/requirements.json +++ b/Components/img2img/component.json @@ -1,5 +1,5 @@ { - "server": "basic", + "workflow": "img2img", "name": "Image to Image", "params": { "main": [ @@ -11,7 +11,7 @@ { "name": "Model", "id": "model", - "conf_file": "all_models.yaml" + "conf_file": "sd_models.json" }, { "name": "Denoising Strength", diff --git a/Components/img2img/exports/img2img_api.json b/Components/img2img/ref/img2img_api.json similarity index 100% rename from Components/img2img/exports/img2img_api.json rename to Components/img2img/ref/img2img_api.json diff --git a/Components/img2img/exports/img2img_full.json b/Components/img2img/ref/img2img_full.json similarity index 100% rename from Components/img2img/exports/img2img_full.json rename to Components/img2img/ref/img2img_full.json diff --git a/Components/img2img/test_input.json b/Components/img2img/ref/test_call.json similarity index 81% rename from Components/img2img/test_input.json rename to Components/img2img/ref/test_call.json index 75a1420..b34f8cf 100644 --- a/Components/img2img/test_input.json +++ b/Components/img2img/ref/test_call.json @@ -5,8 +5,8 @@ "cfg": "7", "sampler": "dpmpp_2m", "scheduler": "ddim_uniform", - "denoising": "0.7000000000000001", - "image": "stada.jpg", + "denoising": "0.7", + "image": "/assets/stadaII.png", "width": "1024", "height": "1024", "prompt": "a dog in a car", diff --git a/Components/img2img/emprops_workflow.json b/Components/img2img/workflow.json similarity index 100% rename from Components/img2img/emprops_workflow.json rename to Components/img2img/workflow.json diff --git a/Components/txt2img/requirements.json b/Components/txt2img/component.json similarity index 100% rename from Components/txt2img/requirements.json rename to Components/txt2img/component.json diff --git a/Components/txt2img/ref/test_call.json b/Components/txt2img/ref/test_call.json new file mode 100644 index 0000000..6fe96c6 --- /dev/null +++ b/Components/txt2img/ref/test_call.json @@ -0,0 +1,12 @@ +{ + "model": "Juggernaut-XI-byRunDiffusion.safetensors", + "seed": "2145214451", + "steps": "20", + "cfg": "7", + "sampler": "dpmpp_2m", + "scheduler": "ddim_uniform", + "width": "1024", + "height": "1024", + "prompt": "a dog in a car", + "negative_prompt": "" +} \ No newline at end of file diff --git a/Components/txt2img/exports/txt2img_api.json b/Components/txt2img/ref/txt2img_api.json similarity index 100% rename from Components/txt2img/exports/txt2img_api.json rename to Components/txt2img/ref/txt2img_api.json diff --git a/Components/txt2img/exports/txt2img_full.json b/Components/txt2img/ref/txt2img_full.json similarity index 100% rename from Components/txt2img/exports/txt2img_full.json rename to Components/txt2img/ref/txt2img_full.json diff --git a/Components/txt2img/variables.json b/Components/txt2img/variables.json deleted file mode 100644 index e69de29..0000000 diff --git a/Components/txt2img/workflow.json b/Components/txt2img/workflow.json index bee9419..a3f279b 100644 --- a/Components/txt2img/workflow.json +++ b/Components/txt2img/workflow.json @@ -1,107 +1,170 @@ { - "3": { - "inputs": { - "seed": $seed, - "steps": $steps, - "cfg": $cfg, - "sampler_name": $sampler, - "scheduler": $scheduler, - "denoise": 1, - "model": [ - "4", - 0 - ], - "positive": [ - "6", - 0 - ], - "negative": [ - "7", - 0 - ], - "latent_image": [ - "5", - 0 - ] + "workflow": { + "3": { + "inputs": { + "seed": 809936035823762, + "steps": 20, + "cfg": 1, + "sampler_name": "dpmpp_2m", + "scheduler": "karras", + "denoise": 1, + "model": [ + "4", + 0 + ], + "positive": [ + "6", + 0 + ], + "negative": [ + "7", + 0 + ], + "latent_image": [ + "5", + 0 + ] + }, + "class_type": "KSampler", + "_meta": { + "title": "KSampler" + } }, - "class_type": "KSampler", - "_meta": { - "title": "KSampler" - } - }, - "4": { - "inputs": { - "ckpt_name": $model + "4": { + "inputs": { + "ckpt_name": "Juggernaut-XI-byRunDiffusion.safetensors" + }, + "class_type": "CheckpointLoaderSimple", + "_meta": { + "title": "Load Checkpoint" + } }, - "class_type": "CheckpointLoaderSimple", - "_meta": { - "title": "Load Checkpoint" - } - }, - "5": { - "inputs": { - "width": $width, - "height": $height, - "batch_size": 1 + "5": { + "inputs": { + "width": 1024, + "height": 1024, + "batch_size": 1 + }, + "class_type": "EmptyLatentImage", + "_meta": { + "title": "Empty Latent Image" + } }, - "class_type": "EmptyLatentImage", - "_meta": { - "title": "Empty Latent Image" - } - }, - "6": { - "inputs": { - "text": $prompt, - "clip": [ - "4", - 1 - ] + "6": { + "inputs": { + "text": "A dog in a car", + "clip": [ + "4", + 1 + ] + }, + "class_type": "CLIPTextEncode", + "_meta": { + "title": "CLIP Text Encode (Prompt)" + } }, - "class_type": "CLIPTextEncode", - "_meta": { - "title": "CLIP Text Encode (Prompt)" - } - }, - "7": { - "inputs": { - "text": $negative_prompt, - "clip": [ - "4", - 1 - ] + "7": { + "inputs": { + "text": "real", + "clip": [ + "4", + 1 + ] + }, + "class_type": "CLIPTextEncode", + "_meta": { + "title": "CLIP Text Encode (Prompt)" + } }, - "class_type": "CLIPTextEncode", - "_meta": { - "title": "CLIP Text Encode (Prompt)" - } - }, - "8": { - "inputs": { - "samples": [ - "3", - 0 - ], - "vae": [ - "4", - 2 - ] + "8": { + "inputs": { + "samples": [ + "3", + 0 + ], + "vae": [ + "4", + 2 + ] + }, + "class_type": "VAEDecode", + "_meta": { + "title": "VAE Decode" + } }, - "class_type": "VAEDecode", - "_meta": { - "title": "VAE Decode" + "9": { + "inputs": { + "filename_prefix": "ComfyUI", + "images": [ + "8", + 0 + ] + }, + "class_type": "SaveImage", + "_meta": { + "title": "Save Image" + } } }, - "9": { - "inputs": { - "filename_prefix": "ComfyUI", - "images": [ - "8", - 0 - ] + "inputs": { + "4": { + "ckpt_name": { + "value": "model", + "default": "Juggernaut-XI-byRunDiffusion.safetensors", + "is_required": false + } + }, + "3": { + "seed": { + "value": "seed", + "is_required": true + }, + "steps": { + "value": "steps", + "is_required": false, + "default": 20 + }, + "cfg": { + "value": "cfg", + "is_required": false, + "default": 7 + }, + "sampler_name": { + "value": "sampler", + "is_required": false, + "default": "euler" + }, + "scheduler": { + "value": "scheduler", + "is_required": false, + "default": "normal" + } + }, + "5": { + "width": { + "value": "width", + "is_required": false, + "default": 1024 + }, + "height": { + "value": "height", + "is_required": false, + "default": 1024 + } + }, + "6": { + "text": { + "value": "prompt", + "is_required": false, + "default": "" + } }, - "class_type": "SaveImage", - "_meta": { - "title": "Save Image" + "7": { + "text": { + "value": "negative_prompt", + "is_required": false, + "default": "" + } } } } \ No newline at end of file diff --git a/assets/stadaII.png b/assets/stadaII.png new file mode 100644 index 0000000000000000000000000000000000000000..20219c557389dd638b130fb52820a51d3f4399da GIT binary patch literal 495462 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 z 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 ~Ls;*90WksPp0k>Rc487DiF))C%LH4w$8N z$EQ*Q2SNwkT@Lpq4G0exF9>rUNVA0d$;U}ZMQ(Ei=S_vNu|a6lyrmFpDUH%<2xNbe zEV&Z+w>Fk%Cu;om`0X=xaB9f%=O=A(h4sig$}=HgCQ8?Iym`)y0)qeY=F|3P4}8(S za{Hrpz`Ni6>H2Gyg*e1Ty1f`?4*+D?3(x=D4j(y4pjFAwe6(7Px(utFn!Wfr>Vw`& zf$X>wjWK4=kQ9);QacuLMkx*J>&L)qFq00mGWh}wg&;+pfgo&Tt%KTQF%vF}Wwk7@ z*lT}zu+BOla^-kaaWW+Lt$MbEjm{R~m`+rY1W>nzhq8sD=PC|s2{!gDBvRE&H-VV* z32Hk_(zIB{AXM@hob4U5s2ga|-+KE8cD(u}^OZkrr%Qim@ysRNrY_n2;c{HurT->D zqpLzqH6Nh$O*RTU#xqvxORw})M({c^z7Jq?vH|Z zLA=sRQNSYod<6$$a5pzKx)#!FSKf1W7}M-*vyf4ZEmx8vA*e&`O%P8#_U!W$HZYN8 zy_jMO;uJtyy|xM{92+(>Iggmq0TQ8<4b$->0$U#34%L-4v4 z`fj82h-YQ}ufW ztfxtDsl)9u%?Jf`B1_sD$WAJ_5w#6T1ZVGJ_BOr#E#*QA0S*Qc2|^E1okn&$AI2oma-odBt&V`ScTcYOEl&uV^?IqLc7T}&}3e1)II>oD#+(4;_Mlt?Ff;X zQEJ-}*2+9dJL9cGYrT?j$837mOxd3zG6gq2GEfN5Y%(?`SL^kupPq=0dzi*4?JgrC zL;rhu(V`^^SE-3E5)hER^Go64Dl39H9sHlaXWMMq35@@+v zU&Z)}a6&Z7!Ci&WC0J0p-^FoYcY}_I`;A&C{}BH~WG8Nq z{Yj7mN|7jUWLca7UR42aTq@j)k2H}(pzsnX(Qtk7@u+*dB4j# zk>BMFa0o#9d}5YBLG1M$LB=*|P!{fi_O!laezorvkZh(F87?x#^)cEL*i60EYmBWP zc%z?J9;O|VAyp8I3acU1Br;@CFWMs=aXa0TwzH+P_O;^oEE>AWJ?yv31P#wnvU%_% z%-bS9AN#h#K3QT<%&sn4&yDx2>qNgr4^d;M!{Sqk3${4IIt~5A(%lIne1-?1GhR-x z5hPPxp}a9kFg;8FaL1XG?(ixjP*5v}?<2!t1+{}X;$(+p3hJBANfC#qmru4GQeaFl zCGJlE!&Xd|I*E~KXlO-77h@6IM_^RQK8`ZyVcNme^%&+&%5j@yTMDF<|D-u<9z5}Z z{0%!C2XTVrn&B+B(iKreonM6BJoe$(=q!%JYiDmeN-J%@4XpA^6IH-M8(p0nMN zZ`+0Qu)YJ2QX)ahnCnaJJWOUO2MFoKKOn*0YFxdC%R*DrTAUSX1P;2ez zvAcLq+Ys|^I>#?HKsocSo4uTGWPnAkrBqN>ikcgaD78UJgey>Bzan-zYv2LJ5Iill z$#S?EQs|RhuZVe?`JsS0jO{5T_|};b+M%u}l~B5RbM~EYlRUZm;xBT;-}tQ}``Yh5 zZfi@ENVWGv$|ZB-=OPjco!ek-qG_Of&ZM$o55&k|YpcV)7C~CK4>Xz|p4QCR5bfRd zu56HoESP$Oe)(f$>_FEyySr#>>&Br`DkV5A+8MI{bn2qrgEHh`bb-K@R^|f8rIm*{ z*X*5B2Q5cH5h7vK{>rj zpo8#e2`9pGEf9EZOWz^gp*~@^1`vm{NMkak^c_?-b;jZ(9}%IY*dVcB2EMDT@@%~#9& z1{xrv!_1T+FsQ4iyvI6)X+4!qa5B;SuI#K@137{&A>*R4;(Y0bW%ziF`%*1L9ROmL z??t~rvpQA0Mn^(la=*ky{4c6{^<;|9Qj>jiQDO$yFw|!Vx!0p5=%o`Jl%tEU4fo;4 zK4?ddo#F!M)urwzC!!V=ACX&(2Tt0BiX9|4>UwFMrZkshM5|#O)H^N4xPlmUHHf)h!O!nyEbOVWm{lRSDzc!D!=Z^~*iL&8 zSn`2l*!kWR(X2K;-{;V>3*5u2tEqFW&2#sB(7yS%e{R3?)jyyo^Ii@uStN;qrUVw? z>=u`2fE8m5Y+?8fYmh+IUB?S%(w)cw8k|_%e!QqwdEn!0OjWAbHG{UEU!^E zpf)=_Fa=zX1JVeB)V$Nr72(|0djdvp95Y329DrZil4mC zQmATe6Los&K=8CyTH#mzg@uxnHuUZa8Ul+}gD$(^utZ5Yn|u{s0R$P=wZ0bZEuK#p z=aXf$q^-BCovm-e8hqDk~f8=tTkBM!qHD%~~@|ACGQJKqdR%LhZ9 zKr_r<(v-AfT5o~`CReX^xi#CR?i{3?vr9>%5Q89xp5}0^VXVbacYB{_#0v8n>XFB& z6Uc0Dsx}^s*#Z1InsHEYFbq_3K{h!R!#HCwMaY-O&POe%+D>-ti8nhg#9ae2%+!+7Q zZo(0%%SW0G>l9#9K(Y;-Es;wVSg1_n!C?y_@KFyQXYfifF!g2(d1HcuMS?*Ynfm&A zSAJ9Qmj3_Adhhs1@9VtxOv7L*dK>f(>|%RglFKHFq9_(gRJSZySGMHXR;1XzN^T1XDL5t5+#xVmjX5J*flTqckJoc1$UvqjH;qrw5*7v_sw6lD z9XWE;DQ`XVgP%BKe&7GzhphIo2k1G+sqP-iy17;~^O5S+ITh-tmcj<= zQ=vJWel1M&K-$vO?~@P`-PjO~M3umi4>DXsQyanGmXo0ivX_df+S+uM;$&*-!`7OX zP}*xo%~H&I*&R0vs&UslI9n;ENrznyQnn_@`zz&J=QHIX6d;JORaM)-x=561x5TME zT|uW#0C<-T2uEicjsZ@Tb#};jyl(|gKodPLUbxDB=gf1K${{bdMc_41HFUvbTcZrQ zg(_+x<&WGBt+t%QZ6f?AkZ%#et!lm1ypOWXEH!2&ZE_SD0(P|wsv9T_R7@SknmRxL zxUT*ye&l-*bmAGgaOU-(A-c~Qg1}|eLjweFBAO=rY1R`*2;{PrNwU{)WOv_X9s=PI z%b#M_rJ5+df+NJu58xu9ML0 z0}Yv3=&)r*Lx(BPc?kA3%K_8HM&dkT^JITy?DgC=p;UG70-p@2l!xnCyJV+MpCG_NKZIvkQB!NG3A8mNrb9M$Wn~8AG{401Hae;LQ-BH!UjMPgvaJB0QI8RxTX$r_98O^;5~`7 zdg#zmXCF_&Wuh#AvEhf6VassHZtU^(x~LgB4;>?@ z$ZB^TvP5}dd+LKv*!RBwBl{=6{ZBAv$LuTr`d``UyY40e7C{iQjZ?GJ`cQ*L{G+R# zIvQ|1Um!lA!vF`gu@k`15b={iA7}VZwF||-r8p!Ju8Zq%v&o$)e{6j00!|E=mS|Dn zhwe|1q&BM}Luis@wyeFL3(r(_!fN2O@``e_7Utk1jF=xoSa6W~xefpscMd~b(Ar=X zQz+my71=+&blJ}ABXa<0P$pE);jN2Fp%CfTz8PERUczK}-2_2$$g46E7_tm?)hvDN zEG7nG$BuMkcs7xzL^#BV`e)!mT)%!3BO+aTGKz4K1J7=33=;5gPqM`PQXN$_YW*j2 z6gR>>$|=!q!+Op`)`}LB0qZbAplU|^L&4b!#H>Yvs6}2cgUu3iKp}Xsr>?+&?%vY| zDUAb1tCkPpmJ%GNj3~E-%yI~rnv9%hQw$Oi2fp+}F!Vuq8mFyEjC1i$glw#%C0|xo zZSIt z?45@PqBIG^+FOK7v?q>HFR&*+@hCE|z|b5(k(Xq=yLQHS!cjQ z7TVMhBU9ko7{;T1ebw(3U=>pH7ytNGe(~tUh={eS@R+`Wt7hi?4n9<4-zep&cDWPNIx%CX1ROEwVuz zM3i&5g98|%JLnxc3woL%oe{(Z3Fs6Ec{vbXuE~vK2=Oe_IK^$+iSZ_^Bki6L4Fj;e zeFWWk%02j6jHEJrcoP`%ftzp)__GpCleo$#1PKAwFiS8pM*zFb(62?D+bp%*Jng0~ zP?R9fp`5j-W`C+Au#KRUT2;%6>A+F;jlGaF&y(3nuqp?Mc8Jzd53q5RK$@lHx=1|u z8P)X{k@vrw_Y-g}_vwF#v2plfO4R z%}}2y6y-X2-jpX;b0u+(R>m%rNFb#E3MWNGl}J-kbV$%-f^Z|!39@F+(eCO)vgYiR za1Mn|Y;$JjvC9hb9li<>^bVzsK%Q=tMnvDZ5e*0mfM(?8nZqzPWu-WOFdExmpgA1? z06+jqL_t)#ddsFEQI=7D2@-rnJu4QNhdZ!#3zb%`X9vMC*}16!o1@=87pKjS&vBu4 zr~0^uJuP!4qO3Y}+^nPaU;<81i09=6Wm)+9SFHfysDgG{TFdY$keBa2{;n z@Vo8BmtMB(*Dhfst9TEBA6_Ga%u28k5WTq7X9<|$`uf5$Y*M1MP1x}nph5NBs*ZS+ z_3Nx8&_GbhLydToYe^CPMVQnl_)Rd5=1p${_0(1{CK$ypbvUSVLwix=LW#I6vZ?3q zjF7oj#*T@E{z4T4%3mN>(Wnu5wGYHIzIsLPBXopwgRZjfE(wRZy_i7Djy;kr~O=rjddT zhDsUgqSDMXhZB*fG^$=e>2jK?+3yl`0Oh!z`aK{^tn(bC z#3c3o4I*g;G$M_z<50yk*B}i|t{fgiC62ZC@^cGUuUXZZgZ9o4ed|cT3{I_@-H7vd zL`llG?LWMcwZG$e{ImTv_S&S+&a$sg9ijx1hUi19;wFwNNhY^p`>2Z}+%kR*jz|~l zg;Z#D4I^@aVO*YBw^I$}jBw!T@CILz~eXpgKUoa@$+QayMilx1_2irU|+pcXrJUWKG{Xm!hMLhAf-BC znL;UjW0V50dOJuim$lz6kImV0+DBP*;J^eTMyV)Gpn; zX%)4bR#z?OUWknLqN7wNv8Gx0H}ll&Wt%TvyGFu5Nf88+^W7tBXc(n`n0=Gzx6M<)p@Wu8!-rLh-FjMYxA(9YT#qBL1=Gv9j2{Db2- zp<1I=%(APLvX0$jp3eo?Q}9oOG_Y*`|7u{E4g zAw{({RW<;rbd`VWoH-=`$`upoaRPxbnLTLj^=IKyXTOV({s}x zp+yLQ89IoP1U(8Q-TpFNkA!txc4uhViAGhc7tGKEqrA1LkxjFTV8MbzLQsvP3?hM| zC7F_4W-ag+21xte`Nf8l_w->@i|JF}36jOr0<|_p4;{aQ6y5z!D$TA7};UU zZZE;w#Zg>|Pgo_$MG;wb1$F-7U$XgGIwvp`gujl5P_~)NQ^$gAC&s^?%b`R2ojDM* zkip6@8k*b|CMy$**-QVZwvn8OPMF|-l^FCsI+#ML0%ZNgbR4)joO0%QIZcRkng*tl zln$qUR#{a7I8K4u^*7Jal|cYUueVy8#535OS~O1+Y<7?%O>dKf+a_pKt+}yf5&KN=81Uk5ZSn(8MD4v> zamS&1;j#>misXe;#9>Uw%duq>7>4VXnVPps2xl3}TylImJ6nqAfD{S*9VA9hZg*nc zvJ)6O=kCq~SrDW`UauchmNL7z%G?5=XO@7k{I7LX=A!kJeuEGgAzi7JS=Js1n}2Tr zgZheF?Yqmhc6J#uEbX6N{#hLJuAzgA%gH0K;=!m4C3smIM*(|?&JP|2K|d~!J-j)} zeUL4yb_peg0Cd*6s$;ZGULn9(g~5FpvX|MT4^iF#LFya*1$#z4`eY+A_5=Z9_o>b* zG|i90E8w{&2=b;Nay?Ealb@fo3j~7$2)Kk-8A(h~ygISQ&$+DvvTFo8;A;bZ1>{o*C|8T=?Z-Yjb^Uz`n zr1T81395rD2~sw?$@TsND8LKspHE-{k0wDST(>y{3PiaNtrD+Sy?$X~hW!r#c!}CC zub1%7#N@1#bd{5;H+fRi)h=`(623cJ7NBv;9RU+>N5|?RF*fJ8k@95&YEv>&YEcxEO_Z9O0$#~ z-Bl3xK>2Qrn)f$+b~nx~gTu}tq?7nZB$erX&lzPbQ$h)1+g694KO$sN>@1XfMd*vfXtWjuq=q&4e?$jrh>60NoP7nzr=FFy#`QdaSmVb(;XS znW1g5jP~J6PU-vgm(eu=Np{4s!fNRRtO4N)&?(Wz`}!hz`%!Yju@5aIi|eZy+XIiM zx}^@1xF2QRR(Lxi?~*u>)XBE{mDoaX6v}?xmeRCLXk>KQ9b)l+%NL@{ln)C%>XVQ10j=-= z-bPf%kFwSww56pXKR-JOBs}K~z>)N!pI|~HG1cz(?>lG})iBbRCSc~X0Rt^SO-!=` z;#wqQ*2KA@qL8)Jm$N~D>B$B)XhptT22!IlQ)Iev7Cp)P6@<|9CL6dr+HEUL%bIxo zmMsA31y1gvEs3Elz}6dN#2F4rfQOn_K*G%gQ1=szwneQ=WD4~tYqFk;418o1D4m*H zAu!n!kH6P`^yBC4PyggAz)5MlaN!*y*RY*Fc^7RuwGL53!BqtgE5gr=O^o75&Cb0u zK)rDm)wM~-@%Vt^>p>WDkZsOgxo!ujL2eLnDnk7JcfLdBTtgSa5!%}k)}amTcJCEn zM50z&rHT;oNb}4THP(Q#BnXU3DV<0aERQxq?W1)L8?~P3)Yp&$LLRi@c397pN=l-% z*?l*Kru zB_61Jj9O-#j2>sAxRM*fVG&T^39m!sgIs$w+5MWi6PI#gAq8y3Fj)utkPTX@B zb0NsqIfx#_N!;Mq46UN;!;vM@=wPU>jl=Pmc5ROl z1S3*&;%x`qM4wqr1Pm^K(dsp zNwT7C&H%<<*}vnXL4_1Vt--eu;j9KEPg?PLo_!-3lVpUQDQrBWzwgc3*#(!~Q;+In zJws$NXmhXu6p|H!Ms0FFR6mt={q8RUPe^%}&ac~F{QH~s^{;ZqDNE#lX59pH3O0Bk z_O1u-x893a?C-w)9sAgmPudrMEPW;W|WzWbVgJYFXlpT(hM zc@BFC_zMY)m1U|ly1V~zO8m4oJy@&rJw5k$JZ-PM@-ynm)7D&90~3C~gAyg_xNtf; zSPzwx9I`XEL-Nr(*sgth4pWw>qf3iY58`6+Bqa{!8SoE2V>js5zSzdm2}PMCXiJgF z^CS=gQYQlwOX=G24l_-$y@|I#q89tQ0t(PkUg->U>gO4EJ^#D|{cDG8jm&f9Rrm|! z&Oy{-ye>@%&-42quw{bw3{EXbX(tT&62%9^xt3B0gVJosrP<>QZIi9PNOliG#NJo~ zZJ`ry0rYKlY|XB@$E>al)xZt9ic%zCbO5>F+tfzbQq zIuitG*{WqkaG2MLfKv!$H$Fbwa&2AUiFj06FFmGz=Hqd$8 zmg$$&>*uMpOcO+$JbKukeByCRo@(Ly75s}}1sgzc=OB^RI+=U%{EAhiX+LALPhJ?Z z{t}{O*q`cwO+bk91N#M{6=-P__|QTqrm_Sqy+Ho8;)G8}+rU}r47-Aq@&Rm5U<%bvq zs}cgFA_Ot2%2{jX$u~98npLyN*9Wb+34QOP|4!zOQdH4??lHh?N`d(F%yD#xiMWB; zhUSLs{*wrs1a`@2x|el?V_u()+URz~Itv!8iC}keMm1KrBOHn~PzPn!VoEE@mh5kR zZ8hKLP*78mcK8T&P3;w}uMCZ{l!-}H%(&+rI38OZ!c7jO4y8&=LK3zyzMDL!9kRg! zo`GP=O``fpR4}LNb9#RyE^#{3)8hnU6nHtgDnm#@*MSeYrfo7TXCMZLewC7!2C?{f zo=db+uHjGxncW#2u^<2Br({I?cuxMTC2D?5!Vzm(KqLd_b zy>csT5bhIQcJ?95#9DBjT(i!c&Y1WTa_Z{oEeb~n#>wW$k`oDx93`MC0xdsZa|3s3 z1gea$oC@F+=u{Qw8V&>orMb3>;88!1@D7O966Z9@8vfS)0`%E2oa~1PK}*Nvh_#=6 zofcj)(}o7JC1hhMfkmnN-s;cWzx%feK!VoRh&=9rTA*rX$8-4A`&>x!aN*(wM>_ep zzwkLbLm421k&M)!Z;0csX3tRdLP-s-3NtQ>kPwc#ORb3W8!o2pSJ^PZP$RYG#`;<( zbCwOMt*ho7!ucVGjPPuV*$ZlOQtN3|73y~+GXaeZk2Mo?i5yBvp{2|rpH^^2QUuou zL_25&69=Uf=cf15HAyf1?aMa_Fvd~h!+F=o&^IZfh71RYfFQ%`GX!HhlqWLSxosRt zjJ>_g8950Wa+1=PkQJ3THPY3ELY^e4Ra;heCP>+7RpdEzb#^#>0R3C`MGlw0@_%xn z3hVd^d&y~)Wq-&H)#CW&3nO^ zPHWwM`0O3H0z56cha5Rz2%|?1^8j3<*4Ni>H*fZXq|w4j@RlOs({(9m338t1e}2vi zn+YI^fr{}3g4ILVvjPPiTyKmsTyo;DE%2;%?mlCo4?Jdb`=W|7U~_%+)i%$dndOxyf3&)M`p{WB~4^aB=!55UoP{DZDZ zeol5sfw#~S)zBqxEgGB1NjSi0C54Ie?vzG8%XX`%BA;==Uo3%9jBc@JPRx)G{GWhWP zgiTW-FJkYg=VaP1K3Up6v*)z^t26Jn_Z>JvrwmBCd@lDZ1Y#T883#4FdHn(?pGrf1 zu9>z%EiAt@Glwa?G@=EmofW3NTSVbvBc?GFZfc$)r>WPqgqw+xo#+GOWbP8o&?em^ zi|GJ@s;Y!sriVgSJkZ}yMh2{gk*I=+s+K|3KSB%}D4~U8dK;Z?ghdM2q&ftu4K_9C zK-2y=HwKwujO?Td5rZ;b!$p#%r6J;kiShRkRZp!jpoa*%lIxL_g=dT(*c4NV+C2!LFRoLgalfPl>P zItNly_F9YU?EvM5aW?Xsz^8k0_;Lmnu|~4*Y1$=oOj?7vjKkd7rq+z6fXg+(Z`j6} zap0fZ4)hF%$f*yPQsUX#_>UNeI*^Y?Y?4f*S}JJN!?w_Ff9T93_OpLKZvB(bSz8ql z(d4p4A)R=F=*VYdj<auE9eX2Ub5pkjS7PdjCV*dj_mn>SxU@P4@chXKk5-RYVW0 z>Q7SYS^@!(NYUP&y+G{94`WEC2y)I}xWpkBf&h}Sh(VfD#zh847Q6{-c|Ew!K3qdf zq8sKryMjHsMxTSymFEE!zi}4F?yNvq0)sic?Hwz z$uFk|+fN3ofJh!eL9be0MObzCDir$l*7l*)|$Wy*0j46=P8E+RwoVz2lc)}JJvuAo)N-3F#M&@;U+^Z{rL-4`IFbo zH#%VRv9BP_%^F~2C>*h8U>L)FcE({nlxJIwM|I>!cnPYe?b7Ya;_EKhegh4sj@B{^Bf{I zD;Q=$uNr8hlHV2@6(Sr85%F=og7B9~F5EbdV&&zc7zWOuEjKr-664mu7q**~=qKEI|``8q0K}H+^I2uBDgnVuA zL$_I9F2oLo8K=yjB2jzkjF<-To5#N4L%Cj_FZQkwyWw=VuqUP{A7Zj_FcJacIq*yM zW9?xl`s16rGRJoF5qu=}S($1X62M{PT(8-&Bj`#HfMj>#)_`3SsZgqW%Ixvm9!E zY8R;z!BgwW%9)?QWDJSrB?8Nijt(1PKQFUR((n*5Svo9Ru=b15csYBn*QV(-IdSZm z6U2+C9Oj}84$-RJ&sjuUPJ31_#15` zodjh-^g;k7^5h|iSb5`|EkFHJ+v>&E|M92HbGRF+at$uxfndv(unPH8FsOA`vQl1F z>HJ;fazXraB%LaQNL8|*+x>uB8PD<3aoJ_b%GeLp@f_@T@x{H_+~2y5XK~{4PV6C=ICg*9d2ZdFwVtNzP&= z_KAk$_V~RgY)^SD>@vzx_%@X{G~{lL{q^QZuifmuY%K(ra{O7oK0Y?iITa$RWR4bT z1gOdhlvA9$JgBtieNR006g#eGF}{*btRy|vM0LtAMAQ?(!Rc)zQ&2QBL)~I@a-0n- zf(FJO!`j^3#D=85Q<)jjlZ?DGiV&D40<^V;4DApQM_Yh;AuL6fnV%I=iy8$RzZi%< z$omWo+=M}n;ZkjlEV(bvs8#BDr?~MwO$<#TKp`1qAcY(p8;-2!;RjBe4<>(z&yo^T z0OzCMaSTKjD0&OSP{sqOL<}N*ecZ+?iOAo3+}ieaTRZ#)Iqg-5c7+)8GNNR`LXy&C zcW_Q%eDa<;xEuq%&i`}Gq9bK63R1Vyz?1^+VHMb2KQqi?pZ(cO^f@0xJ*ye!{0+O& zdy~won&3hQk<1X7W{q0dkrQ1`9Y(}9p&sm84B5JkjiIHE8dfzeBRNLLUc&io0kz9W z96s7kc0EElVv~)uZMBuR37}p?eDXDdk7wBs&+rj%aIM#P{V)b{okOkuch;CJ-=j^5 zp>caFkuUu|;x%W8lo>xurYxZpWw${BkXTWzeeJ&u5TuZKQZMo>V}y{;?90{IMf$=I z<=I3VlT0O~zqz=H@(`npY10y<6vx32jZWgA*Qrrn=WxJM#=uBsR{hE;2sX+fgtmxl zB8R*}=2FJKE2ezXv07^FTMekkRat$u!eZN{7KZh`L0g!RmlD=|VR6Y(d7HyQBnc!` zpA$i6eqj+|oMD?~kBFF~p%+WQbt*GR_Hv%Sc}Mbgo}a^LPk&=AEm%qdQ$u>$I)_1t6+ zsuM$Nr{Pv26s@wBB28*4VUGUfJcnLxxoUFS{9pYy7I=FOMKrYRy-T*moONxmGO~AN zJ(^7~gli3hDKVOj4H)|Z$0M1-JsJw=-- zD1d6e;sq%~6Ir@|wUBhHCTl9YRG=rNK*9Hpjsf;eL4u#Xq1t|c>lCsUK+P`Bh}k4W zu0sdfocr1288%7hf*WdTKq?y~L_v2`OE+!Ev}fZa{j`;=FiG_3Z%slVr8G*Lk4mOn za3}7)4>i#`2)C?lO{|)0rIaR=i!w=wWG6F7GC>xzP*s+Dna=e@&(sLnexj&dy~w%(DolW;Iu|-m`*?m zgpfZz`_N&&UQvdOafQ=1Dk))2u`45J7UHRK&u#?4_8&S$+hsG)o8*k3&&yir*~JM! z$G`E6CI0*k%b%$;@8|9_&!JApo!D@mpKOvwWD7kL5~*h(+b$$Uftda+Bt+$2P3!9> zDGie&UkJEbt;P&qh4gAsi|p!_Q}N48uUpHPj_)MPy^KlXa22bdOyAQ6YCq8!z_*ls`Y9F9YE^k`WHiz>NDa4rtG=E6IXB9>6~&sQP8 z1*x+~a2S)L!@!NGN^uZ`O5DD4+eU#6n`nDEbqu9F43vmyf_8rX$_pI&D1^Y60|VXc zpJKzqU`6Uxa*g6HgfKGVKeV)>2VGwcyj0GB5!J-d@lIc(9S^v;X36&LodZ_-JN(K3 z8T4f!WEArfK&chXTOfmz_(ORG{0WRjSy7%^JIv-1HVmB%q$wE44U7c}oJhLb_V;jr z?`H!dyo6Cv5U_)>uES_=Zk0oddCl&=hitlR4k)=0h}dV(!BqZK8G7o)DTF&jXuON} zXd;t9_kiaUp{^Gq!t88sqJ49Xe&wKbky)#B(#XbET}&MgYQ@tKAO%q}a@Vi-A}?I; zz}FsvB&VGZI4Fa*L8cDFUIZ(jEKt3*Y8TZ0TcU1x{P+o;0h|n=VD-+g(uSki+B%%- za0&7~Ws7S2+Qezj(tfthUgHPs?Kj_cdeZAuH)rpO?Z1n{K;q;~OGT@QXuRh5ek&rQ zuB<|g1on0c=w8$1MiOht!Xn&5)}IF{Ax7XiB3p$jwtkT2v)_qN)497QlVFkzg* zCTB)`n(E3jo0uIVvf8$uJ_aK2X#kTV`5KH+gy&jJnW+Q^5*AyT zEI&tmyPWnQl}mC-Mh+7p*HBLLzwn&-D4zun3|d|HSzG$oZ(HHd?pXEt*KG^pS&jHU z7~4Q?84zRxd!Bw_#C6o?U(9t(k0MKq!Q0@RtykCC@`0na*h()w#!^Bwj=>{vkfB7b z!!Fzyf!Nf~pQH8d(<_j%hR?%f9LMnn;S;FmzL-*`TC>FHSO0utUCb$!$SGW8u0lTu9%T@me^i@iMHDiV$^KKDV&njee$?BfJ&kK-T@R+W($h={0kfi5J5rKyu4Oqog7 zuK-_zSR~#e$F6os?OXkt!&cUDHq`Pf-4dM#IVO>Re-#8sVN)=rrp%Rc6 z)=}zm2?FlM#tx7P)|@#L0Wxj1b_-2VkTgCXx4-!gEsh{GK0m<{LC6|O*5gkGnOsOY zjo0ZS*9oYFFlvr{x{tGhJq@%q@+6pDqB=PHdlA$?Wm--38yp&Rvi1#}v}U;|8(mK^ zWso6Ql1LBI-j*f!&q01HV4q(4`7i95Z+*v3y^n!#Jd06?gevLj{X`}fH%O$&9o}0c zah-F){y~Dn`o<;#bQgbiSohxjtS7B*AR{`?9`=!JZE6LCjrO<{5PJBNr_Fu5!`w{c z6mTPL2bC%1u2s92o`A};nib=ekl8N^G-bEtH7+zzmRfZ>B=3;MrxdrpAbz2D7OdZ*~`VYAH~cFL0?r(9rE`rpeC(OuptCd zr9dSmc~HYg_n)?>4xL8drNU`<)!Y&vwriDlJx8hbKVN^wywxlt0+UlVo3{N6^E=oUiCCbIi%AliA_@r?4&n-={5o)VHPBZ zz=IwlKd<+0gk&~31zCm6NVQ_27Sb`-pBm+vT1#3T4!W2CKv3rvy`#aWAO#U^lFZu@ zT>w(bYpAPp9MK#M>Uq!r)k@?N+f*F}HQ&3uPq~MSN&N~S^+^s1qM`5l_I_S=n2;^ZPxZxYMj^Y?o+)GA3x^kH~4A&F&@}ku;=gkAfwgKPj!i_~7g7z<uhf&FkyNk8(rj6m2IN+wD^@W-@SxdRvB%7l|;z==c0{o z35c+mnrC}^3r=3dw>7)#%*N3rb z#6eZ?eGP#LVVs-DOq?zR_Li91A`psr}05D0D+jD=LpoyK2jgKu|6Jx zrev09#A}Plp49EJYo#fBf~d^$JjCA-b6)S;+N5M7XdQG0+;{At-G8vd+L6pX=+D_1 zf|7^fe>@a**-_BULj+@`I8Djy7O_T>P8Za^PDzM55a*5KEO$XUbdC<9ZJsfng8xxY z;J50!(rs5+EXJN8dBwr7*Z4v8!;5^!4s?PFXMh#PUj)-{{&dD(z3H|$Zc$bl_t?c- zNjp1;SXDBF>~Dj!-({Co7Rg`>rOvvrv}xb@durVTW%}$w?7?~(1nVPPX=FDNI9vg9PUd11dD5R29|*!t)k!X*8Gq?ed|^G|Hj|4+v$XL;P|UR zt{3rF57#tX1@>F0NI82dM2o76U_VscY}e0?+LMQ)cB<2#|H1!AxY`far_ll6V3*S4 z&*5|Z{}-+0!8VI^#)#T+qO|hG2>|ASQ&nG-M5Tx!N$M|BTvLSEOynwPWEr?MzPRkv z?V=cAje!-cQHIp#%ACt?GZ*U)O|9VK89IU{I~#5$a(4iodhQ zjxXSRaOyzj6{R2>82sP)*pv1LUmqo78nV{9RV$_zaBmlFfM^*E@>^1;!)xzYJoS!f z4AwJ@ts;h*IS$tXlHkLwXPhYd>h1RrKl~Ri#A@tIf10r0`lC9l2of~=A)6svJ$CJaCEE`(0vH5>?01uHizU#a^=k~a zfgcg;suvs^%>)SkJ@r=Iy4R+XDO;MFf_K0mo;;!`1XW;Tw)(wg z`!7W;cH|_|shhx>E`l?HSq~j1L7r`f@?8p#2=jt=E((VTIHe&*E(IC>0z$V{R7tu4 zzlhgHeU!9ZAcF+HQr&bBAxC&tKqs6Hx;ywQg$$b|*-&Rf0s16`?5j0O9SfAh^6qj7 zn~1}J)A}eSl$~m}5@lLE{F^v!l|yCRU10uxt|`Ye&;-t^2!pgx(PWG89=n;S=6sCf zm^_>@Ws`c(ReIg?1&Fio?-U0`ND+3QJ44t7gFnLs79*Q3?vnPoblioq?4kflY6$po zw30JU5zL2c(B>zo%&RoWIg2AtT^cX6_Z({`0TUNTf>)4ig@TgI34ute_mVwS-3&C% z8nG-ynBscV*|#uiFE%>}Y4m|txABpG%T^uYu1><%iLK?2c- zAHAD8e;sHWnjzR;DcDJ_7Ym0BFq!CAziA{cHE(U;EHa&?h?`^(?3U;niap$OXp zQMd{_=6BR6)jKc6#4)mdAv`PChmoN>b`X+gbITr*K5G3eM(@z1{p~B4tuO|>uQDfz z3(If$NUhzOK|E?1bP`w~kFeSz(LtC*)hUIL$VSSzGKN!$P^mWXBxsyUDzZUpsg_R? z_f58A2PDxaHCg{VVs;((+)EZ+0W!}j&* zYc`k~W3v_7(VBXzBk28M3SI_D&L7q9wZ}XeC)nMB*dAI(_krZBj!ugy{(h>jFdPUYe+?c$2qA;e#sq^RhH-#i zr>0Z^^rKp^7F@9C#Y-0~+uewvpk7AQT??9^nrIc7X<~7a-eL5PDGQX8GCGn#;rIXW z|FJK9@e6j>(St;AY2;ro(x-hACn{w$5Cx*E48w5(Fx&%VipuW9{1lwl-qz}50b`Us zCTAv*r>wODd-vGX2vfXn_wjzztzdfU^lt(eh|qW#zQ7FdQ6FnH7Ob>=APOZVjRZAS z&U*%lev5%#lwFK6X-=%<@^T{Y>>N>U%IYd^5`AB{*`*c?%ryiyhN(R&x@7ktJ-m_x zDzBp(!nc8OpeG#pM)kcqSQiJ2B!%mNN1<#02v|MYS>Rs3cMa|Jtlb=dyhA%-brnJs z{Jb(DVi*oR8%Z{Ry{j$j!VtNb(B|{@peOz3WGxMp89oY2c-9sW?kFc)YOblZfBxyG z?9cxCZ|uvTYd3$;tj0b-3nm#0mn$qSvsQ49`$s*SzzU z5p)rVcI8yJfL!P436GJn2-(nKQW>C#);vuhl*1O{uv;&uWfTMKBGcr|U?3Pj3Q;ey zfivTI24U)o!y=-ON&=1+1n(*1uJVA8Aq7-kN>-lh*R1(n44~n9T2L93ut*N0ssK$T z2o0qg7#yN6e+6~6Hu`)cPM{V?ajb?l4TD6C5-6-DH!KF3wyn9|DOZRm(YY5R*Hmsp zIM`E<+(+;l;=HYJ)*!lKwAVz+!q~2|7dAM1Rs435;pV9Ym(bY~#87M!nC;N!r8C*m zdN=DlY8f)+D0&>-u1%`}g$fZ}V*6PGqD{wiu}NaoLvgYkTN|KckB+Z-OSF%Ts;Bdu>0prg-dY%he+bv&IPbSm1&v*j7i zWDry$v&;^U*p1&Tv5IEIz914#;r!ihX47+DJ6mL#eq1}xgItJzv;LeriYLw-0IwU^ zm#zaJd#`|NPY3612|<&b7s#7>=ngFNAeq$$`z2e&duiYEcRk4rPE-VC4SCu?&e{)$ zBa>UV%V`NL$>lmHL%x}8S4Lhz0MCw}RsX-pYzqFi353dK2JQ0<{BhX(oI#NSXE~G4 z&TZPr4y8oSsidbBLAr7NDt!u$7i6tH#b)JyI4O|IHPDiQELsqtqQ<&ykyugGfshFT zz!?{BO7~E}HRn)BEV>8ejO$$*pzPLOW!^fsy_@HAu!A`%DN3q1)B$);KO=~QX<`LT z%UmT1`s9xx-NCPNv<&!cb)F1!bXU+)AiOYvhn}nFZ6Q!?g-v^DVPzxqv{-_BP_C+J zh!fbt2tmz}IDzt2m9J$XaxB^2s^1p)d#YvX23a@g8vV%&>V4PNH9aD-1e6f45_a%PZ;U0LyYD5KJ)KU^iL}ZkXV4;LmBM?ph6M7 ze*EIk$&jb0aUZnSh8pLPMiFLF4}2WPcWI2;6Segg>Qi3W-OCp)S|SE~?3yQ%0)C_i z^=LyAMz9J9k2%HEzGfj77U7sh$Z=!Ts_L4lwQqqOP)DJrSy}0~x85AHR>lf;w6$Pt zg-R^KO&DjPGS<-2X@Bwbx2bQW?88qyW{*AkKI`r4bI=L3#f2zousB!Si%UlmxWo>oXj-5C`#y)NrW$at&dH`Oo;K1AiB=eVKbuDlK zH1f9$C*r3r82}z0x-`RNF^0lc(|=z)PBh*Jx8PNvKH5UEy^bR$0kS=vHPnCU!RN4( zpt5mddej(Yev?5bxyMq7exWdmQfoxtWI4)sWi(W)li_gWDhUJ}Tf!C;{2$2Cle))k zH&9D+xdPOk>G0q_y?zL8Y&t6&HG_I zHeGgX-(LIVCm*tZ`-30ZnTL9826Z)Q{`ZifcO%?W?nNCfS7+-Z5H*9REYL$2$n$5- zeXs@DRlbLF+TXd?dV6o${r8;aXK9C|_OHxH&}SL@OLMom;N8*-7b?<}$W1zoLOZx^ zoZuQ6b|KH4AQQ)=x~E2qt^&7iz-$$F!(nq1v6qxEfsC)Kg)>VKq`0SmV3nnFj9)sC zv)LVBaD;lA=(rFG75j}5!VF?GwlEHPj3}PpxlXOIItD@<&goxVavW0QeaG#c-dki4 zNxrAXKDHUxhQA?54}l!2R$eWbEdN=vOfe&Fj>@+1IJLaZ8Z>q1fvX z0{uw1Ch{lYt^n1iN^I{ae36T9Tg&jQ<6u*VK)Yx|I>F$f_OC|m`jxmn`N4L??$WkA zx?)F4({LDO?UneX9a$TE@OyBZU}|^Zi=6x}3{QZJ5!c>x_5o*1PMpcd_RioP`^HP( zvFOgD_F!WxvcQxm5K|fkW|xX;H+(0B912QRa&RPg2@>RF^me}rRt5PcG4Ps^!cn4q zk7Nq8DysBc4utPWM?{Q$C2E_FQ}fv!NS#qgeFt!q14E!_9$Jc-Q@>5Cu;A!B$!&XX z76b)U!^LkUR~QkCR49jJq^qD|M^Y5HUA2zvL7W?n}Jvk*W>2b znX%GhlSPOVfy#)eDxo={#o}rR#a4%0c9l{Y0f{>TqDipqp1h2B(h?}tvK6ye{*WNA zh5gh>(E2J-L=$$Z0{hqu-|YKL-o1))Zc#Dgv)$+!K=xaN2wy3(*|#d>L?AhDG-Pcdxc+&pHDTDo z7{f?ggg(z%oVf-YaCiwu%3JqClz~G40Zi|=hLVvq^q1Mxp%67Ewrv)Np&(+N4HT;` zhjHI#Pk#VuK$gGfrw-rX5*_xq002M$Nkl&6-z^o<)gm@!>!d#HV+j_Fz!NHn}RpEr?d8vkG^2P_q%QO=zE5&vjtuTYpQY=G;kacJ)7I} zY&`J_AQH|{jwlo91R)Q+)GCL4gG0Q<=8!{IuXh1(RUQXJ1DAsmNUB({Kj0tlCqp9^ zD$pSYS6(O>PU3Kp97fia+vgXrCF&N8EqUfFPF>TrNVgC;f%HcCfp0q*%UbeZz#RT2 z*VMu11Ld*K1KfY=Q$`HXp)i4Z6%C$4WX8=hi-?oh;!cKG+ zM45&bD8<;bSta9JQ%j4`inFjgUODE}vdha+ zPlw=j>)L>wJarU(2K5Ff;maTkOIx7s;mW06o^gRSH$xiaOr%%~AET$G(kBC40EAvh zy-;PMESZ#?kDnkfu|dB-#Hq4V7>2hl*+w6o3fy}JPRph%>2N9(X!mplY-)_41ZPz3 z+d&%u13NKoUPy%pC!*G~++$^o@Xgbz>7u^xLgqV~jL7QhYDw7eM#TNTqTT>kpBKq;@F#g)>z~XG? z+siI%r8C7%#MRPg*# zxMN=u0P~|fYoUJx>KJ$pHzM-HVQ<;X3Di<6I_&ZL+U)h-NoVA(7ra>+?>hGcam(IS zM5%#&q4TFUX0`tl-lvQ(Yi=4?3%5E!sy#qpSGo=k593@ReO~dI)B`2+CYLtD9 zb^~jvGf>2RvM7#iQqU!-^HorXF7zh4$)o~8I`In{VwLCbDUiuAO2fhescw^#ANE}San9qfiqvoH`IBE^ZVfIIW(uPCcRc-A(O_AFk6CIG>I`#JJfGUGH((TkAR9u z#(Ri|`8Aw7v_NZTJtabQ1vS!7Os4GRQ%ty|giwGlP2fb9QNpaKL-33}8pteJ0VL`m z=(!8Oot;ma=ia-Xcxt<_w5PqXEStG-%d;b5(ff~C^zMVU!<%bLpQ2A?&Qfdp#kp%v zeM#K`YE3C6s#DaPzjMdxXC^H3>Wfaq=6?7=+d6*A5zUBFi{GIJb!BD88p1?BOlK1W zIyp7z81=ot?$XhZ)iG`tmgl6W%1UYbYK~%LF=``>MRj3Vay-l}41AdETLxXwiF(MF zmR7BSK;ZDveNJX2XGRkd~-p;4KVhfqW)=}~jnRz1zc?f6}RG{D_n=(RBkh780MP@Sm$nNiM zwW<`YPeaxA?gR8Qd*^}7380wprR(ri6WoAWV1FR{Ha`qY)Bt&X)VS%zxu~Vv1O-?YYzAnR=!axXet0Y*MnI)Ja zNK_|*o}t*w8XV%~&^D&ZCe3X96{_DzqA8AjI4jn|T@bbOT)+ z9x^YLQ#1rCtj-12LV-(-+B>l;k`IlODT#O`$1ue__Wq#}YiVy{jjB<~gO`94-_kvU z2(3}Kj+9h@er($;=$g7#aySIFG0Fld7#1f~fkhSrqhHE&u|{;mFgpNZ(&)mp#o6D< ziZY|>=ua9I%P&Fz^T1iFm0A# zE3MKWdn89DetCJpeyzR5f}EEk402C+8WL{v5IBaD1%WGjFJs|F!~4;4FARD@y&lUoVDK1_c-N zkzf|?Rw0DuC=Ncfov_sC9qe_$_L3!^-m?eJ1AB|_We8LyA&+Mu(OTjh0>_UG5PVYZ zEh1O~oeJ*|yn?V5(!=gs9%RrN2r&p(3+=F_WU!U+mtqLp6q7ZV(V66m&sqi7aHOTt zS}2P-fG2yQ00+1Z8r^r}noW+~L1sE`L%mlx3&oIY5q#r?C6Gvk43Comi_OpSbDg^~ z^9q0j2uQjMXLk!orF2g`d&lZVThpiZwMe><4ixpJ-tlU|7}Hc)C0p@)Gchli=ZjL zo%GwI@GI&-ya9QwY#Y_p9Gr~`r0GG-BD{C`&Kx=w3_#kZz?E8Ztt8jeo{xR_V^6JR zN_x6lV%hxA4bLWvm^j_dC|~3b*<21ftIUX-m%z%%z=%x%mCv!IpMUL5yN_M_F4~?- ziG(M}SZ>iOl{|SbY-0#3{9AG2DnyGAtl|Cy51s7pXlH|Cj8y}XAi)|n`2u!t8QJza z<58s^SnEdpjy~pvnQ;y`Z$mp_17i)v+E#R}%u#*8E7Wm*^ur(8y=P9?eP>SD%+xpr zfFUXv2S?AE1=)cd^zGSO_Tz~Wt6?;5b7d2O3x-G!R1b+o6pK@AP#K&IHFrV!MQqm0 z2BR?-DFd{qrR^et#515Gt9F0Q^HvwQPSVCO3>=R;2RW$#0?QbX+IW!KZ^pj+{Y`uP zF;I#sw69r1W$FeiRqXqXttukysI@kYI1a9Wwk02q+XJEL>;(iOC?kXdBarg6cIuKy z^By1|TNoy|_FghrgiUcKv>x#{!d?E{4FUuk;y3s#zOG-|ycpd)Mn{|3i&02z`E6wV zZtf>zb%k&8JvLQV!;H@I`WSFo7eO1JP}qQT{IIo`K5Qpjxwnx^_U6rIJKTZOw?z&o zo#I}iN$R56+ztK>q08Nba{_WzNX^=+5-9~h)zl`*fE((OC&qb7m`DA=(hLwON1Tl? zLDPh?PM(KD-s9eM2-Uu$EI~$oc_|KQ5VVHuU$A-=4o$E3u{ZRQI;DD_5cN!gf;vTYH8)RrbRLuzJTN+sJk4UrbTq^G)1WrRwJCy=WZ$xF^9 z#W@=s8m1MjmMd4bC`gfBk8b1QJ&F* z_nx#P2fJ))bkt5B+;85IHOu~FiL1-feZWwW2>cS9)F#Gu0d7Gd^1t{9mY2Xn8MdAY z$HYMx8tNNxG$2Ln9|emVvQ&uuQqZV&J;yHaV%7Pp_*xB4v4t%6iOv?QBWQ@zVbnrk zyN<&a`(DbaLP<4d8CSwy!Wr|~`mMt#F)@9Pl9&ykXbmnar&~ySr~vdzWI#y|OaCDd zg1AfqB?Lr)OPYYK7)_O)mP#8YAU)ZJP0XTik4+N6QZmxK(z&-3&c#c>qkntZYnlTg zo4LU`3=_mUW41XryY_;e$8{@EotR>};M9zjR@d9ULno{%*2wjMzVUOaQL7}dP6j!6 zr_XNPykgswfE_rSAZr`Dv%^}6h3>`%xN%|?uK&hBu|1rby(DddzuC_`#|_p+L##xe zjzT=HZ|>&Y%BJBnS=SsH{Lt-N*57vpM@axtR_-W@E+hw zB!~XdOxS*}CTs^$BPBGZbc@Z|p0*M+2FMEt{z0{bIKV%UkX70p$#3A$<7>IJ=d+*v zwWr*!@}6KA`o+qqr(pkH>*wLT@%`uQ-p3$10i|Dl`yH!qYeoY;0?Ts7MlM{p&vw<= zKkKZsy|i^C(F_=>ZMG{ggyU@N_IBzFz!1__mpD$}t#eMzIv1$22{g;Q%4ktQT&TLH z-igRGLUwju?H7v>Xd)Je0)7y=-ZrS@J4BUBD@hw3Ns~f`-R>ouz2chgIi2*npV!;s@S*6Yr!?31Nv(l8<8}F?Tu$YziCqx#y_S zQm6ghPkHR&hk)XrjrtA=XA^Qw!GDFa2AAR)#Mq zD3Ecr92pAT7%i;bKKuP-mea$r6>fJGH{=qzd9xQXn|8O&;hSx zi>zLUc#VA`qpS`P4d9UD7jaJ|0p1MfuKFFdGy=Z}hI?*~zUkUpCj$_JUlOhoYVyJZ z@cS_0IKQ2NQCsgHBF&}8nG8ytfptDFOb13+af2Nx-)ALh(3vfd?P+Oa4Iwx3z7h7N zP!o{=`3ujMb;YP}j{zZ4CYu`@v~YbBvml~Q3z-hO=BCT2Z}B=geo5?#;}Rv)&@+{? zqmU&DWBD-V9?+~+99SQyS#uMEUU0mfWU3Nj85w4hBdwuZWd94)Q#u=N@y#DQ&uNQIkrg8Lnuy&U}=M& zlP1V61g{!A|0ys48Ck=KCLt`>aDP&&6N)Bn5*c^D0!IBQ$IYLG?5zOKG{WAD(NcP- zfmX`^T^I|?j%=<5^r&k^M8h5Sft;!aJriW?R!A4WNWqvK6Q2+ zIGc44njytWsoeoW&aenQ`#h0=BY}tbr~|Z)Mn))rU^L4 zM#p$gplootBucctmY^$Wgx9hEAP9>Hx=jwJ5*59#^II1T>XV}*fx~8bCNf(4DcdP+ zfa?%}FpGm$I}rEc!7q4{vs{M9X0X$THdpMgNSxnIayQDFd;z}12MEBLxeg)5O(0RO zrM$(^q3EVn-X#JlyoVeeDmm;#hG)4|Kmtrx&Nd=z8!p=V8RE9)@&PDEUCGTn2*5|4 ze9B!A>RDOMWNT`|p78!opp<2sxp51quL$kwCTrcl4+q2sVN*tzXYFtTDjkb#ZcrYF*BnT3U(b+NpV>O%GJ+=AwoNuF`T+ZcCmbYY1g&HNx@YA9Tv8q4@rlxVy;T@vwDY7E6UJi*MWVNjo0J}Z@#CsjX z8pbdR;&J8^u))2&|2A)Yetw)tXxqNL?_RsFsS8y(de|3c$)pzSCqH??i3&ABSM73w zZX#?D7wsDB>)+-1jX98%577;ckE~!V3LqZk^Dq)%RV(}6HC#Ae*p~nB3=sj(^vhq$ z!geJ)#+VaZ@Fx+cHV_$@8>c!lR!VeDOHyE-@1YO|2{5(U${g@=CVt&=4!*nKJ;2xx zu!e1Xb|=@@$-N!m{*lvNd&apAx4VMRO>^CfuGw$ebo|zy=6`Hdb|atf0z#Bw&;}(v za^xx(7m+~*!u1n9x#(BQv^fNK#lI()<0fBA99r) z>J-6>!6pA5Y20XsTA zhR{)rjZK!$pHje6cZk|PH3Ucf`BKsn9KXD@j1vg*9?fLo(z{l+h7)Gr1V}+r=dW?| zv{v1FoWKNfQvV>=1S-T~(%Pt}R&&v%Aup(1Is|g|)3Z1>{w~I~{;g-qhdK~#7Oe_j z#BXVs$F*GtfVc?|2oyFTCu*{#5C;unQbsRri3Lgq<=n52?-jY$t!3sFi_Kkd28t{a zR7p8;VGi*iVE4U{>STy-A}!tA)`|cSdyi+?%NXlkq&<%vKg4H<%mufDpOL|J*vkY& zjbyJfrgGFmQ`BCoQQHa@L>}G0pN!#Qw9D)1s(~b!#tB@d9Z|ue+AyVJsd}lDBKLH+ zI0}~2C^<%Pip3B#CB78IuvQ$RQ=u_rbHNR(ZLhNehTcHZffUE|#N`Eyj+-nNL(6># z(Mw@yHB@F3C!0r4APpLmWIn_Koe{e#ce|Ok<~it0D9e_zoPrpq^n$Z-P9o1-91Ni> z5?Rvg*2donL4?dYLMqF2T&OL}OW>&I z&x$%_KZgvajj14tL!+&*`$5<%zNFyVOE90y16#9hx>s=yni?9hLqPTHu@G$RBKEF+ zM`Vw1Qf_RK6bf}7^&WEiDtjq7agq=mv!0{0=oJ9#YlZB2Zj?R6JrOwR*eZjU&c9S7 z{n#Bj3lBCix(acV?P)i15@ZjgnO1R1ETZs6L> zvBzYXd|#X;IqKW}eb~(j)Hdns=Y1q9E4wW>n89xKUag8lC&7sH&(IBb51~9$l8rELqzT9a^m_KAvKx_ z(EwMV4CG4d@;_;M4*)sO>fZZIpWWHsdoL<0Y1L)R#!Yg^rWczMxCBT-2$vp0`?&W8 zzI@?>1OkK_Y)a^0zzrAKk}X-iYqh<%*}k*0)93#F@50)vZByR&dCqg{|NM_I9GYw? zOhOf%0gZs#=a-ldGRJlB01e}kE>KJ3G{L5y@{8Jrb;Q{muA7WusF>I0{A1T7U;2~A zrhCvUY8e!#zbJ?0D6V7p=T;W1bnt}L^!^90Rl=j;!ol%&sGPM0T(7eg`Ujop3DlZr z@*)(xW$>y{q?zn7-!fSPoG~xiivoy)LhAql(IH_v7g~_b9XwSw^}2LB=f9cYVT!WN zF9{B+>Hhj1`}*Cyw9R7h(>~^16x8t*Jq6xjDGR29?1Gb#LH`LH86^|x_6M@Xu65S} zyvUyWU;V%vg1O$VOP3eY)vY0qkN)@3-XU9sAuA5eWmS7Ky`#0Xez+_j;Y^}Hes}b= zedWr8-Ss~nc4h*|ug+s(A_$3?xMnfRCG;Z)D8}fp>vuen=$J^bsNSJY%~@wk6hf;s z=*AQ!+Q;xr`-sYm$_ zg(iViS|mX_PRw2+4brfWvGBO{EY8?{fhH?e-3ZW?Cp*XM|Iz;N$N%3x`SBkSjf3>Z z*$^Y16mU+SxS1bh^Od@qM(C&5Xtn;JSV-f$QQq2TsUiuP47={>{MEGGejsfRzMj;k z2g8h%NiZaAVyA|_gdHyE_?Cy5&H#3=!Um+AmB7SZuA#(iET%KI^oZQ&CI zOqL*vpeQBk&21vhc_Sb=FbJfa+z=-*i_^Idff_fihl|q{N{Q$~@mjMf4n2UGBxy22 zW1E>%9T{+m4v}N`qIl?4?8!7K$W_v2ySWDr1?eMYE<7IfZ0FJf^ewym%oaO344|(= zybDv@gXp7i_*_@84{&|#l$8sAMPA&bg-F`jnZh>yry=#WQgGK zu*6I!Ig`?s0*n$NX@2@LPIN7ibUqGj`N#{_IP{3+#Xv5HpSQr~w?SYMbUImXxM3eM zMmm~T!am3`ljbkL$jVTv z1z5(`3yuH*bTW>Tepw;mQFx+5M;yWMzRdkRfAKV#js`e0m`q41DviS=r$|PGh3026 zW;|VvdzPOS`3aDy-vNE)u{egvqvpfQP$(rWnbB)VEAV#C^*II_qo%0bk#X*S!`T7( zO@x|DprO>Z_(Jrd7PV;{(TRx($Ee95I_#$0lQKWbWQpv^(W$(T=*r~)i-vn+G9+)S z>%(}9&t4e>U5lIprS3J_R%5b7IOAh|o&I)Y$Pa2fA4GaiF6Ri1<_z}IYvOo}j11T_ zPd@>j@DxsbzO$G4%1ofkk{BNGy@V*aI^ad#OeIyFtunAwRb*o=NdQ2%gD*&i2$@c^ z-cGAx4<%mYQEZoc_v|Ligp5#p?JNWSD0irZfD zr1PgNp#lXl!peav17sRtUq`1F!J4e1LzStZJ(>NSr*y3O10mJp3G4zy$a1Wu109Zk zzRKZ{)1(8XQr+LF!)rPA~$rt|7eXuzjpU#d*4+FY` zr^Ge>9H@D+FuY%Y`7I=inLX!u%lJAptwVYkdW0?nU(W5%kV8 zOVF#2QU*KR_`4sI-x8G{s?)~<=*bnRz zfBR0`Mzq2n5bP3duyPXOnR&*kc5TPTkP=Q)6C(PapBlpm=UXe_lrWy*2&u{EfB0?N z)81(NZ#ZC^+B;BO%(0I%B9WSOC#c?S4RAg)WM&S9y-IycfQ-?BG!yGe9KfJ@!bPL& zB{ju#BO4fiu!d++5uB7_E`7yLTM6xbnibGNYvKVwgblfUfW3Z5>40`Ch;OPZR&D>b z{j}3$>_Z>=pLX*tx7$1a>Ydiw-h_Z-Xz>o^03=dxw)N#N;Ehev*2IBwZ{bkGH0EYg zF$6)77Xk=+F><@Ndu?a8hA%`&nMrXAbi~2H1I+^7hV`+I46FcoBJgbi3(2JAG@?~sd#FJJXX zZX6l&6GetGP8d4wOGc*W_$jV8WE1_MW)G3N2GN}Q8Du8x-6+7PH7Itoqgog4lh??g z9O44&u!b7jtf^vL7C-YhmQ9qpZsaY%0ZrlTrPwp2PhA+dEC5su-dMrO6%eR`w%2u{ zz$h(X5z_S<#Tx~DR~-3u?Cv{%lYv%3!6Mg$3Q6d+ge(HAfYb6Xdj?Kr=aI9(MguTZv_pPxpaU3Saf zeRk>0C3x67cr6?O6s!oUG)6f@`duX^F~bGP#HEls{Y}@D)%oH2h*NpL0>@d4a2{2Q z*U+w+nHZ^ZdXi`7oP9}v$k##%hY?;*fVhuA%96BAfC#)5{ z525msE#W8R)a!%(8_bMk`!^g^yVSN=gMcE_SE}655iBaqC?`3-F z8Jtazb+orr+7j-DiI6z9TAv&kM3oItwm~I7jq??Nv$drOeN{wCAM&TjS8=j#vc=$y zWP~C(w;Edxd5tcb4;gZ;nYiuMR_MZ+)Ve1iG}^Mc9mhgc#XOKTR4|~&3PYf@z3x?m zz;ekRNhIVfy5X|$f?v`~D;rRP>`zUvTK@nj_`o83DUFoe;5ESk(!R^#&>7dBh$ljh zEx&g5R4wlMjL;RKsd_rElEDfvTg~G~!Cy=Qo+S&BraXaNa}IZ;^Tk^%org1n+(ErsB!juauSrl`%2Lh|Fi%Uk{VBR{fpCy(Q~HPR*qH@G+7<|jt%yI=ae zox3*R@als>aOxB1L1yo)^jQ=2dTpW84#exv1BQF*>0y+`1y+*C3n5a)o&kRQr^TQG|IE2PG@rvLO;COw4|&6WLt!Za57{gNC?hQs6MDK z+c*&n%*m%mc}2bCc;tynjOx!p#gjPzz?LPQCWlC=og9BNp7qUa{1Y6CS@r^9@;XiI>0k?aW! z_*1O!vwVMyDDZ^EdM|L;nf$nG3a$azrgCcSi$9~BK}W?phHQSCnr^{$)>l!>7CdH* zBbgj$EdPGELwbA7x@321#kvQYW3N zJ+A~XS4YN)Qc&->)r3jIcahn-$=?QaOZowNvAi$)j%n$jMl>fQr0qZLgE*K zcrGLIQuLyk7s{$ADwqPCD1s1Wmu8Wn#n}aC_|OavL>SVc6=ZszOxW0{CKMrL0>IJ*vYqrl{E41JA zMeUB}0E4LtEU^UMWPS#m71=JUVqQ1d-h8y8wUz@bnC?cf4%D&>suk7GRW zG;s9gj0!-9A;Fj{dKQ?@DM#>F{p`aD$;c@~AF8t`2dqU7pkX=bx(2mWEAydjhA#UTX%9M_wV$Y<5C?F&{_yLqMOrW1U^)Y ztjYj|#pPr|(bYu184L^C&D%lW&N}z^_rNTAo{Z6i6P#)8iHxtxFL~74B`0!>lsQv& zM*vr4FT|^_v#s`N0UXtpL0gE;E)(29bS7+#N*HPbRCY`g{4{!4@*#u1LUv+xm6k*v zS4ws!AH${#lY^yfu`oh%5|qghfsiK9I+z`tmlOa}VH8vX7RE&75>Y4na2!i%rEO|% z#3=!XHU)J(?d|HhmkyE>p)HjY#@jg2zNXA-tgeQ0DR59kuh*4~X=X#&&F@&laN z3XDIG;d#mgYYp`&M^7@U-|AmQ%5v7lbz?A3+VTh;G7YxYas#tTi2f;i1TfxdS^G;;Q!|QxZ%Z9wq;+p9XfQEBT!xjh$wZU(XRAoAe_tvZ*K$KHf#&$N9=WP zeaN9?J@M2Za13HL3cFtSn?GUh&9_?_K*8=d4gmuHy`Me_`02VGc;{y&)&iy%p9QCP zkP-zTE6!gYn^u^Q@Zu=RcuFX$Dxx+#3DxmDy{UdcK%n~jhNz9LO=Cz48Gb}$3NBzB zFEHo@M3eXmuTP!2^bpt7=tN)yfjoxxx#)*%Zt~l_uX=WCxK8Mk$&3h%t4xR+k65(N zYMm63kKgk{u9w$n z+-GZ~mX~hMv6o(6vGwA(jUv#8n@Q*K_aM}xxwM;A)f5mNlOoFyT?aUjI2AGEHHTU9 zp*PNeY~jL#vsFK-oKN9Dy23(HifgfU==vKif9OJEQXUKr#FBS z9J=0X{V)|OYV8}Cwb=$TM#Y<{OXt|WPAFSRPxkhqOfVQ#L^x3*j7Bn8tJD_#9BNyb zrF>Uvbtp+Mh-(5n7%-QZ^W9^6w{NkMx*BE!XuK!o8w`I(M;ZGa#mQml5Qag~bYJgv zJ9hkx6;b~@xMz=T=6U0zW3;%f+3{CS*-I~+vit76opneV=p+`Z#+A3C`=fG;f5co6Z71r9HLFb-^lVY3(-*i_>Jp0GTcf z^w`Si6)V2^HOM5+D%LNBVs_Ez9pnr+AVS{Qk#U@qIBOuIrwMTT7`PO`6FzzVyk)uo zM3w>^6#_rT6hssxy;~R{=gGX6FdAfuz!InwrSGvLT)*xO9RP>O$?KFD8L7S(T!dI4 zWr+2mQjQ`|rOu-mAZRREA8;`64?N#<)o!Wmw9bZhvT7o^LQBg)@(jlT!8nLgJU=m)eCU2vp~`CE5pk}N_@ zqb!2v(a6z|!B>`7xf7K+OFdW(7du8Wf7(*A$S*raOOQ9=V6Frut zEbgbA5Q>3Kpv4;lV+VpBt7nD*L>;y@oUk**I*W{C_mMv6rxc)BBx~&NGnCz)!8!Z_ zcKB`rRzE;{4cA+vJBy}IOVHiqr;Rd~H5L)vD)oj!0*AuPvW+0mlmNtoUrsG8hZISS zXeWZw&V%%(106JHr%#=S+yMZ?8i!0mh7kDiKx0wbzz{5XuYqzv8F+nj0Hj7oN9>tD zJaP*PE$DVu1&cATlYTFuY6_2>6s+sxcLw53+Cv4lcP0ogl4EExg`RvFu zC+*UaryxFP1DsRtWwLX z1qhc5YZnAM5vVbJ_1F3SQ>1497q1WARZ1I!dIc2t zP`%B;);7WPuJ+bqyZN@Pb=AX?7KN`mNIE_7-)!qCT6DfjM6wr;o4=8E_ISE1+Q!tj z>AyjNjH0d^IJ8rwc?f?nvQA1A;9(>J*lm&oWtypJIDOR>3n&nr5-eYa9BLNIW?V@Q zmK1^<2BpYQWGIl#I>3@%GAf;LCa^|PAgl$d)p=;+$?dmy-MnUJ25Ri@|D(tXb z^z?wWHe#e*QxG<-TLsAJbnh}0vW!l?>2u~kf5k$>VVj?vHvgV2kcGf7c=Dp7G?b=K za$&N+p(j(y`(^zkcO{LpG$SS_(SLHJ6hnJn{3NSW{b_)xYX4n*_O^ zLFo$>uS}IPK397#+v9(H(uuSV-Eo-ATODa&`q;_N;m=_FO01)$+1~x0x52$pg~L9g zlMN_!97ey8Ro6EmL--&t^@*D!jWS;#a+Tr_72=SgxHZ;Vtm zHDyy$3_WqfwV(Xm(>C{$r;v9dT~egNQY^IwY-`y;duMa6-H<uh=hdtE9)D^2W!9Yu2YS@#?V1F^lxB%=0 z4jlU>heFZ3_R^{If{cHT3`TQBz;0-RCmuOb`9LXgff#wxMuf`ssaf|Tt!J++j@$0a zCd!>#arT)t!TO4Kfmd~$(hN#{ne62{=ywr)>Gi~0A%1+}n$!VNR4lTbHR}Z&DujPs zU9FRfmxG}JTf)fX@Hjaz&Ify;@|GL|@nc9==j5UnL7%$`43g-6IUY*2FVoL2U7~vs z#ze*+MdLWf7XghH!nGifqnq_zM2=R7;+3IOG_M-H>i;N$jj{q6fi$x!#N84jvW?*& zDDoHCn;eGm@d>hPGuGDD%zJP?xTXoc`7UCf)gzgyD&4*N@AR0Kj=^WKEt|ag{LZSfGL&k6^PaZEX;zB$TI#n6NJPk7fNLqXZz+T zH7-F}Ow|5J9=0{y2kB9cJxXBlA%cc0tcf=1Gq8DfqvQQx0MxM+iifR;a%}{KGf!E! z5Me9NE^#(7_&A=NMDryn!Qhk=V#-^E%PkLfJ?iUPV5diu%~Ef^dMCXoZPhl%$0tEI zhpj5!hydxW5no9#A33D_8#z>kMHM&>%l6~1{VS|)uYps)$C?k^jIm-IFs&s~1T9T3 zb*N>tm2TZ<(@%WI7T2qYsN%KW)`vL2TNpo^*QQQ_Bt&q*%P> zN0x1@|C}AVr{2~=&)bzVeRlLoY99?vL_(@_2(*K@)|F$|&!z0tsg&J&pXxV?&W-w` zpNJD>#mmG*^yfJ(J5k6|eo85C1L>Fsa)blv{zo6O+8 zg>(!G)#dLcowmsaW)3lL;ix_OuOO%!a;>SP$%Zdou;Wh`;nb|zM?d3*a0X^5>ib?_ zD|a?#YxDm^$>d7_&2Ds}4W%FR^8u6<{5!R(*HH5r<^HQlD^9V+c*_XuK!3oVev7w=I|7>h2`eoB|E!L^NvCIc&N%WECX1@R za!6O=vy@nRY@fHrmXWQs$r0*guUKOXWf7Fn$XJ~NuG`yIV38N=$qZ4_czf0=7+@1U zb-{uRCMvv{sJO5Vr1>~A=7-_)=knobSY5^$3SLD1puRy?(Yve*xD{U4>-r>}B{$mI z%ymm#ewG7GID7^ecQgDm-0yuqi{$wHHiV2W$gWDb;~< zhog`PuR^8j2AD-AOESfC#8N5Xs6(BL!BxN_4Agb@ro9TlAvbgRJY^9Kx^7I4qS_i$ z$V7zfP7DV~&sQB=_zD4DWxQuzIpgSBrNLE-7#|zw4QX2?f)yxKnGXjH%X2F#;fLdA zf$U=FL1lshIFx=`!(^nzgPL`oSSqlaSyv!`)y?da+E~Erm zQAAdjh#w5C)32YwHif+Kmh?VlIg9YY1R(HAg`IuS-J#Igc39v2`S;Ex zzzHFN=|63GtetD2-;w~D7x%oymV@1}*Rn2Clrmx%wyQXk zk46`)9z9W?Q*G}rtFfCPTq;N{~O>*#45G;5}DUS^ITSEu6e7rnApYkN- z`AJC%C96R=uYKJcZTHUI);m08=Z-V7@P(sRwS|ZuphKeXwAr4^*4DDsDmU-7si(hd z-P=0s&_BM(dQei8M22~IdT9*Mn(D?l9Z`_NVtn!ew1}pfS$xtOw5~1AzKHP!pu!~t z0$t`}_>4q5PBdEx@IxQ**b33Im)bn(sx<(4L8WYzenptpJn#?@S*WX!=M?~ADk*i@ zwWo4z=q=N>XAjJS5Zm-!Z?orr`>dV(?Jw*#AN+tl@cK9W8APJA5vbVQyIBi(p4Xn_ z5P!~Icy`IceLJn|4r*G92q;2SfG2q)%!ZHsJP6>5bpqqS_zJod07PD`wUZaNS@l+z zEr-ehg-uxsO3O{%5Vl-P*^hp(ZlC-|P_CqZ;)wyg@M3%UrK|Sw_ugyY`^~TI;H|G> zzqk*aHg|wQNV&g8k-{BdQ>4wSSer07i-djb-U*w;Xm;)@M5~&ee>rR4|7P62_HCE# z+9gj}buq0P@}P);dY~JSqYIt^H>s$le$b@d)ZgHdQ#m1nflDJ30lF9b7|-=My!3Q$ z?CX5azWjGzw;w(0wVtuF_PRS?PcLvAN`XFHx<4WdA0oYvaFYH-Pg@}+RE^#(aF3C0 ze#Hhu^>+T^PMoA9v+KjQwS!E~a3RVB=VL!e`Z7*8o^3vR7|0#6f&+~f4;?Z88n})k zQm6n9s|pzHOs1uTXf+oj?qY}x79L?&Jb)Z#29a6eKPpfLedcD=u?}vEn!1N5Q`5*a zRnF<7Mz)jlbhcE(=!N&8G`E~8OuVD`vqW!-oK_&dQr|OX&dEsOH-ni-+3>=MRki?% zBI~sVQ0MuHOLhm$gIk+|_6Vh#H+I(Bo|0O}fMjIw$sSCu&RWAxoCc<9W>BhlU=|03 z96o#6b}?CTX>rNUojuO?U3Ti^Ia(NTqDbw%=ivt^4j2}2002M$Nklou#}7tgN`wbR*ot7vGl07yW$zouIb+T!(Vwwk$U+Yj7K2C*C?p9SYa3o+#pl~Dp1 zQX7qwEVmJ-lQEx2`h2lwbrqnN81I zVZ%He40+%=Znfc`K7nI-089l@JHbeCbD2F`Pdg`I#(MPD-r@=?Bhrm3dLy{WIB9R3 z8yN!bSLdXjEXmI9t>6>TYg!tBjd55i?D4j+5bFrkL{>z=6qmq`MU=}lXD@X6l1T$ z;YlzzA}%X;IFMuLnYWs2*)gBbFSGK^~e+9R!r?k~$esN*A4Ny{R@Zyz?njWdy)qtk4S z=QLDV6z5b!>)go3Dp^4hN6jrxbDqcm<0u5d1#K(}jukD?71YRc$OcBi2Mmwn81a7P zA<7ik#R`}jYsX%+!l7>yOrbwjp2Cqrpf+AZ*T%gl!=SLp0e;F6V6UB_PspN504kK> z@A8R5G}CXMi8Ev`D1kL@V*+X|PAO$ioYt-?==i~=&1EPxQX&Q|z^nm=f1!U)R&~Md zh(lXY%Q{l7LynixWf?G7S@hXD8LHTl^f}HXcmk3C#0i&he+ak8*z4@mHRkp#ps%?B zZJdOo3gV7y{i~pTX){9TM9o=QL#xoMwmIH$Sw{uJ3$Sg34O4oBO)R2y&xc|c>zOvl zQJiR>#txGCNNZ5 zkohqUjS*rN$7MQbbJ*0{IRe(>*Kw{P+Jk$?P@-S^-F*3=46k{fsP_ng9ap(t*$g5uxUHTyck z!u1t(5H(3osJ+oAKX%zgGy~lxh95nP!$hBZ3_->#TO|ioN-4&@iV>rxnJ(UGC5ISw z9EW3j@f@vm^o=7N%MqVF@q4Iw8+`URuYH~UpYMO$?tArvjv^CdT3+5k4(P8DoY!&v z(*PCCUOac$ZvD~gZTaF!yY|SVkl8d_`}T|#&-(1?$CI{e2Wa#>0D4k#5>)n5sPlAY zMz+V|V?<~ij%*%jan?s(tug><+6mY2I0JCHdng5Dvb9jVj$12)FrR<_>+M%hHQVDS z*X{m;9;=a(EZj|$`F7yD*NA)c?`Nh2B4S?A4%C;8q)UB z8=3l5&ajmUCR%Mrc2*^DPR@T&pp;V5v`rpa!o z2R7|q;lkM~9ZC*RI&;M)Mo&R`I!4sc38m|dg&4523W!f^W8xx@(>AGLL5s`)aMN2` z)C_P5Whm+3=x-cw#9C)awOFCsV?=^!x+y%M%ahDp@Q~u19~m$o{P9Xf26*BnGGSYa z8|+?Ex}^Z+){)Z$&(~|@;&`C$Y;|@9$)fH^$}fO}rHPbX?R6lJiPGt)nVws-M}PV& zly=4rZf~}Iq|QsrLzbR;(b8pmoZ7aOor|b%ErJ0COAyDf#Zm5p*v2`(X z82EEmybpbp&v{!zCvlBg);zZK61w9htEzjza$ZfjWMtC9mq=MZ{kSC_WOQ<4xrK>x z;u!hcC`sjT-C`Ehnt8#r$WY3V@{e|mz0!F^zKiu9{J`&p6VTe=^%0?QHfg`iD)rBQ zKC)*s1POYyItPM)QGI!HM4i;4x!)k|v{Lv9k2)im64~T_MKmOAhXOJu!Y4DNHaT_a^z~n%)BqzM83Bhw13jN3Cz*BV>+2=* zU$h%;*zdfiK&}PodiCuGQaDmPPJx~lkXv?SMSK8jbgu{usZ_s!jvhjEy`C~F0v-x9 z7-da0S4KvDov2Ifjp``TeW=V4<9Qqr;mI4$QPr~F-qQ#^t5Fh^O6^4BaG&v}4){b!hOP{xoU1ps7GB|1_9=**0=STgR8 ze$np<4)~)ZahwhLyZQm@7+WtoXqhdyJN^36qAmi~Aeld$%IKuklckGO%J4+yz?hM# z2-Gsdyan94E1g|lAB zwdO*-93e3FV}mPj7W}Ds^a?;%fkSj4#GzbJM4bljNm-i^9;EiU1P9>0cfQd9WT+N; z>GUQ0<<}pvd{C90J2#P@?*N1cs+!b8kkq`0cN7h6c%>d{gS)JK3#n6TK@vL6SXLeK z*fQ->JZI;d-ie`y6%QDE1}~{Z{Nf0aA1?a62X3@YKlr}Qq0pA*zsrU`YsXH5SgtIx z&7Y)RMN6Bar*8v*#9v=a{kx%&1Ic0a629-=FYwG1%7n;aUl-}iw9O3tvwi<7 z|7^G1_rLAn9k-JKXu>On%`DJuZ+mYCkr~nXx4vzI*G`ckAhpRLB-etA5teHCVa;_w zSYJ<$dSaDIrR@d2{}R5BFHevG=&*@xZ?rW8qu|tI9LizKv?!|)gA~bSXMZ2D)>}&e zKX%(+z5BiPFJGFmhu-#XKyegNobnA(S>|c_(LZU4m9sWJpKqN9K)eqjTp}$6fP`x&d&)a~RU3t-QQe z4h~jS17P4Q2#>zss+ub74FF32;nTmd&%Ezz_No8XZSQ~Aee{(7olOlqLH++a%9(lW zX;O%+#o)T%o{KROODj1pNgJ>L;EJPBv5Py#umT~pvCf&sEiv`yv$ zN@DDk6;;;T;?Nap;zTWI&DWQ-+Rx^P?b+mr)#6=slFbm{Q4{ZU=0ssDBNL}9AXr?E zSIwUATH+X(r8RE-N{?M8)m~rI$b9c=9O-)7)!AqxFZ>bC10or`ATONXaZ-S384+@h zexgHv740m5#(D_lhT*_iBqnAoZ-qT5f5;a5FIvHV z2#Rn}C&<`*_+tQnam4+AGw*MWK^;3_N1lCxa~{Sqey=sx)eyk|etqyRIw$g|XJRl( zwU<>Ajk2BzcnJ!-_S-57eSwy@${e~*3hCmBK`9IXHa8yyi}8p+*JGk_DE zMHUe->h%oe;r+63dpz@jeRgYu-<}1>^1aCu_U8I+WV*6si!fRMKAm&K`^$k;3SGoA zOG3qCDD|n#f-Hwn_5#L9{`4WEt0-Lny&yV5ANrfRqC{qt0Xv~+Sv>la;}aNH^bhZ& zmOw?&YBv<6vL;y$4G+>TSA!#1Y^_br$bXKVc=kK(TJ$?kBl0N- zo(xBIHBJrJC^kL)UPNEY2B$IF0_+Lwr|Xc@EQZ7!oU{n{t@{j8HWu%KvooyQ9N8tc zfXeAeU?j@GlxQz!$Q%f-P*qdwu)M0=taf7UX_9h5hIgmi%D9`=}8Nx}r zc)0duoZ;M?ZDesL=aV*bvX@1)mBaW!JMI+n!i#Zs^(n_l*{lp*56LXqErO&Npu8wi zx3W$_FJ}#BQGmh_1VQ=X7tJ$4NtHIgmAY1olHrw$o}1rdE~tV1@D%uTpS0#CW%RM7 zhzjosrUQN*FJ;d(=Op5mZigg_7Qh_rY{Uys3J!FBGHm(6@qxjKL4lsdNf4$?)3fkP zFho-LC^ez2apE8}0XR^rNSWvb1?46h6NRjs+MZHq^Jn|5^=)_B?!9~M)GO3#Q2^c+ zb7reMV?jY8%UQq=aMJPOkIrGjpIDZbh;}k7VXGzLyOu1qhu-uiE3YlIQ!5yMZYUc+ zZOi0dLctCMwFD~Mb}J~WK%n-ri5Kb7od&^4BD-~#h=aBvFDP9=4q1Bgl?6bDIt~q4 z4}?@7q|nyr|9l1ZE!wZvLHnyNyJO3oRhJ7joweE?1hjC`YMY1vKtG8N6IHM=$&Byz z?{(R}T?jewr!fugHVzskg6OAhb%sc`=zR#wt60ryuG?#SZ`^_R`T?7p{yGuR zZxQr*gic;#0`Ly+fdKO`JhK(s+ycAcgLvPgId++7G>9S`orQK5L2f1DRz1I}R0KAtVw{hS;WZC5}+SG|__VVNZ zYSA9n!oW$;gRK<;2XAzH+sBC_^d)A-Z?l%io%_8}~KXKY!+$O)Rh32j6knn(Dr6 z>(g(*@IwRyJ7j?D&8>wK_7xQIag2@|k2SA}IoZ_lST3%TEKNg%-gUh9co5Lx0(*h% z60LfOEc|H(pD4|XEU2|7M8`#l^+s<9XN0oga{qidQ5Re%KrEHH(xdjP%t7w6$o>f# zyrBrHO;VF16H~SzrNMgpr=Ee~bAYU0Gm+~a)=f$oS6(SVM@1>M#|Lksa{{migF>oR zwI#A+ei$p$c-1NDnqn)2X374V@t{jYBYSumQ-H#B@I5dP z7C{g+4KVgk=dN4FX0Cv`?%~6?+QHr3_J=<`Yu?s+usMK-#^HpASACs&axN)C@h7Nf zJ2f^Az&6KLND1cWpqRK;b&qu3`6g>7^3u>Gd>BA~okTn^_{DJ8$%Nzrl-g3g&DQH- zG=$MJ1(32RZ{FTKD1GV_!qa$X5ENbGb(s#zw?K+8a%hb5WX5*+#YTX<9d*9)bjh zGGiI~u9yr>h&9hahC^g}azdO-QtAS|NejT4!f=|P{pzipYxY8Q@G^kN-#M~i4UC|@ zjT!G5WrR2jqUn|KlL0NJ^^*;->H=Pu?9QvpT5YnB^djYiCF;)!%4+JKkgkw^#Qr&v zaSUgrw6x5*R`veNK~M@^I!SGIsxvDi5X0~b@F%uG)$jGY0FIDS@4_PJL-$)i_f0G)MK8p z3l}d~*VZo18LgOKo}L9}tLDJOlU~yf>W!I1ri*qsgWMD~bR~XGAj- z0S#!Kjgsc&rNO2l7)N6FdJy=v}-2Z5E(mEpXu4EE!6QDWim z%Tx2{WpE8RFDhFEh%VGEk&8nm7Qp<$dFM>ID+#Cw@Is7#PyXtpm0gcUQ@jt)cLP%h2OPGPzi(a~h| z5(PH9&f4Gv;Sv(4FuIw5&lf#m=`%fKddkc{_p$>BP4@kgVL;0i!=MV^(SU(RjYH+Kz{1N&roCu^Xv9UZ)a-k`jfpA@bN86X=z5oTTm93S~)elA^{vqU)#tFrZ^ z6eE;4VhocD(`n!#Ly!t!w~1viMp}N>0^zBwfTDB;5Drv|!UgC?;;xRmGkgk5fNQwU!Qk56+blwUR--7^(cH#*$EFsHSfcR|3 z!v;L!#h?oLjtuIgIG(vn19xyRv`A_{QoB$BugW1&0Wh|{b{&uE!yKkPq_|#<$H%>9 zP;$KQ3Q?iIqSNaA*U2vOy^ojSy~QGiq!6w4qlmh#Y3G_%f%f0iKs`1eV3%jcjt_m4 zQI=5e{?!G*JsO$;fCkT|s+h@8zrlcWkwShaQNrmYt%-Brv;k_o<;9=HD0kYw{p7c{ zGTvhk*EiXR-tz?caXkekgfzI)WP7O1s)moBN7({}KrcDo5$nenKIO^==&o2JA`8$l zkm0-}!lVF+yj_$u9NY&7P=+H;dN2y6A{X>;3Q{8CP!{VbuMZ6^K(%8hvv%7JW%dAG z_9KtKY)zG3yM6oLT50wha5NM%ITnH-z+bn5yxxgoS6fk%YncEb(9=hB+%9F$e&O(4 zxE!Jmieo}l<0HiznP6jxD5gl)tD>y?VRoENl)T1?Fnuq$hQoc^h5BuTN z_P7M`EQoGe40gE~E2VW^On(dlDssqg)@T!~tY%$OOlI?04T^Ue`sum;YeaE46GZHp zAQ3AWrgdQ|n5tHY@>VVK$dP0A%nQd+k_o$MOM|s`?}g0{knGxoWdQGaCgnXnV!N%qt;6m)^iDD#ME&$`U%1=@`z9HS z3tWr8pNN}igLM&oTlYm`M(vDS6mrD)CsRLDI3U$twjYGB~eD!CXeiIxB#zZOW37{9Ip$WN zh#wuZvZi(dR#*zTR}sXCL?}ik!^y5_Z`xbU_u)c|T^q6W%fprc%aKQYzqo?#fuEnY zc>kmoy#5x;X>Fv;wu_A2Jz&ou?Sacct+76EEG7DM78ZZb*Fdj5c!M-$qD-Yt;1mSF z;sn45_|RWP`Qw&P04F`*Yz8rAib&te=wO>4!*1Xpb-m8gtvk#!K5W6EXDH9Mk%_{Y zq-A=oVi!6dCe76eqzMMxWt?zMst8B25gV*UAzkAj?F6^K}?4 z#JY^MH%aU;j#EBiR&18^BtX28F|`mO7g{Ht&pAW{wBGPru>Rs6h?BkWdT3kB{K-E4 zsdoEV_903=)z;WvYWsHA+smg0?X%x4um+MEx9p;J9UQPp?iurg$ByA7h;d`2TRVsj z=X31L}+o_nG=ja6o(9chd9cd*(lE5h>JS|X5_cAUG@`eb!1Q; z%?`3H?h{I77Dgw>7@>ULUb%P$&}_TC?*6+idgC4dc>_3jX0zof z`^fe0+db|kdsV2z{7p3$uPlZ~YK>Cg|U5+S|_byzD^=MoXla$aPCUAD&b&LS4}~1)%}g_mRkcb^V%fx z#P2Zxx7-XL148}Vr=Pb?6~!3IJgaVR<~{Q{E2}nwld%Zm+sSGWC9k5?b9kIsNYk)O z9@tiFQ;QXL@=O&SLroyDFOV*tVVKulMBjUfdROi3d-vPjoP}u!T9#3;*Kt;+IB$1s zhV)73e9o1E8reD*Y1ufWU;unKp24O8oF@J#*?8k{)#c8}qfYP(hec_m?Hl54s zhsG%@l6irO!#0zpy1l)DGmVTDR@*Y^e$5i7A-j_z>m}@f_E2ZB98j9qPsva1B1%2c z;!55Sj*_rVO^lIMlTqYac)Sju&Yv@Hp0lX)toKls)%gQ|lWeJGzVVBVCphH-?o!D3 zRe;hFTGNEvP&Ofg6QCE;XzGn;>2-DgdNDq@XZ~^CO9CvAtBj+5&v#IIi{GDmF|B^< zq~TRoP)R}8rc8la1XY$0*FEl4mPMej7dH}_8 z5Ki^l@)#_758Y!81Ra$FWPGc*heFN?W6#s9xv~)yHrOIcb(v9uxKTC^9Sn{unPH-B z2JQq{T$d^HE+k3IyPDW@0s*?ILdjF+?|R6rx!b%^0=nxZ=Buf<6b`J)twaNsIsT~m zwjQSZOXd)8=sGNx>!C(=hp-0nD9<|Wf{^K@guTNaEE0?*SbH%MK6DGCzB@wp<$v!d zCjhH%9us&oVa^I#+$8;7zYRY&E2P1_uZD6Tr6X12#T2X*+iBbZCTy*i<@f5(TC@kTyQa!IUw% zGJAp^CpbnKq5_A^0331te6fhtu{ zpKh)W-d7+Q91ce0UYiSA6XXp&BQbjng#4{Nwc+qjV+!&0U;HVAHoVV0mlWm=a zDmmL@>6L!7SDMX-_8FsOv7W5308xLId(mFVxlj#^p-#LX!bl0nnIy$24+H^~WMHD3 zdW&t@`eQ5D^dRd<4GN>2SkASXrGLcdxJr~totP-ug>Xqh`2hgV&F`_#er&hB+>68$ zEB)q?pzYXxk*JS@OC74Te45%W=_mTT-2iE%VB*x+eOyqkpU9v663RKB)M}b2E3Ud~ zwvrqE21we&)SI`URG3vxjr4&--L`Xkn?3d7UOPMTGrN5!^AGArI7m~hJBolkQt~BPtrDnQ$L!XbW;?P-4?TOoN@k$5jCbehKAb}@#yx%w?)YkDEqX=o*lW=XFa41cfaa(tKHH{+I*d^9L^G*EmI5Q_DaDR_m|=f zP1)?FE4GQ&*2KaDn*yMcveyg-tr%s9z@c2Jk&+U1@il|d3Nt^wj_w#=V$70DkOg($ zW*v2#thaZ}4 z8BnE~1xORpdy-)%Gc!=ALI*3TGC&mR6j%eY^Mb-b7_w zV-*>r^44asDWpf&M`)96wB1d$+}AlUAj9T@3!#p+u0ukadEY$1m7OIJR-xb}FA8Kx z#^BsgsEUhKj=kowe&jph%w+k!2`X7UihPj*}SCSCEs^ zA~HDKqoM}3ip+ipU?`XcGA}_=kSUyEFNUhLyc)+z(Wg!ZpF{#ljMS3mNRXbcfs$Eu zc-6~g)77P+$2yrbo}qTWzZh!AXmdA`XQlmhW6C<|XGxX*?lAA+aPkW$l2$j0YUm1n zbOoZh)ob&Q^DN1uzL!J93-AcO=x5~Dp)%$@^bidf(sinvLGPmv{k)N?$9cp#Q2D5) zuF-j!T+-BfoOm=c(xW_Ht$>;!C_I=xyij$Ql<`@v%ax8+V5tuxS!|EyJ1om-V1dUb zCI~Xdkt?OaH&Xw?KdgXej)EievaTv^>3pt{O%UjCjo-&`exhXFDkzPpzAl_jn8Tz% zYmKtVHW_{_UM~i;04zsNbrD?zWEpmLTJru?NW@?Py*_Bm7kX{(N6%PjCzqOo_@v# zH<8W}s#HJ?ga}V9LMk)pp5b?cD8`?${WFeRQ6D&IS5gOTEVT>o31!8=9SKE>MRjMX z@oR?}L#zJXO!5i7f5HYXf132|>+QmsMXM=!jt3LLveF3_K7sV0>v$ioS1+V65|D*N zP@n#MxDBeSffv$Jx0(7>57B*#mywawp%QEW1}sTrCmev2NW{nr%z>;SY&v`(ZFx!k zO-D*jhLE;OIg2$f3rI+$ASn)N2E^sfps)|Y5MT(ad^S`>*ebE!x9<;Ai2Ir$#u zEx?>LkZYB_2tz)=44B1MKe63P?-sZNN8}fP@VbZ$mq|z7KZ7R+fM@}HTop==XTQl z_-v-vYj@rhwe!c!o;p%NhNZxUUd|Zs2{JE*ws|WhBfN8!88b`(^a6Mj_q+gDRD4is z^j>>m{lc4%qS$>zLjnJcT{`~>`nJD}5g>YI%@h{}hyriwuD8dYsfCKGOfvWc=wbX))Q`c8$!0di~3a{ff5SZpN=xxx1IOIS_61DL?nwCr!n?*hSvd3fsKH+79RE_lP$CBm#iJU_K_6XETWx1^)rc!ESHbX zmO@*M=Hl#*TY2}rw4X6j6X#YSCPczf(_!20xD9n5Uv1+b)R3KC`Ul|-V7XYi( zfnJ;yz)>7RMTb(hLYSvvEsKyg&7tl&f)eVz#+f2IX##*7E4v5ZO5ZK@7Wu`WEWetW8nf4J%HL{kF#@A`%aVTJ2o)`63hS2kl?^q(cKqW}35~q+&qhgIfSl=r5;^Oq7-csFl-PVUdwZ zTN}P=b$|7GD`{zTl&}n*PnMTc{L(N(PH4Jl=EqH&T47(Kq==kqBIWGth}E|=SlynR zY&UCp1`dy1JKT2j{wsFjICCESJpf93t#dn>oro8{3Tn{HleSFCvnY?&U*tFjUIR!O z_X3x}K(P%_p4fMwjI04?ROgpt90d@W(LO_tqS76{D*J^Kg@aInK@(Ejk5Lcd5V?rR zqqN1jX2X`48n@uqO*q(KndTR9lTn@w%>s_#Y`7;xl62qgK~FvcC_qBM0l%sAU5 zU}n~Gqn(Z3`GqiLFc9o0Y@I+^I4+Ir;Cqym=3c}JSj4O+<>we_J?t-rm&eFikdfAh zoClpT0hC2`yN*&qCx#c1IsV)+^HI)t$$vLrc5~ za!6u;h($Q0a*fIjGW@z8=aUx@&OnaE2CjfTb^fMT4&Ue5~QCkfGR&BH8ZmPHZ z+jg7h{3%;L(`y&JJFO);WcfbrBZ{7!J(uY0A)bH|C(dfwh}1$E924GqjZ$lZz;cb>%ONUmDxqVDnHtR60LOm z6g$F3;AJbylgJ}50zIwpwUo3>gfx2u<4_q|g}}sZ6LbI&TykLK8KK1Zis^EM9C_2J zqZUMZnl`cwb$thcDh;DZ1L4%+VR?94{iCmP8+a{9bllltvK0_@Ks4m>GDstbwIt=A z(OR>v^}XN*&J^3ZOoPqU=h*E%1D0x7woEm^rtL8G;Upx){Wp9S=A!{V0yhJNJ;svH?96Hls->gSVo;AZ;Wy*O7GI5|OH zN-#ZFOYOh@Eo*ZTA|}==GLyEgH+$^^AKu5og*EQ@r|q`ezrb2Gur82Y5EXioUVH8B z_t@T!>()1!u)qJt7HccoZErX{4@K^vC1D$k@)#fBtg2q!kb*ysQ_Nv!zf)|0M(UQ3W)~H2 zgtjA{b?t%VP}wk{bu}C-JO$h3aRwJrBUiCQo~7EQsS{4(SYLRaKp+>V z0a;@xQ{wWFxjW$yAG%KV2(TNafmA1v4Y-AYzFzauHkKAZ4dai>wIy0{v&c&x_aU0_ z>%BNVSq3}dfGCfcnI7f!k(cOk=PZp+E#t79u+8nGAn2Km0AfDjKgBu#&hxh8a3TYX zWdH_Im~>+#sIjI}>T4I6jt-7juG&xk>x6y!|EaVa_SECNNG7N0b06S*axH8|ima84 z(DV`j!#?%`%t{dsV-fe@CoI(%<0P%hij30K!B@|nF?U@v&tq&ddSt{)hK6evk<-NJ zgx%QM?l?pvV{WoO%r}8VCIhffWGm7K>c?M%w?X<;>3Jy#=?Ccx89uSmDRPsfXqJh} zu!?fkeSp|FGNkE&{R4xJ40VFF(&Rly$4Im=a-yOYT7GzhYz)A{on&B3Ft{@8i|A(6 z;>*iKx32WJjJrgV*tgTia8txto4oMA+q6M+*&#N%)Xu-^JAO{@RqOeoE- zbiMEiI#>NvN_AlGUyBewuxcsSTLoR=HP((cbmLupRysxmzg!$qeXAe$mk%U^(N zV3fxq!&0Q21r|hRfKT?AYfifg?D3)7?2V_k!#3x(Pw%U?j}uVkd1h%XT(@lLW^-@4 zn=Ij~74&@9vW;)SL*B}|;9OsTlY;;uy7d74|777O$6)mg+h|V8Y720jC`+!A!Vl7^ zAjeLQK$_{aV&{#8$kKrW2y-r61l=+ASwWUB2ew(h6FX-BM^}Di0`7ne7p?O{94b%+ z(Xo2GxhbUw#UbqotKLLj6pN!&j#51GF49D@0oqNf3LC8o;*aCMebO%c{t3JDU2j8R zP{OGRUi>1p|7Q`n7dbd`DCD`7vaxtN0Bopm0}nV2E{!pzt`-b1)Tt3z$taCUpj6LL z?LLL_)*%vwtXs804CgXNaAnzR{X>lJE$=}}cEYN>$lWq$$r*XGCB>t%aiG4f&H7tkM9l&jKp)Qa%;|;N+uUT9T1BT$hUbG~ohWUA~ZS9=4M}OW2$~R%>PcwaSu-~>ck%b_| zSpkPZKCOBA#b78#nf``Ls~++^kkG!Ib;<|1_VRNmL89vBW}*pzm36J4>5nF@@9s%E zd_NSTOa1WDUxdyXk{?^H2RG?=Z zgf5cm24?{RS9}UprIXg&SZLP=L$-^oL|!fxFOdCG3O+x5ujec5s8SMSmU7w0IreC4 zVZ`okn6XaRfSh;Q>evfpGYpt^O9sC6c}f76N z#cTrrO4P`usMkpopF4X7Fw}PL2{0Y~{gMkklH-D6#{od$E1DXnQz5sUlw&(EetxfU zunG&VUcG9+edOo%W0)*I`H}nW;fMFLCNKzIyJBSpM0L9YcD;WXVBm_4<0O^VG+JOX z#(<-8+W)rL(7+JgIA`t7QYi|Y9vs9}u*lkLciX8W^VH%&gE!UDLD6Sb)KwentE@84 zDA9p++t%7?C1`#_X#@Qj&su?5b{*@v23j}p_7p-s1L3g5e-*xj9{R_igKuX(L z0KqQiN;I(#NjM>J($fD*Myv!wgyQB12&!*XG3RKs&Wuk1}U;sQ|=mYpsE^zM4!A_#d1>u6n~B5V*uh zF>8VxSHtg-ab(TW5PYL3dc(kTMsSd%$kj2W7f`e+w7+!khT-*5YQ)iJ4MpcH@SD1a z)H5$qp?O*>!(dX%(ZxA9lKOjHeGPw4T0=vPvwtEAQip<=0cCLIw2CEB*C9tlPQVg$ zx-#-2GGf7<@<|ol8`ThBsU)M8ZZQ=uV4U*FHi-7UlFqENXU@R+&a&46X9MtGwql!0$ZD zQQ{a-r0)xmnM2G`TGg>S0@u$!+QT8LmVQ&Y$|IGqQ z0lc@)rIYpGqC)7c6pzoRBv^a$2Nn!JhMr|yJ3&RD5nIHXy6A9nlWCNWcQnCLN^{g)nI?u&EO`w&G3C7+u3e$I)FT^yLah+mHJ%%f!gB4k6NWJ!C`KRz5q^D(X-T_W~T zKl&>8=lfTg+R5~4?~yOZ>BJe3QB@Ek6DcQ#8{|6_nvm^U9JOeqiM%pOr%5<@VJX)X zZ+h|cdD7;Mprsc;aIacvTMJYAmf5gr8=ZIpf%yfV)@3e)8}`)le1wBEl-l4_n^DTh z4Jd@NG0KP8@tIqwZ?dWB3wXA`z;d_{7qt-?GrV*!KpM5+h~|@BuyDzs(>4@@Evl^n zB^+e|aSoh=#X*+=caYg^JUfH1==$YhLW07=_&{6xFuZYkDo2M=j@?YZ<1va5WJmRp z<w98g)TS@g11cB((_(xIyPuUe}i*!d!J75PezX2H_MEzO1bIo~7^x&w1Q)<_-_P1>UPHx{-_P^prY=8I6utK2-}vp& zt0+S(bGKMnakH0nd+dAv#|Iuk2fM+-6Q3cH5RuB8NtN-g^sT1wTz!E%xz2YmTl*2a z_oilABJ=F`$4c#yBkgwo&RW~s#SjutKQr7jcJ@jwl*bSOmyJ5te&sro905$SS@vqqWC-H#n9XP)MvX4uvOJf>l_fl_t*))>BLZ1Q?`N_x=8; z9d3`?E|go%&b`k1IC6{P(a2&a&B^L(1h&$d5&@B<==^BiRWp@r=*;jG4k3JZD9zZ~ z0uBoD2D)Ep=p#p7up=*CwaMX~wyU+;zVziaMpDmPXJ-ZU$z>K9@1xC#@)-OMc{q-P z{e#xr(FSGc8qqS&AZ>bmg9GqM1g)}-X!+V0NZ+VM!FUAA3azDq2nbMaSv75?pyBfY z4po+yTPfu$MaqR>1Vr-Uh0v>o^O{}587(KJ&$<88<4@U6N`4h|F3jiPXx7$&fX}hY z9W71-h7_}|+$*aSp#JWE1@ItjYh(LwvovHt9h>WDI~|03AcwKmWTS{4h4`Kw??skq zW6RN5L~X{h){KnDQiF8SD54@73j%88I7xKz(OGZsI~aJMyAMa65{PS(wZ6;#FHi3Q z9_M-8`JU;(U@+*tHv%9DHjxxbiRzLq%d%xVw%l8?@$UMuo!uvPt~YVk+1z_~<81OI zH$A&a){YZ9uJPLHqMAjCqSy(5B#7Pzy$vvZ?(hG?UQ!T1VDQcNz3+KX`Jewer?eVU zaFaGYOJokwZVnjVa|NUGHyDmSAZQQ~^1^{2ju_`xl}%o|1z5I07ehL4uH6kBTWF(n zJiLt(pGr2nvn_HTeIh9X)zeL2D4v42T+Z1or)2KB{qEPkZtr>g-&2bDZmz3w)dWSP zw4^oCI0@o-=r?x*0=}z=fO}K~s`IHcr$|?M{PPz{IgpwuEfF#Ra~+OMh!mQ1h9)@b zucGO7SpOm)ZV=f^Kl$;DIy#zh04kVKF~ze(_M+6zgYFi2PiTV3aLd%utGQ1h##_!s z2`qWnP8YdKkmnacPJxb)EEz@R{1x#vJje<%jIW0v_5*S*Q4RSm1u$n2g+kwk5 z%{qtqU1k<=jR>#T$ZmEFy~|m^sJ1kcngU7lV8FdJ-C4qM*(9|j$wOyn8_@CV~NpBknqOxZ=lAic1jov7Qg`1RG zjFB>&K@Ze$A2>ol{z2r!ci}shhTvX-$65(uzLV{;+2}E=hHM!MiXlBOne-`Aci=vNS)1yre31SPakkRhNpNQ&j@eJ7Ptj&4q?Sf=8jk#c?;zEJwV$f zC8I>nC#Y8@;_E>_6p%aTIb^7X9%$UAw68!AJqN^U76oGf>tC&lbL2o0ye3${a3Lb5 z$@xNStHof+GGayKl{@D}hnRz_s9z3%ymCuR5O@|C#=MNzYq^{la9w%Syfr`990DCc zIS^u{YaX+j(i9NAOKc?k0T7PVbIct05)CiDf`@uy1`iMq|Cwe=@^-BLW0STy454s> z>0O7&djq*wF%Tq5(Q^tGw;yFGqp$asljY&F{>a&J?}0FRF?p z_b8|UBP%fyd94o~t=gvMB{O)V^V=cV%0$6IIy7$8S;fW|S+oxG72U~Z$pz&(Ja9ee zq`0;GE$)5Vjx>|+|L~{{jJ4XCE9F4s)V&{Xqr+gDUiVZ@OfIu`?LeH3pbt?S9L^Ap zbmNEv4Rfs!(c%Pyjkd_Kar}62>b`@mM6=x-D9IlO23bo}{gBN>CePv*tXrGnk-T7_l78amhedmR-k0PBO9~d6oc5*=JZ#MKpqTHLG4q zsQ{=~2AwRDUFq+)@BiTY_Tc^Z*cU(dar=`$y=^~xK4A}^CdCHPkE>HQM-Kt^(nphz za3QG+o~@yt#y`~g792PNtQl}q&BlqyJ33L6w42>Z+{b&765(c)W@_C>BN7IAvEbIw z+yrU^l7!;+5$*a(uN9L@Ddt%Vbl*fFaiTm4h$7hiE$yfpzpc?}ZHwQVTOut(OJ$D? z28f`KHNb{)Ewt2)D^~Pt{}CBs>3$!1dGs;34k&GOisU9rkA{s6&_j^C0O`WQAf4QZ z=HkHZqm*7nB9pwTjy@B;$lVOtPUIS5FYVFLDRehX5}jkjGo0Tn%}q9U7(X3-lCu|O zP2{#OQ)N)*BIS_hDSnM;El7n9hF#8@;Az#WqrBW6<~^|ey-8~!g%X0`atokjgBC zivf2apXbAa!Nn2h3(f-wD0_-p(3A0V=_mfMPq!z0wz!&hZNW9UGg<_>i~a$XWeJ+# zP-_&F;Ta5gx>%#FYa;C{+H5*!z~FRH=E$FwpKp(q@fUk)o08lf(LvH2M1 zc-kQrwKcTl1|<-}+|G5Czu)brK$Qr(O~y=1Crzt!B}YYTDAI8h2Q#=1f&f@Rr@su+ z5N5Jp3d87LBP-8q;-nhYD?z9cD~}Ax;egSPvKDbQ#Mu^VQpSKB|L{*-K<}l251reP z7p?(vE67~?=jGc9c|CqrT5P}PEdF4MTowjy2xzKS3_sb zxUHYR2%?E?O*6?fM7#aD=h)kAE2x!mpXEKdHYqDlnEp4}1qQavU)1_@#L;Z+5qmK(OA!qO+!?RwV5MrFPgE+x{){_~{3ZLKNI1B_Rm6fXF_C%R#S0h*u~jBCRUBX74Hb6b}SKuwBMM!H9ANv1Vn@ z(9_%pQ5N^OyZemtjci#b-Qcd?Xtzi1+K<=Nk03yFqSK#B_VmV%G3yS!)>9A;ZwoXU zU}L=yIRHvHdvuqo&f2wAFWm(}GHGWkA7Hm^MJgC!!CO=x0~swwZHpD?Mr96po2sFqJicO0WgO#>j2xHmZ7CBKi5>87my8{e$I!-4)*m?nuW88tR-l;6`-HN z+6v@GdZ7zm4npct?l!l@NK=%!22mB#)F*`USBaJ6TLP&lP-TG#C0*iJThazF7;Rv9 zle7?30oy)%;GVP{=)$1rxp0uZoR2JqG*209l7UQ_F)B=ID1|~{rxPe3BEU3dTjDk3 zAY74W=PHsHGsO#ci7$Jyt`L)wj>)Zz7ehX-rdllM(GE7l&TU;;sl#@CF zd;d$Q$~&lHfXLN`bNCLWWXOFlzJaX&cMK3SMd3_nIw22)OrlVoGfZv8Q#CYfEK>#BO=L92!A(|F}v50G14i zCP>psUR93r!7o!J2O=5h@1Ssj`sqaE0x4+9D(g#uk=;FC%K z)x1Y!JmvSLiwfyQAikELYpGYj{34`pY=_4B#xcqlm|mzC3VG_lxL1~!gIbhZJ!N`x zvrM_0nsjV_p&dFmnm-@}U~X>C$)eh&OSh`Gftmp+btZDHj|e^(WuP0-K3%`<=Cyv( zk<53grf&==iR_ok5+&Dc0xAIB6KKIU&WHMPC}km(A>@!491JG(B@TT8J^XthgPa#+ zM^i+Fpz5#tBXN@ckdAZz<1>c9B_q(q(mf&14Le+W!@Z7gV0YRX)KiLcP0MIxumIv- zO@YQL<8XKgUJFE=WFLeWllzyh;&wTPiy*M|bk4kFrQ)l#J5r0)al|#6b5Of zxISvrgS9pSj14L+e1{hSZ({@lbkFnRY{+Z#a!q-jIT-0#NMGqmc}Yammw`*mS)Qm(zQvQ9RmdKTeC5MfI)dc-DmGGr&92n<8-u8V-SqD5{r@RREsm zKD8h8oOXvcM#T))(yx|xhda+FgBNnQvaWbZN9|)zmIXZPjKiP=@|CE%Wdvo zB6bC>QruiX!;ZLJf5Rwe3B&efVi@~KLhkQ`e3^W<#XX^-ir+n$J+VcwuX29C87+9N_y*p*GGr#d~jIW(m_ z>+jxGX`g*%)0&7{|E~e|@dqPBxD1V;e&od$ddM@QxG^@837ri-xtjh$9OP;u^rT9X zh<<|P>4HF154^7S58OrSLyyrf9l6roXEp8CGtV7^x+fVI#chsWvsK}y-b(Ufn z@P70|a&5%gyLu>_tF^s-d&tMqb*z%U-$X5?DCs+n^w_1rTeby^T0jaSNwP4>&4K?w z0|5o0p-7m@lO2pemI+`xtV5WS@0Ww2o7Xc))cH`Qin`I&)ifZpS-U!zvX6WT$6%Ex zpFdj+59(@HP8K2{OX*YXHu8{aZ!!Cw|3V*fI0OU-Ipl=OR}?yDT@EtxlB1Lo5D*ZJ zJT$*760By%*VIr0ou6gTaV_airu3OoazUC7B_R{%Nk!%f2s}ZedK?ab0BfhSUY2Ng zU~!%C#wGTvpY5}y*|Sy=eakuVLJtc;qFgPylWWc{9FZ&p!nI5_QDKcWc`hR-w=ll9 za0YqyByrK^5X8^FX;XBixvdC@lS`64LjeU!!i!^jKv5Gcg^%i5VT zC***8A!jLLnB_iY3UI|ZX9OH_=%q3EzVwA0O38v$1)7k5%cxU6O0@6z2N?Ke$c1w5 z6LCt)a2_Kd5^4op08GC_I=GsymkK_%kZB=+i*rnrq>n{)HT*9Ob~6O>4DuyMLXCi` zt09jQp{vJ$<^V`v>V6kV6I50*vKMDT=z$V^Gv>ef57-Vl zZjgF^p-;6uIw#T}?%Z=tx4+m(oi-^~#}D9|SRtI)Hl~|W$-}=3h`8$lGkl&y-tZFn zBZ`aciHEbEhm_7K*>xsZcNujB!yY={dIIRLi+@B1&pO+zK4@`~%LyDMbxI|3qX;jy zglE&AAjVyGTuzg-SA5Tl1E*dcRr5Gi;W?`k8ZMMwi{J!+TV}<$5nj#V(Z!W7(gUhq zJv%XBGr##qw%prffv#pNZ6>Ej&Lxc3nMpqgc@I`&8Fl=4v>Y|^NIV@zmm+)^ym;`V zM7y_$L|)JvkP6^~Ti3g~4;>&xjwK+%b}D7}CtQhF5Ct5?+uMWjXeX+u;LtbcZGYRS zZIls}9fWDh!FG9dC8qfhGi|L%&c5trL<$U?wSG12Lw&Pv#en zgoM7hn5RKWXETZ*@p*P-h7Ci^p1@gp0-{kP<`v>wo))x=kF>*X4dK*-06={5(p~Cc zF9-n+E_<@&h?x9KQJ8UD4M8Wcpx8j2Y~D^!JV@@*#^>OEf!>M=J5 zD#EiQ>Epk;k;W0q+E;&v3vhtr{h%Lhu(v_P(v%p&^0WVdqAsN`L4Xp#l@$yF_w)Jx zJ7*szV&2(a!x$nzB5>}YD6-Xd?4Cv<-XfkE=r&hlp`~IgqQOggZP9A_=B%y-8Ny)e zzJ1iX7K9(Rx#=rbUc}cZTk%Z9o(_}$dhk%K?WbB|pg(4>UEj1zw_dZm57t^oU6elU zG|?kSa0$BLAuV zsUoy0$W(*3$LtTk_FwG_U-_anR#!12VhDLxDOc9@%c!E3-Oo+jzI2H`2Moz#!kA%aT3se6#J5XAUC_iT5OOb77M&2tX#6r zD#!tH;zv%@MKnpf!+@WrS5O3n^O_Z!0B(!a8c6 zgm_(rcvy0HWlYt#!Lj%y#4i;8-J ztnC7Wp5#>2;aE%lHt6hE1(!wLA${l`p-pN6qzGNz597?J&^?7YQx#Mo#Q9qM1t9@) zKuTz1t7(5KPgIIRxp+C&yrI;rZ7tB-pGq_zsK6@dN#Fi`I7=Hi6SUrylfch_1*;4#y$}r)`P*sA;{|YUbXuNE#jr4R>&7cqRImwUC}r**_{Wh}YdJ5oVI&wKS zgT>!H+X^Jrv`4~s{&&rH@((Oi%H&&!^a^%$U)&CBN%{dqPkXHNh`!eP>igc=&pUb0miYN*h-ucjNJG{|B_{>}(Y570Y9NrG zuaO1!edqD9SZaD948S=WGXC0Zq(vVRX!Zk7p63fZ?ogAoU_rhg!NZ=SJn*OGV|KWN zHjtSie5NLZjTV?y%eIHSc@d6-4&g#fb+B|YE0aKSJ)KhhAwu@5jV#TPG;T@)ugQqp zyvMh0-EFVZ0r5{xpSPa!n-1R7j_45h@I;&I3T)~M9Eb+IdGh9}e5k8L;ApS|&IoBQ zY6Vs7M=^*4`SLXV68vyHGBDoNLb;-rpJ4zWx?5|{g0fsm?kl-QGnJVVO7-ZZw@91J z8^t!0>b6`Z?Lt>sznzFpUS~e~*b8>*A+L*Y)!akFTio1o4#SzB{19Rkc}2)_C7@IY zDUXN2VtXXWdjc!=gI7oFdsk!jk^PNK)q`A_7WKh5jplm+7bE#Hb@f}TGp9eX2Kzn{}u}GwI7dAI#zA( z{X{DW1Q8)};b1sqdFbYCTfkWs)E)+Io#woJ_mBVFPJi;l_G`cXaTLv_oqz4;yUr!+ z#xJ`l=EnJcn;99m&SM8HR^~ zS#4c|8!9DEiOMCv_B*HST5#363pQ;Iw(*5GrXelPIP#&!$xgS7*x<|0S=ql?^j0wXUhf$#_sBbC_NL<<6B4nyV5Es>Vk2Rx4s z0UZPHvNnFFizqNn^b*HezY5831!nXe5B-)MYG~(q*h9`@8%leD^*-aj(|+EMr#k%| z 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

q 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 N002ovPDHLkV1mvndP)EQ literal 0 HcmV?d00001 diff --git a/field_conf_files/all_models.yaml b/field_conf_files/all_models.yaml deleted file mode 100644 index a0f4539..0000000 --- a/field_conf_files/all_models.yaml +++ /dev/null @@ -1,27 +0,0 @@ -name: Model -type: select -options: - - name: SD 1.5 - value: v1-5-pruned.safetensors - output_base: 512 - - name: SD 2.1 - value: v2-1_768-ema-pruned.safetensors - output_base: 768 - - name: SDXL - value: sd_xl_base_1.0_0.9vae.safetensors - output_base: 1024 - - name: SDXL Turbo - value: sd_xl_turbo_1.0_fp16.safetensors - output_base: 1024 - - name: Realistic Vision - value: realisticVisionV51_v51VAE.safetensors - output_base: 1024 - - name: Epic PhotoGasm - value: epicphotogasm_v1.safetensors - output_base: 1024 - - name: Juggernaut 8 - value: juggernautXL_v8Rundiffusion.safetensors - output_base: 1024 - - name: Juggernaut XI - value: Juggernaut-XI-byRunDiffusion.safetensors - output_base: 1024 \ No newline at end of file diff --git a/field_conf_files/aspect_ratio.yaml b/field_conf_files/aspect_ratio.yaml deleted file mode 100644 index 28762e8..0000000 --- a/field_conf_files/aspect_ratio.yaml +++ /dev/null @@ -1,114 +0,0 @@ -name: Aspect Ratio -type: aspect_ratio -default: 1:1 -options: - - option: 9:16 - - base: 512 - values: - width: 384 - height: 688 - - base: 768 - values: - width: 576 - height: 1024 - - base: 1024 - values: - width: 768 - height: 1360 - - option: 3:4 - - base: 512 - values: - width: 432 - height: 576 - - base: 768 - values: - width: 656 - height: 864 - - base: 1024 - values: - width: 864 - height: 1152 - - option: 2:3 - - base: 512 - values: - width: 384 - height: 576 - - base: 768 - values: - width: 576 - height: 864 - - base: 1024 - values: - width: 768 - height: 1152 - - option: 1:1 - - base: 512 - values: - width: 512 - height: 512 - - base: 768 - values: - width: 768 - height: 768 - - base: 1024 - values: - width: 1024 - height: 1024 - - option: 3:2 - - base: 512 - values: - width: 576 - height: 384 - - base: 768 - values: - width: 864 - height: 576 - - base: 1024 - values: - width: 1152 - height: 768 - - option: 4:3 - - base: 512 - values: - width: 576 - height: 432 - - base: 768 - values: - width: 864 - height: 656 - - base: 1024 - values: - width: 1152 - height: 864 - - option: 16:9 - - base: 512 - values: - width: 688 - height: 384 - - base: 768 - values: - width: 1024 - height: 576 - - base: 1024 - values: - width: 1360 - height: 768 -attached_field: - name: Custom Size - type: checkbox - default: unchecked - if_checked: - - name: Width - id: width - type: number - default: inherit - min: 64 - max: 1600 - steps: 16 - - name: Height - id: height - type: number - default: inherit - min: 64 - max: 1600 - steps: 16 \ No newline at end of file diff --git a/field_conf_files/samplers.yaml b/field_conf_files/samplers.yaml deleted file mode 100644 index c429993..0000000 --- a/field_conf_files/samplers.yaml +++ /dev/null @@ -1,63 +0,0 @@ -name: Sampler -type: select -options: - - name: Euler a - value: Euler a - - name: Euler - value: Euler - - name: LMS - value: LMS - - name: Heun - value: Heun - - name: DPM2 - value: DPM2 - - name: DPM2 a - value: DPM2 a - - name: DPM2 Karras - value: DPM2 - - name: DPM2 a Karras - value: DPM2 a Karras - - name: DPM++ 2S a - value: DPM++ 2S a - - name: DPM++ 2S a Karras - value: DPM++ 2S a Karras - - name: DPM++ SDE - value: DPM++ SDE - - name: DPM++ SDE Karras - value: DPM++ SDE Karras - - name: DPM++ 2M - value: DPM++ 2M - - name: DPM++ 2M Karras - value: DPM++ 2M Karras - - name: DPM++ 2M SDE - value: DPM++ 2M SDE - - name: DPM++ 2M SDE Karras - value: DPM++ 2M SDE Karras - - name: DPM++ 2M SDE Exponential - value: DPM++ 2M SDE Exponential - - name: DPM++ 2M SDE Heun - value: DPM++ 2M SDE Heun - - name: DPM++ 2M SDE Heun Karras - value: DPM++ 2M SDE Heun Karras - - name: DPM++ 2M SDE Heun Exponential - value: DPM++ 2M SDE Heun Exponential - - name: DPM++ 3M SDE - value: DPM++ 3M SDE - - name: DPM++ 3M SDE Karras - value: DPM++ 3M SDE Karras - - name: DPM++ 3M SDE Exponential - value: DPM++ 3M SDE Exponential - - name: DPM fast - value: DPM fast - - name: DPM adaptive - value: DPM adaptive - - name: LMS Karras - value: LMS Karras - - name: Restart - value: Restart - - name: DDIM - value: DDIM - - name: PLMS - value: PLMS - - name: UniPC - value: UniPC \ No newline at end of file diff --git a/field_conf_files/schedulers.yaml b/field_conf_files/schedulers.yaml deleted file mode 100644 index 3ee3836..0000000 --- a/field_conf_files/schedulers.yaml +++ /dev/null @@ -1,17 +0,0 @@ -name: Scheduler -type: select -options: - - name: Normal - value: normal - - name: Karras - value: karras - - name: Exponential - value: exponential - - name: SGM Uniform - value: sgm_uniform - - name: Simple - value: simple - - name: DDIM Uniform - value: ddim_uniform - - name: Beta - value: beta \ No newline at end of file From 2f42fd40ce2faf2d4452849f1b5ff7c05a89df12 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 23 Oct 2024 17:12:16 -0400 Subject: [PATCH 25/38] rebuilding components --- Components/flux_txt2img/{workflow.json => api.json} | 0 Components/flux_txt2img/{component.json => form.json} | 0 Components/img2img/{workflow.json => api.json} | 0 Components/img2img/{component.json => form.json} | 0 Components/txt2img/{workflow.json => api.json} | 0 Components/txt2img/{component.json => form.json} | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename Components/flux_txt2img/{workflow.json => api.json} (100%) rename Components/flux_txt2img/{component.json => form.json} (100%) rename Components/img2img/{workflow.json => api.json} (100%) rename Components/img2img/{component.json => form.json} (100%) rename Components/txt2img/{workflow.json => api.json} (100%) rename Components/txt2img/{component.json => form.json} (100%) diff --git a/Components/flux_txt2img/workflow.json b/Components/flux_txt2img/api.json similarity index 100% rename from Components/flux_txt2img/workflow.json rename to Components/flux_txt2img/api.json diff --git a/Components/flux_txt2img/component.json b/Components/flux_txt2img/form.json similarity index 100% rename from Components/flux_txt2img/component.json rename to Components/flux_txt2img/form.json diff --git a/Components/img2img/workflow.json b/Components/img2img/api.json similarity index 100% rename from Components/img2img/workflow.json rename to Components/img2img/api.json diff --git a/Components/img2img/component.json b/Components/img2img/form.json similarity index 100% rename from Components/img2img/component.json rename to Components/img2img/form.json diff --git a/Components/txt2img/workflow.json b/Components/txt2img/api.json similarity index 100% rename from Components/txt2img/workflow.json rename to Components/txt2img/api.json diff --git a/Components/txt2img/component.json b/Components/txt2img/form.json similarity index 100% rename from Components/txt2img/component.json rename to Components/txt2img/form.json From 5fa9ae37b8e81a9e0454506e068209fb26e7acd1 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 23 Oct 2024 17:19:55 -0400 Subject: [PATCH 26/38] dev docker image --- docker/_global/start.sh | 6 +++ docker/basic/start.sh | 6 +++ docker/dev/Dockerfile | 31 +++++++++++++ docker/dev/build.sh | 26 +++++++++++ docker/dev/models.sh | 3 ++ docker/dev/nodes.sh | 12 ++++++ docker/dev/start.sh | 24 +++++++++++ docker/flux/start.sh | 6 +++ docker/video/start.sh | 6 +++ .../{flux/dev => _draft/flux}/flux.sh | 0 .../{flux/dev => _draft/flux}/models.sh | 0 .../{flux/dev => _draft/flux}/nodes.sh | 0 server_scripts/flux/flux.sh | 20 --------- server_scripts/flux/models.sh | 43 ------------------- server_scripts/flux/nodes.sh | 19 -------- 15 files changed, 120 insertions(+), 82 deletions(-) create mode 100644 docker/dev/Dockerfile create mode 100755 docker/dev/build.sh create mode 100755 docker/dev/models.sh create mode 100755 docker/dev/nodes.sh create mode 100755 docker/dev/start.sh rename server_scripts/{flux/dev => _draft/flux}/flux.sh (100%) rename server_scripts/{flux/dev => _draft/flux}/models.sh (100%) rename server_scripts/{flux/dev => _draft/flux}/nodes.sh (100%) delete mode 100755 server_scripts/flux/flux.sh delete mode 100755 server_scripts/flux/models.sh delete mode 100755 server_scripts/flux/nodes.sh diff --git a/docker/_global/start.sh b/docker/_global/start.sh index 9dd4f0f..4ec14a6 100755 --- a/docker/_global/start.sh +++ b/docker/_global/start.sh @@ -9,6 +9,12 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh + +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +RUN pip install -r ${ROOT}/ComfyUI/requirements.txt +RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware + pm2 start --name comfy "python main.py --port 3002" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/basic/start.sh b/docker/basic/start.sh index 9dd4f0f..4ec14a6 100755 --- a/docker/basic/start.sh +++ b/docker/basic/start.sh @@ -9,6 +9,12 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh + +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +RUN pip install -r ${ROOT}/ComfyUI/requirements.txt +RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware + pm2 start --name comfy "python main.py --port 3002" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/dev/Dockerfile b/docker/dev/Dockerfile new file mode 100644 index 0000000..a6e9d8a --- /dev/null +++ b/docker/dev/Dockerfile @@ -0,0 +1,31 @@ +FROM pytorch/pytorch:latest + +# ARG DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1 + +RUN apt update && apt-get install -y git rsync nginx wget nano ffmpeg libsm6 libxext6 && apt-get clean + +ARG GITACCESSKEY + +RUN mkdir -p ~/.ssh && chmod 700 ~/.ssh && echo ${GITACCESSKEY} >> ~/.ssh/id_ed25519 && chmod 600 ~/.ssh/id_ed25519 + +ENV ROOT=/comfyui-launcher + +# COPY ./models.sh /scripts/models.sh +# RUN /scripts/models.sh + +COPY ./nodes.sh /scripts/nodes.sh +RUN /scripts/nodes.sh + +RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts + +WORKDIR ${ROOT} + +COPY ./build.sh /scripts/build.sh + +RUN /scripts/build.sh + +COPY ./models.sh /scripts/models.sh + +COPY ./start.sh /scripts/start.sh + +CMD ["/scripts/start.sh"] \ No newline at end of file diff --git a/docker/dev/build.sh b/docker/dev/build.sh new file mode 100755 index 0000000..83e6696 --- /dev/null +++ b/docker/dev/build.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +set -Eeuo pipefail + +ROOT=/comfyui-launcher + +echo $ROOT +ls -lha $ROOT +ls -lha / + +echo "Installing pm2..." +apt-get install -y ca-certificates curl gnupg ufw +mkdir -p /etc/apt/keyrings +curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg +echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_16.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list +apt-get update +apt-get install -y nodejs git-lfs +npm install -g npm@9.8.0 +npm install -g pm2@latest +pip install --ignore-installed websocket-client flask gdown + +cd ${ROOT} + +apt install -y nvtop + +echo "~~READY~~" \ No newline at end of file diff --git a/docker/dev/models.sh b/docker/dev/models.sh new file mode 100755 index 0000000..3b3dffd --- /dev/null +++ b/docker/dev/models.sh @@ -0,0 +1,3 @@ +#!/bin/bash +ROOT=/comfyui-launcher/ComfyUI + diff --git a/docker/dev/nodes.sh b/docker/dev/nodes.sh new file mode 100755 index 0000000..593f4f7 --- /dev/null +++ b/docker/dev/nodes.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +mkdir -p ${ROOT}/nodes \ + +cd ${ROOT}/nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git --recursive && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/rgthree/rgthree-comfy.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && cd "$(basename "$_" .git)" && git reset --hard b2f3827 && python install.py && pip install -r requirements.txt && cd impact_subpack && python install.py && pip install -r requirements.txt; +cd ${ROOT}/nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes.git && cd "$(basename "$_" .git)" && git reset --hard d78b780; +cd ${ROOT}/nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui.git && cd "$(basename "$_" .git)" && git reset --hard bb34bd4 && pip install -r requirements.txt; \ No newline at end of file diff --git a/docker/dev/start.sh b/docker/dev/start.sh new file mode 100755 index 0000000..2172519 --- /dev/null +++ b/docker/dev/start.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +ROOT=/comfyui-launcher + +cd ${ROOT}/ComfyUI + +rm -rf custom_nodes +mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes + +/scripts/models.sh + +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +RUN pip install -r ${ROOT}/ComfyUI/requirements.txt +RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware + +pm2 start --name comfy "python main.py --port 3002" +cd ${ROOT}/comfy-middleware +pm2 start --name comfy-middleware "python main.py --port 3001" + + +/etc/init.d/nginx start + +sleep infinity \ No newline at end of file diff --git a/docker/flux/start.sh b/docker/flux/start.sh index 9dd4f0f..4ec14a6 100755 --- a/docker/flux/start.sh +++ b/docker/flux/start.sh @@ -9,6 +9,12 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh + +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +RUN pip install -r ${ROOT}/ComfyUI/requirements.txt +RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware + pm2 start --name comfy "python main.py --port 3002" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/video/start.sh b/docker/video/start.sh index 9dd4f0f..4ec14a6 100755 --- a/docker/video/start.sh +++ b/docker/video/start.sh @@ -9,6 +9,12 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh + +RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +RUN pip install -r ${ROOT}/ComfyUI/requirements.txt +RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware + pm2 start --name comfy "python main.py --port 3002" cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/server_scripts/flux/dev/flux.sh b/server_scripts/_draft/flux/flux.sh similarity index 100% rename from server_scripts/flux/dev/flux.sh rename to server_scripts/_draft/flux/flux.sh diff --git a/server_scripts/flux/dev/models.sh b/server_scripts/_draft/flux/models.sh similarity index 100% rename from server_scripts/flux/dev/models.sh rename to server_scripts/_draft/flux/models.sh diff --git a/server_scripts/flux/dev/nodes.sh b/server_scripts/_draft/flux/nodes.sh similarity index 100% rename from server_scripts/flux/dev/nodes.sh rename to server_scripts/_draft/flux/nodes.sh diff --git a/server_scripts/flux/flux.sh b/server_scripts/flux/flux.sh deleted file mode 100755 index 1b1a634..0000000 --- a/server_scripts/flux/flux.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash -i -./../setup.sh && source ~/.bashrc - -cd ~/ComfyUI && git reset --hard d985d1d -pip install -r requirements.txt -pm2 start --name comfy "python main.py --port 8188 --listen 0.0.0.0" -cd ~/comfy-middleware -pm2 start --name comfy-middleware "python main.py --port 3000" - -pip install --upgrade onnxruntime; -pip install --upgrade onnxruntime-gpu; -pip install --upgrade onnxruntime-openvino; - -cd ${PWD} - -./nodes.sh && source ~/.bashrc - -./models.sh && source ~/.bashrc - -pm2 restart all; \ No newline at end of file diff --git a/server_scripts/flux/models.sh b/server_scripts/flux/models.sh deleted file mode 100755 index 07c8f54..0000000 --- a/server_scripts/flux/models.sh +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/bash -i - -mkdir -p ~/ComfyUI/models/checkpoints -mkdir -p ~/ComfyUI/models/unet -mkdir -p ~/ComfyUI/models/vae -mkdir -p ~/ComfyUI/models/clip -mkdir -p ~/ComfyUI/models/controlnet -mkdir -p ~/ComfyUI/models/loras -mkdir -p ~/ComfyUI/models/checkpoints -mkdir -p ~/ComfyUI/models/xlabs/ipadapters -mkdir -p ~/ComfyUI/models/clip_vision -mkdir -p ~/ComfyUI/models/clip_vision/clip-vit-large-patch14 -mkdir -p ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators -mkdir -p ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/TheMistoAI/MistoLine/Anyline - -#cd ~/ComfyUI/models/unet && wget https://huggingface.co/Comfy-Org/flux1-schnell/resolve/main/flux1-schnell-fp8.safetensors && ln -sf ~/ComfyUI/models/unet/flux1-schnell-fp8.safetensors ~/ComfyUI/models/checkpoints/flux1-schnell-fp8.safetensors -cd ~/ComfyUI/models/unet && wget https://huggingface.co/Comfy-Org/flux1-dev/resolve/main/flux1-dev-fp8.safetensors && ln -sf ~/ComfyUI/models/unet/flux1-dev-fp8.safetensors ~/ComfyUI/models/checkpoints/flux1-dev-fp8.safetensors -#cd ~/ComfyUI/models/unet && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/flux1-schnell.safetensors && ln -sf ~/ComfyUI/models/unet/flux1-schnell.safetensors ~/ComfyUI/models/checkpoints/flux1-schnell.safetensors -#cd ~/ComfyUI/models/unet && wget --header="Authorization: Bearer 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" https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/flux1-dev.safetensors && ln -sf ~/ComfyUI/models/unet/flux1-dev.safetensors ~/ComfyUI/models/checkpoints/flux1-dev.safetensors -cd ~/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors -#cd ~/ComfyUI/models/clip && wget https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp16.safetensors -cd ~/ComfyUI/models/vae && wget https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors -cd ~/ComfyUI/models/clip && wget https://edenartlab-lfs.s3.amazonaws.com/comfyui/models2/clip/clip_l.safetensors -#cd ~/ComfyUI/models/controlnet && wget https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union/resolve/main/diffusion_pytorch_model.safetensors -O FLUX.1-dev-ControlNet-Union-Pro.safetensors -#cd ~/ComfyUI/models/loras && wget https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-FLUX.1-dev-16steps-lora.safetensors -#cd ~/ComfyUI/models/xlabs/ipadapters && wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx -O flux-ip-adapter.safetensors -#cd ~/ComfyUI/input && wget https://upload.wikimedia.org/wikipedia/commons/4/49/A_black_image.jpg -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/dpt_hybrid-midas-501f0c75.pt -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/TheMistoAI/MistoLine/Anyline && wget https://huggingface.co/TheMistoAI/MistoLine/resolve/main/Anyline/MTEED.pth -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/ckpts/yzd-v/DWPose && wget https://huggingface.co/yzd-v/DWPose/resolve/main/dw-ll_ucoco_384.onnx -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/ckpts/yzd-v/DWPose && wget https://huggingface.co/yzd-v/DWPose/resolve/main/yolox_l.onnx -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/facenet.pth -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/hand_pose_model.pth -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/ControlNet/resolve/main/annotator/ckpts/body_pose_model.pth -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/ControlNetHED.pth -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/sk_model.pth -#cd ~/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts/lllyasviel/Annotators && wget https://huggingface.co/lllyasviel/Annotators/resolve/main/sk_model2.pth -#cd ~/ComfyUI/models/clip_vision/clip-vit-large-patch14 && wget https://huggingface.co/openai/clip-vit-large-patch14/resolve/main/model.safetensors -#cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/anime_lora_comfy_converted.safetensors -#cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/art_lora_comfy_converted.safetensors -#cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/mjv6_lora_comfy_converted.safetensors -#cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/realism_lora_comfy_converted.safetensors -#cd ~/ComfyUI/models/loras && wget https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/scenery_lora_comfy_converted.safetensors \ No newline at end of file diff --git a/server_scripts/flux/nodes.sh b/server_scripts/flux/nodes.sh deleted file mode 100755 index 7632b27..0000000 --- a/server_scripts/flux/nodes.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -i - - -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager && cd "$(basename "$_" .git)" && git reset --hard 7ec376774f79229e2410935f04018805e2d16d16 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/edenartlab/eden_comfy_pipelines && cd "$(basename "$_" .git)" && git reset --hard 2d2a676f0e3c709aefb04fbe9a518a0d5c7f99ec && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/kijai/ComfyUI-KJNodes && cd "$(basename "$_" .git)" && git reset --hard 9bb1e47ba7dd51da90433f03a44b5dd7dbea04f7 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone --recursive https://github.com/receyuki/comfyui-prompt-reader-node && cd "$(basename "$_" .git)" && git reset --hard 07a1a5314d09dad4a8445d6921914e8ea8250324 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes && cd "$(basename "$_" .git)" && git reset --hard d78b780ae43fcf8c6b7c6505e6ffb4584281ceca && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/rgthree/rgthree-comfy && cd "$(basename "$_" .git)" && git reset --hard dd534e5384be8cf0c0fa35865afe2126ba75ac55 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/BadCafeCode/execution-inversion-demo-comfyui && cd "$(basename "$_" .git)" && git reset --hard b0b489659684a1b69221db48cabb9dce5f7bb6fb && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd "$(basename "$_" .git)" && git reset --hard 94f30ef317d4607a2d91ac222b2bdf4addb1ea66 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd "$(basename "$_" .git)" && git reset --hard 4cd233c5d7afe2e51bf57ee7a5ba7e6fcb9cbb22 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/XLabs-AI/x-flux-comfyui && cd "$(basename "$_" .git)" && git reset --hard 14cfba14655eb19058963fb0d858b0bdb2d89cf0 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd "$(basename "$_" .git)" && git reset --hard ee2e31a1e5fd85ad6f5c36831ffda6fea8f249c7 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials && cd "$(basename "$_" .git)" && git reset --hard 635322c1e49fac6c23a56131078be45f64edc193 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd "$(basename "$_" .git)" && git reset --hard 09d84235d99789447d143c4a4907c2d22e452097 && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/yolain/ComfyUI-Easy-Use && cd "$(basename "$_" .git)" && git reset --hard 7b1dc8ce62ee8bf4360d114b92c3b256f06cd28e && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/al-swaiti/ComfyUI-OllamaGemini && cd "$(basename "$_" .git)" && pip install -r requirements.txt -# cd ~/ComfyUI/custom_nodes && git clone https://github.com/Yanick112/ComfyUI-ToSVG.git && cd "$(basename "$_" .git)" && pip install -r requirements.txt \ No newline at end of file From 5f837f7ec7ea2c69cd07be690aafdb2824e7b125 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 23 Oct 2024 17:27:10 -0400 Subject: [PATCH 27/38] changed to .json fo form refs --- Components/flux_txt2img/form.json | 6 +++--- Components/img2img/form.json | 6 +++--- Components/txt2img/form.json | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Components/flux_txt2img/form.json b/Components/flux_txt2img/form.json index 1fe5a8c..92aa7d2 100644 --- a/Components/flux_txt2img/form.json +++ b/Components/flux_txt2img/form.json @@ -11,7 +11,7 @@ { "name": "Aspect Ratio", "id": "aspect_ratio", - "conf_file": "aspect_ratio.yaml" + "conf_file": "aspect_ratio.json" }, { "name": "Steps", @@ -27,13 +27,13 @@ "name": "Sampler", "id": "sampler", "default": "DPM++ 2M", - "conf_file": "samplers.yaml" + "conf_file": "samplers.json" }, { "name": "Scheduler", "id": "scheduler", "default": "Euler a", - "conf_file": "schedulers.yaml" + "conf_file": "schedulers.json" } ] } diff --git a/Components/img2img/form.json b/Components/img2img/form.json index 3d5220d..5826cc1 100644 --- a/Components/img2img/form.json +++ b/Components/img2img/form.json @@ -34,7 +34,7 @@ { "name": "Aspect Ratio", "id": "aspect_ratio", - "conf_file": "aspect_ratio.yaml" + "conf_file": "aspect_ratio.json" }, { "name": "Steps", @@ -50,13 +50,13 @@ "name": "Sampler", "id": "sampler", "default": "Euler a", - "conf_file": "samplers.yaml" + "conf_file": "samplers.json" }, { "name": "Scheduler", "id": "scheduler", "default": "Karras", - "conf_file": "samplers.yaml" + "conf_file": "samplers.json" }, { "name": "Guidance (CFG)", diff --git a/Components/txt2img/form.json b/Components/txt2img/form.json index 13ac3a8..18743d8 100644 --- a/Components/txt2img/form.json +++ b/Components/txt2img/form.json @@ -1,12 +1,12 @@ { - "server": "basic", + "server": "flux", "name": "Text to Image", "params": { "main": [ { "name": "Model", "id": "model", - "conf_file": "all_models.yaml" + "conf_file": "sd_models.json" }, { "name": "Prompt", @@ -21,7 +21,7 @@ { "name": "Aspect Ratio", "id": "aspect_ratio", - "conf_file": "aspect_ratio.yaml" + "conf_file": "aspect_ratio.json" }, { "name": "Steps", @@ -37,13 +37,13 @@ "name": "Sampler", "id": "sampler", "default": "Euler a", - "conf_file": "samplers.yaml" + "conf_file": "samplers.json" }, { "name": "Scheduler", "id": "scheduler", "default": "Karras", - "conf_file": "schedulers.yaml" + "conf_file": "schedulers.json" }, { "name": "Guidance (CFG)", From 3b97bec310d39d2a76b19b1ade5f98be69a05d3c Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 23 Oct 2024 17:29:24 -0400 Subject: [PATCH 28/38] updated docker file --- docker/basic/Dockerfile | 4 ---- docker/flux/Dockerfile | 4 ---- docker/video/Dockerfile | 4 ---- 3 files changed, 12 deletions(-) diff --git a/docker/basic/Dockerfile b/docker/basic/Dockerfile index 8edbfee..a6e9d8a 100644 --- a/docker/basic/Dockerfile +++ b/docker/basic/Dockerfile @@ -17,10 +17,6 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo -RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -RUN pip install -r ${ROOT}/ComfyUI/requirements.txt -RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware WORKDIR ${ROOT} diff --git a/docker/flux/Dockerfile b/docker/flux/Dockerfile index 8edbfee..a6e9d8a 100644 --- a/docker/flux/Dockerfile +++ b/docker/flux/Dockerfile @@ -17,10 +17,6 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo -RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -RUN pip install -r ${ROOT}/ComfyUI/requirements.txt -RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware WORKDIR ${ROOT} diff --git a/docker/video/Dockerfile b/docker/video/Dockerfile index ab059ed..3b6dfd9 100644 --- a/docker/video/Dockerfile +++ b/docker/video/Dockerfile @@ -17,10 +17,6 @@ COPY ./nodes.sh /scripts/nodes.sh RUN /scripts/nodes.sh RUN eval "$(ssh-agent -s)" && ssh-add /root/.ssh/id_ed25519 && ssh-keyscan github.com > ~/.ssh/githubKey && ssh-keygen -lf ~/.ssh/githubKey && cat ~/.ssh/githubKey >> ~/.ssh/known_hosts -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node nginx -RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -RUN git -C ${ROOT}/ComfyUI reset --hard 9f4daca -RUN pip install -r ${ROOT}/ComfyUI/requirements.txt RUN pip install opencv-python RUN pip install --pre onediff onediffx From eff26089cbc4c47f10e6ab096d91551edc3afc45 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 23 Oct 2024 18:14:51 -0400 Subject: [PATCH 29/38] updated docker file --- docker/_global/start.sh | 9 +++++---- docker/basic/start.sh | 9 +++++---- docker/dev/models.sh | 3 +-- docker/dev/start.sh | 12 +++++++----- docker/flux/start.sh | 9 +++++---- docker/video/start.sh | 9 +++++---- 6 files changed, 28 insertions(+), 23 deletions(-) diff --git a/docker/_global/start.sh b/docker/_global/start.sh index 4ec14a6..63a1f50 100755 --- a/docker/_global/start.sh +++ b/docker/_global/start.sh @@ -10,12 +10,13 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx -RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -RUN pip install -r ${ROOT}/ComfyUI/requirements.txt -RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + +git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/basic/start.sh b/docker/basic/start.sh index 4ec14a6..63a1f50 100755 --- a/docker/basic/start.sh +++ b/docker/basic/start.sh @@ -10,12 +10,13 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx -RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -RUN pip install -r ${ROOT}/ComfyUI/requirements.txt -RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + +git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/dev/models.sh b/docker/dev/models.sh index 3b3dffd..d565b4c 100755 --- a/docker/dev/models.sh +++ b/docker/dev/models.sh @@ -1,3 +1,2 @@ #!/bin/bash -ROOT=/comfyui-launcher/ComfyUI - +ROOT=/comfyui-launcher/ComfyUI \ No newline at end of file diff --git a/docker/dev/start.sh b/docker/dev/start.sh index 2172519..63a1f50 100755 --- a/docker/dev/start.sh +++ b/docker/dev/start.sh @@ -9,16 +9,18 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx -RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -RUN pip install -r ${ROOT}/ComfyUI/requirements.txt -RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx + +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + +git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" - +ln -s /etc/nginx-repo/node /etc/nginx /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/flux/start.sh b/docker/flux/start.sh index 4ec14a6..63a1f50 100755 --- a/docker/flux/start.sh +++ b/docker/flux/start.sh @@ -10,12 +10,13 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx -RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -RUN pip install -r ${ROOT}/ComfyUI/requirements.txt -RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + +git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" diff --git a/docker/video/start.sh b/docker/video/start.sh index 4ec14a6..63a1f50 100755 --- a/docker/video/start.sh +++ b/docker/video/start.sh @@ -10,12 +10,13 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes /scripts/models.sh -RUN rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx -RUN git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -RUN pip install -r ${ROOT}/ComfyUI/requirements.txt -RUN git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + +git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" From ca7ada4ae3b49c8c50f4d9c6bdcb43d7a1862400 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 23 Oct 2024 18:25:33 -0400 Subject: [PATCH 30/38] updated docker file --- docker/_global/start.sh | 15 ++++++--------- docker/basic/start.sh | 15 ++++++--------- docker/dev/start.sh | 15 ++++++--------- docker/flux/start.sh | 15 ++++++--------- docker/video/start.sh | 15 ++++++--------- 5 files changed, 30 insertions(+), 45 deletions(-) diff --git a/docker/_global/start.sh b/docker/_global/start.sh index 63a1f50..4f830b5 100755 --- a/docker/_global/start.sh +++ b/docker/_global/start.sh @@ -2,25 +2,22 @@ ROOT=/comfyui-launcher -cd ${ROOT}/ComfyUI +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +cd ${ROOT}/ComfyUI && pip install -r ${ROOT}/ComfyUI/requirements.txt rm -rf custom_nodes mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes - /scripts/models.sh - - -rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx - -git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node /etc/nginx + /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/basic/start.sh b/docker/basic/start.sh index 63a1f50..4f830b5 100755 --- a/docker/basic/start.sh +++ b/docker/basic/start.sh @@ -2,25 +2,22 @@ ROOT=/comfyui-launcher -cd ${ROOT}/ComfyUI +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +cd ${ROOT}/ComfyUI && pip install -r ${ROOT}/ComfyUI/requirements.txt rm -rf custom_nodes mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes - /scripts/models.sh - - -rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx - -git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node /etc/nginx + /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/dev/start.sh b/docker/dev/start.sh index 63a1f50..4f830b5 100755 --- a/docker/dev/start.sh +++ b/docker/dev/start.sh @@ -2,25 +2,22 @@ ROOT=/comfyui-launcher -cd ${ROOT}/ComfyUI +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +cd ${ROOT}/ComfyUI && pip install -r ${ROOT}/ComfyUI/requirements.txt rm -rf custom_nodes mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes - /scripts/models.sh - - -rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx - -git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node /etc/nginx + /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/flux/start.sh b/docker/flux/start.sh index 63a1f50..4f830b5 100755 --- a/docker/flux/start.sh +++ b/docker/flux/start.sh @@ -2,25 +2,22 @@ ROOT=/comfyui-launcher -cd ${ROOT}/ComfyUI +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +cd ${ROOT}/ComfyUI && pip install -r ${ROOT}/ComfyUI/requirements.txt rm -rf custom_nodes mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes - /scripts/models.sh - - -rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx - -git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node /etc/nginx + /etc/init.d/nginx start sleep infinity \ No newline at end of file diff --git a/docker/video/start.sh b/docker/video/start.sh index 63a1f50..4f830b5 100755 --- a/docker/video/start.sh +++ b/docker/video/start.sh @@ -2,25 +2,22 @@ ROOT=/comfyui-launcher -cd ${ROOT}/ComfyUI +rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx +ln -s /etc/nginx-repo/node /etc/nginx +git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI +cd ${ROOT}/ComfyUI && pip install -r ${ROOT}/ComfyUI/requirements.txt rm -rf custom_nodes mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes - /scripts/models.sh - - -rm -rf /etc/nginx && git clone git@github.com:stakeordie/emprops-nginx-conf.git /etc/nginx-repo && ln -s /etc/nginx-repo/node /etc/nginx - -git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI -pip install -r ${ROOT}/ComfyUI/requirements.txt pm2 start --name comfy "python main.py --port 3002" + git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware cd ${ROOT}/comfy-middleware pm2 start --name comfy-middleware "python main.py --port 3001" -ln -s /etc/nginx-repo/node /etc/nginx + /etc/init.d/nginx start sleep infinity \ No newline at end of file From 5124c4f2a17466a16cca94098b4f975f078c9ab7 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Wed, 23 Oct 2024 23:45:50 -0400 Subject: [PATCH 31/38] updated docker file --- Components/field_conf_files/samplers.json | 92 +++------- Components/flux_txt2img/api.json | 210 ---------------------- 2 files changed, 24 insertions(+), 278 deletions(-) delete mode 100644 Components/flux_txt2img/api.json diff --git a/Components/field_conf_files/samplers.json b/Components/field_conf_files/samplers.json index 6b4b0f1..c68819e 100644 --- a/Components/field_conf_files/samplers.json +++ b/Components/field_conf_files/samplers.json @@ -4,87 +4,59 @@ "options": [ { "name": "Euler a", - "value": "Euler a" + "value": "euler_ancestral" }, { "name": "Euler", - "value": "Euler" + "value": "euler" }, { "name": "LMS", - "value": "LMS" + "value": "lms" }, { "name": "Heun", - "value": "Heun" + "value": "heun" }, { - "name": "DPM2", - "value": "DPM2" + "name": "DPM 2", + "value": "dpm_2" }, { - "name": "DPM2 a", - "value": "DPM2 a" + "name": "DPM 2 a", + "value": "dpm_2_ancestral" }, { - "name": "DPM2 Karras", - "value": "DPM2" - }, - { - "name": "DPM2 a Karras", - "value": "DPM2 a Karras" + "name": "DPM fast", + "value": "dpm_fast" }, { - "name": "DPM++ 2S a", - "value": "DPM++ 2S a" + "name": "DPM adaptive", + "value": "dpm_adaptive" }, { - "name": "DPM++ 2S a Karras", - "value": "DPM++ 2S a Karras" + "name": "DPM++ 2 a", + "value": "dpmpp_2s_ancestral" }, { "name": "DPM++ SDE", - "value": "DPM++ SDE" + "value": "dpmpp_sde" }, { - "name": "DPM++ SDE Karras", - "value": "DPM++ SDE Karras" + "name": "DPM++ SDE GPU", + "value": "dpmpp_sde_gpu" }, { "name": "DPM++ 2M", - "value": "DPM++ 2M" - }, - { - "name": "DPM++ 2M Karras", - "value": "DPM++ 2M Karras" + "value": "dpmpp_2m" }, { "name": "DPM++ 2M SDE", - "value": "DPM++ 2M SDE" - }, - { - "name": "DPM++ 2M SDE Karras", - "value": "DPM++ 2M SDE Karras" - }, - { - "name": "DPM++ 2M SDE Exponential", - "value": "DPM++ 2M SDE Exponential" - }, - { - "name": "DPM++ 2M SDE Heun", - "value": "DPM++ 2M SDE Heun" - }, - { - "name": "DPM++ 2M SDE Heun Karras", - "value": "DPM++ 2M SDE Heun Karras" - }, - { - "name": "DPM++ 2M SDE Heun Exponential", - "value": "DPM++ 2M SDE Heun Exponential" + "value": "dpmpp_2m_sde" }, { "name": "DPM++ 3M SDE", - "value": "DPM++ 3M SDE" + "value": "dpmpp_3m_sde" }, { "name": "DPM++ 3M SDE Karras", @@ -94,33 +66,17 @@ "name": "DPM++ 3M SDE Exponential", "value": "DPM++ 3M SDE Exponential" }, - { - "name": "DPM fast", - "value": "DPM fast" - }, - { - "name": "DPM adaptive", - "value": "DPM adaptive" - }, - { - "name": "LMS Karras", - "value": "LMS Karras" - }, - { - "name": "Restart", - "value": "Restart" - }, { "name": "DDIM", - "value": "DDIM" + "value": "ddim" }, { - "name": "PLMS", - "value": "PLMS" + "name": "LCM", + "value": "lcm" }, { "name": "UniPC", - "value": "UniPC" + "value": "uni_pc" } ] } \ No newline at end of file diff --git a/Components/flux_txt2img/api.json b/Components/flux_txt2img/api.json deleted file mode 100644 index a01a657..0000000 --- a/Components/flux_txt2img/api.json +++ /dev/null @@ -1,210 +0,0 @@ -{ - "workflow": { - "5": { - "inputs": { - "width": 1024, - "height": 1024, - "batch_size": 1 - }, - "class_type": "EmptyLatentImage", - "_meta": { - "title": "Empty Latent Image" - } - }, - "6": { - "inputs": { - "text": "a candid photo of a deer sitting in the garden of eden, surrounded by mystical magical plants and a gorgeous picturesque backgroungd", - "clip": [ - "11", - 0 - ] - }, - "class_type": "CLIPTextEncode", - "_meta": { - "title": "CLIP Text Encode (Prompt)" - } - }, - "8": { - "inputs": { - "samples": [ - "28:3", - 0 - ], - "vae": [ - "10", - 0 - ] - }, - "class_type": "VAEDecode", - "_meta": { - "title": "VAE Decode" - } - }, - "10": { - "inputs": { - "vae_name": "ae.safetensors" - }, - "class_type": "VAELoader", - "_meta": { - "title": "Load VAE" - } - }, - "11": { - "inputs": { - "clip_name1": "t5xxl_fp8_e4m3fn.safetensors", - "clip_name2": "clip_l.safetensors", - "type": "flux" - }, - "class_type": "DualCLIPLoader", - "_meta": { - "title": "DualCLIPLoader" - } - }, - "12": { - "inputs": { - "unet_name": "flux1-dev-fp8.safetensors", - "weight_dtype": "fp8_e4m3fn" - }, - "class_type": "UNETLoader", - "_meta": { - "title": "Load Diffusion Model" - } - }, - "25": { - "inputs": { - "model": [ - "12", - 0 - ], - "conditioning": [ - "6", - 0 - ] - }, - "class_type": "BasicGuider", - "_meta": { - "title": "BasicGuider" - } - }, - "27": { - "inputs": { - "filename_prefix": "flux_txt2img", - "images": [ - "8", - 0 - ] - }, - "class_type": "SaveImage", - "_meta": { - "title": "Save Image" - } - }, - "28:0": { - "inputs": { - "noise_seed": 312118408590818 - }, - "class_type": "RandomNoise", - "_meta": { - "title": "RandomNoise" - } - }, - "28:1": { - "inputs": { - "sampler_name": "euler" - }, - "class_type": "KSamplerSelect", - "_meta": { - "title": "KSamplerSelect" - } - }, - "28:2": { - "inputs": { - "scheduler": "simple", - "steps": 8, - "denoise": 1, - "model": [ - "12", - 0 - ] - }, - "class_type": "BasicScheduler", - "_meta": { - "title": "BasicScheduler" - } - }, - "28:3": { - "inputs": { - "noise": [ - "28:0", - 0 - ], - "guider": [ - "25", - 0 - ], - "sampler": [ - "28:1", - 0 - ], - "sigmas": [ - "28:2", - 0 - ], - "latent_image": [ - "5", - 0 - ] - }, - "class_type": "SamplerCustomAdvanced", - "_meta": { - "title": "SamplerCustomAdvanced" - } - } - }, - "inputs": { - "6": { - "txt": { - "value": "prompt", - "default": "a candid photo of a deer sitting in the garden of eden, surrounded by mystical magical plants and a gorgeous picturesque background", - "is_required": false - } - }, - "5": { - "width": { - "value": "width", - "is_required": false, - "default": 1024 - }, - "height": { - "value": "height", - "is_required": false, - "default": 1024 - } - }, - "28:0": { - "noise_seed": { - "value": "seed", - "is_required": true - } - }, - "28:1": { - "sampler_name": { - "value": "sampler", - "is_required": false, - "default": "euler" - } - }, - "28:2": { - "steps": { - "value": "steps", - "is_required": false, - "default": 8 - }, - "scheduler": { - "value": "scheduler", - "is_required": false, - "default": "dpmpp_2m" - } - } - } -} \ No newline at end of file From d9bd4ae7ce2ae8fa5540bb2d3d0a1d5cd35fe097 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Thu, 24 Oct 2024 12:32:57 -0400 Subject: [PATCH 32/38] fixed aspect ration options --- Components/field_conf_files/aspect_ratio.json | 72 +++++----- Components/field_conf_files/samplers.json | 8 -- Components/img2img/api.json | 17 +++ Components/img2img/ref/test_call.json | 14 -- Components/txt2img/api.json | 132 ++++++++++-------- Components/txt2img/form.json | 4 +- 6 files changed, 127 insertions(+), 120 deletions(-) delete mode 100644 Components/img2img/ref/test_call.json diff --git a/Components/field_conf_files/aspect_ratio.json b/Components/field_conf_files/aspect_ratio.json index ab83926..aebc0dc 100644 --- a/Components/field_conf_files/aspect_ratio.json +++ b/Components/field_conf_files/aspect_ratio.json @@ -1,27 +1,27 @@ { "name": "Aspect Ratio", "type": "aspect_ratio", - "default": 61, + "default": "1:1", "options": [ { - "option": 556, - "bases": [ + "option": "9:16", + "output_bases": [ { - "base": 512, + "output_base": 512, "values": { "width": 384, "height": 688 } }, { - "base": 768, + "output_base": 768, "values": { "width": 576, "height": 1024 } }, { - "base": 1024, + "output_base": 1024, "values": { "width": 768, "height": 1360 @@ -30,24 +30,24 @@ ] }, { - "option": 184, - "bases": [ + "option": "3:4", + "output_bases": [ { - "base": 512, + "output_base": 512, "values": { "width": 432, "height": 576 } }, { - "base": 768, + "output_base": 768, "values": { "width": 656, "height": 864 } }, { - "base": 1024, + "output_base": 1024, "values": { "width": 864, "height": 1152 @@ -56,24 +56,24 @@ ] }, { - "option": 123, - "bases": [ + "option": "2:3", + "output_bases": [ { - "base": 512, + "output_base": 512, "values": { "width": 384, "height": 576 } }, { - "base": 768, + "output_base": 768, "values": { "width": 576, "height": 864 } }, { - "base": 1024, + "output_base": 1024, "values": { "width": 768, "height": 1152 @@ -82,24 +82,24 @@ ] }, { - "option": 61, - "bases": [ + "option": "1:1", + "output_bases": [ { - "base": 512, + "output_base": 512, "values": { "width": 512, "height": 512 } }, { - "base": 768, + "output_base": 768, "values": { "width": 768, "height": 768 } }, { - "base": 1024, + "output_base": 1024, "values": { "width": 1024, "height": 1024 @@ -108,24 +108,24 @@ ] }, { - "option": 182, - "bases": [ + "option": "3:2", + "output_bases": [ { - "base": 512, + "output_base": 512, "values": { "width": 576, "height": 384 } }, { - "base": 768, + "output_base": 768, "values": { "width": 864, "height": 576 } }, { - "base": 1024, + "output_base": 1024, "values": { "width": 1152, "height": 768 @@ -134,24 +134,24 @@ ] }, { - "option": 243, - "bases": [ + "option": "4:3", + "output_bases": [ { - "base": 512, + "output_base": 512, "values": { "width": 576, "height": 432 } }, { - "base": 768, + "output_base": 768, "values": { "width": 864, "height": 656 } }, { - "base": 1024, + "output_base": 1024, "values": { "width": 1152, "height": 864 @@ -160,24 +160,24 @@ ] }, { - "option": 969, - "bases": [ + "option": "16:9", + "output_bases": [ { - "base": 512, + "output_base": 512, "values": { "width": 688, "height": 384 } }, { - "base": 768, + "output_base": 768, "values": { "width": 1024, "height": 576 } }, { - "base": 1024, + "output_base": 1024, "values": { "width": 1360, "height": 768 diff --git a/Components/field_conf_files/samplers.json b/Components/field_conf_files/samplers.json index c68819e..499b28f 100644 --- a/Components/field_conf_files/samplers.json +++ b/Components/field_conf_files/samplers.json @@ -58,14 +58,6 @@ "name": "DPM++ 3M SDE", "value": "dpmpp_3m_sde" }, - { - "name": "DPM++ 3M SDE Karras", - "value": "DPM++ 3M SDE Karras" - }, - { - "name": "DPM++ 3M SDE Exponential", - "value": "DPM++ 3M SDE Exponential" - }, { "name": "DDIM", "value": "ddim" diff --git a/Components/img2img/api.json b/Components/img2img/api.json index 3d15cca..0650b38 100644 --- a/Components/img2img/api.json +++ b/Components/img2img/api.json @@ -1,4 +1,7 @@ { + "name": "sd_img2img", + "description": "Generates an image from an image with SD models", + "server_id": "", "workflow": { "8": { "inputs": { @@ -208,5 +211,19 @@ "default": "" } } + }, + "test": { + "model": "Juggernaut-XI-byRunDiffusion.safetensors", + "seed": "2145214451", + "steps": "20", + "cfg": "7", + "sampler": "dpmpp_2m", + "scheduler": "ddim_uniform", + "denoising": "0.7", + "image": "/assets/stadaII.png", + "width": "1024", + "height": "1024", + "prompt": "a dog in a car", + "negative_prompt": "" } } \ No newline at end of file diff --git a/Components/img2img/ref/test_call.json b/Components/img2img/ref/test_call.json deleted file mode 100644 index b34f8cf..0000000 --- a/Components/img2img/ref/test_call.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "model": "Juggernaut-XI-byRunDiffusion.safetensors", - "seed": "2145214451", - "steps": "20", - "cfg": "7", - "sampler": "dpmpp_2m", - "scheduler": "ddim_uniform", - "denoising": "0.7", - "image": "/assets/stadaII.png", - "width": "1024", - "height": "1024", - "prompt": "a dog in a car", - "negative_prompt": "" -} \ No newline at end of file diff --git a/Components/txt2img/api.json b/Components/txt2img/api.json index a3f279b..0e15b54 100644 --- a/Components/txt2img/api.json +++ b/Components/txt2img/api.json @@ -1,4 +1,65 @@ { + "inputs": { + "4": { + "ckpt_name": { + "value": "model", + "default": "Juggernaut-XI-byRunDiffusion.safetensors", + "is_required": false + } + }, + "3": { + "seed": { + "value": "seed", + "is_required": true + }, + "steps": { + "value": "steps", + "is_required": false, + "default": 20 + }, + "cfg": { + "value": "cfg", + "is_required": false, + "default": 7 + }, + "sampler_name": { + "value": "sampler", + "is_required": false, + "default": "euler" + }, + "scheduler": { + "value": "scheduler", + "is_required": false, + "default": "normal" + } + }, + "5": { + "width": { + "value": "width", + "is_required": false, + "default": 1024 + }, + "height": { + "value": "height", + "is_required": false, + "default": 1024 + } + }, + "6": { + "text": { + "value": "prompt", + "is_required": false, + "default": "" + } + }, + "7": { + "text": { + "value": "negative_prompt", + "is_required": false, + "default": "" + } + } + }, "workflow": { "3": { "inputs": { @@ -106,65 +167,16 @@ } } }, - "inputs": { - "4": { - "ckpt_name": { - "value": "model", - "default": "Juggernaut-XI-byRunDiffusion.safetensors", - "is_required": false - } - }, - "3": { - "seed": { - "value": "seed", - "is_required": true - }, - "steps": { - "value": "steps", - "is_required": false, - "default": 20 - }, - "cfg": { - "value": "cfg", - "is_required": false, - "default": 7 - }, - "sampler_name": { - "value": "sampler", - "is_required": false, - "default": "euler" - }, - "scheduler": { - "value": "scheduler", - "is_required": false, - "default": "normal" - } - }, - "5": { - "width": { - "value": "width", - "is_required": false, - "default": 1024 - }, - "height": { - "value": "height", - "is_required": false, - "default": 1024 - } - }, - "6": { - "text": { - "value": "prompt", - "is_required": false, - "default": "" - } - }, - "7": { - "text": { - "value": "negative_prompt", - "is_required": false, - "default": "" - } - } + "test": { + "model": "Juggernaut-XI-byRunDiffusion.safetensors", + "seed": "2145214451", + "steps": "20", + "cfg": "7", + "sampler": "dpmpp_2m", + "scheduler": "ddim_uniform", + "width": "1024", + "height": "1024", + "prompt": "a dog in a car", + "negative_prompt": "" } } \ No newline at end of file diff --git a/Components/txt2img/form.json b/Components/txt2img/form.json index 18743d8..8d52c7d 100644 --- a/Components/txt2img/form.json +++ b/Components/txt2img/form.json @@ -36,13 +36,13 @@ { "name": "Sampler", "id": "sampler", - "default": "Euler a", + "default": "euler_ancestral", "conf_file": "samplers.json" }, { "name": "Scheduler", "id": "scheduler", - "default": "Karras", + "default": "karras", "conf_file": "schedulers.json" }, { From fea9209627a70fa04f3c1b3f270c5dd80c593464 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Thu, 24 Oct 2024 12:33:06 -0400 Subject: [PATCH 33/38] fixed aspect ration options --- Components/flux_txt2img/api.json | 222 +++++++++++++++++++++++++++++++ 1 file changed, 222 insertions(+) create mode 100644 Components/flux_txt2img/api.json diff --git a/Components/flux_txt2img/api.json b/Components/flux_txt2img/api.json new file mode 100644 index 0000000..d88acb9 --- /dev/null +++ b/Components/flux_txt2img/api.json @@ -0,0 +1,222 @@ +{ + "name": "flux_txt2img", + "description": "Generates an image from a text prompt using the Flux model.", + "server_id": "859d9f6c-142c-4da4-be72-d52bbe21970d", + "inputs": { + "6": { + "text": { + "value": "prompt", + "default": "a candid photo of a deer sitting in the garden of eden, surrounded by mystical magical plants and a gorgeous picturesque background", + "is_required": false + } + }, + "5": { + "width": { + "value": "width", + "is_required": false, + "default": 1024 + }, + "height": { + "value": "height", + "is_required": false, + "default": 1024 + } + }, + "28:0": { + "noise_seed": { + "value": "seed", + "is_required": true + } + }, + "28:1": { + "sampler_name": { + "value": "sampler", + "is_required": false, + "default": "dpmpp_2m" + } + }, + "28:2": { + "steps": { + "value": "steps", + "is_required": false, + "default": 8 + }, + "scheduler": { + "value": "scheduler", + "is_required": false, + "default": "beta" + } + } + }, + "workflow": { + "5": { + "inputs": { + "width": 1024, + "height": 1024, + "batch_size": 1 + }, + "class_type": "EmptyLatentImage", + "_meta": { + "title": "Empty Latent Image" + } + }, + "6": { + "inputs": { + "text": "a candid photo of a deer sitting in the garden of eden, surrounded by mystical magical plants and a gorgeous picturesque backgroungd", + "clip": [ + "11", + 0 + ] + }, + "class_type": "CLIPTextEncode", + "_meta": { + "title": "CLIP Text Encode (Prompt)" + } + }, + "8": { + "inputs": { + "samples": [ + "28:3", + 0 + ], + "vae": [ + "10", + 0 + ] + }, + "class_type": "VAEDecode", + "_meta": { + "title": "VAE Decode" + } + }, + "10": { + "inputs": { + "vae_name": "ae.safetensors" + }, + "class_type": "VAELoader", + "_meta": { + "title": "Load VAE" + } + }, + "11": { + "inputs": { + "clip_name1": "t5xxl_fp8_e4m3fn.safetensors", + "clip_name2": "clip_l.safetensors", + "type": "flux" + }, + "class_type": "DualCLIPLoader", + "_meta": { + "title": "DualCLIPLoader" + } + }, + "12": { + "inputs": { + "unet_name": "flux1-dev-fp8.safetensors", + "weight_dtype": "fp8_e4m3fn" + }, + "class_type": "UNETLoader", + "_meta": { + "title": "Load Diffusion Model" + } + }, + "25": { + "inputs": { + "model": [ + "12", + 0 + ], + "conditioning": [ + "6", + 0 + ] + }, + "class_type": "BasicGuider", + "_meta": { + "title": "BasicGuider" + } + }, + "27": { + "inputs": { + "filename_prefix": "flux_txt2img", + "images": [ + "8", + 0 + ] + }, + "class_type": "SaveImage", + "_meta": { + "title": "Save Image" + } + }, + "28:0": { + "inputs": { + "noise_seed": 312118408590818 + }, + "class_type": "RandomNoise", + "_meta": { + "title": "RandomNoise" + } + }, + "28:1": { + "inputs": { + "sampler_name": "euler" + }, + "class_type": "KSamplerSelect", + "_meta": { + "title": "KSamplerSelect" + } + }, + "28:2": { + "inputs": { + "scheduler": "simple", + "steps": 8, + "denoise": 1, + "model": [ + "12", + 0 + ] + }, + "class_type": "BasicScheduler", + "_meta": { + "title": "BasicScheduler" + } + }, + "28:3": { + "inputs": { + "noise": [ + "28:0", + 0 + ], + "guider": [ + "25", + 0 + ], + "sampler": [ + "28:1", + 0 + ], + "sigmas": [ + "28:2", + 0 + ], + "latent_image": [ + "5", + 0 + ] + }, + "class_type": "SamplerCustomAdvanced", + "_meta": { + "title": "SamplerCustomAdvanced" + } + } + }, + "test": { + "seed": "2145214451", + "prompt": "a dog in a car", + "steps": "10", + "width": "1024", + "height": "1024", + "sampler": "dpmpp_2m", + "scheduler": "beta" + } +} \ No newline at end of file From 782114e97a3e51e41411393ee0fc069b57d4403b Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Thu, 24 Oct 2024 12:35:19 -0400 Subject: [PATCH 34/38] saved api.json files --- Components/flux_txt2img/api.json | 4 ++-- Components/txt2img/api.json | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Components/flux_txt2img/api.json b/Components/flux_txt2img/api.json index d88acb9..7231d83 100644 --- a/Components/flux_txt2img/api.json +++ b/Components/flux_txt2img/api.json @@ -1,10 +1,10 @@ { "name": "flux_txt2img", "description": "Generates an image from a text prompt using the Flux model.", - "server_id": "859d9f6c-142c-4da4-be72-d52bbe21970d", + "server_id": "", "inputs": { "6": { - "text": { + "txt": { "value": "prompt", "default": "a candid photo of a deer sitting in the garden of eden, surrounded by mystical magical plants and a gorgeous picturesque background", "is_required": false diff --git a/Components/txt2img/api.json b/Components/txt2img/api.json index 0e15b54..a5cf770 100644 --- a/Components/txt2img/api.json +++ b/Components/txt2img/api.json @@ -1,4 +1,7 @@ { + "name": "sd_txt2img", + "description": "Generates an image from a prompt with SD models", + "server_id": "", "inputs": { "4": { "ckpt_name": { From 1cd08a0c67391c95284629537e2e10bec7587322 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Thu, 24 Oct 2024 12:39:16 -0400 Subject: [PATCH 35/38] added upscale_alt conversion component --- Components/flux_txt2img/ref/test_call.json | 9 - Components/txt2img/ref/test_call.json | 12 - Components/upscale_alt/api.json | 81 +++++++ Components/upscale_alt/form.json | 79 +++++++ Components/upscale_alt/ref/upscale_api.json | 64 ++++++ Components/upscale_alt/ref/upscale_full.json | 229 +++++++++++++++++++ 6 files changed, 453 insertions(+), 21 deletions(-) delete mode 100644 Components/flux_txt2img/ref/test_call.json delete mode 100644 Components/txt2img/ref/test_call.json create mode 100644 Components/upscale_alt/api.json create mode 100644 Components/upscale_alt/form.json create mode 100644 Components/upscale_alt/ref/upscale_api.json create mode 100644 Components/upscale_alt/ref/upscale_full.json diff --git a/Components/flux_txt2img/ref/test_call.json b/Components/flux_txt2img/ref/test_call.json deleted file mode 100644 index 30a6403..0000000 --- a/Components/flux_txt2img/ref/test_call.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "seed": "2145214451", - "prompt": "a dog in a car", - "steps": "10", - "width": "1024", - "height": "1024", - "sampler": "DPM++ 2M", - "scheduler": "ddim_uniform" -} \ No newline at end of file diff --git a/Components/txt2img/ref/test_call.json b/Components/txt2img/ref/test_call.json deleted file mode 100644 index 6fe96c6..0000000 --- a/Components/txt2img/ref/test_call.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "model": "Juggernaut-XI-byRunDiffusion.safetensors", - "seed": "2145214451", - "steps": "20", - "cfg": "7", - "sampler": "dpmpp_2m", - "scheduler": "ddim_uniform", - "width": "1024", - "height": "1024", - "prompt": "a dog in a car", - "negative_prompt": "" -} \ No newline at end of file diff --git a/Components/upscale_alt/api.json b/Components/upscale_alt/api.json new file mode 100644 index 0000000..284d7e2 --- /dev/null +++ b/Components/upscale_alt/api.json @@ -0,0 +1,81 @@ +{ + "name": "sd_txt2img", + "description": "Generates an image from a prompt with SD models", + "server_id": "", + "inputs": { + "4": { + "ckpt_name": { + "value": "model", + "default": "Juggernaut-XI-byRunDiffusion.safetensors", + "is_required": false + } + } + }, + "workflow": { + "67": { + "inputs": { + "upscale_model": [ + "68", + 0 + ], + "image": [ + "100", + 0 + ] + }, + "class_type": "ImageUpscaleWithModel", + "_meta": { + "title": "Upscale Image (using Model)" + } + }, + "68": { + "inputs": { + "model_name": "4x-UltraSharp.pth" + }, + "class_type": "UpscaleModelLoader", + "_meta": { + "title": "Load Upscale Model" + } + }, + "100": { + "inputs": { + "image": "upscaler-comf.png", + "upload": "image" + }, + "class_type": "LoadImage", + "_meta": { + "title": "Load Image" + } + }, + "102": { + "inputs": { + "filename_prefix": "Upscaler", + "images": [ + "104", + 0 + ] + }, + "class_type": "SaveImage", + "_meta": { + "title": "Save Image" + } + }, + "104": { + "inputs": { + "upscale_method": "nearest-exact", + "scale_by": 4, + "image": [ + "67", + 0 + ] + }, + "class_type": "ImageScaleBy", + "_meta": { + "title": "Upscale Image By" + } + } + }, + "test": { + "seed": "2145214451" + } +} \ No newline at end of file diff --git a/Components/upscale_alt/form.json b/Components/upscale_alt/form.json new file mode 100644 index 0000000..badee5f --- /dev/null +++ b/Components/upscale_alt/form.json @@ -0,0 +1,79 @@ +{ + "server": "basic", + "name": "Upscale", + "params": { + "main": [ + { + "name": "Select Image", + "id": "image", + "type": "image_loader" + }, + { + "name": "Model", + "id": "model", + "type": "select", + "default": "4x-UltraSharp.pth", + "options": [ + { + "name": "4X ESRGAN", + "value": "4x-ESRGAN.pth" + }, + { + "name": "4X Ultra Sharp", + "value": "4x-UltraSharp.pth" + }, + { + "name": "Real ESRGAN X2 Plus", + "value": "RealESRGAN_x2plus.pth" + }, + { + "name": "Real ESRGAN X4 Plus", + "value": "RealESRGAN_x4plus.pth" + }, + { + "name": "Real ESRGAN X4 Plus Anime 6B", + "value": "RealESRGAN_x4plus_anime_6B.pth" + } + ] + }, + { + "name": "Scale By", + "id": "scale_by", + "type": "number", + "min": 2, + "max": 4, + "step": 0.1 + } + ], + "advanced": [ + { + "name": "Upscale Method", + "id": "upscale_method", + "type": "select", + "default": "nearest-exact", + "options": [ + { + "name": "Nearest (Exact)", + "value": "nearest-exact" + }, + { + "name": "Bilinear", + "value": "bilinear" + }, + { + "name": "Area", + "value": "area" + }, + { + "name": "Bicubic", + "value": "bicubic" + }, + { + "name": "Lanczos", + "value": "lanczos" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/Components/upscale_alt/ref/upscale_api.json b/Components/upscale_alt/ref/upscale_api.json new file mode 100644 index 0000000..018590a --- /dev/null +++ b/Components/upscale_alt/ref/upscale_api.json @@ -0,0 +1,64 @@ +{ + "67": { + "inputs": { + "upscale_model": [ + "68", + 0 + ], + "image": [ + "100", + 0 + ] + }, + "class_type": "ImageUpscaleWithModel", + "_meta": { + "title": "Upscale Image (using Model)" + } + }, + "68": { + "inputs": { + "model_name": "4x-UltraSharp.pth" + }, + "class_type": "UpscaleModelLoader", + "_meta": { + "title": "Load Upscale Model" + } + }, + "100": { + "inputs": { + "image": "upscaler-comf.png", + "upload": "image" + }, + "class_type": "LoadImage", + "_meta": { + "title": "Load Image" + } + }, + "102": { + "inputs": { + "filename_prefix": "Upscaler", + "images": [ + "104", + 0 + ] + }, + "class_type": "SaveImage", + "_meta": { + "title": "Save Image" + } + }, + "104": { + "inputs": { + "upscale_method": "nearest-exact", + "scale_by": 4, + "image": [ + "67", + 0 + ] + }, + "class_type": "ImageScaleBy", + "_meta": { + "title": "Upscale Image By" + } + } +} \ No newline at end of file diff --git a/Components/upscale_alt/ref/upscale_full.json b/Components/upscale_alt/ref/upscale_full.json new file mode 100644 index 0000000..b558cff --- /dev/null +++ b/Components/upscale_alt/ref/upscale_full.json @@ -0,0 +1,229 @@ +{ + "last_node_id": 104, + "last_link_id": 8, + "nodes": [ + { + "id": 67, + "type": "ImageUpscaleWithModel", + "pos": { + "0": 515, + "1": 130 + }, + "size": { + "0": 340.20001220703125, + "1": 46 + }, + "flags": {}, + "order": 2, + "mode": 0, + "inputs": [ + { + "name": "upscale_model", + "type": "UPSCALE_MODEL", + "link": 5 + }, + { + "name": "image", + "type": "IMAGE", + "link": 6 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 8 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageUpscaleWithModel" + } + }, + { + "id": 102, + "type": "SaveImage", + "pos": { + "0": 1370.199951171875, + "1": 130 + }, + "size": [ + 315, + 270 + ], + "flags": {}, + "order": 4, + "mode": 0, + "inputs": [ + { + "name": "images", + "type": "IMAGE", + "link": 7 + } + ], + "outputs": [], + "properties": {}, + "widgets_values": [ + "Upscaler" + ] + }, + { + "id": 68, + "type": "UpscaleModelLoader", + "pos": { + "0": 100, + "1": 130 + }, + "size": { + "0": 315, + "1": 58 + }, + "flags": {}, + "order": 0, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "UPSCALE_MODEL", + "type": "UPSCALE_MODEL", + "links": [ + 5 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "UpscaleModelLoader" + }, + "widgets_values": [ + "4x-UltraSharp.pth" + ] + }, + { + "id": 100, + "type": "LoadImage", + "pos": { + "0": 100, + "1": 318 + }, + "size": [ + 315, + 314 + ], + "flags": {}, + "order": 1, + "mode": 0, + "inputs": [], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 6 + ], + "shape": 3 + }, + { + "name": "MASK", + "type": "MASK", + "links": null, + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "LoadImage" + }, + "widgets_values": [ + "upscaler-comf.png", + "image" + ] + }, + { + "id": 104, + "type": "ImageScaleBy", + "pos": { + "0": 955.2000122070312, + "1": 130 + }, + "size": { + "0": 315, + "1": 82 + }, + "flags": {}, + "order": 3, + "mode": 0, + "inputs": [ + { + "name": "image", + "type": "IMAGE", + "link": 8 + } + ], + "outputs": [ + { + "name": "IMAGE", + "type": "IMAGE", + "links": [ + 7 + ], + "shape": 3 + } + ], + "properties": { + "Node name for S&R": "ImageScaleBy" + }, + "widgets_values": [ + "nearest-exact", + 4 + ] + } + ], + "links": [ + [ + 5, + 68, + 0, + 67, + 0, + "UPSCALE_MODEL" + ], + [ + 6, + 100, + 0, + 67, + 1, + "IMAGE" + ], + [ + 7, + 104, + 0, + 102, + 0, + "IMAGE" + ], + [ + 8, + 67, + 0, + 104, + 0, + "IMAGE" + ] + ], + "groups": [], + "config": {}, + "extra": { + "ds": { + "scale": 0.9849732675807634, + "offset": { + "0": 154.88031005859375, + "1": 280.96795654296875 + } + } + }, + "version": 0.4 +} \ No newline at end of file From 757aa7eca64f4ca2a9579f43e05f00b3d0817ea2 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Thu, 24 Oct 2024 12:40:21 -0400 Subject: [PATCH 36/38] added upscale_alt conversion component 2 --- Components/upscale_alt/api.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Components/upscale_alt/api.json b/Components/upscale_alt/api.json index 284d7e2..ed44cb4 100644 --- a/Components/upscale_alt/api.json +++ b/Components/upscale_alt/api.json @@ -1,6 +1,6 @@ { - "name": "sd_txt2img", - "description": "Generates an image from a prompt with SD models", + "name": "upscale", + "description": "simple upscaler", "server_id": "", "inputs": { "4": { From 3bb7f55ead261dcfde3ada15e96fa5741259bb41 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Thu, 24 Oct 2024 14:08:19 -0400 Subject: [PATCH 37/38] upscale rough draft --- Components/upscale_alt/api.json | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/Components/upscale_alt/api.json b/Components/upscale_alt/api.json index ed44cb4..b4176a6 100644 --- a/Components/upscale_alt/api.json +++ b/Components/upscale_alt/api.json @@ -3,10 +3,28 @@ "description": "simple upscaler", "server_id": "", "inputs": { - "4": { + "68": { "ckpt_name": { "value": "model", - "default": "Juggernaut-XI-byRunDiffusion.safetensors", + "default": "4x-UltraSharp.pth", + "is_required": false + } + }, + "100": { + "image": { + "value": "image", + "is_required": true + } + }, + "104": { + "scale_by": { + "value": "scale_by", + "default": 2, + "is_required": false + }, + "upscale_method": { + "value": "upscale_method", + "default": "nearest-exact", "is_required": false } } @@ -76,6 +94,9 @@ } }, "test": { - "seed": "2145214451" + "model": "4x-UltraSharp.pth", + "image": "/asets/stadaII.png", + "scale_by": 2, + "upscale_method": "nearest-exact" } } \ No newline at end of file From 3270152241454b34af7af59dd64147bfa8160f23 Mon Sep 17 00:00:00 2001 From: Sandy Corsillo Date: Thu, 24 Oct 2024 14:40:11 -0400 Subject: [PATCH 38/38] assets --- Components/upscale_alt/api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/upscale_alt/api.json b/Components/upscale_alt/api.json index b4176a6..0581048 100644 --- a/Components/upscale_alt/api.json +++ b/Components/upscale_alt/api.json @@ -1,7 +1,7 @@ { "name": "upscale", "description": "simple upscaler", - "server_id": "", + "server_id": "d10aa75d-e69f-497f-8eaf-088c83434eeb", "inputs": { "68": { "ckpt_name": {