Skip to content

Commit 46474ac

Browse files
chore(release): 2.2.0
# [2.2.0](2.1.3...2.2.0) (2024-06-04) ### Bug Fixes * don’t persist credentials ([1546420](1546420)) * use custom GITHUB_TOKEN to bypass branch protection ([9b6468a](9b6468a)) ### Features * network-volume; execution time config; skip default images; access ComfyUI via web ([#35](#35)) ([070cde5](070cde5)), closes [#16](#16)
1 parent 1546420 commit 46474ac

File tree

2 files changed

+28
-15
lines changed

2 files changed

+28
-15
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.2.0](https://github.com/blib-la/runpod-worker-comfy/compare/2.1.3...2.2.0) (2024-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* don’t persist credentials ([1546420](https://github.com/blib-la/runpod-worker-comfy/commit/15464201b24de0746fe365e7635540330887a393))
7+
* use custom GITHUB_TOKEN to bypass branch protection ([9b6468a](https://github.com/blib-la/runpod-worker-comfy/commit/9b6468a40b8a476d7812423ff6fe7b73f5f91f1d))
8+
9+
10+
### Features
11+
12+
* network-volume; execution time config; skip default images; access ComfyUI via web ([#35](https://github.com/blib-la/runpod-worker-comfy/issues/35)) ([070cde5](https://github.com/blib-la/runpod-worker-comfy/commit/070cde5460203e24e3fbf68c4ff6c9a9b7910f3f)), closes [#16](https://github.com/blib-la/runpod-worker-comfy/issues/16)
13+
114
## [2.1.3](https://github.com/blib-la/runpod-worker-comfy/compare/2.1.2...2.1.3) (2024-05-28)
215

316

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod
1919
- [Quickstart](#quickstart)
2020
- [Features](#features)
2121
- [Config](#config)
22-
- [Upload image to AWS S3](#upload-image-to-aws-s3)
22+
* [Upload image to AWS S3](#upload-image-to-aws-s3)
2323
- [Use the Docker image on RunPod](#use-the-docker-image-on-runpod)
2424
- [API specification](#api-specification)
25-
- [JSON Request Body](#json-request-body)
26-
- [Fields](#fields)
27-
- ["input.images"](#inputimages)
25+
* [JSON Request Body](#json-request-body)
26+
* [Fields](#fields)
27+
+ ["input.images"](#inputimages)
2828
- [Interact with your RunPod API](#interact-with-your-runpod-api)
29-
- [Health status](#health-status)
30-
- [Generate an image](#generate-an-image)
31-
- [Example request with cURL](#example-request-with-curl)
29+
* [Health status](#health-status)
30+
* [Generate an image](#generate-an-image)
31+
+ [Example request with cURL](#example-request-with-curl)
3232
- [How to get the workflow from ComfyUI?](#how-to-get-the-workflow-from-comfyui)
3333
- [Bring Your Own Models and Nodes](#bring-your-own-models-and-nodes)
34-
- [Network Volume](#network-volume)
35-
- [Custom Docker Image](#custom-docker-image)
34+
* [Network Volume](#network-volume)
35+
* [Custom Docker Image](#custom-docker-image)
3636
- [Local testing](#local-testing)
37-
- [Setup](#setup)
38-
- [Setup for Windows](#setup-for-windows)
39-
- [Testing the RunPod handler](#testing-the-runpod-handler)
40-
- [Local API](#local-api)
41-
- [Access the local Worker API](#access-the-local-worker-api)
42-
- [Access local ComfyUI](#access-local-comfyui)
37+
* [Setup](#setup)
38+
+ [Setup for Windows](#setup-for-windows)
39+
* [Testing the RunPod handler](#testing-the-runpod-handler)
40+
* [Local API](#local-api)
41+
+ [Access the local Worker API](#access-the-local-worker-api)
42+
+ [Access local ComfyUI](#access-local-comfyui)
4343
- [Automatically deploy to Docker hub with GitHub Actions](#automatically-deploy-to-docker-hub-with-github-actions)
4444
- [Acknowledgments](#acknowledgments)
4545

0 commit comments

Comments
 (0)