本实验通过在ECS上从零开始部署Stable Diffusion来进行AI绘画创作,开启AIGC盲盒。 conda install -y pytorch torchvision torchaudio cpuonly -c pytorch pip3 install opencv-python-headless gfpgan open-clip-torch xformers pyngrok clip-anytorch pip3 install -r requirements_versions.txt ERROR: Could not fi...
11 conda install -y pytorch torchvision torchaudio cpuonly -c pytorch 12 pip3 install opencv-python-headless gfpgan open-clip-torch xformers pyngrok clip-anytorch 13 pip3 install -r requirements_versions.txt 14 15 python launch.py --listen --lowvram --no-half --skip-torch-cuda-tes...
```Bashpip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116 ```## 问题分析1. 国内地址下载国外网站资源出现下载速度慢或`Read Timeout`均属正常情况。2. 可通过代理或更换镜像源操作来避免或解决该问题。## 问题解决### 更换资源下载镜像源1. 执行以下...
conda install -y pytorch torchvision torchaudio cpuonly -c pytorch pip3 install opencv-python-headless gfpgan open-clip-torch xformers pyngrok clip-anytorch pip3 install -r requirements_versions.txt python launch.py --listen --lowvram --no-half --skip-torch-cuda-test ...