diff --git a/README.md b/README.md index b3604a1..61e5c50 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 🔗 Comfyui : Bjornulf_custom_nodes v0.62 🔗 +# 🔗 Comfyui : Bjornulf_custom_nodes v0.63 🔗 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. @@ -343,6 +343,7 @@ cd /where/you/installed/ComfyUI && python main.py - **0.60**: Revert changes from ollama_talk (implement _user mode later / another node) - **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 # 📝 Nodes descriptions diff --git a/civitai/illustrious/AAA_AAAAAAAAAAAAAAAAAAAA____Finetune_mix_on_whatever_model_i_want_at_that_point_which_is_Illustrious_XL_right_now_but_i_will_keep_Pony_one_for_on-site_as_well_39635868.jpeg b/civitai/illustrious/AAA_AAAAAAAAAAAAAAAAAAAA____Finetune_mix_on_whatever_model_i_want_at_that_point_which_is_Illustrious_XL_right_now_but_i_will_keep_Pony_one_for_on-site_as_well_39635868.jpeg deleted file mode 100644 index feab4c8..0000000 Binary files a/civitai/illustrious/AAA_AAAAAAAAAAAAAAAAAAAA____Finetune_mix_on_whatever_model_i_want_at_that_point_which_is_Illustrious_XL_right_now_but_i_will_keep_Pony_one_for_on-site_as_well_39635868.jpeg and /dev/null differ diff --git a/pyproject.toml b/pyproject.toml index 56af87d..2e1e448 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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.62" +version = "0.63" license = {file = "LICENSE"} [project.urls]