Make sure Python version is 3.10+ python -m venv sd_envsourcesd_env/bin/activate gitclonehttps://github.com/openvinotoolkit/stable-diffusion-webui.gitcdstable-diffusion-webuiexportPYTORCH_TRACING_MODE=TORCHFXexportCOMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"# Launch th...
Python -V 2、CUDA 在终端查询当前电脑显卡适用的CUDA版本 nvidia-smi CUDA下载地址,选择需要的版本 developer.nvidia.com/cu 选择对应的平台(比如以下为Windows11),下载安装 3、Git Git下载地址:git-scm.com/download 二、Stable Diffusion WebUI 安装 1、下载 Stable Diffusion WebUI 项目 GitHub 地址: GitHub ...
Python Releases for Windows https://www.python.org/downloads/windows/ 下载,安装。记得勾一下 安装GIT (经常抽风,分时段试试) https://git-scm.com/download/win 实在不行就试多几次 真的很慢,安装全部用默认就好 继续下载miniconda https://docs.conda.io/en/main/miniconda.html 下载最新版本 Miniconda3...
Install Python 3.10.6 (Newer version of Python does not support torch), checking "Add Python to PATH". Install git. Download the stable-diffusion-webui repository, for example by runninggit clone https:///AUTOMATIC1111/stable-diffusion-webui.git. Run webui-user.bat from Windows Explorer as ...
3.1 GITGit for Windows 点击这里下载如果指定安装路径:D:\StableDiffusion\Git # 检查Git是否安装成功git --version 检查Git是否安装成功3.2 PYTHON根据AUTOMATIC1111推荐的版本是3.10.6 如果指定安装路径:D:\StableDiffusion\Python\Python310 修改安装路径Python Release Python 3.10.6 查看是否成功安装3.3 ...
python--version image.png 安装git 下载git 代码语言:javascript 代码运行次数:0 运行 AI代码解释 https://github.com/git-for-windows/git/releases/download/v2.41.0.windows.1/Git-2.41.0-64-bit.exe image.png 完成安装 image.png 通过命令行git,下载开源项目 ...
我这里采用直接系统内安装Python 3.10.6的方式 如果你会用Miniconda,也可以用Miniconda实现Python多版本切换,具体我这里不教需要的自己琢磨。 访问Python3.10.6下载页面 把页面拉到底,找到【Windows installer (64-bit)】点击下载 安装是注意,到这一步,需要如下图这样勾选 Add Python to PATH 2.使用conda安装 conda...
在测试中,我们在UBUNTU系统下搭建了基于ROCm 5.7的Stable Diffusion Automatic 1111本地部署,作为对比的是在Windows下搭建同样的Stable Diffusion Automatic 1111+DirectML。测试使用的Python版本为3.10.6,Pytorch版本为2.3。在模型的选择上,两种系统下的Stable Diffusion都使用了相同版本的SD V.15标准模型。▲UBUNTU...
Window 11 Python 3.8 stable-retro v0.9.1 For me: CMake Warning: Ignoring empty string ("") provided on the command line. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of ...
跳转页面后滚动到最下方,找到你自己电脑对应的版本,正常大部分都是 Windows installer (64-bit),点击下载后解压,点击 install now 安装即可。 这里按照流程一步步往下操作即可,唯一需要注意的是记得勾选✅ add python to path,这样默认路径才能被写入系统,后续Stable Diffusion才能顺利调用python。 安装完成后,我们可...