https://github.com/kjenney/cm-pkg
https://github.com/kjenney/cm-pkg
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjenney/cm-pkg
- Owner: kjenney
- Created: 2024-11-30T14:26:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-14T12:35:49.000Z (6 months ago)
- Last Synced: 2025-02-02T04:11:48.431Z (4 months ago)
- Language: Dockerfile
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cm-pkg
Install specific custom nodes in a Docker container for consistency
## Quick Start
1. Update the binds in `compose.yaml` to match where your models, workflows, inputs, and outputs are.
2. Start ComfyUI using `docker compose up`
3. Go to http://localhost:8188
## Creating Snapshots
Save a ComfyUI Manager snapshot of an existing setup using:
```
python custom_nodes/ComfyUI-Manager/cm-cli.py save-snapshot --output snapshot.yaml
```Place `snapshot.yaml` here.
## Testing
Edit the Dockerfile and other files locally and build an image.
Run `docker compose up` and ensure that ComfyUI starts.