目前看主要原因是缺了如下两个文件: dw-ll_ucoco_384.onnxyolox_l.onnx 这两个文件的手动下载地址: https://huggingface.co/yzd-v/DWPose/tree/main 下完之后拷贝到如下位置: stable-diffusion-webui/extensions/sd-webui-controlnet/annotator/downloads/openpose 然后就看起来OK了,虽然我觉得这个手有7根手...
Microsoft.ML.OnnxRuntime (1.15.1) 【原项目用1.15.1转的模型,不清楚降低版本后还能否使用】 OpencvSharp4 (4.8) 【版本实际上无限制】 模型文件 从https://huggingface.co/yzd-v/DWPose下载: dw-ll_ucoco_384.onnx yolox_l.onnx 使用样例
First, you need to download our Pose model dw-ll_ucoco_384.onnx (baidu,google) and Det model yolox_l.onnx (baidu,google), then put them into ControlNet-v1-1-nightly/annotator/ckpts. Then you can use DWPose to generate the images you like. ...
model_det="/nas2/zhiquan/model/DWPose/yolox_l.onnx", model_pose="/nas2/zhiquan/model/DWPose/dw-ll_ucoco_384.onnx", model_det="your_path_to_yolox_l.onnx", model_pose="your_path_to_dw-ll_ucoco_384.onnx", device=device) print('dwpose_detector init ok', device) print('dw...
50 50 def estimate_pose(self, image, detect_hand, detect_body, detect_face, resolution=512, bbox_detector="yolox_l.onnx", pose_estimator="dw-ll_ucoco_384.onnx", **kwargs): 51 - yolo_repo = DWPOSE_MODEL_NAME 52 - if (bbox_detector != "yolox_l.onnx") and ("yolox" ...
I also found that, there are noDWPosefolder in extensions. But, there was an empty anDWPosefolder in the directory"stable-diffusion-webui\tmp". Somehow,"dw-ll_ucoco_384.onnx"and"yolox_l.onnx"are present in"stable-diffusion-webui\extensions\sd-webui-controlnet\annotator\downloads\openpos...
First, you need to download our Pose model dw-ll_ucoco_384.onnx (baidu, google) and Det model yolox_l.onnx (baidu, google), then put them into ControlNet-v1-1-nightly/annotator/ckpts. Then you can use DWPose to generate the images you like. cd ControlNet-v1-1-nightly python ...
44 + {"default": "yolox_l.onnx"} 45 + ), 46 + "pose_estimator": (["dw-ll_ucoco_384_bs5.torchscript.pt", "dw-ll_ucoco_384.onnx", "dw-ll_ucoco.onnx"], {"default": "dw-ll_ucoco_384_bs5.torchscript.pt"}) 47 + } 48 + return input_types 49 + 50 + RETUR...
./pretrained_weights/ |-- DWPose | |-- dw-ll_ucoco_384.onnx | `-- yolox_l.onnx |-- image_encoder | |-- config.json | `-- pytorch_model.bin |-- denoising_unet.pth |-- motion_module.pth |-- pose_guider.pth |-- reference_unet.pth |-- sd-vae-ft-mse | |-- config.js...
目前看主要原因是缺了如下两个文件: dw-ll_ucoco_384.onnxyolox_l.onnx 这两个文件的手动下载地址: https://huggingface.co/yzd-v/DWPose/tree/main 下完之后拷贝到如下位置: stable-diffusion-webui/extensions/sd-webui-controlnet/annotator/downloads/openpose 然后就看起来OK了,虽然我觉得这个手有7根手...