v1.1.1 - add pip openai

This commit is contained in:
justumen
2025-05-02 09:06:02 +02:00
parent 0555362521
commit b3690aaf3e
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# 🔗 Comfyui : Bjornulf_custom_nodes v1.1.0 🔗 # 🔗 Comfyui : Bjornulf_custom_nodes v1.1.1 🔗
A list of 167 custom nodes for Comfyui : Display, manipulate, create and edit text, images, videos, loras, generate characters and more. A list of 167 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. 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.

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "bjornulf_custom_nodes" name = "bjornulf_custom_nodes"
description = "167 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, etc..." description = "167 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, etc..."
version = "1.1.0" version = "1.1.1"
license = {file = "LICENSE"} license = {file = "LICENSE"}
[project.urls] [project.urls]

View File

@@ -12,4 +12,5 @@ sounddevice
langdetect langdetect
spacy spacy
textblob textblob
dill dill
openai