From 46474ac4b1f09ae5af729f71960921b7ed6918e3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jun 2024 09:48:58 +0000 Subject: [PATCH] chore(release): 2.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.2.0](https://github.com/blib-la/runpod-worker-comfy/compare/2.1.3...2.2.0) (2024-06-04) ### Bug Fixes * don’t persist credentials ([1546420](https://github.com/blib-la/runpod-worker-comfy/commit/15464201b24de0746fe365e7635540330887a393)) * use custom GITHUB_TOKEN to bypass branch protection ([9b6468a](https://github.com/blib-la/runpod-worker-comfy/commit/9b6468a40b8a476d7812423ff6fe7b73f5f91f1d)) ### Features * 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) --- CHANGELOG.md | 13 +++++++++++++ README.md | 30 +++++++++++++++--------------- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d5255..c6c586d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.2.0](https://github.com/blib-la/runpod-worker-comfy/compare/2.1.3...2.2.0) (2024-06-04) + + +### Bug Fixes + +* don’t persist credentials ([1546420](https://github.com/blib-la/runpod-worker-comfy/commit/15464201b24de0746fe365e7635540330887a393)) +* use custom GITHUB_TOKEN to bypass branch protection ([9b6468a](https://github.com/blib-la/runpod-worker-comfy/commit/9b6468a40b8a476d7812423ff6fe7b73f5f91f1d)) + + +### Features + +* 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) + ## [2.1.3](https://github.com/blib-la/runpod-worker-comfy/compare/2.1.2...2.1.3) (2024-05-28) diff --git a/README.md b/README.md index ff3c1b4..c898a65 100644 --- a/README.md +++ b/README.md @@ -19,27 +19,27 @@ Read our article here: https://blib.la/blog/comfyui-on-runpod - [Quickstart](#quickstart) - [Features](#features) - [Config](#config) - - [Upload image to AWS S3](#upload-image-to-aws-s3) + * [Upload image to AWS S3](#upload-image-to-aws-s3) - [Use the Docker image on RunPod](#use-the-docker-image-on-runpod) - [API specification](#api-specification) - - [JSON Request Body](#json-request-body) - - [Fields](#fields) - - ["input.images"](#inputimages) + * [JSON Request Body](#json-request-body) + * [Fields](#fields) + + ["input.images"](#inputimages) - [Interact with your RunPod API](#interact-with-your-runpod-api) - - [Health status](#health-status) - - [Generate an image](#generate-an-image) - - [Example request with cURL](#example-request-with-curl) + * [Health status](#health-status) + * [Generate an image](#generate-an-image) + + [Example request with cURL](#example-request-with-curl) - [How to get the workflow from ComfyUI?](#how-to-get-the-workflow-from-comfyui) - [Bring Your Own Models and Nodes](#bring-your-own-models-and-nodes) - - [Network Volume](#network-volume) - - [Custom Docker Image](#custom-docker-image) + * [Network Volume](#network-volume) + * [Custom Docker Image](#custom-docker-image) - [Local testing](#local-testing) - - [Setup](#setup) - - [Setup for Windows](#setup-for-windows) - - [Testing the RunPod handler](#testing-the-runpod-handler) - - [Local API](#local-api) - - [Access the local Worker API](#access-the-local-worker-api) - - [Access local ComfyUI](#access-local-comfyui) + * [Setup](#setup) + + [Setup for Windows](#setup-for-windows) + * [Testing the RunPod handler](#testing-the-runpod-handler) + * [Local API](#local-api) + + [Access the local Worker API](#access-the-local-worker-api) + + [Access local ComfyUI](#access-local-comfyui) - [Automatically deploy to Docker hub with GitHub Actions](#automatically-deploy-to-docker-hub-with-github-actions) - [Acknowledgments](#acknowledgments)