安装项目中的提示操作:

GitHub - AUTOMATIC1111/stable-diffusion-webui: Stable Diffusion web UI

遇到的问题:

  1. github中clone项目的时候慢:
  1. https://ping.chinaz.com/github.com  中测速,在hosts将github.com的ip做更改
  1. 安装torch的时候源慢:
  1. 安装的时候等一会,一般是前面阶段比较慢,到后面速度就会上来。
  2. 可以在launch.py中将对应的源替换掉,使用清华的源。
  1. 一些缺失的包:
  1. ERROR: Cannot activate python venv
  1. python3 -m venv venv/
  1. 安装TCMalloc
  1. apt install libgoogle-perftools-dev
  1. 服务器重启后找不到显卡驱动,报错 torch is not able to use gpu
  1. apt update 更新的时候 内核的header没安装成功,重启了服务器,造成显卡驱动没有正常运行 重新安装了一下 kernel header
  1. sudo apt install linux-headers-$(uname -r)
  1. 无法使用公网访问:
  1. Could not create share link. Please check your internet connection or our status page: https://status.gradio.app
  1. 没解决,并且sd默认的公网服务并不稳定。  使用nginx反向代理7860端口解决