comfyui-docker/README.md

14 lines
218 B
Markdown
Raw Normal View History

2024-08-02 21:45:15 -05:00
# README
## local dev
```sh
docker build -f Dockerfile-chainguard -t comfyui .
docker run -it --entrypoint /bin/bash comfyui
```
## remote dev
```sh
docker run -it --entrypoint /bin/bash jahanson/comfyui:latest
```