repo: https://github.com/ArtBot2023/CharacterFaceSwap
Swap face with character lora and embeddings.
Installation
Recommend using ComfyUI Manager.
Install then load workflow
For manual installation,
cd ComfyUI/custom_nodes/
git clone https://github.com/ArtBot2023/CharacterFaceSwap.git
cd CharacterFaceSwap
# if you use ported ComfyUI
../../../python_embeded/python -m pip install -r requirements
# otherwise
pip install -r requirementsIn your ComfyUI, load workflows in custom_nodes/CharacterFaceSwap/workflows.
Description
FAQ
Comments (1)
I tried to make it work but it always gives me this error.
Error occurred when executing KSampler:
mat1 and mat2 shapes cannot be multiplied (308x2048 and 768x320)
Depends on what?

