如果是在Google Colab遇到此错误,代表程序没装成功,请看一下console输出,检查前面的指令是否有哪步运行出错。 Couldn’t launch python, exit code 9009 Windows用户请重装Python 3.10.6,并确认有在安装界面勾选Add Python to PATH libtcmalloc.so.4 python3: version `GLI
(sdui) D:\AI\project\stable-diffusion-webui>python launch.py Python 3.10.6 | packaged by conda-forge | (main, Oct 24 2022, 16:02:16) [MSC v.1916 64 bit (AMD64)] Commit hash: 22bcc7be428c94e9408f589966c2040187245d81 Cloning Stable Diffusion into D:\AI\project\stable-diffusion-w...
vim~/.condarc # 打开文件后,把下面的内容粘贴进去保存channels:-https://mirrors.ustc.edu.cn/anaconda/pkgs/main/-https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/-defaultsshow_channel_urls:true 3.4 创建虚拟环境 执行命令: 代码语言:j...
Launch webui-user.bat What should have happened? It should have launched the UI. What browsers do you use to access the UI ? Mozilla Firefox Sysinfo I couldn't get the sysinfo dump either File "C:\stable-diffusion-webui-forge\launch.py", line 48, in <module> main() File "C:\sta...
# 激活虚拟环境sd conda activate sd # 进入到stable-diffusion-webui目录下 cd stable-diffusion-webui # 运行项目 python launch.py 这一步如果人品好的话,第一次就能全部正常运行完,运行完之后,出现http://127.0.0.1:7860字样说明运行成功了,浏览器打开这个地址就能开始愉快地玩耍了,玩耍方式自行探索...
If you know what you are doing, you can also install Forge using same method as SD-WebUI. (Install Git, Python, Git Clone the forge repohttps://github.com/lllyasviel/stable-diffusion-webui-forge.gitand then run webui-user.bat). ...
这一步是安装Python项目运行所有需要的依赖,这步很大概率出现无法安装gfpgan的问题:Couldn't install gfpgan 解决方法: 网络连接超时的问题,更改pip使用国内镜像库,重试几次。这个问题暂无明确解法,如果无法解决可继续往下走 3.2pip更换国内镜像库 更换方法参考:https://blog.csdn.net/qq_45770232/article/details/1264...
这一步是安装Python项目运行所有需要的依赖,这步很大概率出现无法安装gfpgan的问题:Couldn't install gfpgan 解决方法: 网络连接超时的问题,更改pip使用国内镜像库,重试几次。这个问题暂无明确解法,如果无法解决可继续往下走 3.2pip更换国内镜像库 更换方法参考:https://blog.csdn.net/qq_45770232/article/details/1264...
这一步是安装Python项目运行所有需要的依赖,这步很大概率出现无法安装gfpgan的问题:Couldn't install gfpgan 解决方法: 网络连接超时的问题,更改pip使用国内镜像库,重试几次。这个问题暂无明确解法,如果无法解决可继续往下走 3.2pip更换国内镜像库 更换方法参考:https://blog.csdn.net/qq_45770232/article/deta...
#激活虚拟环境sdconda activate sd#进入到stable-diffusion-webui目录下cd stable-diffusion-webui#运行项目python launch.py 这一步如果人品好的话,第一次就能全部正常运行完,运行完之后,出现http://127.0.0.1:7860字样说明运行成功了,浏览器打开这个地址就能开始愉快地玩耍了,玩耍方式自行探索哦~ ...