from torch.distributed.optim import Loads checkpoint by local backend from path: D:\comfyui\ComfyUI\models\diffusers\TMElyralab/MuseTalk/dwpose/dw-ll_ucoco_384.pth Traceback (most recent call last): File "D:\comfyui\ComfyUI\nodes.py", line 1993, in load_custom_node module_spec.loader.e...
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根手指~ DWPose...
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): if bbox_detector == "yolox_l.onnx": yolo_repo = DWPOSE_MODEL_NAME elif "yolox" in bbox_detector: yolo_rep...
./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....
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根手指~ ...
public static string pose_onnx_name = "dw-ll_ucoco_384.onnx"; @@ -21,17 +24,10 @@ public class Wholebody private static InferenceSession GetSession() { var name = Path.Combine(onnx_folder, pose_onnx_name); if (!File.Exists(name)) { throw new Exception($"onnx 模型文件不存在:...
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. ...
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根手指~ DWPose...