From 4da1a2846e59d4cf97916d05fe0dbd4a0d013bad Mon Sep 17 00:00:00 2001 From: justumen Date: Sat, 2 Nov 2024 19:04:12 +0100 Subject: [PATCH] ... --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5e0b6c..9d0ac77 100644 --- a/README.md +++ b/README.md @@ -260,10 +260,10 @@ cd /where/you/installed/ComfyUI && python main.py - **v0.47**: New node : Loop Load checkpoint (Model Selector). - **v0.48**: Two new nodes for loras : Random Lora Selector and Loop Lora Selector. - **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.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-53**: Rever name git to Bjornulf_custom_nodes, match registry comfy -- **v0.54**: add cv2 to requirements.txt +- **v0.54-55**: add opencv-python to requirements.txt # 📝 Nodes descriptions diff --git a/pyproject.toml b/pyproject.toml index e0536a8..ff4a996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "bjornulf_custom_nodes" description = "61 ComfyUI nodes : Display, manipulate, and edit text, images, videos, loras and more. Manage looping operations, generate randomized content, use logical conditions and work with external AI tools, like Ollama or Text To Speech." -version = "0.54b" +version = "0.55" license = {file = "LICENSE"} [project.urls]