Paresh1879 commited on
Commit
c7110e5
·
verified ·
1 Parent(s): b93e403

Uploading files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ Images/Input/man_1.png filter=lfs diff=lfs merge=lfs -text
37
+ Images/Input/man_2.jpg filter=lfs diff=lfs merge=lfs -text
38
+ Images/Input/man_3.jpg filter=lfs diff=lfs merge=lfs -text
39
+ Images/Input/woman_2.png filter=lfs diff=lfs merge=lfs -text
40
+ Images/ex1.png filter=lfs diff=lfs merge=lfs -text
41
+ Images/ex2.png filter=lfs diff=lfs merge=lfs -text
42
+ Images/ex3.png filter=lfs diff=lfs merge=lfs -text
Dockerfile ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu22.04
2
+
3
+ ENV DEBIAN_FRONTEND=noninteractive \
4
+ TZ=America/Los_Angeles
5
+
6
+ ARG USE_PERSISTENT_DATA
7
+
8
+ RUN apt-get update && apt-get install -y \
9
+ git libgl1 libglib2.0-0 \
10
+ make build-essential libssl-dev zlib1g-dev \
11
+ libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm \
12
+ libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev git git-lfs \
13
+ ffmpeg libsm6 libxext6 cmake libgl1-mesa-glx \
14
+ && rm -rf /var/lib/apt/lists/* \
15
+ && git lfs install \
16
+ apt-get install nvidia-container-runtime
17
+
18
+ WORKDIR /code
19
+
20
+
21
+ # User
22
+ RUN useradd -m -u 1000 user
23
+ USER user
24
+ ENV HOME=/home/user \
25
+ PATH=/home/user/.local/bin:$PATH
26
+
27
+ # Pyenv
28
+ RUN curl https://pyenv.run | bash
29
+ ENV PATH=$HOME/.pyenv/shims:$HOME/.pyenv/bin:$PATH
30
+
31
+ ARG PYTHON_VERSION=3.10.12
32
+ # Python
33
+ RUN pyenv install $PYTHON_VERSION && \
34
+ pyenv global $PYTHON_VERSION && \
35
+ pyenv rehash && \
36
+ pip install --no-cache-dir --upgrade pip setuptools wheel && \
37
+ pip install --no-cache-dir \
38
+ datasets \
39
+ huggingface-hub "protobuf<4" "click<8.1"
40
+
41
+ # PyTorch installation with CUDA 12.1 support
42
+
43
+ # Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
44
+ WORKDIR $HOME/app
45
+
46
+
47
+ RUN git clone https://github.com/comfyanonymous/ComfyUI . && \pip install xformers!=0.0.24 --no-cache-dir -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cu121
48
+
49
+ # instal custom nodes
50
+ RUN echo "Installing custom nodes..."
51
+ RUN pip install -U onnxruntime-gpu
52
+
53
+
54
+ RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
55
+ RUN cd custom_nodes && git clone https://huggingface.co/lllyasviel/ControlNet
56
+ RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
57
+ RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Inspire-Pack && cd ComfyUI-Inspire-Pack && pip install -r requirements.txt
58
+ RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Frame-Interpolation && cd ComfyUI-Frame-Interpolation && python install.py
59
+ RUN cd custom_nodes && git clone https://github.com/Fannovel16/ComfyUI-Video-Matting && cd ComfyUI-Video-Matting && pip install -r requirements.txt
60
+ RUN cd custom_nodes && git clone https://github.com/BlenderNeko/ComfyUI_Cutoff
61
+ RUN cd custom_nodes && git clone https://github.com/WASasquatch/PPF_Noise_ComfyUI && cd PPF_Noise_ComfyUI && pip install -r requirements.txt
62
+ RUN cd custom_nodes && git clone https://github.com/WASasquatch/PowerNoiseSuite && cd PowerNoiseSuite && pip install -r requirements.txt
63
+ RUN cd custom_nodes && git clone https://github.com/Jordach/comfy-plasma
64
+ RUN cd custom_nodes && git clone https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes
65
+ RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor
66
+ RUN cd custom_nodes && git clone https://github.com/twri/sdxl_prompt_styler
67
+ RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-AnimateDiff-Evolved
68
+ RUN cd custom_nodes && git clone https://github.com/AIrjen/OneButtonPrompt
69
+ RUN cd custom_nodes && git clone https://github.com/WASasquatch/was-node-suite-comfyui && cd was-node-suite-comfyui && pip install -r requirements.txt
70
+ RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_essentials
71
+ RUN cd custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools && cd ComfyUI-Crystools && pip install -r requirements.txt
72
+ RUN cd custom_nodes && git clone https://github.com/ssitu/ComfyUI_UltimateSDUpscale --recursive
73
+ RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI_VLM_nodes && cd ComfyUI_VLM_nodes && pip install -r requirements.txt
74
+ RUN cd custom_nodes && git clone https://github.com/Fannovel16/comfyui_controlnet_aux && cd comfyui_controlnet_aux && pip install -r requirements.txt
75
+ RUN cd custom_nodes && git clone https://github.com/Stability-AI/stability-ComfyUI-nodes && cd stability-ComfyUI-nodes && pip install -r requirements.txt
76
+ RUN cd custom_nodes && git clone https://github.com/jags111/efficiency-nodes-comfyui && cd efficiency-nodes-comfyui && pip install -r requirements.txt
77
+ RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite && cd ComfyUI-VideoHelperSuite && pip install -r requirements.txt
78
+ RUN cd custom_nodes && git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts
79
+ RUN cd custom_nodes && git clone https://github.com/WASasquatch/FreeU_Advanced
80
+ RUN cd custom_nodes && git clone https://github.com/city96/SD-Advanced-Noise
81
+ RUN cd custom_nodes && git clone https://github.com/sipherxyz/comfyui-art-venture && cd comfyui-art-venture && pip install -r requirements.txt
82
+ RUN cd custom_nodes && git clone https://github.com/evanspearman/ComfyMath && cd ComfyMath && pip install -r requirements.txt
83
+ RUN cd custom_nodes && git clone https://github.com/Gourieff/comfyui-reactor-node && cd comfyui-reactor-node && pip install -r requirements.txt
84
+ RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy && cd rgthree-comfy && pip install -r requirements.txt
85
+ RUN cd custom_nodes && git clone https://github.com/giriss/comfy-image-saver && cd comfy-image-saver && pip install -r requirements.txt
86
+ RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Depth-Visualization && cd ComfyUI-Depth-Visualization && pip install -r requirements.txt
87
+ RUN cd custom_nodes && git clone https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI
88
+ RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Dream-Interpreter && cd ComfyUI-Dream-Interpreter && pip install -r requirements.txt
89
+ RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
90
+ RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
91
+ RUN cd custom_nodes && git clone https://github.com/Acly/comfyui-inpaint-nodes
92
+ RUN cd custom_nodes && git clone https://github.com/chflame163/ComfyUI_LayerStyle && cd ComfyUI_LayerStyle && pip install -r requirements.txt
93
+ RUN cd custom_nodes && git clone https://github.com/omar92/ComfyUI-QualityOfLifeSuit_Omar92
94
+ RUN cd custom_nodes && git clone https://github.com/Derfuu/Derfuu_ComfyUI_ModdedNodes
95
+ RUN cd custom_nodes && git clone https://github.com/EllangoK/ComfyUI-post-processing-nodes
96
+ RUN cd custom_nodes && git clone https://github.com/jags111/ComfyUI_Jags_VectorMagic
97
+ RUN cd custom_nodes && git clone https://github.com/melMass/comfy_mtb && cd comfy_mtb && pip install -r requirements.txt
98
+ RUN cd custom_nodes && git clone https://github.com/AuroBit/ComfyUI-OOTDiffusion && cd ComfyUI-OOTDiffusion && pip install -r requirements.txt
99
+ RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-KJNodes && cd ComfyUI-KJNodes && pip install -r requirements.txt
100
+ RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-SUPIR && cd ComfyUI-SUPIR && pip install -r requirements.txt
101
+ RUN cd custom_nodes && git clone https://github.com/kijai/ComfyUI-depth-fm && cd ComfyUI-depth-fm && pip install -r requirements.txt
102
+ RUN cd custom_nodes && git clone https://github.com/viperyl/ComfyUI-BiRefNet && cd ComfyUI-BiRefNet && pip install -r requirements.txt
103
+ RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Texture-Simple
104
+ RUN cd custom_nodes && git clone https://github.com/ZHO-ZHO-ZHO/ComfyUI-APISR && cd ComfyUI-APISR && pip install -r requirements.txt
105
+
106
+ RUN echo "Downloading checkpoints..."
107
+ RUN wget -c https://huggingface.co/jomcs/NeverEnding_Dream-Feb19-2023/blob/main/CarDos%20Anime/cardosAnime_v10.safetensors -P ./models/checkpoints/
108
+ RUN wget -c https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning/resolve/main/RealVisXL_V4.0_Lightning.safetensors -P ./models/checkpoints/
109
+ RUN wget -c https://huggingface.co/Lykon/dreamshaper-xl-lightning/resolve/main/DreamShaperXL_Lightning.safetensors -P ./models/checkpoints/
110
+ RUN wget -c https://huggingface.co/Lykon/DreamShaper/resolve/main/DreamShaper_8_pruned.safetensors -P ./models/checkpoints/
111
+
112
+ RUN echo "Downloading Vae..."
113
+
114
+ RUN wget -c https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors -P ./models/vae/
115
+ RUN wget -c https://huggingface.co/hakurei/waifu-diffusion-v1-4/blob/main/vae/kl-f8-anime.ckpt -P ./models/vae/
116
+ RUN wget -c https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/resolve/main/sdxl.vae.safetensors -P ./models/vae/
117
+
118
+ RUN echo "Downloading Controlnet..."
119
+
120
+ RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-canny-rank256.safetensors -P ./models/controlnet/
121
+ RUN wget -c https://huggingface.co/stabilityai/control-lora/resolve/main/control-LoRAs-rank256/control-lora-depth-rank256.safetensors -P ./models/controlnet/
122
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/controlnet-sdxl-canny-mid.safetensors -P ./models/controlnet/
123
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/controlnet-sdxl-depth-mid.safetensors -P ./models/controlnet/
124
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/controlnet_scribble_sd15.safetensors -P ./models/controlnet/
125
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/control_v11p_sd15s2_lineart_anime.safetensors -P ./models/controlnet/
126
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/control_v11p_sd15_lineart.safetensors -P ./models/controlnet/
127
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/control_v11p_sd15_canny_fp16.safetensors -P ./models/controlnet/
128
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/controlnet_depth_sd15.safetensors -P ./models/controlnet/
129
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_scribble_anime.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
130
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_blur.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
131
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_blur_anime.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
132
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_blur_anime_beta.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
133
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_canny.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
134
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_canny_anime.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
135
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_depth.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
136
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_depth_anime.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
137
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_openpose_anime.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
138
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_openpose_anime_v2.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
139
+ RUN wget -c https://huggingface.co/lllyasviel/sd_control_collection/resolve/main/kohya_controllllite_xl_scribble_anime.safetensors -P ./custom_nodes/ControlNet-LLLite-ComfyUI/models
140
+ RUN wget -c https://huggingface.co/thibaud/controlnet-openpose-sdxl-1.0/resolve/main/control-lora-openposeXL2-rank256.safetensors -P ./models/controlnet/
141
+
142
+ RUN echo "Downloading IPAdapter Plus..."
143
+ RUN mkdir -p ./models/ipadapter
144
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors -P ./models/ipadapter
145
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/sdxl_models/ip-adapter-plus_sdxl_vit-h.safetensors -P ./models/ipadapter
146
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus-face_sd15.safetensors -P ./models/ipadapter
147
+ RUN wget -c https://huggingface.co/h94/IP-Adapter/resolve/main/models/ip-adapter-plus_sd15.safetensors -P ./models/ipadapter
148
+ RUN wget -c https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid-plusv2_sd15.bin -P ./models/ipadapter
149
+ RUN wget -c https://huggingface.co/ArtGAN/Controlnet/resolve/main/ip-adapter_sdxl.safetensors -P ./models/ipadapter
150
+ RUN wget -c https://huggingface.co/ostris/ip-composition-adapter/resolve/main/ip_plus_composition_sdxl.safetensors -P ./models/ipadapter
151
+
152
+
153
+ RUN echo "Downloading BiRefNet..."
154
+ RUN cd models && git clone https://huggingface.co/ViperYX/BiRefNet
155
+
156
+ RUN echo "Done"
157
+
158
+ CMD ["python", "main.py", "--listen", "0.0.0.0", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
Images/Input/IMG_7593_2.jpg ADDED
Images/Input/man_0.jpg ADDED
Images/Input/man_1.png ADDED

Git LFS Details

  • SHA256: 84e74d7e27bdf0ce1ba04b546da9069f4a7fca1dbd9feb18d7195894e94c7220
  • Pointer size: 132 Bytes
  • Size of remote file: 1.21 MB
Images/Input/man_2.jpg ADDED

Git LFS Details

  • SHA256: b1a1db405e9d9bae18d9411d787d25f406c8cba3bfdccde6e1180a41276961ce
  • Pointer size: 132 Bytes
  • Size of remote file: 1.01 MB
Images/Input/man_3.jpg ADDED

Git LFS Details

  • SHA256: 5b0b6e6bded79231571ce0a8dd2df1864c385f3a85061a7ee57f013b71b0cf17
  • Pointer size: 132 Bytes
  • Size of remote file: 2.19 MB
Images/Input/woman_0.JPG ADDED
Images/Input/woman_1.jpeg ADDED
Images/Input/woman_2.png ADDED

Git LFS Details

  • SHA256: e22fc6fccb390f76b5664f92c3918e377971461e472f98d22c26d5f3a0183b6f
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
Images/Input/woman_3.webp ADDED
Images/Output/Anime/image_00002_.png ADDED
Images/Output/Anime/image_00003_.png ADDED
Images/Output/Anime/image_00006_.png ADDED
Images/Output/Anime/image_00007_.png ADDED
Images/Output/Anime/image_00008_.png ADDED
Images/Output/Anime/image_00014_.png ADDED
Images/Output/Anime/image_00015_.png ADDED
Images/Output/Anime/image_00023_.png ADDED
Images/Output/Anime/image_00024_ (1).png ADDED
Images/Output/Anime/image_00026_ (1).png ADDED
Images/Output/Anime/image_00035_.png ADDED
Images/Output/GTA/.DS_Store ADDED
Binary file (6.15 kB). View file
 
Images/Output/GTA/image_00002_.png ADDED
Images/Output/GTA/image_00004_.png ADDED
Images/Output/GTA/image_00024_.png ADDED
Images/Output/GTA/image_00026_.png ADDED
Images/Output/GTA/image_00027_.png ADDED
Images/Output/GTA/image_00028_.png ADDED
Images/Output/GTA/image_00030_.png ADDED
Images/Output/GTA/image_00032_.png ADDED
Images/Output/GTA/image_00033_.png ADDED
Images/ex1.png ADDED

Git LFS Details

  • SHA256: c6a951aef2aa480c71913f242bebdd003376b01ceb25c6fd7a1ba64d1fb96125
  • Pointer size: 132 Bytes
  • Size of remote file: 1.05 MB
Images/ex2.png ADDED

Git LFS Details

  • SHA256: 526f68169e498e6bf65c20514757c48d0a9c3df3dbb7e977438a92915baf9612
  • Pointer size: 132 Bytes
  • Size of remote file: 1.19 MB
Images/ex3.png ADDED

Git LFS Details

  • SHA256: c90f9f5e1d7d1667cafe6388b822bd600041820ea844709f00649d4067790e80
  • Pointer size: 132 Bytes
  • Size of remote file: 1.04 MB
Images/ex4.png ADDED
comfyui_workflow.json ADDED
@@ -0,0 +1,987 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "last_node_id": 115,
3
+ "last_link_id": 187,
4
+ "nodes": [
5
+ {
6
+ "id": 65,
7
+ "type": "CR Aspect Ratio",
8
+ "pos": [
9
+ 314,
10
+ -1469
11
+ ],
12
+ "size": {
13
+ "0": 315,
14
+ "1": 322
15
+ },
16
+ "flags": {},
17
+ "order": 0,
18
+ "mode": 0,
19
+ "outputs": [
20
+ {
21
+ "name": "INT",
22
+ "type": "INT",
23
+ "links": [
24
+ 84
25
+ ],
26
+ "shape": 3,
27
+ "slot_index": 0
28
+ },
29
+ {
30
+ "name": "INT",
31
+ "type": "INT",
32
+ "links": [
33
+ 83
34
+ ],
35
+ "shape": 3,
36
+ "slot_index": 1
37
+ },
38
+ {
39
+ "name": "FLOAT",
40
+ "type": "FLOAT",
41
+ "links": null,
42
+ "shape": 3,
43
+ "slot_index": 2
44
+ },
45
+ {
46
+ "name": "FLOAT",
47
+ "type": "FLOAT",
48
+ "links": null,
49
+ "shape": 3
50
+ },
51
+ {
52
+ "name": "INT",
53
+ "type": "INT",
54
+ "links": null,
55
+ "shape": 3
56
+ },
57
+ {
58
+ "name": "empty_latent",
59
+ "type": "LATENT",
60
+ "links": null,
61
+ "shape": 3
62
+ },
63
+ {
64
+ "name": "show_help",
65
+ "type": "STRING",
66
+ "links": null,
67
+ "shape": 3
68
+ }
69
+ ],
70
+ "properties": {
71
+ "Node name for S&R": "CR Aspect Ratio"
72
+ },
73
+ "widgets_values": [
74
+ 512,
75
+ 512,
76
+ "SD1.5 - 2:3 portrait 512x768",
77
+ "Off",
78
+ 1,
79
+ 1,
80
+ 1
81
+ ],
82
+ "shape": 1
83
+ },
84
+ {
85
+ "id": 13,
86
+ "type": "PreviewImage",
87
+ "pos": [
88
+ -1290.4187036505498,
89
+ -938.468370219298
90
+ ],
91
+ "size": {
92
+ "0": 357,
93
+ "1": 285
94
+ },
95
+ "flags": {},
96
+ "order": 8,
97
+ "mode": 0,
98
+ "inputs": [
99
+ {
100
+ "name": "images",
101
+ "type": "IMAGE",
102
+ "link": 10
103
+ }
104
+ ],
105
+ "properties": {
106
+ "Node name for S&R": "PreviewImage"
107
+ },
108
+ "shape": 1
109
+ },
110
+ {
111
+ "id": 108,
112
+ "type": "PreviewImage",
113
+ "pos": [
114
+ -1146.6527585209853,
115
+ -1366.8257686981462
116
+ ],
117
+ "size": {
118
+ "0": 210,
119
+ "1": 246
120
+ },
121
+ "flags": {
122
+ "collapsed": false
123
+ },
124
+ "order": 9,
125
+ "mode": 0,
126
+ "inputs": [
127
+ {
128
+ "name": "images",
129
+ "type": "IMAGE",
130
+ "link": 181
131
+ }
132
+ ],
133
+ "properties": {
134
+ "Node name for S&R": "PreviewImage"
135
+ }
136
+ },
137
+ {
138
+ "id": 110,
139
+ "type": "PreviewImage",
140
+ "pos": [
141
+ -1195.4187036505498,
142
+ -455.46837021929787
143
+ ],
144
+ "size": {
145
+ "0": 210,
146
+ "1": 246
147
+ },
148
+ "flags": {},
149
+ "order": 10,
150
+ "mode": 0,
151
+ "inputs": [
152
+ {
153
+ "name": "images",
154
+ "type": "IMAGE",
155
+ "link": 186
156
+ }
157
+ ],
158
+ "properties": {
159
+ "Node name for S&R": "PreviewImage"
160
+ }
161
+ },
162
+ {
163
+ "id": 12,
164
+ "type": "CannyEdgePreprocessor",
165
+ "pos": [
166
+ -1530,
167
+ -847
168
+ ],
169
+ "size": {
170
+ "0": 210,
171
+ "1": 106
172
+ },
173
+ "flags": {},
174
+ "order": 5,
175
+ "mode": 0,
176
+ "inputs": [
177
+ {
178
+ "name": "image",
179
+ "type": "IMAGE",
180
+ "link": 14,
181
+ "slot_index": 0
182
+ }
183
+ ],
184
+ "outputs": [
185
+ {
186
+ "name": "IMAGE",
187
+ "type": "IMAGE",
188
+ "links": [
189
+ 10
190
+ ],
191
+ "shape": 3,
192
+ "slot_index": 0
193
+ }
194
+ ],
195
+ "properties": {
196
+ "Node name for S&R": "CannyEdgePreprocessor"
197
+ },
198
+ "widgets_values": [
199
+ 100,
200
+ 200,
201
+ 2048
202
+ ],
203
+ "shape": 1
204
+ },
205
+ {
206
+ "id": 115,
207
+ "type": "OpenposePreprocessor",
208
+ "pos": [
209
+ -1559,
210
+ -644
211
+ ],
212
+ "size": {
213
+ "0": 315,
214
+ "1": 150
215
+ },
216
+ "flags": {},
217
+ "order": 7,
218
+ "mode": 0,
219
+ "inputs": [
220
+ {
221
+ "name": "image",
222
+ "type": "IMAGE",
223
+ "link": 185
224
+ }
225
+ ],
226
+ "outputs": [
227
+ {
228
+ "name": "IMAGE",
229
+ "type": "IMAGE",
230
+ "links": [
231
+ 186,
232
+ 187
233
+ ],
234
+ "shape": 3,
235
+ "slot_index": 0
236
+ },
237
+ {
238
+ "name": "POSE_KEYPOINT",
239
+ "type": "POSE_KEYPOINT",
240
+ "links": null,
241
+ "shape": 3
242
+ }
243
+ ],
244
+ "properties": {
245
+ "Node name for S&R": "OpenposePreprocessor"
246
+ },
247
+ "widgets_values": [
248
+ "enable",
249
+ "enable",
250
+ "enable",
251
+ 512
252
+ ]
253
+ },
254
+ {
255
+ "id": 114,
256
+ "type": "LineArtPreprocessor",
257
+ "pos": [
258
+ -1589,
259
+ -1185
260
+ ],
261
+ "size": {
262
+ "0": 315,
263
+ "1": 82
264
+ },
265
+ "flags": {},
266
+ "order": 6,
267
+ "mode": 0,
268
+ "inputs": [
269
+ {
270
+ "name": "image",
271
+ "type": "IMAGE",
272
+ "link": 180
273
+ }
274
+ ],
275
+ "outputs": [
276
+ {
277
+ "name": "IMAGE",
278
+ "type": "IMAGE",
279
+ "links": [
280
+ 181,
281
+ 183
282
+ ],
283
+ "shape": 3,
284
+ "slot_index": 0
285
+ }
286
+ ],
287
+ "properties": {
288
+ "Node name for S&R": "LineArtPreprocessor"
289
+ },
290
+ "widgets_values": [
291
+ "enable",
292
+ 512
293
+ ]
294
+ },
295
+ {
296
+ "id": 11,
297
+ "type": "CR Multi-ControlNet Stack",
298
+ "pos": [
299
+ -766,
300
+ -1149
301
+ ],
302
+ "size": {
303
+ "0": 418.1999816894531,
304
+ "1": 454
305
+ },
306
+ "flags": {},
307
+ "order": 11,
308
+ "mode": 0,
309
+ "inputs": [
310
+ {
311
+ "name": "image_1",
312
+ "type": "IMAGE",
313
+ "link": 183,
314
+ "slot_index": 0
315
+ },
316
+ {
317
+ "name": "image_2",
318
+ "type": "IMAGE",
319
+ "link": 187
320
+ },
321
+ {
322
+ "name": "image_3",
323
+ "type": "IMAGE",
324
+ "link": null
325
+ },
326
+ {
327
+ "name": "controlnet_stack",
328
+ "type": "CONTROL_NET_STACK",
329
+ "link": null,
330
+ "slot_index": 3
331
+ }
332
+ ],
333
+ "outputs": [
334
+ {
335
+ "name": "CONTROLNET_STACK",
336
+ "type": "CONTROL_NET_STACK",
337
+ "links": [
338
+ 176
339
+ ],
340
+ "shape": 3,
341
+ "slot_index": 0
342
+ },
343
+ {
344
+ "name": "show_help",
345
+ "type": "STRING",
346
+ "links": null,
347
+ "shape": 3
348
+ }
349
+ ],
350
+ "properties": {
351
+ "Node name for S&R": "CR Multi-ControlNet Stack"
352
+ },
353
+ "widgets_values": [
354
+ "On",
355
+ "control_v11p_sd15_lineart_fp16.safetensors",
356
+ 1,
357
+ 0,
358
+ 1,
359
+ "On",
360
+ "control_v11p_sd15_openpose_fp16.safetensors",
361
+ 1,
362
+ 0,
363
+ 1,
364
+ "Off",
365
+ "None",
366
+ 0.99,
367
+ 0,
368
+ 1
369
+ ],
370
+ "shape": 1
371
+ },
372
+ {
373
+ "id": 70,
374
+ "type": "LoadImage",
375
+ "pos": [
376
+ 2080,
377
+ -1410
378
+ ],
379
+ "size": [
380
+ 547.178058052164,
381
+ 556.1121333104171
382
+ ],
383
+ "flags": {
384
+ "pinned": true
385
+ },
386
+ "order": 1,
387
+ "mode": 0,
388
+ "outputs": [
389
+ {
390
+ "name": "IMAGE",
391
+ "type": "IMAGE",
392
+ "links": [],
393
+ "shape": 3,
394
+ "slot_index": 0
395
+ },
396
+ {
397
+ "name": "MASK",
398
+ "type": "MASK",
399
+ "links": null,
400
+ "shape": 3,
401
+ "slot_index": 1
402
+ }
403
+ ],
404
+ "properties": {
405
+ "Node name for S&R": "LoadImage"
406
+ },
407
+ "widgets_values": [
408
+ "man_3 (1).jpg",
409
+ "image"
410
+ ],
411
+ "shape": 1
412
+ },
413
+ {
414
+ "id": 99,
415
+ "type": "SaveImage",
416
+ "pos": [
417
+ 2640,
418
+ -1417
419
+ ],
420
+ "size": [
421
+ 505.1011156508903,
422
+ 566.4001768134449
423
+ ],
424
+ "flags": {
425
+ "pinned": true
426
+ },
427
+ "order": 14,
428
+ "mode": 0,
429
+ "inputs": [
430
+ {
431
+ "name": "images",
432
+ "type": "IMAGE",
433
+ "link": 142
434
+ }
435
+ ],
436
+ "properties": {},
437
+ "widgets_values": [
438
+ "image"
439
+ ],
440
+ "shape": 1
441
+ },
442
+ {
443
+ "id": 64,
444
+ "type": "KSampler (Efficient)",
445
+ "pos": [
446
+ 762,
447
+ -1406
448
+ ],
449
+ "size": {
450
+ "0": 1297,
451
+ "1": 998
452
+ },
453
+ "flags": {},
454
+ "order": 13,
455
+ "mode": 0,
456
+ "inputs": [
457
+ {
458
+ "name": "model",
459
+ "type": "MODEL",
460
+ "link": 66
461
+ },
462
+ {
463
+ "name": "positive",
464
+ "type": "CONDITIONING",
465
+ "link": 67
466
+ },
467
+ {
468
+ "name": "negative",
469
+ "type": "CONDITIONING",
470
+ "link": 68
471
+ },
472
+ {
473
+ "name": "latent_image",
474
+ "type": "LATENT",
475
+ "link": 69
476
+ },
477
+ {
478
+ "name": "optional_vae",
479
+ "type": "VAE",
480
+ "link": 70
481
+ },
482
+ {
483
+ "name": "script",
484
+ "type": "SCRIPT",
485
+ "link": 154
486
+ }
487
+ ],
488
+ "outputs": [
489
+ {
490
+ "name": "MODEL",
491
+ "type": "MODEL",
492
+ "links": null,
493
+ "shape": 3
494
+ },
495
+ {
496
+ "name": "CONDITIONING+",
497
+ "type": "CONDITIONING",
498
+ "links": null,
499
+ "shape": 3
500
+ },
501
+ {
502
+ "name": "CONDITIONING-",
503
+ "type": "CONDITIONING",
504
+ "links": null,
505
+ "shape": 3
506
+ },
507
+ {
508
+ "name": "LATENT",
509
+ "type": "LATENT",
510
+ "links": null,
511
+ "shape": 3
512
+ },
513
+ {
514
+ "name": "VAE",
515
+ "type": "VAE",
516
+ "links": null,
517
+ "shape": 3
518
+ },
519
+ {
520
+ "name": "IMAGE",
521
+ "type": "IMAGE",
522
+ "links": [
523
+ 142
524
+ ],
525
+ "shape": 3,
526
+ "slot_index": 5
527
+ }
528
+ ],
529
+ "properties": {
530
+ "Node name for S&R": "KSampler (Efficient)"
531
+ },
532
+ "widgets_values": [
533
+ 4091745839,
534
+ null,
535
+ 20,
536
+ 4,
537
+ "dpmpp_2m_sde_gpu",
538
+ "karras",
539
+ 1,
540
+ "auto",
541
+ "true"
542
+ ],
543
+ "color": "#332222",
544
+ "bgcolor": "#553333",
545
+ "shape": 1
546
+ },
547
+ {
548
+ "id": 102,
549
+ "type": "XY Input: CFG Scale",
550
+ "pos": [
551
+ 713,
552
+ -339
553
+ ],
554
+ "size": {
555
+ "0": 348,
556
+ "1": 178
557
+ },
558
+ "flags": {},
559
+ "order": 2,
560
+ "mode": 0,
561
+ "outputs": [
562
+ {
563
+ "name": "X or Y",
564
+ "type": "XY",
565
+ "links": [
566
+ 155
567
+ ],
568
+ "shape": 3,
569
+ "slot_index": 0
570
+ }
571
+ ],
572
+ "properties": {
573
+ "Node name for S&R": "XY Input: CFG Scale"
574
+ },
575
+ "widgets_values": [
576
+ 1,
577
+ 4,
578
+ 4
579
+ ],
580
+ "color": "#223333",
581
+ "bgcolor": "#335555",
582
+ "shape": 1
583
+ },
584
+ {
585
+ "id": 101,
586
+ "type": "XY Plot",
587
+ "pos": [
588
+ 1111,
589
+ -336
590
+ ],
591
+ "size": {
592
+ "0": 315,
593
+ "1": 194
594
+ },
595
+ "flags": {},
596
+ "order": 4,
597
+ "mode": 0,
598
+ "inputs": [
599
+ {
600
+ "name": "dependencies",
601
+ "type": "DEPENDENCIES",
602
+ "link": null
603
+ },
604
+ {
605
+ "name": "X",
606
+ "type": "XY",
607
+ "link": 155
608
+ },
609
+ {
610
+ "name": "Y",
611
+ "type": "XY",
612
+ "link": null
613
+ }
614
+ ],
615
+ "outputs": [
616
+ {
617
+ "name": "SCRIPT",
618
+ "type": "SCRIPT",
619
+ "links": [
620
+ 154
621
+ ],
622
+ "shape": 3
623
+ }
624
+ ],
625
+ "properties": {
626
+ "Node name for S&R": "XY Plot"
627
+ },
628
+ "widgets_values": [
629
+ 0,
630
+ "False",
631
+ "Horizontal",
632
+ "True",
633
+ "Images"
634
+ ],
635
+ "color": "#332233",
636
+ "bgcolor": "#553355",
637
+ "shape": 1
638
+ },
639
+ {
640
+ "id": 14,
641
+ "type": "LoadImage",
642
+ "pos": [
643
+ -2521,
644
+ -617
645
+ ],
646
+ "size": {
647
+ "0": 583,
648
+ "1": 806
649
+ },
650
+ "flags": {},
651
+ "order": 3,
652
+ "mode": 0,
653
+ "outputs": [
654
+ {
655
+ "name": "IMAGE",
656
+ "type": "IMAGE",
657
+ "links": [
658
+ 14,
659
+ 180,
660
+ 185
661
+ ],
662
+ "shape": 3,
663
+ "slot_index": 0
664
+ },
665
+ {
666
+ "name": "MASK",
667
+ "type": "MASK",
668
+ "links": null,
669
+ "shape": 3,
670
+ "slot_index": 1
671
+ }
672
+ ],
673
+ "properties": {
674
+ "Node name for S&R": "LoadImage"
675
+ },
676
+ "widgets_values": [
677
+ "man_3.jpg",
678
+ "image"
679
+ ],
680
+ "shape": 1
681
+ },
682
+ {
683
+ "id": 10,
684
+ "type": "Efficient Loader",
685
+ "pos": [
686
+ -50,
687
+ -1076
688
+ ],
689
+ "size": {
690
+ "0": 394,
691
+ "1": 539
692
+ },
693
+ "flags": {},
694
+ "order": 12,
695
+ "mode": 0,
696
+ "inputs": [
697
+ {
698
+ "name": "lora_stack",
699
+ "type": "LORA_STACK",
700
+ "link": null,
701
+ "slot_index": 0
702
+ },
703
+ {
704
+ "name": "cnet_stack",
705
+ "type": "CONTROL_NET_STACK",
706
+ "link": 176
707
+ },
708
+ {
709
+ "name": "empty_latent_width",
710
+ "type": "INT",
711
+ "link": 84,
712
+ "widget": {
713
+ "name": "empty_latent_width"
714
+ }
715
+ },
716
+ {
717
+ "name": "empty_latent_height",
718
+ "type": "INT",
719
+ "link": 83,
720
+ "widget": {
721
+ "name": "empty_latent_height"
722
+ }
723
+ }
724
+ ],
725
+ "outputs": [
726
+ {
727
+ "name": "MODEL",
728
+ "type": "MODEL",
729
+ "links": [
730
+ 66
731
+ ],
732
+ "shape": 3,
733
+ "slot_index": 0
734
+ },
735
+ {
736
+ "name": "CONDITIONING+",
737
+ "type": "CONDITIONING",
738
+ "links": [
739
+ 67
740
+ ],
741
+ "shape": 3,
742
+ "slot_index": 1
743
+ },
744
+ {
745
+ "name": "CONDITIONING-",
746
+ "type": "CONDITIONING",
747
+ "links": [
748
+ 68
749
+ ],
750
+ "shape": 3,
751
+ "slot_index": 2
752
+ },
753
+ {
754
+ "name": "LATENT",
755
+ "type": "LATENT",
756
+ "links": [
757
+ 69
758
+ ],
759
+ "shape": 3,
760
+ "slot_index": 3
761
+ },
762
+ {
763
+ "name": "VAE",
764
+ "type": "VAE",
765
+ "links": [
766
+ 70
767
+ ],
768
+ "shape": 3,
769
+ "slot_index": 4
770
+ },
771
+ {
772
+ "name": "CLIP",
773
+ "type": "CLIP",
774
+ "links": [],
775
+ "shape": 3,
776
+ "slot_index": 5
777
+ },
778
+ {
779
+ "name": "DEPENDENCIES",
780
+ "type": "DEPENDENCIES",
781
+ "links": [],
782
+ "shape": 3,
783
+ "slot_index": 6
784
+ }
785
+ ],
786
+ "properties": {
787
+ "Node name for S&R": "Efficient Loader"
788
+ },
789
+ "widgets_values": [
790
+ "realisticVisionV60B1_v51HyperVAE.safetensors",
791
+ "vae-ft-mse-840000-ema-pruned.ckpt",
792
+ -2,
793
+ "None",
794
+ 1,
795
+ 1,
796
+ "In the style of Grand Theft Auto, loading screens, (palm trees), GTA style artwork, highly detailed, urban scene with numerous palm trees, neon lights, and graffiti, trending on ArtStation, preserving the individual's race, color and hair,\nwith clothes.",
797
+ "(worst quality, low quality = 1.3), ((drastic change in facial features, race, color, hair))",
798
+ "none",
799
+ "comfy",
800
+ 512,
801
+ 512,
802
+ 1
803
+ ],
804
+ "color": "#222233",
805
+ "bgcolor": "#333355",
806
+ "shape": 1
807
+ }
808
+ ],
809
+ "links": [
810
+ [
811
+ 10,
812
+ 12,
813
+ 0,
814
+ 13,
815
+ 0,
816
+ "IMAGE"
817
+ ],
818
+ [
819
+ 14,
820
+ 14,
821
+ 0,
822
+ 12,
823
+ 0,
824
+ "IMAGE"
825
+ ],
826
+ [
827
+ 66,
828
+ 10,
829
+ 0,
830
+ 64,
831
+ 0,
832
+ "MODEL"
833
+ ],
834
+ [
835
+ 67,
836
+ 10,
837
+ 1,
838
+ 64,
839
+ 1,
840
+ "CONDITIONING"
841
+ ],
842
+ [
843
+ 68,
844
+ 10,
845
+ 2,
846
+ 64,
847
+ 2,
848
+ "CONDITIONING"
849
+ ],
850
+ [
851
+ 69,
852
+ 10,
853
+ 3,
854
+ 64,
855
+ 3,
856
+ "LATENT"
857
+ ],
858
+ [
859
+ 70,
860
+ 10,
861
+ 4,
862
+ 64,
863
+ 4,
864
+ "VAE"
865
+ ],
866
+ [
867
+ 83,
868
+ 65,
869
+ 1,
870
+ 10,
871
+ 3,
872
+ "INT"
873
+ ],
874
+ [
875
+ 84,
876
+ 65,
877
+ 0,
878
+ 10,
879
+ 2,
880
+ "INT"
881
+ ],
882
+ [
883
+ 142,
884
+ 64,
885
+ 5,
886
+ 99,
887
+ 0,
888
+ "IMAGE"
889
+ ],
890
+ [
891
+ 154,
892
+ 101,
893
+ 0,
894
+ 64,
895
+ 5,
896
+ "SCRIPT"
897
+ ],
898
+ [
899
+ 155,
900
+ 102,
901
+ 0,
902
+ 101,
903
+ 1,
904
+ "XY"
905
+ ],
906
+ [
907
+ 176,
908
+ 11,
909
+ 0,
910
+ 10,
911
+ 1,
912
+ "CONTROL_NET_STACK"
913
+ ],
914
+ [
915
+ 180,
916
+ 14,
917
+ 0,
918
+ 114,
919
+ 0,
920
+ "IMAGE"
921
+ ],
922
+ [
923
+ 181,
924
+ 114,
925
+ 0,
926
+ 108,
927
+ 0,
928
+ "IMAGE"
929
+ ],
930
+ [
931
+ 183,
932
+ 114,
933
+ 0,
934
+ 11,
935
+ 0,
936
+ "IMAGE"
937
+ ],
938
+ [
939
+ 185,
940
+ 14,
941
+ 0,
942
+ 115,
943
+ 0,
944
+ "IMAGE"
945
+ ],
946
+ [
947
+ 186,
948
+ 115,
949
+ 0,
950
+ 110,
951
+ 0,
952
+ "IMAGE"
953
+ ],
954
+ [
955
+ 187,
956
+ 115,
957
+ 0,
958
+ 11,
959
+ 1,
960
+ "IMAGE"
961
+ ]
962
+ ],
963
+ "groups": [
964
+ {
965
+ "title": "Controlnet Preprocessor",
966
+ "bounding": [
967
+ -1597,
968
+ -1474,
969
+ 751,
970
+ 1293
971
+ ],
972
+ "color": "#3f789e",
973
+ "font_size": 24
974
+ }
975
+ ],
976
+ "config": {},
977
+ "extra": {
978
+ "ds": {
979
+ "scale": 0.6115909044841481,
980
+ "offset": [
981
+ 469.56635425150705,
982
+ 1364.7868805562628
983
+ ]
984
+ }
985
+ },
986
+ "version": 0.4
987
+ }