Loading... # 一、安装环境 **操作系统:win10** **python 版本:3.10.15** **CPU:i5-4590** **内存:16GB** **设备无独显** **Git** # 二、安装步骤 ## Stable Diffusion WebUI 安装 ### 克隆项目 ``` git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git ``` ### 下载预训练模型 **地址:**[https://huggingface.co/CompVis](https://huggingface.co/CompVis) ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731756664235-8aefaf13-5f0d-42ae-b68e-bf5b5341b864.png) ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731756685632-2162727e-3a7e-4aac-a3b7-342d4b69d292.png) **模型放置路径为:Stable Diffusion\\stable-diffusion-webui\\models\\Stable-diffusion 目录下** **后续其它模型均放置到该目录下** **模型下载地址:** [https://huggingface.co/models?other=stable-diffusion](https://huggingface.co/models?other=stable-diffusion) [https://civitai.com/](https://civitai.com/) ### 安装 GFPGAN **GFPAN 是腾讯旗下的一个开源项目,可以用于修复和绘制人脸,减少stable diffusion人脸的绘制扭曲变形问题,下载后放置在 stable-diffusion-webui 根目录** **项目地址:**[https://github.com/TencentARC/GFPGAN](https://github.com/TencentARC/GFPGAN) ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731757232194-dc557bee-3155-4971-a3cf-b4cf9e5899ff.png) ### 运行stable-diffusion-webui **由于是 CPU 运行,没有 GPU 参与,因此需要修改 webui-user.bat 文件启动参数配置** ``` set COMMANDLINE_ARGS= --lowvram --precision full --no-half --skip-torch-cuda-test ``` **系统使用了 miniconda 管理 python 环境,需要使用 Anaconda Prompt 在项目根目录使用 Python 3.10 环境运行 webui-user.bat 文件** ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731759871589-db83be90-172c-4d76-af20-7012ad6791cd.png) **等……** **等待……** **等待下……** **等待下载……** ## 进行测试 **在 web 面板中,左上角选择模型,在 prompt 中输入提示词,进行生成** ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731763378312-87b24741-c28b-488c-a3e1-e4f0f37da26c.png) **使用 CPU 生图时间大概三分钟,效果如下:** ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731763729292-9c2822f4-2a69-46c5-a386-fe1e14138d99.png) # 三、遇到的错误 ## 启动后遇到错误停止运行 ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731760725103-6d2f14f5-a839-42b3-9312-e7a0be117f52.png) ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731760441410-3b98a9ce-4163-487a-9cc6-13069b712be1.png) ![](https://cdn.nlark.com/yuque/0/2024/png/40913862/1731760746007-6c04ee11-8c88-4762-aa0c-adea9b0b695b.png) ### 解决方法: **webui-user.bat 文件启动参数配置新增:--listen** # 四、参考资料 > [https://blog.soarli.top/archives/698.html](https://blog.soarli.top/archives/698.html) > [https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9074](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/9074) 最后修改:2024 年 11 月 16 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果觉得我的文章对你有用,请随意赞赏