Closed yumianhuli1 closed 8 months ago
If you are in mainland China, you might want to find alternative source of preprocessor models download.
If you are in mainland China, you might want to find alternative source of preprocessor models download.
Hi! I have downloaded the control_v11f1p_sd15_depth_fp16.safetensors model file and placed it under the models/ControlNet, so why are these errors still reported?
control_v11f1p_sd15_depth_fp16.safetensors
is ControlNet model. The error you are seeing is from downloading preprocessor models. You need to download https://huggingface.co/hr16/ControlNet-HandRefiner-pruned/resolve/main/graphormer_hand_state_dict.bin and put it under extensions/sd-webui-controlnet/annotator/downloads/hand_refiner
.
control_v11f1p_sd15_depth_fp16.safetensors
is ControlNet model. The error you are seeing is from downloading preprocessor models. You need to download https://huggingface.co/hr16/ControlNet-HandRefiner-pruned/resolve/main/graphormer_hand_state_dict.bin and put it underextensions/sd-webui-controlnet/annotator/downloads/hand_refiner
.
yes,I have done this
Is there an existing issue for this?
What happened?
Every time I use the depth_hand_refiner preprocessor of the control_v11f1p_sd15_depth_fp16 module, webui try to go to the url of hugggingface: / hr16 / ControlNet - HandRefiner - pruned/resolve/main/graphormer_hand_state_dict. bin. But this controlnet and depth_hand_refiner I have already downloaded locally.
Steps to reproduce the problem
Call the adtailer webui api
What should have happened?
Load the local controlnet module and the depth_hand_refiner model directly
Commit where the problem happens
webui: v4.6.1 controlnet: v1.1.439
What browsers do you use to access the UI ?
Google Chrome
Command Line Arguments
List of enabled extensions
Console logs
Additional information
No response