SDXL gradio文生图
本文档意在将开源模型运行在燧原GCU上
1.0 算力申请
- 登录OpenCSG容器云平台
- 创建免费试用的enfalme实例, 选择镜像
出图Stable Diffusion xxx
2.0 快速尝试
2.1.1 下载onnx模型
git clone --depth 1 https://www.opencsg.com//models/xzgan/stable-diffusion-xl-base-1.0_onnx.git
2.1.2 下载sdxl gradio
git clone https://www.opencsg.com//codes/xzgan/stable-diffusion-gradio-gcu.git
2.1.3 移动模型到model
cp -rf stable-diffusion-xl-base-1.0_onnx/1024x1024 stable-diffusion-gradio-gcu/model/
2.1.4 启动
cd stable-diffusion-gradio-gcu
pip install -r requirements.txt
nohup python main.py > output.log 2>&1 &
等待服务启动完成,然后在我的实例->我的服务中,copy服务地址到浏览器中访问。