Open akk-123 opened 4 months ago
In the develop branch the cropping was already separated to its own node, and thus can be used to autocrop the driving video as well.
Could you please provide an example workflow using the LivePortraitCropper node? Currently the source image and the video seem to be swapped (it is cropping and outputing the source image and not the driving video) But I'm probably missing something?
Could you please provide an example workflow using the LivePortraitCropper node? Currently the source image and the video seem to be swapped (it is cropping and outputing the source image and not the driving video) But I'm probably missing something?
You need to add another cropper node so that source and driving have their own, but only connect the source cropper info. There's example workflow included, it's just disconnect on it by default.
I see, thank you for the explanation.
Could you please provide an example workflow using the LivePortraitCropper node? Currently the source image and the video seem to be swapped (it is cropping and outputing the source image and not the driving video) But I'm probably missing something?
You need to add another cropper node so that source and driving have their own, but only connect the source cropper info. There's example workflow included, it's just disconnect on it by default.
Hi there, I see a unique simple example workflow with no cropper in the repo, do you have the link please
Are you on the develop branch? The LivePortraitCropper is only in the develop branch. You can run:
git fetch
git checkout develop
In the ComfyUI-LivePortraitKJ repo.
Anyone facing the below error? i am on the develop branch and the crop info nodes are connected Error occurred when executing LivePortraitProcess: LivePortraitProcess.process() got an unexpected keyword argument 'crop_info'
LivePortrait has support video auto cropping , please add it to comfyui