6,677
社区成员
发帖
与我相关
我的任务
分享执行sd2.1生成任务的脚本,qai_hub下载了两个模型,第三个疑似被限流
(py312) PS C:\Users\AI-PC-02\Desktop\ai-engine-direct-helper\tools\launcher\ai-engine-direct-helper\samples\python> python stable_diffusion_v2_1\stable_diffusion_v2_1.py --prompt "A big mountain ..."
Downloading stable_diffusion_v2_1 model...
WARNING:urllib3.connectionpool:Retrying (LogRetry(total=3, connect=5, read=3, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)': /api/v1/models/mq3p9dd6n/
WARNING:urllib3.connectionpool:Retrying (LogRetry(total=2, connect=5, read=2, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)': /api/v1/models/mq3p9dd6n/
WARNING:urllib3.connectionpool:Retrying (LogRetry(total=1, connect=5, read=1, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)': /api/v1/models/mq3p9dd6n/
WARNING:urllib3.connectionpool:Retrying (LogRetry(total=0, connect=5, read=0, redirect=None, status=None)) after connection broken by 'ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)': /api/v1/models/mq3p9dd6n/
尝试过https://aihub.qualcomm.com/compute/models/stable_diffusion_v2_1这边下载的模型,在PC上的helper代码库里面跟模型名对不上,修改以后生成的图片明显是错的
1.是网络原因,如果不行,请科学上网
2.代码库是专门适配AI-PC的模型,网站上下载的dlc模型需要转换到目标平台,不能直接使用