This commit is contained in:
justumen
2024-09-23 08:55:22 +02:00
parent 9d46f3eab7
commit 607baab7f1
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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]