PowerHouseMan / ComfyUI-AdvancedLivePortrait

1.32k stars 98 forks source link

About the Image Size Crop #31

Open JimWang151 opened 3 weeks ago

JimWang151 commented 3 weeks ago

Hello,PowerHouseMan:

Thanks for your great efforts for the project,Nice Job.

My question is: ### How to keep the original size of the image after been processed by the factors?

I found the setting of 'Crop_Factor',but the mininal float v must above 1.5,so can you give me some hints about keeping the original size of image before process?

Thanks.

PowerHouseMan commented 3 weeks ago

Crop factor is the ratio that determines how much of the face to crop. 1 is cropping only the face, excluding the hair. So 1.5 is the minimum. I don't know what you mean by maintain original size. The image coming out as the output node is the same size as the original.

JimWang151 commented 3 weeks ago

Crop factor is the ratio that determines how much of the face to crop. 1 is cropping only the face, excluding the hair. So 1.5 is the minimum. I don't know what you mean by maintain original size. The image coming out as the output node is the same size as the original.

Got all.Thanks.