This commit is contained in:
justumen
2024-12-24 08:02:45 +01:00
parent 20f902f156
commit 38b83ed8f5
4 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@@ -616,6 +616,8 @@ class SharedLists:
# Add this to your SharedLists class
OBJECTS = [
"sign",
"paper",
"sword",
"shield",
"staff",