From e20283342a2be0e7b1a524e6ac804e9e6226cb4a Mon Sep 17 00:00:00 2001 From: "Alexander G. Morano" Date: Mon, 9 Sep 2024 00:08:16 -0700 Subject: [PATCH] version up --- README.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a3092..4fe161b 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,17 @@ If those nodes have descriptions written in HTML or Markdown, they will be conve ## UPDATES +**2024/09/09** @1.2.37: +* doubled speed of midi reader when idle +* reduced GLSL footprint for color conversions +* * sorry if that blew someone's network! +* new `GLSL COLOR PALETTE` node based on cosines +* new `GLSL HSV ADJUST` +* Supported Versions: + * ComfyUI 0.1.3+ + * ComfyUI Frontend 1.2.30+ + + **2024/09/08** @1.2.36: * MIDI `MIDI FILTER` and `MIDI FILTER EZ` Nodes cleaned up * `COMPARISON` Node value conversion fixed diff --git a/pyproject.toml b/pyproject.toml index e0aecf1..2a1471e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "jovimetrix" description = "Integrates Webcam, MIDI, Spout and GLSL shader support. Animation via tick. Parameter manipulation with wave generator. Math operations with Unary and Binary support. Value conversion for all major types (int, string, list, dict, Image, Mask). Shape mask generation, image stacking and channel ops, batch splitting, merging and randomizing, load images and video from anywhere, dynamic bus routing with a single node, export support for GIPHY, save output anywhere! flatten, crop, transform; check colorblindness, make stereogram or stereoscopic images, or liner interpolate values and more." -version = "1.2.36" +version = "1.2.37" license = { file = "LICENSE" } dependencies = [ "aenum>=3.1.15,<4",