DWPOSE_MODEL_NAME if pose_estimator == "dw-ll_ucoco_384.onnx" else "hr16/UnJIT-DWPose", pose_repo, yolo_repo, cache_dir=annotator_ckpts_path, det_filename=bbox_detector, pose_filename=pose_estimator ) detect_hand = detect_hand == "enable" detect_body = detect_body == "enable"...
目前看主要原因是缺了如下两个文件: 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根手...
if pose_estimator == "dw-ll_ucoco_384.onnx": pose_repo = DWPOSE_MODEL_NAME elif pose_estimator.endswith(".onnx"): pose_repo = "hr16/UnJIT-DWPose" elif pose_estimator.endswith(".torchscript.pt"): pose_repo = "hr16/DWPose-TorchScript-BatchSize5" else: raise NotImplementedError(f"...
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...
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. ...
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根手指~ ...
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...
def estimate_pose(self, image, detect_hand="enable", detect_body="enable", detect_face="enable", resolution=512, bbox_detector="yolox_l.onnx", pose_estimator="dw-ll_ucoco_384.onnx", **kwargs): def estimate_pose(self, image, detect_hand="enable", detect_body="enable", detect...
Download dwpose weights (dw-ll_ucoco_384.onnx, yolox_l.onnx) following this.Finally, these weights should be orgnized as follows:./pretrained_weights/ |-- DWPose | |-- dw-ll_ucoco_384.onnx | `-- yolox_l.onnx |-- image_encoder | |-- config.json | `-- pytorch_model.bin ...
目前看主要原因是缺了如下两个文件: 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根手...