随笔分类 -  stable diffusion / stable diffusion webui

stable diffusion webui
Stable Diffusion Web UI页面CCS无效问题
摘要:安装后进入http://127.0.0.1:7860,Stable Diffusion Web UI页面CCS好像没有加载成功,显示如下: 最后发现,在webui-user.bat加入share参数后,页面正常了 set COMMANDLINE_ARGS share 具体原因就不去深究了。。。 阅读全文

posted @ 2023-08-27 10:27 -冷夜- 阅读(189) 评论(0) 推荐(0)

解决 fatal: unable to access 'https://github.com/Stability-AI/generative-models.git/
摘要:webui-user.bat中新增代理配置: set HTTP_PROXY=http://localhost:7890 set HTTPS_PROXY=%HTTP_PROXY% 端口根据自己的配置修改。 阅读全文

posted @ 2023-08-27 09:47 -冷夜- 阅读(356) 评论(0) 推荐(0)

导航