This is a workflow for creating incredible vid2vid animations utilizing a alpha mask to separate your subject and background with two separate IPAdapters! Watch video walkthrough below!
The focus here was really to keep the workflow concise and straight to the point. I've noticed a trend in over engineered workflows and wanted to update / share something to help you guys get back to the most important part of what do we....CREATING!
This workflow includes:
• x2 video loaders (Main Video + Alpha Mask)
• x2 IPAdapters (x2 Image References for Subjects + 2 Image References for Background)
• Native output resolution of 512x896, 768x1344 in High Res Pass
•If you need to make some alpha masks, check out the Segment Anything 2 workflow I shared that also has a video tutorial on the Civitai YouTube page! This will help you get clean masks without the need to rotoscope!
Find that workflow here:
https://civarchive.com/models/746889/sam2-easy-comfyui-alphamattes-rotoscope
Video Walkthrough + Using It:
Description
FAQ
Comments (56)
siccccccccccccccccccccccccccccccc
Great Job , Thanks
If you make something cool, please share it to the gallery!
Great workflow. I'm still getting to grips with the best way to use it but it's the simplest workflow I've seen. Thanks for uploading it, I always learn allot watching the civitai streams. :)
This is by far the best for subject isolation and controlling the subject vs background. Pro tip is always use the LCM lora. If using a non LCM model, use it at 1.0 and if using LCM model, use it at 0.18. Keep cfg between 1.1 - 1.5
@jboogx_creative You mentioned you always keep the cfg the same, is that for consistency between samplers? I usually raise it on the lowres and lower for hires
@noonans tbh, the less I change one I get things dialed in....the better. It's easy to get lost in the weeds with this stuff and you can find new things that will work all day long if you look for them. I try to spend more time on style direction and getting the videos made haha. Good to know though!
After I install the missing nodes, it doesn't show the workflow anymore. Help please.
Maybe try zooming out on the grid? Sometimes Comfy zooms out or in and it looks like the workflow is not there.
@jboogx_creative thank you. that's exactly what happened.
great workflow. The only problem I have is the ReActor Face Swape. I can't install I try everything. Can anyone help btw I use MacOS
You will have to go to the ReActor GitHub and follow their instructions. Tbh, I'd probably just remove it, it's not worth the trouble if you don't already have it installed
@jboogx_creative thank you, one more thing where I can download the controlnet gif?
@Blackdelga https://github.com/crystallee-ai/controlGIF
[SOLVED] Reloaded Encode Ipadapter image nodes
Hi and thanks for the super workflow. I loaded all required models and have checked all nodes are connected but I keep getting :
got prompt
Failed to validate prompt for output 18:
* IPAdapterEncoder 198:
- Required input is missing: image_1
* IPAdapterEncoder 199:
- Required input is missing: image_1
* IPAdapterEncoder 202:
- Required input is missing: image_1
* IPAdapterEncoder 203:
- Required input is missing: image_1
Output will be ignored
Failed to validate prompt for output 222:
Output will be ignored
Failed to validate prompt for output 233:
Output will be ignored
Failed to validate prompt for output 10:
Output will be ignored
Prompt executed in 0.58 seconds
Not sure where to go from here and no solution found online. All nodes are connected and all images are in place. Thanks a stack.
VHS_LoadVideo
No frames generated in node #152
Getting the same error. If I figure out what is wrong I will update.
I had to change the Skip 1st Frames node from 200 to 0 to get rid of the error.
@NenatAI you input video is less then 200 frames
Thanks for another great workflow and video.
For some reason lineart turns my character backwards, maybe its my video. This workflow finally made me isolate where it was coming from.
Pro Tip: Try using both a front facing and back facing character IP image! That fixes the problem a lot for me! Also, it could just be your model.
jboogx, where I can find all the files. Control Net, IP Adapter... You mention is in your profile. can you add the link?
I just need to match the files in this workflow because I don't have them all. Special the controNet Gif and IP Adapter
ControlGif: https://github.com/crystallee-ai/controlGIF
IPAdapter Clip File: https://drive.google.com/file/d/13KXx6u9JpHnWdemhqswRQJhVqThEE-7q/view
Thank you so much. I have it install on mac and I am using pinokio but I dont think my computer can ru this workflow. I have 16 GB memory. Can You make a video similar but for people like my lower on memory?
@Blackdelga Sorry bro, gonna need a GPU for this one. Probably not Mac compatible :/
@jboogx_creative I figure. I will try thinkdiffusion.com thank you for all your help bro.
@jboogx_creative if I want to run my 10 second video where do I change the values
@Blackdelga "Frame Load Cap" is the total number of frames it will render. If you set it to zero, it will do the entire video
@jboogx_creative thank you, thank you
@jboogx_creative I am trying to install facedetailor but for some reason my comfyui is not installing it. Do you know how can I fix it?
i kept getting the KeyError : 0 , KSampler (Efficient)
0 error
---------------------------------------------
and also IPAdapterEmbeds
Error(s) in loading state_dict for Resampler: size mismatch for proj_in.weight: copying a param with shape torch.Size([768, 1280]) from checkpoint, the shape in current model is torch.Size([768, 1024]). at #196 node
Seems like your resolutions width & height is off, especially your height of 1280 & 1024.
Check the size of the video, video upload size node, mask, and mask heights, should be at the same aspect ratio
@noonans my video is 16:9, and i set the output size to 896w x 512h , is that correct?
@Garichan Should be, what's your clip vision set to? I'm using pytorch_model.bin for both FG & BG adapters
@noonans hmmm ok, still getting the same error :/ , for Clip , i use pytorch_model.bin too, and ipadapter plus
@Garichan There's two IPAdapter loaders, share your workflow so we can debug
@noonans thanks a lot for the help ! how do I share the workflow ? and it's the one i use from Jboox , i didn't modify it or anything
@Garichan Then I'm guessing you're missing IPAdapter models, try and Google your error
@noonans ok I don;t know why.. it keeps on toggle back the "Error : 0" and the one below... it's been weeks errors keeps on popping out preventing me to generate anything...FML
# ComfyUI Error Report
## Error Details
- Node Type: IPAdapterEmbeds
- Exception Type: RuntimeError
- Exception Message: Error(s) in loading state_dict for Resampler:
size mismatch for proj_in.weight: copying a param with shape torch.Size([768, 1280]) from checkpoint, the shape in current model is torch.Size([768, 1664]).
## Stack Trace
```
File "F:\ComfyUI_windows_portable\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 "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in mapnode_over_list
process_inputs(input_dict, i)
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 1088, in apply_ipadapter
return ipadapter_execute(model.clone(), ipadapter_model, clip_vision, **ipa_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 386, in ipadapter_execute
ipa = IPAdapter(
^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 70, in init
self.image_proj_model.load_state_dict(ipadapter_model["image_proj"])
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 2189, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
```
## System Information
- ComfyUI Version: v0.2.2-85-gd985d1d
- Arguments: ComfyUI\main.py --windows-standalone-build
- OS: nt
- Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
- Embedded Python: true
- PyTorch Version: 2.3.0+cu121
## Devices
- Name: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
- Type: cuda
- VRAM Total: 25756696576
- VRAM Free: 16134177056
- Torch VRAM Total: 7247757312
- Torch VRAM Free: 252444960
## Logs
```
2024-10-06 07:05:29,604 - root - INFO - Total VRAM 24564 MB, total RAM 65302 MB
2024-10-06 07:05:29,604 - root - INFO - pytorch version: 2.3.0+cu121
2024-10-06 07:05:29,604 - root - INFO - Set vram state to: NORMAL_VRAM
2024-10-06 07:05:29,604 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2024-10-06 07:05:31,437 - root - INFO - Using pytorch cross attention
2024-10-06 07:05:33,652 - root - INFO - [Prompt Server] web root: F:\ComfyUI_windows_portable\ComfyUI\web
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path checkpoints path/to/stable-diffusion-webui/models/Stable-diffusion
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path configs path/to/stable-diffusion-webui/models/Stable-diffusion
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path vae path/to/stable-diffusion-webui/models/VAE
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path loras path/to/stable-diffusion-webui/models/Lora
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path loras path/to/stable-diffusion-webui/models/LyCORIS
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/ESRGAN
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/RealESRGAN
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path upscale_models path/to/stable-diffusion-webui/models/SwinIR
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path embeddings path/to/stable-diffusion-webui/embeddings
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path hypernetworks path/to/stable-diffusion-webui/models/hypernetworks
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path controlnet path/to/stable-diffusion-webui/models/ControlNet
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path checkpoints G:\CKPT_LORA_CONTROLNET\ckpt
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path clip path/to/comfyui/models/clip/
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path clip_vision G:\CKPT_LORA_CONTROLNET\clip_vision
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path configs path/to/comfyui/models/configs/
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path controlnet G:\CKPT_LORA_CONTROLNET\controlnet
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path embeddings G:\CKPT_LORA_CONTROLNET\embeddings
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path loras G:\CKPT_LORA_CONTROLNET\loras
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path upscale_models G:\CKPT_LORA_CONTROLNET\upscale ckpt
2024-10-06 07:05:33,667 - root - INFO - Adding extra search path vae G:\CKPT_LORA_CONTROLNET\vae
2024-10-06 07:05:39,498 - numexpr.utils - INFO - Note: NumExpr detected 24 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
2024-10-06 07:05:39,500 - numexpr.utils - INFO - NumExpr defaulting to 8 threads.
2024-10-06 07:05:45,305 - root - WARNING - Traceback (most recent call last):
File "F:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1998, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in callwith_frames_removed
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\__init__.py", line 23, in <module>
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in <module>
from insightface.app.common import Face
ModuleNotFoundError: No module named 'insightface'
2024-10-06 07:05:45,305 - root - WARNING - Cannot import F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'insightface'
2024-10-06 07:05:46,625 - root - INFO - Total VRAM 24564 MB, total RAM 65302 MB
2024-10-06 07:05:46,625 - root - INFO - pytorch version: 2.3.0+cu121
2024-10-06 07:05:46,625 - root - INFO - Set vram state to: NORMAL_VRAM
2024-10-06 07:05:46,625 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 4090 : cudaMallocAsync
2024-10-06 07:05:47,565 - root - WARNING - Traceback (most recent call last):
File "F:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1998, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 940, in exec_module
File "<frozen importlib._bootstrap>", line 241, in callwith_frames_removed
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO\__init__.py", line 1, in <module>
from . import birefnet
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO\birefnet.py", line 7, in <module>
from models.baseline import BiRefNet
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO\models\baseline.py", line 16, in <module>
from models.refinement.refiner import Refiner, RefinerPVTInChannels4, RefUNet
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO\models\refinement\refiner.py", line 11, in <module>
from dataset import class_labels_TR_sorted
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO\dataset.py", line 10, in <module>
from utils import path_to_image
ImportError: cannot import name 'path_to_image' from 'utils' (F:\ComfyUI_windows_portable\ComfyUI\utils\__init__.py)
2024-10-06 07:05:47,565 - root - WARNING - Cannot import F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO module for custom nodes: cannot import name 'path_to_image' from 'utils' (F:\ComfyUI_windows_portable\ComfyUI\utils\__init__.py)
2024-10-06 07:05:48,681 - root - INFO -
Import times for custom nodes:
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SDXLAspectRatio.py
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Vector_Sculptor_ComfyUI
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Selector
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Chibi-Nodes
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-plasma
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Eagle-PNGInfo
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fans
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlsh_nodes
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\steerable-motion
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds (IMPORT FAILED): F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds (IMPORT FAILED): F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-ZHO
2024-10-06 07:05:48,681 - root - INFO - 0.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-10-06 07:05:48,681 - root - INFO - 0.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
2024-10-06 07:05:48,681 - root - INFO - 0.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-10-06 07:05:48,681 - root - INFO - 0.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
2024-10-06 07:05:48,681 - root - INFO - 0.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
2024-10-06 07:05:48,681 - root - INFO - 0.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
2024-10-06 07:05:48,681 - root - INFO - 0.1 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline
2024-10-06 07:05:48,681 - root - INFO - 0.2 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-10-06 07:05:48,681 - root - INFO - 0.2 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GlifNodes
2024-10-06 07:05:48,681 - root - INFO - 0.2 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
2024-10-06 07:05:48,681 - root - INFO - 0.2 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
2024-10-06 07:05:48,681 - root - INFO - 0.2 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-10-06 07:05:48,681 - root - INFO - 0.2 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost
2024-10-06 07:05:48,681 - root - INFO - 0.3 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
2024-10-06 07:05:48,681 - root - INFO - 0.3 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2024-10-06 07:05:48,681 - root - INFO - 0.5 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-10-06 07:05:48,681 - root - INFO - 0.7 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-10-06 07:05:48,681 - root - INFO - 1.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-10-06 07:05:48,681 - root - INFO - 1.0 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-10-06 07:05:48,681 - root - INFO - 1.3 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
2024-10-06 07:05:48,681 - root - INFO - 2.8 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-10-06 07:05:48,681 - root - INFO - 3.9 seconds: F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-10-06 07:05:48,681 - root - INFO -
2024-10-06 07:05:48,681 - root - INFO - Starting server
2024-10-06 07:05:48,681 - root - INFO - To see the GUI go to: http://127.0.0.1:8188
2024-10-06 07:07:52,729 - root - INFO - got prompt
2024-10-06 07:07:52,739 - root - ERROR - Failed to validate prompt for output 245:
2024-10-06 07:07:52,739 - root - ERROR - * (prompt):
2024-10-06 07:07:52,739 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,739 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,739 - root - ERROR - * VHS_VideoCombine 245:
2024-10-06 07:07:52,739 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,739 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,739 - root - ERROR - Output will be ignored
2024-10-06 07:07:52,950 - root - ERROR - Failed to validate prompt for output 242:
2024-10-06 07:07:52,950 - root - ERROR - * (prompt):
2024-10-06 07:07:52,950 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,950 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,950 - root - ERROR - * VHS_VideoCombine 242:
2024-10-06 07:07:52,950 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,950 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,950 - root - ERROR - Output will be ignored
2024-10-06 07:07:52,959 - root - ERROR - Failed to validate prompt for output 244:
2024-10-06 07:07:52,959 - root - ERROR - * (prompt):
2024-10-06 07:07:52,959 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,959 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,959 - root - ERROR - * VHS_VideoCombine 244:
2024-10-06 07:07:52,959 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,960 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,960 - root - ERROR - Output will be ignored
2024-10-06 07:07:52,968 - root - ERROR - Failed to validate prompt for output 243:
2024-10-06 07:07:52,969 - root - ERROR - * (prompt):
2024-10-06 07:07:52,969 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,969 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,969 - root - ERROR - * VHS_VideoCombine 243:
2024-10-06 07:07:52,969 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,969 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,969 - root - ERROR - Output will be ignored
2024-10-06 07:07:52,987 - root - ERROR - Failed to validate prompt for output 18:
2024-10-06 07:07:52,987 - root - ERROR - * (prompt):
2024-10-06 07:07:52,987 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,987 - root - ERROR - * VHS_VideoCombine 18:
2024-10-06 07:07:52,987 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,987 - root - ERROR - Output will be ignored
2024-10-06 07:07:52,995 - root - ERROR - Failed to validate prompt for output 239:
2024-10-06 07:07:52,995 - root - ERROR - * (prompt):
2024-10-06 07:07:52,995 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,996 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,996 - root - ERROR - * VHS_VideoCombine 239:
2024-10-06 07:07:52,996 - root - ERROR - - Required input is missing: images
2024-10-06 07:07:52,996 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 07:07:52,996 - root - ERROR - Output will be ignored
2024-10-06 07:07:59,998 - root - INFO - model weight dtype torch.float16, manual cast: None
2024-10-06 07:08:00,144 - root - INFO - model_type EPS
2024-10-06 07:09:19,141 - root - INFO - Using pytorch attention in VAE
2024-10-06 07:09:19,143 - root - INFO - Using pytorch attention in VAE
2024-10-06 07:09:42,569 - root - INFO - Requested to load SD1ClipModel
2024-10-06 07:09:42,569 - root - INFO - Loading 1 new model
2024-10-06 07:09:42,710 - root - INFO - loaded completely 0.0 235.84423828125 True
2024-10-06 07:09:52,196 - root - INFO - Using pytorch attention in VAE
2024-10-06 07:09:52,197 - root - INFO - Using pytorch attention in VAE
2024-10-06 07:09:52,466 - root - WARNING - warning, embedding:CyberRealistic_Negative-neg, does not exist, ignoring
2024-10-06 07:09:52,481 - root - WARNING - warning, embedding:badhandv4, does not exist, ignoring
2024-10-06 07:09:52,501 - root - WARNING - warning, embedding:ng_deepnegative_v1_75t, does not exist, ignoring
2024-10-06 07:09:55,585 - dinov2 - INFO - using MLP layer as FFN
2024-10-06 07:13:46,203 - root - INFO - Requested to load CLIPVisionModelProjection
2024-10-06 07:13:46,203 - root - INFO - Loading 1 new model
2024-10-06 07:13:46,506 - root - INFO - loaded completely 0.0 1208.09814453125 True
2024-10-06 07:13:50,198 - root - INFO - Requested to load ControlNet
2024-10-06 07:13:50,198 - root - INFO - Requested to load AnimateDiffModel
2024-10-06 07:13:50,198 - root - INFO - Requested to load BaseModel
2024-10-06 07:13:50,198 - root - INFO - Requested to load ControlNet
2024-10-06 07:13:50,198 - root - INFO - Requested to load ControlNet
2024-10-06 07:13:50,198 - root - INFO - Loading 5 new models
2024-10-06 07:13:51,028 - root - INFO - loaded completely 0.0 689.0852355957031 True
2024-10-06 07:13:51,191 - root - INFO - loaded completely 0.0 864.4281005859375 True
2024-10-06 07:13:57,480 - root - INFO - loaded completely 0.0 1639.406135559082 True
2024-10-06 07:13:57,732 - root - INFO - loaded completely 0.0 689.0852355957031 True
2024-10-06 07:13:57,920 - root - INFO - loaded completely 0.0 689.0852355957031 True
2024-10-06 07:13:59,021 - root - ERROR - !!! Exception during processing !!! 0
2024-10-06 07:13:59,054 - root - ERROR - Traceback (most recent call last):
File "F:\ComfyUI_windows_portable\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 "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in mapnode_over_list
process_inputs(input_dict, i)
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui\efficiency_nodes.py", line 713, in sample
samples, images, gifs, preview = process_latent_image(model, seed, steps, cfg, sampler_name, scheduler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui\efficiency_nodes.py", line 533, in process_latent_image
samples = KSampler().sample(model, seed, steps, cfg, sampler_name, scheduler, positive, negative,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1434, in sample
return common_ksampler(model, seed, steps, cfg, sampler_name, scheduler, positive, negative, latent_image, denoise=denoise)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1401, in common_ksampler
samples = comfy.sample.sample(model, noise, steps, cfg, sampler_name, scheduler, positive, negative, latent_image,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\sample_error_enhancer.py", line 9, in informative_sample
return original_sample(*args, **kwargs) # This code helps interpret error messages that occur within exceptions but does not have any impact on other operations.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 526, in motion_sample
latents = orig_comfy_sample(model, noise, args, *kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control_reference.py", line 47, in refcn_sample
return orig_comfy_sample(model, args, *kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 111, in uncond_multiplier_check_cn_sample
return orig_comfy_sample(model, args, *kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\sample.py", line 43, in sample
samples = sampler.sample(noise, positive, negative, cfg=cfg, latent_image=latent_image, start_step=start_step, last_step=last_step, force_full_denoise=force_full_denoise, denoise_mask=noise_mask, sigmas=sigmas, callback=callback, disable_pbar=disable_pbar, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 829, in sample
return sample(self.model, noise, positive, negative, cfg, self.device, sampler, sigmas, self.model_options, latent_image=latent_image, denoise_mask=denoise_mask, callback=callback, disable_pbar=disable_pbar, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 729, in sample
return cfg_guider.sample(noise, latent_image, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 716, in sample
output = self.inner_sample(noise, latent_image, device, sampler, sigmas, denoise_mask, callback, disable_pbar, seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 695, in inner_sample
samples = sampler.sample(self, sigmas, extra_args, callback, noise, latent_image, denoise_mask, disable_pbar)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 600, in sample
samples = self.sampler_function(model_k, noise, sigmas, extra_args=extra_args, callback=k_callback, disable=disable_pbar, **self.extra_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\utils\_contextlib.py", line 115, in decorate_context
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\k_diffusion\sampling.py", line 843, in sample_lcm
denoised = model(x, sigmas[i] s_in, *extra_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 299, in call
out = self.inner_model(x, sigma, model_options=model_options, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 682, in call
return self.predict_noise(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 685, in predict_noise
return sampling_function(self.inner_model, x, timestep, self.conds.get("negative", None), self.conds.get("positive", None), self.cfg, model_options=model_options, seed=seed)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 635, in evolved_sampling_function
cond_pred, uncond_pred = sliding_calc_conds_batch(model, [cond, uncond_], x, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 887, in sliding_calc_conds_batch
sub_conds_out = calc_conds_batch_wrapper(model, sub_conds, sub_x, sub_timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved\animatediff\sampling.py", line 993, in calc_conds_batch_wrapper
return comfy.samplers.calc_cond_batch(model, conds, x_in, timestep, model_options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\comfy\samplers.py", line 202, in calc_cond_batch
c['control'] = control.get_control(input_x, timestep_, c, len(cond_or_uncond))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 706, in get_control_inject
return self.get_control_advanced(x_noisy, t, cond, batched_number)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 34, in get_control_advanced
return self.sliding_get_control(x_noisy, t, cond, batched_number)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 39, in sliding_get_control
control_prev = self.previous_controlnet.get_control(x_noisy, t, cond, batched_number)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 706, in get_control_inject
return self.get_control_advanced(x_noisy, t, cond, batched_number)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 34, in get_control_advanced
return self.sliding_get_control(x_noisy, t, cond, batched_number)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 39, in sliding_get_control
control_prev = self.previous_controlnet.get_control(x_noisy, t, cond, batched_number)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 706, in get_control_inject
return self.get_control_advanced(x_noisy, t, cond, batched_number)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 34, in get_control_advanced
return self.sliding_get_control(x_noisy, t, cond, batched_number)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\control.py", line 84, in sliding_get_control
return self.control_merge(None, control, control_prev, output_dtype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet\adv_control\utils.py", line 824, in control_merge_inject
x = control_output[i]
~~~~~~~~~~~~~~^^^
KeyError: 0
2024-10-06 07:13:59,056 - root - INFO - Prompt executed in 366.06 seconds
2024-10-06 13:50:40,358 - root - INFO - got prompt
2024-10-06 13:50:40,369 - root - ERROR - Failed to validate prompt for output 245:
2024-10-06 13:50:40,370 - root - ERROR - * (prompt):
2024-10-06 13:50:40,370 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,371 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,371 - root - ERROR - * VHS_VideoCombine 245:
2024-10-06 13:50:40,371 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,371 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,371 - root - ERROR - Output will be ignored
2024-10-06 13:50:40,571 - root - ERROR - Failed to validate prompt for output 242:
2024-10-06 13:50:40,571 - root - ERROR - * (prompt):
2024-10-06 13:50:40,571 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,571 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,571 - root - ERROR - * VHS_VideoCombine 242:
2024-10-06 13:50:40,571 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,571 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,571 - root - ERROR - Output will be ignored
2024-10-06 13:50:40,571 - root - ERROR - Failed to validate prompt for output 244:
2024-10-06 13:50:40,571 - root - ERROR - * (prompt):
2024-10-06 13:50:40,571 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,571 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,571 - root - ERROR - * VHS_VideoCombine 244:
2024-10-06 13:50:40,571 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,571 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,571 - root - ERROR - Output will be ignored
2024-10-06 13:50:40,590 - root - ERROR - Failed to validate prompt for output 243:
2024-10-06 13:50:40,590 - root - ERROR - * (prompt):
2024-10-06 13:50:40,590 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,590 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,590 - root - ERROR - * VHS_VideoCombine 243:
2024-10-06 13:50:40,590 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,590 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,590 - root - ERROR - Output will be ignored
2024-10-06 13:50:40,611 - root - ERROR - Failed to validate prompt for output 18:
2024-10-06 13:50:40,611 - root - ERROR - * (prompt):
2024-10-06 13:50:40,611 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,611 - root - ERROR - * VHS_VideoCombine 18:
2024-10-06 13:50:40,611 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,611 - root - ERROR - Output will be ignored
2024-10-06 13:50:40,619 - root - ERROR - Failed to validate prompt for output 239:
2024-10-06 13:50:40,619 - root - ERROR - * (prompt):
2024-10-06 13:50:40,619 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,619 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,619 - root - ERROR - * VHS_VideoCombine 239:
2024-10-06 13:50:40,619 - root - ERROR - - Required input is missing: images
2024-10-06 13:50:40,619 - root - ERROR - - Required input is missing: filename_prefix
2024-10-06 13:50:40,619 - root - ERROR - Output will be ignored
2024-10-06 13:50:45,881 - root - INFO - Requested to load CLIPVisionModelProjection
2024-10-06 13:50:45,881 - root - INFO - Loading 1 new model
2024-10-06 13:50:46,353 - root - INFO - loaded completely 0.0 3522.953369140625 True
2024-10-06 13:50:46,959 - root - ERROR - !!! Exception during processing !!! Error(s) in loading state_dict for Resampler:
size mismatch for proj_in.weight: copying a param with shape torch.Size([768, 1280]) from checkpoint, the shape in current model is torch.Size([768, 1664]).
2024-10-06 13:50:47,001 - root - ERROR - Traceback (most recent call last):
File "F:\ComfyUI_windows_portable\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 "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
return_values = mapnode_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in mapnode_over_list
process_inputs(input_dict, i)
File "F:\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 1088, in apply_ipadapter
return ipadapter_execute(model.clone(), ipadapter_model, clip_vision, **ipa_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 386, in ipadapter_execute
ipa = IPAdapter(
^^^^^^^^^^
File "F:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus\IPAdapterPlus.py", line 70, in init
self.image_proj_model.load_state_dict(ipadapter_model["image_proj"])
File "F:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 2189, in load_state_dict
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for Resampler:
size mismatch for proj_in.weight: copying a param with shape torch.Size([768, 1280]) from checkpoint, the shape in current model is torch.Size([768, 1664]).
2024-10-06 13:50:47,001 - root - INFO - Prompt executed in 6.38 seconds
```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
Workflow too large. Please manually upload the workflow from local file system.
```
## Additional Context
(Please add any additional context or steps to reproduce the error here)
@jboogx_creative
Hi sorry if this is a noob issue but I'm having a problem with this workflow, when i load it up into comfy, the Load Video for the mask video has a latent output which no longer connects to the convert image to mask node, also happens with the video combines in low and hi res output sections, which now expect a latent input and no longer connect to image outputs, not sure how to fix this, any thoughts?
I have screenshots if that would make things easier
Just delete old nodes that cause issues and add new ones - for mask you just add a new upload video node and it has "images" instead of "latent". same with video combine nodes - just add same nodes and reconnect all the wires to the same places.
GLHF ;)
@olegpars Awesome thanks!
Keep getting a "CLIPVision.forward() got an unexpected keyword argument 'output_hidden_states' " I've had this before with clipvision, normally is to do with clip vision model, I'm using the one you gave
Just posting my changed/"fixed" Workflow for a Person who asked on YouTube(YT does not allow anything to be posted). https://filetransfer.io/data-package/amTq3gCx#link
thank you
@loneillustrator It's not good, but hey what you gonna do ^^
Pretty sure I borked the Framerate and Vid Length, but just play in the Video Loader/Combiner with the Values.
I checked out the Black and White additional Video in the meantime, but so far it's not really adding much definition :(
Maybe later... maybe... Stuff that should work just does not work and I have better things to do than chasing the Dragon xD Same problems for years and no end in sight. To the opposit! There is far more reliance on Comfy now than 2 years ago.
plz fix this workflow
How do i fix the reactor node?
Your Workflow seems to be broken, please review.
Works for me? What does broken mean?
@jboogx_creative as in "ReActorFaceSwap" is no longer available to download from github. the one that is, isnt compatible or throws out errors saying that it cant be installed/missing.
github disabled the repository....
0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor
0.0 seconds (IMPORT FAILED): C:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
https://github.com/Gourieff/sd-webui-reactor
nice
Can you just tell me from the first step? Because I'm so stupid. Can you have an instruction Step by step when you start download the file. and extract the file where you. put the rest of the file and when I drag the Jason dot file in it seems not to appear anything when it press Q. Today's job. is looking for that MP4 file. Or should I slowly achieve. acknowledge about still image first. before go on to movie image. Any suggestion? I have a trouble. with stable diffusion Version very much, which is not support video method. So I'm looking for. that will flow a solution that can. make the image that I generate move.
I dont think he can "repair" it due to the fact that "ReActorFaceSwap" was taken down at github... and the one that was re-loaded wont work.
I am having some trouble too. Specifically loading CLipVision models, I have been able to load all models listed in the nodes, but the IPAdapter section seems to be unable to Load the ClipVision Model. Any suggestions would be apprecciated!

