diff --git a/README.md b/README.md index a764817..91fe2cf 100644 --- a/README.md +++ b/README.md @@ -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. 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. diff --git a/pyproject.toml b/pyproject.toml index 58ca657..4adc463 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] 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..." -version = "1.1.0" +version = "1.1.1" license = {file = "LICENSE"} [project.urls] diff --git a/requirements.txt b/requirements.txt index d6cdad2..270e914 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,4 +12,5 @@ sounddevice langdetect spacy textblob -dill \ No newline at end of file +dill +openai \ No newline at end of file