thygate / stable-diffusion-webui-depthmap-script

High Resolution Depth Maps for Stable Diffusion WebUI
MIT License
1.7k stars 160 forks source link

marigold model load error #396

Closed tufeixp closed 7 months ago

tufeixp commented 8 months ago

urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/Bingxin/Marigold (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000020010184040>, 'Connection to huggingface.co timed out. (connect timeout=None)'))

semjon00 commented 7 months ago

HuggingFace or your internet were faulty at that time.

tufeixp commented 1 month ago

@semjon00 I tried to change the model_path as:

model_path = "Bingxin/Marigold"

        model_path = "prs-eth/marigold-depth-v1-0"

where I found ok to visit using web browser for me, but still not work. Any guild to manually download the model files to put to somewhere?