From 38b83ed8f5ab1fa41969bc384e30a8c1b0e12688 Mon Sep 17 00:00:00 2001 From: justumen Date: Tue, 24 Dec 2024 08:02:45 +0100 Subject: [PATCH] 0.64 --- API_civitai.py | 2 -- README.md | 3 ++- pyproject.toml | 2 +- text_generator.py | 2 ++ 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/API_civitai.py b/API_civitai.py index e1973c4..3a1c32e 100644 --- a/API_civitai.py +++ b/API_civitai.py @@ -12,8 +12,6 @@ import importlib import folder_paths import node_helpers import hashlib -import shutil -import wget from folder_paths import get_filename_list, get_full_path, models_dir import nodes diff --git a/README.md b/README.md index 61e5c50..c351f09 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔗 Comfyui : Bjornulf_custom_nodes v0.63 🔗 +# 🔗 Comfyui : Bjornulf_custom_nodes v0.64 🔗 A list of 110 custom nodes for Comfyui : Display, manipulate, create and edit text, images, videos, loras, generate characters 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. @@ -344,6 +344,7 @@ cd /where/you/installed/ComfyUI && python main.py - **0.61**: Add/modify a bunch of Ffmpeg / video nodes. With a global configuration system and toggle python-ffmpeg / system. - **0.62**: MASSIVE update, Text Generator nodes. (15 nodes), API nodes generate (civitai / black forest labs / fal.ai), API civit ai download models nodes, lora - **0.63**: delete long file, useless +- **0.64**: remove "import wget", added some keywords to text generators. # 📝 Nodes descriptions diff --git a/pyproject.toml b/pyproject.toml index 2e1e448..639feaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "bjornulf_custom_nodes" description = "110 ComfyUI nodes : Display, manipulate, and edit text, images, videos, loras, generate characters 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.63" +version = "0.64" license = {file = "LICENSE"} [project.urls] diff --git a/text_generator.py b/text_generator.py index 23939e6..22c016d 100644 --- a/text_generator.py +++ b/text_generator.py @@ -616,6 +616,8 @@ class SharedLists: # Add this to your SharedLists class OBJECTS = [ + "sign", + "paper", "sword", "shield", "staff",