Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

local variable 'face_image' referenced before assignment #755

Open
vladdrac6 opened this issue Nov 26, 2024 · 0 comments
Open

local variable 'face_image' referenced before assignment #755

vladdrac6 opened this issue Nov 26, 2024 · 0 comments

Comments

@vladdrac6
Copy link

I am getting this error when running IPAdapter Weights into 2 IPAdapter Batch (Adv). I am at a loss how to fix it.

local variable 'face_image' referenced before assignment

ComfyUI Error Report

Error Details

  • Node ID: 48
  • Node Type: IPAdapterBatch
  • Exception Type: UnboundLocalError
  • Exception Message: local variable 'face_image' referenced before assignment

Stack Trace

  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)

  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))

  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )

System Information

  • ComfyUI Version: v0.3.4-6-g61196d88
  • Arguments: C:\ai\ComfyUI\main.py
  • OS: nt
  • Python Version: 3.10.6 (tags/v3.10.6:9c7b4bd, Aug 1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]
  • Embedded Python: false
  • PyTorch Version: 2.3.0+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 17170956288
    • VRAM Free: 13983667716
    • Torch VRAM Total: 1744830464
    • Torch VRAM Free: 75355652

Logs

2024-11-25T20:13:10.447238 - [START] Security scan2024-11-25T20:13:10.447238 - 
2024-11-25T20:13:11.340058 - [DONE] Security scan2024-11-25T20:13:11.340058 - 
2024-11-25T20:13:11.421058 - ## ComfyUI-Manager: installing dependencies done.2024-11-25T20:13:11.421058 - 
2024-11-25T20:13:11.421058 - ** ComfyUI startup time:2024-11-25T20:13:11.421058 -  2024-11-25T20:13:11.422058 - 2024-11-25 20:13:11.4210582024-11-25T20:13:11.422058 - 
2024-11-25T20:13:11.431058 - ** Platform:2024-11-25T20:13:11.431058 -  2024-11-25T20:13:11.431058 - Windows2024-11-25T20:13:11.431058 - 
2024-11-25T20:13:11.432058 - ** Python version:2024-11-25T20:13:11.432058 -  2024-11-25T20:13:11.432058 - 3.10.6 (tags/v3.10.6:9c7b4bd, Aug  1 2022, 21:53:49) [MSC v.1932 64 bit (AMD64)]2024-11-25T20:13:11.432058 - 
2024-11-25T20:13:11.432058 - ** Python executable:2024-11-25T20:13:11.432058 -  2024-11-25T20:13:11.432058 - C:\Users\Jay\AppData\Local\Programs\Python\Python310\python.exe2024-11-25T20:13:11.432058 - 
2024-11-25T20:13:11.432058 - ** ComfyUI Path:2024-11-25T20:13:11.432058 -  2024-11-25T20:13:11.432058 - C:\ai\ComfyUI2024-11-25T20:13:11.432058 - 
2024-11-25T20:13:11.432058 - ** Log path:2024-11-25T20:13:11.432058 -  2024-11-25T20:13:11.432058 - C:\ai\ComfyUI\comfyui.log2024-11-25T20:13:11.432058 - 
2024-11-25T20:13:12.427324 - 
#######################################################################2024-11-25T20:13:12.427324 - 
2024-11-25T20:13:12.428324 - [ComfyUI-Manager] Starting dependency installation/(de)activation for the extension
2024-11-25T20:13:12.428324 - 
2024-11-25T20:13:12.433327 - 
[ComfyUI-Manager] Startup script completed.2024-11-25T20:13:12.433327 - 
2024-11-25T20:13:12.433327 - #######################################################################
2024-11-25T20:13:12.434327 - 
2024-11-25T20:13:13.323094 - 
Prestartup times for custom nodes:2024-11-25T20:13:13.324094 - 
2024-11-25T20:13:13.324094 -    0.0 seconds:2024-11-25T20:13:13.324094 -  2024-11-25T20:13:13.324094 - C:\ai\ComfyUI\custom_nodes\rgthree-comfy2024-11-25T20:13:13.324094 - 
2024-11-25T20:13:13.324094 -    2.9 seconds:2024-11-25T20:13:13.324094 -  2024-11-25T20:13:13.324094 - C:\ai\ComfyUI\custom_nodes\ComfyUI-Manager2024-11-25T20:13:13.324094 - 
2024-11-25T20:13:13.324094 - 
2024-11-25T20:13:14.351262 - Total VRAM 16376 MB, total RAM 32538 MB
2024-11-25T20:13:14.352259 - pytorch version: 2.3.0+cu121
2024-11-25T20:13:15.156294 - xformers version: 0.0.26.post1
2024-11-25T20:13:15.156294 - Set vram state to: NORMAL_VRAM
2024-11-25T20:13:15.156294 - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
2024-11-25T20:13:15.298536 - Using xformers cross attention
2024-11-25T20:13:15.548308 - [Prompt Server] web root: C:\ai\ComfyUI\web
2024-11-25T20:13:15.549304 - Adding extra search path checkpoints C:\ai\stable-diffusion-webui\models/Stable-diffusion
2024-11-25T20:13:15.549304 - Adding extra search path configs C:\ai\stable-diffusion-webui\models/Stable-diffusion
2024-11-25T20:13:15.549304 - Adding extra search path vae C:\ai\stable-diffusion-webui\models/VAE
2024-11-25T20:13:15.549304 - Adding extra search path loras C:\ai\stable-diffusion-webui\models/Lora
2024-11-25T20:13:15.550303 - Adding extra search path loras C:\ai\stable-diffusion-webui\models/LyCORIS
2024-11-25T20:13:15.550303 - Adding extra search path upscale_models C:\ai\stable-diffusion-webui\models/ESRGAN
2024-11-25T20:13:15.550303 - Adding extra search path upscale_models C:\ai\stable-diffusion-webui\models/RealESRGAN
2024-11-25T20:13:15.550303 - Adding extra search path upscale_models C:\ai\stable-diffusion-webui\models/SwinIR
2024-11-25T20:13:15.550303 - Adding extra search path embeddings C:\ai\stable-diffusion-webui\embeddings
2024-11-25T20:13:15.550303 - Adding extra search path hypernetworks C:\ai\stable-diffusion-webui\models/hypernetworks
2024-11-25T20:13:15.550303 - Adding extra search path controlnet C:\ai\stable-diffusion-webui\models/ControlNet
2024-11-25T20:13:15.998365 - [Crystools �[0;32mINFO�[0m] Crystools version: 1.21.0
2024-11-25T20:13:16.008365 - [Crystools �[0;32mINFO�[0m] CPU: 13th Gen Intel(R) Core(TM) i9-13900K - Arch: AMD64 - OS: Windows 10
2024-11-25T20:13:16.018368 - [Crystools �[0;32mINFO�[0m] Pynvml (Nvidia) initialized.
2024-11-25T20:13:16.019365 - [Crystools �[0;32mINFO�[0m] GPU/s:
2024-11-25T20:13:16.025369 - [Crystools �[0;32mINFO�[0m] 0) NVIDIA GeForce RTX 4080
2024-11-25T20:13:16.025369 - [Crystools �[0;32mINFO�[0m] NVIDIA Driver: 560.94
2024-11-25T20:13:16.041364 - ### Loading: ComfyUI-Impact-Pack (V7.12)2024-11-25T20:13:16.042366 - 
2024-11-25T20:13:16.871567 - ### Loading: ComfyUI-Impact-Pack (Subpack: V0.8)2024-11-25T20:13:16.871567 - 
2024-11-25T20:13:16.883570 - [Impact Pack] Wildcards loading done.2024-11-25T20:13:16.883570 - 
2024-11-25T20:13:16.891571 - Total VRAM 16376 MB, total RAM 32538 MB
2024-11-25T20:13:16.892570 - pytorch version: 2.3.0+cu121
2024-11-25T20:13:16.892570 - xformers version: 0.0.26.post1
2024-11-25T20:13:16.892570 - Set vram state to: NORMAL_VRAM
2024-11-25T20:13:16.892570 - Device: cuda:0 NVIDIA GeForce RTX 4080 : cudaMallocAsync
2024-11-25T20:13:16.905088 - ### Loading: ComfyUI-Manager (V2.52)2024-11-25T20:13:16.905088 - 
2024-11-25T20:13:17.061087 - ### ComfyUI Revision: 2860 [61196d88] | Released on '2024-11-25'2024-11-25T20:13:17.061087 - 
2024-11-25T20:13:17.224088 - ------------------------------------------2024-11-25T20:13:17.225087 - 
2024-11-25T20:13:17.405088 - �[34m### N-Suite Revision:�[0m �[32mae7cc848 �[0m2024-11-25T20:13:17.406088 - 
2024-11-25T20:13:17.406088 - Current version of packaging: 23.22024-11-25T20:13:17.406088 - 
2024-11-25T20:13:17.406088 - Version of cpuinfo: Not found2024-11-25T20:13:17.406088 - 
2024-11-25T20:13:17.407088 - Current version of git: 3.1.432024-11-25T20:13:17.407088 - 
2024-11-25T20:13:17.408149 - Current version of moviepy: 1.0.32024-11-25T20:13:17.408149 - 
2024-11-25T20:13:17.408149 - Current version of cv2: 4.9.02024-11-25T20:13:17.408149 - 
2024-11-25T20:13:17.419087 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json2024-11-25T20:13:17.419087 - 
2024-11-25T20:13:17.442087 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-11-25T20:13:17.443087 - 
2024-11-25T20:13:17.461087 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-11-25T20:13:17.461087 - 
2024-11-25T20:13:17.477087 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-11-25T20:13:17.477087 - 
2024-11-25T20:13:17.481087 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json2024-11-25T20:13:17.482087 - 
2024-11-25T20:13:17.518087 - Current version of skbuild: 0.17.62024-11-25T20:13:17.518087 - 
2024-11-25T20:13:17.518087 - Version of typing: Not found2024-11-25T20:13:17.518087 - 
2024-11-25T20:13:17.520087 - Current version of diskcache: 5.6.32024-11-25T20:13:17.521087 - 
2024-11-25T20:13:17.527087 - Current version of llama_cpp: 0.2.26+cu1212024-11-25T20:13:17.527087 - 
2024-11-25T20:13:17.618410 - Current version of timm: 0.9.122024-11-25T20:13:17.618410 - 
2024-11-25T20:13:17.794083 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: C:\ai\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts�[0m
2024-11-25T20:13:17.794083 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False�[0m
2024-11-25T20:13:17.794083 - �[36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']�[0m
2024-11-25T20:13:17.818085 - �[34mFizzleDorf Custom Nodes: �[92mLoaded�[0m2024-11-25T20:13:17.818085 - 
2024-11-25T20:13:18.506148 - �[36;20m[comfy_mtb] | INFO -> loaded �[96m88�[0m nodes successfuly�[0m
2024-11-25T20:13:18.506148 - �[36;20m[comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.�[0m
2024-11-25T20:13:18.524148 - 
�[36mEfficiency Nodes:�[0m Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...�[92mSuccess!�[0m2024-11-25T20:13:18.524148 - 
2024-11-25T20:13:18.543798 - 
2024-11-25T20:13:18.543798 - �[92m[rgthree-comfy] Loaded 42 extraordinary nodes. 🎉�[00m2024-11-25T20:13:18.543798 - 
2024-11-25T20:13:18.543798 - 
2024-11-25T20:13:19.152981 - Searge-SDXL v4.3.1 in C:\ai\ComfyUI\custom_nodes\SeargeSDXL2024-11-25T20:13:19.152981 - 
2024-11-25T20:13:19.669537 - �[34mWAS Node Suite: �[0mOpenCV Python FFMPEG support is enabled�[0m2024-11-25T20:13:19.670040 - 
2024-11-25T20:13:19.670079 - �[34mWAS Node Suite �[93mWarning: �[0m`ffmpeg_bin_path` is not set in `C:\ai\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.�[0m2024-11-25T20:13:19.670079 - 
2024-11-25T20:13:20.112074 - �[34mWAS Node Suite: �[0mFinished.�[0m �[32mLoaded�[0m �[0m218�[0m �[32mnodes successfully.�[0m2024-11-25T20:13:20.112074 - 
2024-11-25T20:13:20.112074 - 
	�[3m�[93m"Believe in yourself, and the rest will fall into place."�[0m�[3m - Unknown�[0m
2024-11-25T20:13:20.112074 - 
2024-11-25T20:13:20.118074 - 
Import times for custom nodes:
2024-11-25T20:13:20.119070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-RAVE
2024-11-25T20:13:20.119070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI_Noise
2024-11-25T20:13:20.119070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\websocket_image_save.py
2024-11-25T20:13:20.119070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\SD-Latent-Upscaler
2024-11-25T20:13:20.119070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-LoadFiles
2024-11-25T20:13:20.119070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\tiled_ksampler
2024-11-25T20:13:20.119070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\cg-use-everywhere
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-SuperBeasts
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI_essentials
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\rgthree-comfy
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-11-25T20:13:20.120074 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-11-25T20:13:20.121070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-11-25T20:13:20.121070 -    0.0 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-11-25T20:13:20.121070 -    0.3 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-Manager
2024-11-25T20:13:20.121070 -    0.5 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-N-Nodes
2024-11-25T20:13:20.121070 -    0.6 seconds: C:\ai\ComfyUI\custom_nodes\SeargeSDXL
2024-11-25T20:13:20.121070 -    0.7 seconds: C:\ai\ComfyUI\custom_nodes\comfy_mtb
2024-11-25T20:13:20.121070 -    0.8 seconds: C:\ai\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-11-25T20:13:20.121070 -    0.9 seconds: C:\ai\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-11-25T20:13:20.121070 - 
2024-11-25T20:13:20.135070 - Starting server

2024-11-25T20:13:20.136073 - To see the GUI go to: http://127.0.0.1:8188
2024-11-25T20:13:32.459871 - �[36;20m[comfy_mtb] | INFO -> Found multiple match, we will pick the last C:\ai\stable-diffusion-webui\models/SwinIR
['C:\\ai\\ComfyUI\\models\\upscale_models', 'C:\\ai\\stable-diffusion-webui\\models/ESRGAN', 'C:\\ai\\stable-diffusion-webui\\models/RealESRGAN', 'C:\\ai\\stable-diffusion-webui\\models/SwinIR']�[0m
2024-11-25T20:13:32.460869 - �[33;20m[comfy_mtb] | WARNING -> Face restoration models not found.�[0m
2024-11-25T20:13:32.479868 - [Impact Pack] Wildcards loading done.2024-11-25T20:13:32.479868 - 
2024-11-25T20:13:35.059395 - FETCH DATA from: C:\ai\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json2024-11-25T20:13:35.059395 - 2024-11-25T20:13:35.062395 -  [DONE]2024-11-25T20:13:35.062395 - 
2024-11-25T20:13:37.619937 - got prompt
2024-11-25T20:13:37.761902 - model weight dtype torch.float16, manual cast: None
2024-11-25T20:13:37.764902 - model_type EPS
2024-11-25T20:13:38.017002 - Using xformers attention in VAE
2024-11-25T20:13:38.018002 - Using xformers attention in VAE
2024-11-25T20:13:38.696933 - Requested to load SD1ClipModel
2024-11-25T20:13:38.696933 - Loading 1 new model
2024-11-25T20:13:38.898656 - loaded completely 0.0 235.84423828125 True
2024-11-25T20:13:39.010810 - C:\ai\ComfyUI\comfy\ldm\modules\attention.py:418: UserWarning: 1Torch was not compiled with flash attention. (Triggered internally at ..\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp:455.)
  out = torch.nn.functional.scaled_dot_product_attention(q, k, v, attn_mask=mask, dropout_p=0.0, is_causal=False)

2024-11-25T20:13:39.067839 - [AnimateDiffEvo] - �[0;32mINFO�[0m - Loading motion module AnimateLCM_sd15_t2v.ckpt
2024-11-25T20:13:39.067839 - Warning torch.load doesn't support weights_only on this pytorch version, loading unsafely.
2024-11-25T20:13:40.199154 - [AnimateDiffEvo] - �[0;32mINFO�[0m - Loading motion LoRA shatterAnimatediff_v10.safetensors
2024-11-25T20:13:40.298158 - [AnimateDiffEvo] - �[0;32mINFO�[0m - Applying a v1 LoRA (shatterAnimatediff_v10.safetensors) to a v2 motion model.
2024-11-25T20:13:41.397895 - �[33mINFO: Clip Vision model loaded from C:\ai\ComfyUI\models\clip_vision\CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors�[0m2024-11-25T20:13:41.398895 - 
2024-11-25T20:13:41.400898 - �[33mINFO: IPAdapter model loaded from C:\ai\ComfyUI\models\ipadapter\ip-adapter_sd15_vit-G.safetensors�[0m2024-11-25T20:13:41.400898 - 
2024-11-25T20:13:41.401895 - Requested to load CLIPVisionModelProjection
2024-11-25T20:13:41.401895 - Loading 1 new model
2024-11-25T20:13:42.444985 - loaded completely 0.0 3522.953369140625 True
2024-11-25T20:13:44.746030 - !!! Exception during processing !!! local variable 'face_image' referenced before assignment
2024-11-25T20:13:44.748031 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )
UnboundLocalError: local variable 'face_image' referenced before assignment

2024-11-25T20:13:44.749030 - Prompt executed in 7.09 seconds
2024-11-25T20:14:38.155567 - got prompt
2024-11-25T20:14:40.859412 - !!! Exception during processing !!! local variable 'face_image' referenced before assignment
2024-11-25T20:14:40.859412 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )
UnboundLocalError: local variable 'face_image' referenced before assignment

2024-11-25T20:14:40.860412 - Prompt executed in 2.67 seconds
2024-11-25T20:14:54.419018 - got prompt
2024-11-25T20:14:56.857854 - !!! Exception during processing !!! local variable 'face_image' referenced before assignment
2024-11-25T20:14:56.858854 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )
UnboundLocalError: local variable 'face_image' referenced before assignment

2024-11-25T20:14:56.859854 - Prompt executed in 2.41 seconds
2024-11-25T20:15:09.929887 - got prompt
2024-11-25T20:15:10.028900 - !!! Exception during processing !!! local variable 'face_image' referenced before assignment
2024-11-25T20:15:10.029901 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )
UnboundLocalError: local variable 'face_image' referenced before assignment

2024-11-25T20:15:10.030900 - Prompt executed in 0.07 seconds
2024-11-25T20:17:25.102718 - got prompt
2024-11-25T20:17:25.208213 - !!! Exception during processing !!! Images or Embeds are required
2024-11-25T20:17:25.208213 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 726, in apply_ipadapter
    return ipadapter_execute(model.clone(), ipadapter['ipadapter']['model'], ipadapter['clipvision']['model'], **ipa_args)
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 392, in ipadapter_execute
    raise Exception("Images or Embeds are required")
Exception: Images or Embeds are required

2024-11-25T20:17:25.209213 - Prompt executed in 0.07 seconds
2024-11-25T20:19:32.352092 - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "C:\Users\Jay\AppData\Local\Programs\Python\Python310\lib\asyncio\events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "C:\Users\Jay\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 162, in _call_connection_lost
    self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2024-11-25T20:19:33.586622 - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
  File "C:\Users\Jay\AppData\Local\Programs\Python\Python310\lib\asyncio\events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
  File "C:\Users\Jay\AppData\Local\Programs\Python\Python310\lib\asyncio\proactor_events.py", line 162, in _call_connection_lost
    self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2024-11-25T20:20:27.412742 - got prompt
2024-11-25T20:20:27.513740 - !!! Exception during processing !!! local variable 'face_image' referenced before assignment
2024-11-25T20:20:27.514740 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )
UnboundLocalError: local variable 'face_image' referenced before assignment

2024-11-25T20:20:27.515740 - Prompt executed in 0.06 seconds
2024-11-25T20:21:14.244561 - got prompt
2024-11-25T20:21:14.729846 - �[33mINFO: Clip Vision model loaded from C:\ai\ComfyUI\models\clip_vision\CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors�[0m2024-11-25T20:21:14.729846 - 
2024-11-25T20:21:14.734849 - �[33mINFO: IPAdapter model loaded from C:\ai\ComfyUI\models\ipadapter\ip-adapter-plus_sd15.safetensors�[0m2024-11-25T20:21:14.734849 - 
2024-11-25T20:21:14.736849 - Requested to load CLIPVisionModelProjection
2024-11-25T20:21:14.736849 - Loading 1 new model
2024-11-25T20:21:15.220861 - loaded completely 0.0 1208.09814453125 True
2024-11-25T20:21:16.496865 - !!! Exception during processing !!! local variable 'face_image' referenced before assignment
2024-11-25T20:21:16.496865 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )
UnboundLocalError: local variable 'face_image' referenced before assignment

2024-11-25T20:21:16.498865 - Prompt executed in 2.22 seconds
2024-11-25T20:36:44.771789 - got prompt
2024-11-25T20:36:46.548767 - !!! Exception during processing !!! local variable 'face_image' referenced before assignment
2024-11-25T20:36:46.548767 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )
UnboundLocalError: local variable 'face_image' referenced before assignment

2024-11-25T20:36:46.550767 - Prompt executed in 1.75 seconds
2024-11-25T20:37:33.424670 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json2024-11-25T20:37:33.424670 - 2024-11-25T20:37:33.493659 -  [DONE]2024-11-25T20:37:33.493659 - 
2024-11-25T20:37:33.533660 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2024-11-25T20:37:33.533660 - 2024-11-25T20:37:33.587659 -  [DONE]2024-11-25T20:37:33.587659 - 
2024-11-25T20:37:33.608659 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json2024-11-25T20:37:33.608659 - 2024-11-25T20:37:33.638652 -  [DONE]2024-11-25T20:37:33.638652 - 
2024-11-25T20:39:18.394729 - got prompt
2024-11-25T20:39:18.610728 - !!! Exception during processing !!! local variable 'face_image' referenced before assignment
2024-11-25T20:39:18.610728 - Traceback (most recent call last):
  File "C:\ai\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
  File "C:\ai\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)
  File "C:\ai\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
  File "C:\ai\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 825, in apply_ipadapter
    return (work_model, face_image, )
UnboundLocalError: local variable 'face_image' referenced before assignment

2024-11-25T20:39:18.611728 - Prompt executed in 0.18 seconds

Attached Workflow

Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"last_node_id":48,"last_link_id":97,"nodes":[{"id":1,"type":"CheckpointLoaderSimple","pos":[20,120],"size":[315,98],"flags":{},"order":0,"mode":0,"inputs":[],"outputs":[{"name":"MODEL","type":"MODEL","links":[1],"slot_index":0},{"name":"CLIP","type":"CLIP","links":[2],"slot_index":1},{"name":"VAE","type":"VAE","links":[15],"slot_index":2}],"properties":{"Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["dreamshaper_8LCM.safetensors"]},{"id":2,"type":"LoraLoader","pos":[30,290],"size":[315,126],"flags":{},"order":11,"mode":4,"inputs":[{"name":"model","type":"MODEL","link":1},{"name":"clip","type":"CLIP","link":2}],"outputs":[{"name":"MODEL","type":"MODEL","links":[7],"slot_index":0},{"name":"CLIP","type":"CLIP","links":[5,6],"slot_index":1}],"properties":{"Node name for S&R":"LoraLoader"},"widgets_values":["fractalized.safetensors",0.5,1]},{"id":3,"type":"EmptyLatentImage","pos":[20,480],"size":[315,106],"flags":{},"order":21,"mode":0,"inputs":[{"name":"width","type":"INT","link":3,"widget":{"name":"width"}},{"name":"height","type":"INT","link":4,"widget":{"name":"height"}},{"name":"batch_size","type":"INT","link":72,"widget":{"name":"batch_size"}}],"outputs":[{"name":"LATENT","type":"LATENT","links":[50],"slot_index":0}],"properties":{"Node name for S&R":"EmptyLatentImage"},"widgets_values":[512,512,32]},{"id":4,"type":"CLIPTextEncode","pos":[30,630],"size":[311,81.5],"flags":{},"order":15,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":5}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[9],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":[""],"color":"#232","bgcolor":"#353"},{"id":5,"type":"CLIPTextEncode","pos":[30,760],"size":[311,81.5],"flags":{},"order":16,"mode":0,"inputs":[{"name":"clip","type":"CLIP","link":6}],"outputs":[{"name":"CONDITIONING","type":"CONDITIONING","links":[10],"slot_index":0}],"properties":{"Node name for S&R":"CLIPTextEncode"},"widgets_values":[""],"color":"#322","bgcolor":"#533"},{"id":6,"type":"Reroute","pos":[710.779052734375,559],"size":[75,26],"flags":{},"order":14,"mode":0,"inputs":[{"name":"","type":"*","link":7}],"outputs":[{"name":"","type":"MODEL","links":[11]}],"properties":{"showOutputText":false,"horizontal":false}},{"id":7,"type":"Reroute","pos":[721.779052734375,753.5],"size":[75,26],"flags":{},"order":24,"mode":0,"inputs":[{"name":"","type":"*","link":50}],"outputs":[{"name":"","type":"LATENT","links":[19]}],"properties":{"showOutputText":false,"horizontal":false}},{"id":8,"type":"Reroute","pos":[689.779052734375,905.5],"size":[75,26],"flags":{},"order":19,"mode":0,"inputs":[{"name":"","type":"*","link":9}],"outputs":[{"name":"","type":"CONDITIONING","links":[39],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":9,"type":"Reroute","pos":[702.279052734375,1034],"size":[75,26],"flags":{},"order":20,"mode":0,"inputs":[{"name":"","type":"*","link":10}],"outputs":[{"name":"","type":"CONDITIONING","links":[40],"slot_index":0}],"properties":{"showOutputText":false,"horizontal":false}},{"id":10,"type":"ADE_AnimateDiffLoaderWithContext","pos":[1305,413],"size":[315,230],"flags":{},"order":18,"mode":4,"inputs":[{"name":"model","type":"MODEL","link":11},{"name":"context_options","type":"CONTEXT_OPTIONS","link":12,"shape":7},{"name":"motion_lora","type":"MOTION_LORA","link":13,"shape":7},{"name":"ad_settings","type":"AD_SETTINGS","link":null,"shape":7},{"name":"sample_settings","type":"SAMPLE_SETTINGS","link":14,"shape":7},{"name":"ad_keyframes","type":"AD_KEYFRAMES","link":null,"shape":7}],"outputs":[{"name":"MODEL","type":"MODEL","links":[20],"slot_index":0}],"properties":{"Node name for S&R":"ADE_AnimateDiffLoaderWithContext"},"widgets_values":["AnimateLCM_sd15_t2v.ckpt","lcm >> sqrt_linear",1.1,true]},{"id":11,"type":"ADE_LoopedUniformContextOptions","pos":[1304.779052734375,693],"size":[315,246],"flags":{},"order":1,"mode":0,"inputs":[{"name":"prev_context","type":"CONTEXT_OPTIONS","link":null,"shape":7},{"name":"view_opts","type":"VIEW_OPTS","link":null,"shape":7}],"outputs":[{"name":"CONTEXT_OPTS","type":"CONTEXT_OPTIONS","links":[12]}],"properties":{"Node name for S&R":"ADE_LoopedUniformContextOptions"},"widgets_values":[16,1,6,true,"pyramid",false,0,1]},{"id":12,"type":"ADE_AnimateDiffSamplingSettings","pos":[1037.779052734375,411],"size":[220,254],"flags":{},"order":2,"mode":0,"inputs":[{"name":"noise_layers","type":"NOISE_LAYERS","link":null,"shape":7},{"name":"iteration_opts","type":"ITERATION_OPTS","link":null,"shape":7},{"name":"custom_cfg","type":"CUSTOM_CFG","link":null,"shape":7},{"name":"sigma_schedule","type":"SIGMA_SCHEDULE","link":null,"shape":7},{"name":"image_inject","type":"IMAGE_INJECT","link":null,"shape":7},{"name":"seed_override","type":"INT","link":null,"widget":{"name":"seed_override"},"shape":7}],"outputs":[{"name":"settings","type":"SAMPLE_SETTINGS","links":[14]}],"properties":{"Node name for S&R":"ADE_AnimateDiffSamplingSettings"},"widgets_values":[0,"default","comfy",0,0,false,""]},{"id":13,"type":"ADE_AnimateDiffLoRALoader","pos":[1024,728],"size":[266.79998779296875,82],"flags":{},"order":3,"mode":0,"inputs":[{"name":"prev_motion_lora","type":"MOTION_LORA","link":null,"shape":7}],"outputs":[{"name":"MOTION_LORA","type":"MOTION_LORA","links":[13]}],"properties":{"Node name for S&R":"ADE_AnimateDiffLoRALoader"},"widgets_values":["shatterAnimatediff_v10.safetensors",0.5,""]},{"id":14,"type":"Reroute","pos":[731.5940551757812,464.739990234375],"size":[75,26],"flags":{},"order":12,"mode":0,"inputs":[{"name":"","type":"*","link":15}],"outputs":[{"name":"","type":"VAE","links":[23]}],"properties":{"showOutputText":false,"horizontal":false}},{"id":15,"type":"KSampler","pos":[2655,534],"size":[315,474],"flags":{},"order":28,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":94},{"name":"positive","type":"CONDITIONING","link":41},{"name":"negative","type":"CONDITIONING","link":42},{"name":"latent_image","type":"LATENT","link":19}],"outputs":[{"name":"LATENT","type":"LATENT","links":[22],"slot_index":0}],"properties":{"Node name for S&R":"KSampler"},"widgets_values":[205647145537364,"fixed",20,2,"lcm","sgm_uniform",1]},{"id":17,"type":"VHS_VideoCombine","pos":[3048,346],"size":[850.8818969726562,310],"flags":{},"order":30,"mode":0,"inputs":[{"name":"images","type":"IMAGE","link":21},{"name":"audio","type":"AUDIO","link":null,"shape":7},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"shape":7},{"name":"vae","type":"VAE","link":null,"shape":7}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":12,"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_00006.mp4","subfolder":"","type":"temp","format":"video/h264-mp4","frame_rate":12},"muted":false}}},{"id":18,"type":"VAEDecode","pos":[2748,385.5],"size":[210,46],"flags":{},"order":29,"mode":0,"inputs":[{"name":"samples","type":"LATENT","link":22},{"name":"vae","type":"VAE","link":23}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[21,33],"slot_index":0}],"properties":{"Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":23,"type":"PrimitiveNode","pos":[120,900],"size":[210,82],"flags":{},"order":4,"mode":0,"inputs":[],"outputs":[{"name":"INT","type":"INT","links":[4],"widget":{"name":"height"}}],"title":"Height","properties":{"Run widget replace on values":false},"widgets_values":[512,"fixed"]},{"id":24,"type":"PrimitiveNode","pos":[120,1040],"size":[210,82],"flags":{},"order":5,"mode":0,"inputs":[],"outputs":[{"name":"INT","type":"INT","links":[3],"slot_index":0,"widget":{"name":"width"}}],"title":"Width","properties":{"Run widget replace on values":false},"widgets_values":[512,"fixed"]},{"id":25,"type":"VHS_VideoCombine","pos":[5143,1129],"size":[841.2053833007812,1145.205322265625],"flags":{},"order":36,"mode":4,"inputs":[{"name":"images","type":"IMAGE","link":31},{"name":"audio","type":"AUDIO","link":null,"shape":7},{"name":"meta_batch","type":"VHS_BatchManager","link":null,"shape":7},{"name":"vae","type":"VAE","link":null,"shape":7}],"outputs":[{"name":"Filenames","type":"VHS_FILENAMES","links":null,"shape":3}],"properties":{"Node name for S&R":"VHS_VideoCombine"},"widgets_values":{"frame_rate":24,"loop_count":0,"filename_prefix":"%date:yyyy-MM-dd%/interpolated/AD","format":"video/h264-mp4","pix_fmt":"yuv420p","crf":19,"save_metadata":false,"pingpong":false,"save_output":true,"videopreview":{"hidden":false,"paused":false,"params":{"filename":"AD_00004.mp4","subfolder":"2024-11-23\\interpolated","type":"output","format":"video/h264-mp4","frame_rate":24}}},"color":"#222","bgcolor":"#000"},{"id":26,"type":"UpscaleModelLoader","pos":[4153.328125,647.8668823242188],"size":[315,58],"flags":{},"order":6,"mode":0,"inputs":[],"outputs":[{"name":"UPSCALE_MODEL","type":"UPSCALE_MODEL","links":[32],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"UpscaleModelLoader"},"widgets_values":["RealESRGAN_x4plus.pth"]},{"id":27,"type":"ImageUpscaleWithModel","pos":[4183.328125,765.8668823242188],"size":[241.79998779296875,46],"flags":{},"order":31,"mode":0,"inputs":[{"name":"upscale_model","type":"UPSCALE_MODEL","link":32},{"name":"image","type":"IMAGE","link":33}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[34],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageUpscaleWithModel"},"widgets_values":[]},{"id":28,"type":"ImageScale","pos":[4153.328125,875.8668823242188],"size":[315,130],"flags":{},"order":32,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":34}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[35],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageScale"},"widgets_values":["nearest-exact",1080,1080,"disabled"]},{"id":29,"type":"RIFE VFI","pos":[4514.1474609375,797.7535400390625],"size":[319.20001220703125,198],"flags":{},"order":33,"mode":0,"inputs":[{"name":"frames","type":"IMAGE","link":35,"slot_index":0},{"name":"optional_interpolation_states","type":"INTERPOLATION_STATES","link":null,"shape":7}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[36],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"RIFE VFI"},"widgets_values":["rife47.pth",10,2,true,true,1]},{"id":30,"type":"Color Correct (mtb)","pos":[4877,783],"size":[315,246],"flags":{},"order":34,"mode":4,"inputs":[{"name":"image","type":"IMAGE","link":36},{"name":"mask","type":"MASK","link":null,"shape":7}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[37],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"Color Correct (mtb)"},"widgets_values":[true,1.09,1.1,0.18,0,0,1.1,1]},{"id":31,"type":"ImageSharpen","pos":[5217,784],"size":[210,106],"flags":{},"order":35,"mode":4,"inputs":[{"name":"image","type":"IMAGE","link":37}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[31],"slot_index":0,"shape":3}],"properties":{"Node name for S&R":"ImageSharpen"},"widgets_values":[1,0.5,0.2]},{"id":32,"type":"ControlNetLoader","pos":[1179,1185],"size":[315,58],"flags":{},"order":7,"mode":0,"inputs":[],"outputs":[{"name":"CONTROL_NET","type":"CONTROL_NET","links":[38],"slot_index":0}],"properties":{"Node name for S&R":"ControlNetLoader"},"widgets_values":["controlnet11Models_depth.safetensors"]},{"id":33,"type":"ControlNetApplyAdvanced","pos":[1185,1296],"size":[315,186],"flags":{},"order":23,"mode":4,"inputs":[{"name":"positive","type":"CONDITIONING","link":39},{"name":"negative","type":"CONDITIONING","link":40},{"name":"control_net","type":"CONTROL_NET","link":38},{"name":"image","type":"IMAGE","link":52},{"name":"vae","type":"VAE","link":null,"shape":7}],"outputs":[{"name":"positive","type":"CONDITIONING","links":[41],"slot_index":0},{"name":"negative","type":"CONDITIONING","links":[42],"slot_index":1}],"properties":{"Node name for S&R":"ControlNetApplyAdvanced"},"widgets_values":[1,0,0.5]},{"id":38,"type":"DepthAnythingPreprocessor","pos":[1560,1365],"size":[315,82],"flags":{},"order":8,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[52],"slot_index":0}],"properties":{"Node name for S&R":"DepthAnythingPreprocessor"},"widgets_values":["depth_anything_vitl14.pth",512]},{"id":40,"type":"LoadImage","pos":[610,-460],"size":[315,314],"flags":{},"order":9,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[73],"slot_index":0},{"name":"MASK","type":"MASK","links":null}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["pasted/image (60).png","image"]},{"id":41,"type":"LoadImage","pos":[610,-80],"size":[315,314],"flags":{},"order":10,"mode":0,"inputs":[],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[74],"slot_index":0},{"name":"MASK","type":"MASK","links":null}],"properties":{"Node name for S&R":"LoadImage"},"widgets_values":["pasted/image (61).png","image"]},{"id":45,"type":"Image Batch Manager (SuperBeasts.AI)","pos":[1111.0316162109375,-241.90036010742188],"size":[302.3999938964844,194],"flags":{},"order":13,"mode":0,"inputs":[{"name":"image1","type":"IMAGE","link":73},{"name":"image2","type":"IMAGE","link":74},{"name":"image3","type":"IMAGE","link":null}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[75],"slot_index":0},{"name":"STRING","type":"STRING","links":null}],"properties":{"Node name for S&R":"Image Batch Manager (SuperBeasts.AI)"},"widgets_values":[512,512,10,false,"1,2,2,1"]},{"id":42,"type":"IPAdapterBatch","pos":[2153,-177],"size":[315,278],"flags":{},"order":26,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":63},{"name":"ipadapter","type":"IPADAPTER","link":66},{"name":"image","type":"IMAGE","link":76},{"name":"image_negative","type":"IMAGE","link":null,"shape":7},{"name":"attn_mask","type":"MASK","link":null,"shape":7},{"name":"clip_vision","type":"CLIP_VISION","link":null,"shape":7},{"name":"weight","type":"FLOAT","link":69,"widget":{"name":"weight"}}],"outputs":[{"name":"MODEL","type":"MODEL","links":[93],"slot_index":0}],"properties":{"Node name for S&R":"IPAdapterBatch"},"widgets_values":[1,"linear",0,1,"V only",0]},{"id":48,"type":"IPAdapterBatch","pos":[2153,162],"size":[315,278],"flags":{},"order":27,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":93},{"name":"ipadapter","type":"IPADAPTER","link":97},{"name":"image","type":"IMAGE","link":96},{"name":"image_negative","type":"IMAGE","link":null,"shape":7},{"name":"attn_mask","type":"MASK","link":null,"shape":7},{"name":"clip_vision","type":"CLIP_VISION","link":null,"shape":7},{"name":"weight","type":"FLOAT","link":95,"widget":{"name":"weight"}}],"outputs":[{"name":"MODEL","type":"MODEL","links":[94],"slot_index":0}],"properties":{"Node name for S&R":"IPAdapterBatch"},"widgets_values":[1,"linear",0,1,"V only",0]},{"id":16,"type":"Reroute","pos":[1339,221],"size":[75,26],"flags":{},"order":22,"mode":0,"inputs":[{"name":"","type":"*","link":20}],"outputs":[{"name":"","type":"MODEL","links":[24]}],"properties":{"showOutputText":false,"horizontal":false}},{"id":19,"type":"IPAdapterUnifiedLoader","pos":[1518,-200],"size":[315,78],"flags":{},"order":25,"mode":0,"inputs":[{"name":"model","type":"MODEL","link":24},{"name":"ipadapter","type":"IPADAPTER","link":null,"shape":7}],"outputs":[{"name":"model","type":"MODEL","links":[63],"slot_index":0},{"name":"ipadapter","type":"IPADAPTER","links":[66,97],"slot_index":1}],"properties":{"Node name for S&R":"IPAdapterUnifiedLoader"},"widgets_values":["PLUS (high strength)"]},{"id":44,"type":"IPAdapterWeights","pos":[1556,-36],"size":[400,344],"flags":{},"order":17,"mode":0,"inputs":[{"name":"image","type":"IMAGE","link":75,"shape":7}],"outputs":[{"name":"weights","type":"FLOAT","links":[69],"slot_index":0},{"name":"weights_invert","type":"FLOAT","links":[95],"slot_index":1},{"name":"total_frames","type":"INT","links":[72],"slot_index":2},{"name":"image_1","type":"IMAGE","links":[76],"slot_index":3},{"name":"image_2","type":"IMAGE","links":[96],"slot_index":4},{"name":"weights_strategy","type":"WEIGHTS_STRATEGY","links":null}],"properties":{"Node name for S&R":"IPAdapterWeights"},"widgets_values":["0.75, 0.0","linear",12,0,9999,0,0,"full batch"]}],"links":[[1,1,0,2,0,"MODEL"],[2,1,1,2,1,"CLIP"],[3,24,0,3,0,"INT"],[4,23,0,3,1,"INT"],[5,2,1,4,0,"CLIP"],[6,2,1,5,0,"CLIP"],[7,2,0,6,0,"*"],[9,4,0,8,0,"*"],[10,5,0,9,0,"*"],[11,6,0,10,0,"MODEL"],[12,11,0,10,1,"CONTEXT_OPTIONS"],[13,13,0,10,2,"MOTION_LORA"],[14,12,0,10,4,"SAMPLE_SETTINGS"],[15,1,2,14,0,"*"],[19,7,0,15,3,"LATENT"],[20,10,0,16,0,"*"],[21,18,0,17,0,"IMAGE"],[22,15,0,18,0,"LATENT"],[23,14,0,18,1,"VAE"],[24,16,0,19,0,"MODEL"],[31,31,0,25,0,"IMAGE"],[32,26,0,27,0,"UPSCALE_MODEL"],[33,18,0,27,1,"IMAGE"],[34,27,0,28,0,"IMAGE"],[35,28,0,29,0,"IMAGE"],[36,29,0,30,0,"IMAGE"],[37,30,0,31,0,"IMAGE"],[38,32,0,33,2,"CONTROL_NET"],[39,8,0,33,0,"CONDITIONING"],[40,9,0,33,1,"CONDITIONING"],[41,33,0,15,1,"CONDITIONING"],[42,33,1,15,2,"CONDITIONING"],[50,3,0,7,0,"*"],[52,38,0,33,3,"IMAGE"],[63,19,0,42,0,"MODEL"],[66,19,1,42,1,"IPADAPTER"],[69,44,0,42,6,"FLOAT"],[72,44,2,3,2,"INT"],[73,40,0,45,0,"IMAGE"],[74,41,0,45,1,"IMAGE"],[75,45,0,44,0,"IMAGE"],[76,44,3,42,2,"IMAGE"],[93,42,0,48,0,"MODEL"],[94,48,0,15,0,"MODEL"],[95,44,1,48,6,"FLOAT"],[96,44,4,48,2,"IMAGE"],[97,19,1,48,1,"IPADAPTER"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.5131581182307068,"offset":[88.63551472722304,752.6316033679991]}},"version":0.4}

Additional Context

(Please add any additional context or steps to reproduce the error here)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant