VAST-AI-Research / TripoSR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tionError('<urllib3.connection.HTTPSConnection object at 0x7f05690d9dc0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))

Chriost opened this issue · comments

运行命令python run.py examples/chair.png --output-dir output/时出现这个错误,请教下是不是跟下载预训练模型有关

import os
os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'

import os os.environ['HF_ENDPOINT'] = 'https://hf-mirror.com'

在run.py最前面加这个试试,换一下huggingface 的下载源