Skip to content

Commit e7f847f

Browse files
chore(release): 4.1.0
# [4.1.0](4.0.1...4.1.0) (2025-05-02) ### Bug Fixes * moved code back into stage 1 ([d9ed145](d9ed145)) ### Features * move stuff around ([2b2bc12](2b2bc12)) * removed polling; added websocket; allow multiple output images; ([79a560f](79a560f))
1 parent 6f3a9e7 commit e7f847f

File tree

2 files changed

+44
-31
lines changed

2 files changed

+44
-31
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.1.0](https://github.com/runpod-workers/worker-comfyui/compare/4.0.1...4.1.0) (2025-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* moved code back into stage 1 ([d9ed145](https://github.com/runpod-workers/worker-comfyui/commit/d9ed14571308ad27481ae2dda4762d32b73b5d20))
7+
8+
9+
### Features
10+
11+
* move stuff around ([2b2bc12](https://github.com/runpod-workers/worker-comfyui/commit/2b2bc1238dec5715092fa4b3e1418b8a443a409b))
12+
* removed polling; added websocket; allow multiple output images; ([79a560f](https://github.com/runpod-workers/worker-comfyui/commit/79a560f46fbd303828175d138098faebd4baa97e))
13+
114
# [3.6.0](https://github.com/blib-la/runpod-worker-comfy/compare/3.5.0...3.6.0) (2025-03-12)
215

316

README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,33 +15,33 @@
1515
- [Quickstart](#quickstart)
1616
- [Features](#features)
1717
- [Config](#config)
18-
- [Upload image to AWS S3](#upload-image-to-aws-s3)
18+
* [Upload image to AWS S3](#upload-image-to-aws-s3)
1919
- [Use the Docker image on RunPod](#use-the-docker-image-on-runpod)
20-
- [Create your template (optional)](#create-your-template-optional)
21-
- [Create your endpoint](#create-your-endpoint)
22-
- [GPU recommendations](#gpu-recommendations)
20+
* [Create your template (optional)](#create-your-template-optional)
21+
* [Create your endpoint](#create-your-endpoint)
22+
* [GPU recommendations](#gpu-recommendations)
2323
- [API specification](#api-specification)
24-
- [JSON Request Body](#json-request-body)
25-
- [Fields](#fields)
26-
- ["input.images"](#inputimages)
24+
* [JSON Request Body](#json-request-body)
25+
* [Fields](#fields)
26+
+ ["input.images"](#inputimages)
2727
- [Interact with your RunPod API](#interact-with-your-runpod-api)
28-
- [Health status](#health-status)
29-
- [Generate an image](#generate-an-image)
30-
- [Example request for SDXL with cURL](#example-request-for-sdxl-with-curl)
28+
* [Health status](#health-status)
29+
* [Generate an image](#generate-an-image)
30+
+ [Example request for SDXL with cURL](#example-request-for-sdxl-with-curl)
3131
- [How to get the workflow from ComfyUI?](#how-to-get-the-workflow-from-comfyui)
3232
- [Bring Your Own Models and Nodes](#bring-your-own-models-and-nodes)
33-
- [Network Volume](#network-volume)
34-
- [Custom Docker Image](#custom-docker-image)
35-
- [Adding Custom Models](#adding-custom-models)
36-
- [Adding Custom Nodes](#adding-custom-nodes)
37-
- [Building the Image](#building-the-image)
33+
* [Network Volume](#network-volume)
34+
* [Custom Docker Image](#custom-docker-image)
35+
+ [Adding Custom Models](#adding-custom-models)
36+
+ [Adding Custom Nodes](#adding-custom-nodes)
37+
+ [Building the Image](#building-the-image)
3838
- [Local testing](#local-testing)
39-
- [Setup](#setup)
40-
- [Setup for Windows](#setup-for-windows)
41-
- [Testing the RunPod handler](#testing-the-runpod-handler)
42-
- [Local API](#local-api)
43-
- [Access the local Worker API](#access-the-local-worker-api)
44-
- [Access local ComfyUI](#access-local-comfyui)
39+
* [Setup](#setup)
40+
+ [Setup for Windows](#setup-for-windows)
41+
* [Testing the RunPod handler](#testing-the-runpod-handler)
42+
* [Local API](#local-api)
43+
+ [Access the local Worker API](#access-the-local-worker-api)
44+
+ [Access local ComfyUI](#access-local-comfyui)
4545
- [Automatically deploy to Docker hub with GitHub Actions](#automatically-deploy-to-docker-hub-with-github-actions)
4646
- [Acknowledgments](#acknowledgments)
4747

@@ -52,11 +52,11 @@
5252
## Quickstart
5353

5454
- 🐳 Choose one of the five available images for your serverless endpoint:
55-
- `runpod/worker-comfyui:3.6.0-base`: doesn't contain anything, just a clean ComfyUI
56-
- `runpod/worker-comfyui:3.6.0-flux1-schnell`: contains the checkpoint, text encoders and VAE for [FLUX.1 schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell)
57-
- `runpod/worker-comfyui:3.6.0-flux1-dev`: contains the checkpoint, text encoders and VAE for [FLUX.1 dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)
58-
- `runpod/worker-comfyui:3.6.0-sdxl`: contains the checkpoint and VAE for [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
59-
- `runpod/worker-comfyui:3.6.0-sd3`: contains the checkpoint for [Stable Diffusion 3 medium](https://huggingface.co/stabilityai/stable-diffusion-3-medium)
55+
- `runpod/worker-comfyui:4.1.0-base`: doesn't contain anything, just a clean ComfyUI
56+
- `runpod/worker-comfyui:4.1.0-flux1-schnell`: contains the checkpoint, text encoders and VAE for [FLUX.1 schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell)
57+
- `runpod/worker-comfyui:4.1.0-flux1-dev`: contains the checkpoint, text encoders and VAE for [FLUX.1 dev](https://huggingface.co/black-forest-labs/FLUX.1-dev)
58+
- `runpod/worker-comfyui:4.1.0-sdxl`: contains the checkpoint and VAE for [Stable Diffusion XL](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
59+
- `runpod/worker-comfyui:4.1.0-sd3`: contains the checkpoint for [Stable Diffusion 3 medium](https://huggingface.co/stabilityai/stable-diffusion-3-medium)
6060
- ℹ️ [Use the Docker image on RunPod](#use-the-docker-image-on-runpod)
6161
- 🧪 Pick an [example workflow](./test_resources/workflows/) & [send it to your deployed endpoint](#interact-with-your-runpod-api)
6262

@@ -68,14 +68,14 @@
6868
- Returned as base64-encoded string (default)
6969
- Uploaded to AWS S3 ([if AWS S3 is configured](#upload-image-to-aws-s3))
7070
- There are a few different Docker images to choose from:
71-
- `runpod/worker-comfyui:3.6.0-flux1-schnell`: contains the [flux1-schnell.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-schnell) checkpoint, the [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors) + [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors) text encoders and [ae.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors) VAE for FLUX.1-schnell
72-
- `runpod/worker-comfyui:3.6.0-flux1-dev`: contains the [flux1-dev.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-dev) checkpoint, the [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors) + [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors) text encoders and [ae.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/ae.safetensors) VAE for FLUX.1-dev
73-
- `runpod/worker-comfyui:3.6.0-sdxl`: contains the checkpoints and VAE for Stable Diffusion XL
71+
- `runpod/worker-comfyui:4.1.0-flux1-schnell`: contains the [flux1-schnell.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-schnell) checkpoint, the [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors) + [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors) text encoders and [ae.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-schnell/resolve/main/ae.safetensors) VAE for FLUX.1-schnell
72+
- `runpod/worker-comfyui:4.1.0-flux1-dev`: contains the [flux1-dev.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-dev) checkpoint, the [clip_l.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/clip_l.safetensors) + [t5xxl_fp8_e4m3fn.safetensors](https://huggingface.co/comfyanonymous/flux_text_encoders/resolve/main/t5xxl_fp8_e4m3fn.safetensors) text encoders and [ae.safetensors](https://huggingface.co/black-forest-labs/FLUX.1-dev/resolve/main/ae.safetensors) VAE for FLUX.1-dev
73+
- `runpod/worker-comfyui:4.1.0-sdxl`: contains the checkpoints and VAE for Stable Diffusion XL
7474
- Checkpoint: [sd_xl_base_1.0.safetensors](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
7575
- VAEs:
7676
- [sdxl_vae.safetensors](https://huggingface.co/stabilityai/sdxl-vae/)
7777
- [sdxl-vae-fp16-fix](https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/)
78-
- `runpod/worker-comfyui:3.6.0-sd3`: contains the [sd3_medium_incl_clips_t5xxlfp8.safetensors](https://huggingface.co/stabilityai/stable-diffusion-3-medium) checkpoint for Stable Diffusion 3 medium
78+
- `runpod/worker-comfyui:4.1.0-sd3`: contains the [sd3_medium_incl_clips_t5xxlfp8.safetensors](https://huggingface.co/stabilityai/stable-diffusion-3-medium) checkpoint for Stable Diffusion 3 medium
7979
- [Bring your own models](#bring-your-own-models)
8080
- Based on [Ubuntu + NVIDIA CUDA](https://hub.docker.com/r/nvidia/cuda)
8181

@@ -109,7 +109,7 @@ This is only needed if you want to upload the generated picture to AWS S3. If yo
109109
- In the dialog, configure:
110110
- Template Name: `worker-comfyui` (it can be anything you want)
111111
- Template Type: serverless (change template type to "serverless")
112-
- Container Image: `<dockerhub_username>/<repository_name>:tag`, in this case: `runpod/worker-comfyui:3.6.0-sd3` (or `-base` for a clean image or `-sdxl` for Stable Diffusion XL or `-flex1-schnell` for FLUX.1 schnell)
112+
- Container Image: `<dockerhub_username>/<repository_name>:tag`, in this case: `runpod/worker-comfyui:4.1.0-sd3` (or `-base` for a clean image or `-sdxl` for Stable Diffusion XL or `-flex1-schnell` for FLUX.1 schnell)
113113
- Container Registry Credentials: You can leave everything as it is, as this repo is public
114114
- Container Disk: `20 GB`
115115
- (optional) Environment Variables: [Configure S3](#upload-image-to-aws-s3)

0 commit comments

Comments
 (0)