Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 713 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 713 Bytes

comfyui-podman

ComfyUI in a simple podman container. Build and run the image using podman compose up --build

If the repository was not cloned with the --recursive flag, run git submodule update --init --recursive to clone the ComfyUI repository.

Requires a CUDA enabled device and NVIDIA Container Toolkit.

Updating ComfyUI

The comfyui submodule itself can be updated, by doing a git pull in the ComfyUI folder, without having to rebuild the container.

The ComfyUI folder is mounted as a volume, so all inputs, outputs, models and plugins will persist.