Bugfix for using nodes in video creation, where one source image is used.#193
Open
FortunaCournot wants to merge 2 commits intoGourieff:mainfrom
Open
Bugfix for using nodes in video creation, where one source image is used.#193FortunaCournot wants to merge 2 commits intoGourieff:mainfrom
FortunaCournot wants to merge 2 commits intoGourieff:mainfrom
Conversation
…sed. Bugfix for: File "...\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 1470, in execute result[image_index] = pasting * paste_mask + result[image_index] * (1. - paste_mask) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ RuntimeError: The size of tensor a (3) must match the size of tensor b (4) at non-singleton dimension 2
Bugfix for using nodes in video creation, where one source image is u…
Author
|
At ReActor FastFace Swap: InputImage from VAE Decode. This is almost the same. |
Author
|
I removed the Masking Helper node. Now the video looks correct. My workflow was wrong, i havn't seen your example. Thank you!!! However, it is still a bug ;-) |
|
This issue happens to me too, it only happens when the |
|
Yes, I'm got this error too - with using Masking Helper: |
Owner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Bugfix for:
File "...\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ReActor\nodes.py", line 1470, in execute result[image_index] = pasting * paste_mask + result[image_index] * (1. - paste_mask) ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ RuntimeError: The size of tensor a (3) must match the size of tensor b (4) at non-singleton dimension 2