kijai / ComfyUI-LivePortraitKJ

ComfyUI nodes for LivePortrait
MIT License
1.67k stars 129 forks source link

LivePortrait Croper &KeypointsToImage missing! #66

Closed kentaro001 closed 4 months ago

kentaro001 commented 4 months ago

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

スクリーンショット 2024-07-13 120719

The common error due to InsightFace not being downloaded has been resolved, and i2v is possible, but v2v is not working

morvenshen commented 4 months ago

How did you solve the problem of missing modules? This has troubled me for several days.

Quasimondo commented 4 months ago

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)

babamallorca commented 4 months ago

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

kijai commented 4 months ago

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

babamallorca commented 4 months ago

I have fixed it with: git switch origin/develop --detach

Thanks!

kijai commented 4 months ago

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)

Amit30swgoh commented 4 months ago

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

kijai commented 4 months ago

Develop nodes now merged to main.