From 607baab7f12392b3ff156e253be8f416c79b2dcc Mon Sep 17 00:00:00 2001 From: justumen Date: Mon, 23 Sep 2024 08:55:22 +0200 Subject: [PATCH] 0.42 --- README.md | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3518b4..69d3c9f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔗 Comfyui : Bjornulf_custom_nodes v0.41 🔗 +# 🔗 Comfyui : Bjornulf_custom_nodes v0.42 🔗 # Coffee : ☕☕☕☕☕ 5/5 @@ -209,6 +209,7 @@ cd /where/you/installed/ComfyUI && python main.py - **v0.39**: Add variables management to Advanced Write Text node. - **v0.40**: Add variables management to Loop Advanced Write Text node. Add menu for all nodes to the README. - **v0.41**: Two new nodes : image details and combine images. Also ❗ Big changes to the If-Else node. (+many minor changes) +- **v0.42**: Better README with category nodes, changes some node titles # 📝 Nodes descriptions diff --git a/pyproject.toml b/pyproject.toml index f2a29e3..ed774af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "bjornulf_custom_nodes" description = "Nodes: Ollama, Text to Speech, Combine Texts, Random Texts, Save image for Bjornulf LobeChat, Text with random Seed, Random line from input, Combine images, Image to grayscale (black & white), Remove image Transparency (alpha), Resize Image, ..." -version = "0.41" +version = "0.42" license = {file = "LICENSE"} [project.urls]