Closed kentaro001 closed 4 months ago
How did you solve the problem of missing modules? This has troubled me for several days.
You will have to switch to the development branch by going into the custom_nodes/ComfyUI-LivePortraitKJ folder in a terminal and then do git switch origin/develop
(This assumes that you had originally checked out the repo via git)
I tried that, but I get the following error:
fatal: a branch is expected, got remote branch 'origin/develop' hint: If you want to detach HEAD at the commit, try again with the --detach option.
What can I do? thanks
I tried that, but I get the following error:
fatal: a branch is expected, got remote branch 'origin/develop' hint: If you want to detach HEAD at the commit, try again with the --detach option.
What can I do? thanks
git fetch --all
git switch develop
I have fixed it with: git switch origin/develop --detach
Thanks!
Ok, whatever works...this is only temporary, I'm away from any PC for a while (taking a break), which is why I haven't merged this to main yet. There are couple of bugs and some refactoring to do before it's ready (or at least as ready as any of this stuff will ever be)
who to do it using Comfyui-manager and running it via google Colab please
Ok, whatever works...this is only temporary, I'm away from any PC for a while (taking a break), which is why I haven't merged this to main yet. There are couple of bugs and some refactoring to do before it's ready (or at least as ready as any of this stuff will ever be)
what to do it using Comfyui-manager and running it via google Colab please
Develop nodes now merged to main.
When using this sample workflow, an error occurred where the LivePortrait Cropper and Keypoints To Image nodes could not be found https://github.com/kijai/ComfyUI-LivePortraitKJ/tree/develop/examples
The common error due to InsightFace not being downloaded has been resolved, and i2v is possible, but v2v is not working