Openpose does not work (generates me a stick figure)
Opened this issue · 4 comments
Browser - Firefox Developer Edition
CLIP skip - 2
I also edited draw_bodypose function as suggested here #35 (comment)
I think the main reason for that behaviour is that @xinsir6 uses custom infrerence script, different from automatic1111 WebUi. Also had similar result with diffusers libriary at first
But if you use model and pipe provided by author, it works just fine!
I think the main reason for that behaviour is that @xinsir6 uses custom infrerence script, different from automatic1111 WebUi. Also had similar result with diffusers libriary at first But if you use model and pipe provided by author, it works just fine!
Can you please explain what I need to do? How to use pipe?
What I already did:
- I executed all the commands from here https://github.com/xinsir6/ControlNetPlus?tab=readme-ov-file#installation
- I downloaded diffusion_pytorch_model_promax.safetensors and put it in my "stable-diffusion-webui\extensions\sd-webui-controlnet\models" folder (and renamed it as "controlnet++_union_promax_sdxl")
- I replaced draw_bodypose function in stable-diffusion-webui\venv\Lib\site-packages\controlnet_aux\open_pose\util.py as suggested here: https://github.com/xinsir6/ControlNetPlus?tab=readme-ov-file#inference-scripts
still doesn't work T_T
I think the main reason for that behaviour is that @xinsir6 uses custom infrerence script, different from automatic1111 WebUi. Also had similar result with diffusers libriary at first But if you use model and pipe provided by author, it works just fine!
Can you please explain what I need to do? How to use pipe? What I already did:
- I executed all the commands from here https://github.com/xinsir6/ControlNetPlus?tab=readme-ov-file#installation
- I downloaded diffusion_pytorch_model_promax.safetensors and put it in my "stable-diffusion-webui\extensions\sd-webui-controlnet\models" folder (and renamed it as "controlnet++_union_promax_sdxl")
- I replaced draw_bodypose function in stable-diffusion-webui\venv\Lib\site-packages\controlnet_aux\open_pose\util.py as suggested here: https://github.com/xinsir6/ControlNetPlus?tab=readme-ov-file#inference-scripts
still doesn't work T_T
I think it's not supposed to work in auto1111 WebUi for now, also it's not in current TODO list:
Maybe there's a custom node for ComfyUI, dunno :(
@Crized-bit yap, It's called SetUnionControlNetType - it's not custom, it's build in original comfyUI
So it allows you to choose which preprocessor type you are using