服务器部署 stable diffusion 报错,找不到 Stability-AI/stablediffusion.git ,提示 Error code: 128,如何解决?
谷歌云服务器,机器类型 g2-standard-8 (8 vCPUs, 4 cores, 32GB RAM),,Debian12 amd64 系统,版本 12.12 ,已安装显卡驱动,CUDA ,cudnn ,conda 想在服务器部署 stable diffusion 3.5,使用 AUTOMATIC1111/stable-diffusion-webui 项目
创建并进入 sd 环境
conda create -n sd python=3.10
conda activate sd
安装 webui git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
运行 webui cd ~/stable-diffusion-webui ./webui.sh –listen –enable-insecure-extension-access –xformers –no-half-vae 前台运行,可及时反馈错误
随后提示输入 github 用户名,密码,接着报错内容如下 Cloning into ‘/home/xxxxx/stable-diffusion-webui/repositories/stable-diffusion-stability-ai’… Username for ‘https://github.com’: 用户名 Password for “:密码 remote: Repository not found. fatal: repository ‘https://github.com/Stability-AI/stablediffusion.git/’ not found RuntimeError: Couldn’t clone Stable Diffusion. Command: “git” clone –config core.filemode=false “https://github.com/Stability-AI/stablediffusion.git” “/home/uhsk9159/stable-diffusion-webui/repositories/stable-diffusion-stability-ai” Error code: 128
这个仓库地址已经找不到了,https://github.com/Stability-AI/stablediffusion ,那么报错如何解决呢? 有什么更好的办法在服务器使用 sd webui ? 祝大佬们发财! 多谢!多谢!
fatal: repository ‘https://github.com/Stability-AI/stablediffusion.git/‘ not found
你看看仓库名是不是错了