Github加速站: https://ghproxy.link
HuggingFace加速站:https://hf-mirror.com
GPUGEEK 学术资源加速
声明 GPUGEEK 学术资源加速限于学术使用 github 和 huggingface 网络速度慢的问题,以下为方便用户学术用途使用相关资源提供的加速代理,不承诺稳定性保证。此外如遭遇恶意攻击等,将随时停止该加速服务,该服务仅限于在 GPUGEEK 平台实例中使用。
以下为可以加速访问的学术资源地址,包含如下域名及域名对应所有二级域名:
github.com githubusercontent.com hf.co huggingface.co pypi.org python.org pytorch.org nvidia.com
庆阳A区在终端中使用:
curl -sSL -o /etc/network_turbo https://oss-high-sq01.cdsgss.com/public-static-prod-gpuzoom/installation/platform/qy_network_turbo chmod +x /etc/network_turbo source /etc/network_turbo
庆阳B区在终端中使用:
curl -sSL -o /etc/network_turbo https://oss-high-sq01.cdsgss.com/public-static-prod-gpuzoom/installation/platform/qyb_network_turbo chmod +x /etc/network_turbo source /etc/network_turbo
宿迁B区在终端中使用:
curl -sSL -o /etc/network_turbo https://oss-high-sq01.cdsgss.com/public-static-prod-gpuzoom/installation/platform/sq_network_turbo chmod +x /etc/network_turbo source /etc/network_turbo
取消网络加速
unset http_proxy && unset https_proxy && unset all_proxy
程序启动时使用加速
以ComfyUI启动参数为例:
#庆阳A区 export no_proxy=localhost,127.0.0.1,aliyuncs.com,tencentyun.com,modelscope.com && \ export all_proxy=socks5://10.164.84.9:19280 && \ python3 main.py --listen 0.0.0.0 --port 8080 #庆阳B区 export no_proxy=localhost,127.0.0.1,aliyuncs.com,tencentyun.com,modelscope.com && \ export all_proxy=socks5://10.10.0.4:19280 && \ python3 main.py --listen 0.0.0.0 --port 8080 #宿迁B区 export no_proxy=localhost,127.0.0.1,aliyuncs.com,tencentyun.com,modelscope.com && \ export all_proxy=socks5://10.132.84.9:19280 && \ python3 main.py --listen 0.0.0.0 --port 8080