Skip to content

Commit

Permalink
0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
justUmen committed Dec 24, 2024
1 parent 20f902f commit 38b83ed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions API_civitai.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
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

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 2 additions & 0 deletions text_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,8 @@ class SharedLists:

# Add this to your SharedLists class
OBJECTS = [
"sign",
"paper",
"sword",
"shield",
"staff",
Expand Down

0 comments on commit 38b83ed

Please sign in to comment.