mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
0.64
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -616,6 +616,8 @@ class SharedLists:
|
||||
|
||||
# Add this to your SharedLists class
|
||||
OBJECTS = [
|
||||
"sign",
|
||||
"paper",
|
||||
"sword",
|
||||
"shield",
|
||||
"staff",
|
||||
|
||||
Reference in New Issue
Block a user