Fannovel16 / comfyui_controlnet_aux

ComfyUI's ControlNet Auxiliary Preprocessors
Apache License 2.0
1.66k stars 158 forks source link

Unexpected behavior of DWpose Estimator Resolution #385

Open jackytop opened 2 weeks ago

jackytop commented 2 weeks ago

image DWpose Estimator resolution won't change but just image size. comapred 512, 1024, 2048, 4096, looks like it draws first and just scale up the output size. all the details get crushed into small pixel even if increasing the resolution in the node and controlnet having diffucult to detect exact pose sometimes.

I was expecting it draws into new defined resolution so that I get thinner clear output.

This is from 4096 resolution image

hands from 4096 resolution image

This is Openpose pose node 4096 resolution image image

This is what I get from preprocess in webui with resolution 4096

image

can we have update on this?

Thanks!