Skip to content

Commit

Permalink
attempt logo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorano committed Feb 2, 2025
1 parent 8c5d200 commit e628aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ You can colorize nodes via their `title` or `body`. This can be done to the node

## UPDATES

**2024/02/01** @1.2.65:
**2024/02/01** @1.2.66:
* patched `MIDI FILTER EZ` to work for all filters not just the first found
* cleanup pyproject for registry
* proper logo for registry
Expand Down
4 changes: 2 additions & 2 deletions 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.65"
version = "1.2.66"
license = { file = "LICENSE" }
readme = "README.md"
authors = [{ name = "Alexander G. Morano", email = "[email protected]" }]
Expand Down Expand Up @@ -52,4 +52,4 @@ Issues = "https://github.com/Amorano/Jovimetrix/issues"
[tool.comfy]
PublisherId = "amorano"
DisplayName = "Jovimetrix"
Icon = "https://github.com/user-attachments/assets/d36f13c9-e924-4878-9422-626b2d770fce"
Icon = "https://raw.githubusercontent.com/Amorano/Jovimetrix-examples/refs/heads/master/res/logo-jovimetrix-small.png"

0 comments on commit e628aad

Please sign in to comment.