stable-diffusion-webui 的 git 地址是:https://github.com/AUTOMATIC1111/stable-diffusion-webui 运行以下命令,clone到你的本地。下面的命令可以在conda 的powershell运行,也可以在Git Bash中运行。 git clonehttps://github.com/AUTOMATIC1111/stable-diffusion-webui.git 4、自动安装stable-diffusion-webui 进入...
支持 Python 内置日志记录模块支持的任何有效日志记录级别。 如果未设置,则默认为 INFO。 SD_WEBUI_CACHE_FILE 缓存文件路径。 如果未设置,则默认为根目录中的cache.json。 SD_WEBUI_RESTAR 由启动器脚本(如 webui.bat webui.sh)设置的值,通知 Webui 重新启动功能可用 SD_WEBUI_RESTARTING 表示webui 当前...
安装Python3.10.6(较新版本的 Python 不支持torch),选中“将 Python 添加到 PATH”。 安装git。 下载stable-diffusion-webui 存储库,例如通过运行 .git clonehttps://github.com/AUTOMATIC1111/stable-diffusion-webui.git 以普通用户、非管理员用户身份从 Windows 资源管理器运行。webui-user.bat CUDA 环境 默认...
conda create -n stableDiffusionWebui python=3.10.6 conda activate stableDiffusionWebui 下载大模型,可以去https://hf-mirror.com/ 然后放到models/Stable-diffusion 默认需要电脑支持gpu,而且代码会下载最新的torch,先去https://pytorch.org/get-started/locally/找到符合自己电脑的torch,再修改源码,找到 prepare_e...
简介:stable-diffusion-webui 更换 Python 版本 一、原因 stable-diffusion-webui 推荐版本是 Python 3.10 ,如果电脑中安装了其他版本到Python,会警告推荐使用Python 3.10版本。 官方安装教程 Automatic Installation on Windows 1.Install Python 3.10.6 (Newer version of Python does not support ...
使用webui-user.bat 或者 webui-user.sh 启动的小伙伴可以把参数写入如图的变量中 可把参数加在此变量中 下面是启动参数的翻译与解析,仅为个人理解程度。 python webui.py -h#-h, --help#显示此帮助信息并退出--update all-extensions#launch.py参数:下载所有扩展程序的更新。当启动该程序时 ...
请前往Python官网下载对应操作系统的Python版本,并在安装过程中勾选将Python添加到PATH环境变量中。 Git:Stable-Diffusion-WebUI的安装和配置过程中需要使用Git进行代码管理和下载。请前往Git官网下载对应操作系统的Git版本,并进行安装。 二、下载Stable Diffusion启动器 完成上述准备工作后,我们需要下载Stable Diffusion启动...
1、复制GFPGANv1.4.pth 到 stable-diffusion-webui 根目录。 2、复制novelaileak\stableckpt\animefull-latest\model.ckpt 到 stable-diffusion-webui\models\Stable-diffusion目录下,并改名为novel-ai.ckpt。 3、复制novelaileak\stableckpt\animefull-latest\config.yaml 到 stable-diffusion-webui\models\Stable-...
cd \path\to\stable-diffusion-webui,然后运行python -m venv venv ,venv\Scripts\activate激活虚拟环境查看python版本,如果是python3.10就搞定了。如果不是,则修改venv\pyvenv.cfg,让python对应到路径指向python3.10。如下 home=C:\Program Files\Python310 include-system-site-packages=falseversion=3.10.12 executabl...