1 Star 4 Fork 0

hanmochen/stable-diffusion

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.3'
services:
stable-diffusion:
container_name: sd
build:
context: .
dockerfile: Dockerfile
env_file: .env_docker
volumes:
- .:/sd
- ./outputs:/sd/outputs
- conda_env:/opt/conda
- root_profile:/root
ports:
- '7860:7860'
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]
volumes:
conda_env:
root_profile:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanmochen/stable-diffusion.git
git@gitee.com:hanmochen/stable-diffusion.git
hanmochen
stable-diffusion
stable-diffusion
main

搜索帮助