Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Sep 9, 2024
1 parent b61a6f3 commit e202833
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e202833

Please sign in to comment.