我在学习教程
https://sd-webui.github.io/stable-diffusion-webui/docs/1.windows-installation.html
基本上
当我执行所有步骤并尝试运行命令webui.cmd时
It gives me an error saying:
A:\Stable_Diffusion\stable-diffusion-webui>webui.cmd
Environment name is set as ldm as per environment.yaml
anaconda3/miniconda3 not found. Install from here https://docs.conda.io/en/latest/miniconda.html
但是,在安装时,我使用了一个Miniconda提示符,并在我的路径中添加了miniconda。
是什么导致了这个问题呢?
发布于 2022-10-06 03:59:25
发现了可能的问题,
这就是解决办法:
在根目录中创建一个名为"custom-conda-path.txt
“的txt文件并运行webui.cmd
https://stackoverflow.com/questions/73968458
复制相似问题