11cafe / comfyui-workspace-manager

A ComfyUI workflows and models management extension to organize and manage all your workflows, models in one place. Seamlessly switch between workflows, as well as import, export workflows, reuse subworkflows, install models, browse your models in a single workspace
GNU General Public License v3.0
802 stars 35 forks source link

在阿里云服务器打开模型下载界面,无法下载模型 #406

Open WangGosh opened 1 week ago

WangGosh commented 1 week ago

问题是网络连接不上,但是我使用aria2的方法是可以下载模型文件的 我使用的下载链接是: https://civitai-delivery-worker-prod.5ac0637cfd0766c97916cefa3764fbdf.r2.cloudflarestorage.com/model/323906/sdxlLohaMiniature2V2.WRHq.safetensors?X-Amz-Expires=86400&response-content-disposition=attachment%3B%20filename%3D%22sdxl_loha_miniature2_v2-000080.safetensors%22&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=e01358d793ad6966166af8b3064953ad/20240617/us-east-1/s3/aws4_request&X-Amz-Date=20240617T194308Z&X-Amz-SignedHeaders=host&X-Amz-Signature=49e201f6775409a20f6c7216990f917db58d6f50e91664f20b71b5d6eb9427d4

跟管理器里的地址不一样 :https://civitai.com/api/download/models/11745

Weixuanf commented 1 week ago

civitai链接下载需要挂vpn,你得在启动python main.py之前 在命令行上输入类似这么一串的东西 export https_proxy=http://127.0.0.1:7897 http_proxy=http://127.0.0.1:7897 all_proxy=socks5://127.0.0.1:7897