Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ These images are available on Docker Hub under `runpod/worker-comfyui`:

Replace `<version>` with the current release tag, check the [releases page](https://github.com/runpod-workers/worker-comfyui/releases) for the latest version.

## Loading custom models to Docker images

* Rebuild Docker image: download models (including checkpoints, lora, and other data items) in [Dockerfile](./Dockerfile).
* Network volume: pre-load models into RunPod network volume, and attach to serverless or pod (note they have different mount point).
* To pre-load models, mount network volume to a pod, and then download all models to the mounted position, verify that everything works.
* And then use the updated network volume to a new place.

## API Specification

The worker exposes standard RunPod serverless endpoints (`/run`, `/runsync`, `/health`). By default, images are returned as base64 strings. You can configure the worker to upload images to an S3 bucket instead by setting specific environment variables (see [Configuration Guide](docs/configuration.md)).
Expand Down