From fb52fa074d51b551c7d644c371a0e6856b34615e Mon Sep 17 00:00:00 2001 From: justumen Date: Fri, 1 Nov 2024 11:10:35 +0100 Subject: [PATCH] ... --- README.md | 3 ++- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e78a90..3b1cef1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔗 Comfyui : Bjornulf_custom_nodes v0.51 🔗 +# 🔗 Comfyui : Bjornulf_custom_nodes v0.52 🔗 A list of 61 custom nodes for Comfyui : Display, manipulate, and edit text, images, videos, loras and more. You can manage looping operations, generate randomized content, trigger logical conditions, pause and manually control your workflows and even work with external AI tools, like Ollama or Text To Speech. @@ -261,6 +261,7 @@ cd /where/you/installed/ComfyUI && python main.py - **v0.49**: New node : Loop Sequential (Integer) - Loop through a range of integer values. (But once per workflow run), audio sync is smarter and adapt the video duration to the audio duration. - **v0.50**: allow audio in Images to Video path (tmp video). Add three new nodes : Concat Videos, combine video/audio and Loop Sequential (input Lines). save text changes to write inside COmfyui folder. Fix random line from input outputing LIST. ❗ Breaking change to audio/video sync node, allowing different types as input. - **v0.51**: Fix some issues with audio/video sync node. Add two new nodes : merge images/videos vertical and horizontal. add requirements.txt and ollama_ip.txt +- **v0.52**: update register name # 📝 Nodes descriptions diff --git a/pyproject.toml b/pyproject.toml index bc3a8ee..8c4c5dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,8 @@ version = "0.51" license = {file = "LICENSE"} [project.urls] -Repository = "https://github.com/justUmen/Bjornulf_custom_nodes" +# Repository = "https://github.com/justUmen/Bjornulf_custom_nodes" +Repository = "https://github.com/justUmen/ComfyUI-BjornulfNodes" # Used by Comfy Registry https://comfyregistry.org [tool.comfy]