This commit is contained in:
justumen
2024-09-22 17:34:19 +02:00
parent 8707cfc6f2
commit 0721fa64d8

View File

@@ -4,6 +4,56 @@
❤️ <https://ko-fi.com/bjornulf> ❤️
# 📋 Nodes menu
1. [👁 Show (Text, Int, Float)](#1----show-text-int-float)
2. [✒ Write Text](#2----write-text)
3. [✒🗔 Advanced Write Text (random selection and variables)](#3----advanced-write-text-random-selection-and-variables)
4. [🔗 Combine Texts](#4----combine-texts)
5. [🎲 Random (Texts)](#5----random-texts)
6. [♻ Loop](#6----loop)
7. [♻ Loop Texts](#7----loop-texts)
8. [♻ Loop Integer](#8----loop-integer)
9. [♻ Loop Float](#9----loop-float)
10. [♻ Loop All Samplers](#10----loop-all-samplers)
11. [♻ Loop All Schedulers](#11----loop-all-schedulers)
12. [♻ Loop Combos](#12----loop-combos)
13. [📏 Resize Exact](#1314------resize-and-save-exact-name-%EF%B8%8F)
14. [🖼 Save Exact name](#1314------resize-and-save-exact-name-%EF%B8%8F)
15. [💾 Save Text](#15----save-text)
16. [💾🖼💬 Save image for Bjornulf LobeChat](#16----save-image-for-bjornulf-lobechat-for-my-custom-lobe-chat)
17. [💾🖼 Save image as `tmp_api.png` Temporary API](#17----save-image-as-tmp_apipng-temporary-api-%EF%B8%8F)
18. [💾🖼📁 Save image to a chosen folder name](#18----save-image-to-a-chosen-folder-name)
19. [🦙 Ollama](#19----ollama)
20. [📹 Video Ping Pong](#20----video-ping-pong)
21. [📹 Images to Video](#21----images-to-video)
22. [🔲 Remove image Transparency (alpha)](#22----remove-image-transparency-alpha)
23. [🔲 Image to grayscale (black & white)](#23----image-to-grayscale-black--white)
24. [🖼+🖼 Stack two images (Background + Overlay)](#24----combine-images-background--overlay)
25. [🟩➜▢ Green Screen to Transparency](#25----green-screen-to-transparency)
26. [🎲 Random line from input](#26----random-line-from-input)
27. [♻ Loop (All Lines from input)](#27----loop-all-lines-from-input)
28. [🔢 Text with random Seed](#28----text-with-random-seed)
29. [🖼 Load Image with Transparency ▢](#29----load-image-with-transparency-)
30. [🖼✂ Cut image with a mask](#30----cut-image-with-a-mask)
31. [🔊 TTS - Text to Speech](#31----tts---text-to-speech-100-local-any-voice-you-want-any-language)
32. [🧑📝 Character Description Generator](#32----character-description-generator)
33. [♻ Loop (All Lines from input 🔗 combine by lines)](#33----loop-all-lines-from-input--combine-by-lines)
34. [🧹 Free VRAM hack](#34----free-vram-hack)
35. [⏸️ Paused. Resume or Stop ?](#35---%EF%B8%8F-paused-resume-or-stop-)
36. [⏸️🔍 Paused. Select input, Pick one](#36---%EF%B8%8F-paused-select-input-pick-one)
37. [🎲🖼 Random Image](#37----random-image)
38. [♻🖼 Loop (Images)](#38----loop-images)
39. [♻ Loop (✒🗔 Advanced Write Text)](#39----loop--advanced-write-text)
40. [🎲 Random (Model+Clip+Vae) - aka Checkpoint / Model](#40----random-modelclipvae---aka-checkpoint--model)
41. [🎲 Random Load checkpoint (Model Selector)](#41----random-load-checkpoint-model-selector)
42. [♻ Loop (Model+Clip+Vae) - aka Checkpoint / Model](#42----loop-modelclipvae---aka-checkpoint--model)
43. [📂🖼 Load Images from output folder](#43----load-images-from-output-folder)
44. [🖼🔍 Select an Image, Pick](#44----select-an-image-pick)
45. [🔀 If-Else (input / compare_with)](#45----if-else-input--compare_with)
46. [📏 Image Details](#46----image-details)
47. [🖼 Combine Images](#47----combine-images)
# ☁ Usage in cloud :
Comfyui is great for local usage, but even me I sometimes need more power...
@@ -82,55 +132,6 @@ Then you can start comfyui with this environment (notice that you need to re-act
```
cd /where/you/installed/ComfyUI && python main.py
```
# Nodes menu
1. [👁 Show (Text, Int, Float)](#1----show-text-int-float)
2. [✒ Write Text](#2----write-text)
3. [✒🗔 Advanced Write Text (random selection and variables)](#3----advanced-write-text-random-selection-and-variables)
4. [🔗 Combine Texts](#4----combine-texts)
5. [🎲 Random (Texts)](#5----random-texts)
6. [♻ Loop](#6----loop)
7. [♻ Loop Texts](#7----loop-texts)
8. [♻ Loop Integer](#8----loop-integer)
9. [♻ Loop Float](#9----loop-float)
10. [♻ Loop All Samplers](#10----loop-all-samplers)
11. [♻ Loop All Schedulers](#11----loop-all-schedulers)
12. [♻ Loop Combos](#12----loop-combos)
13. [📏 Resize Exact](#1314------resize-and-save-exact-name-%EF%B8%8F)
14. [🖼 Save Exact name](#1314------resize-and-save-exact-name-%EF%B8%8F)
15. [💾 Save Text](#15----save-text)
16. [💾🖼💬 Save image for Bjornulf LobeChat](#16----save-image-for-bjornulf-lobechat-for-my-custom-lobe-chat)
17. [💾🖼 Save image as `tmp_api.png` Temporary API](#17----save-image-as-tmp_apipng-temporary-api-%EF%B8%8F)
18. [💾🖼📁 Save image to a chosen folder name](#18----save-image-to-a-chosen-folder-name)
19. [🦙 Ollama](#19----ollama)
20. [📹 Video Ping Pong](#20----video-ping-pong)
21. [📹 Images to Video](#21----images-to-video)
22. [🔲 Remove image Transparency (alpha)](#22----remove-image-transparency-alpha)
23. [🔲 Image to grayscale (black & white)](#23----image-to-grayscale-black--white)
24. [🖼+🖼 Stack two images (Background + Overlay)](#24----combine-images-background--overlay)
25. [🟩➜▢ Green Screen to Transparency](#25----green-screen-to-transparency)
26. [🎲 Random line from input](#26----random-line-from-input)
27. [♻ Loop (All Lines from input)](#27----loop-all-lines-from-input)
28. [🔢 Text with random Seed](#28----text-with-random-seed)
29. [🖼 Load Image with Transparency ▢](#29----load-image-with-transparency-)
30. [🖼✂ Cut image with a mask](#30----cut-image-with-a-mask)
31. [🔊 TTS - Text to Speech](#31----tts---text-to-speech-100-local-any-voice-you-want-any-language)
32. [🧑📝 Character Description Generator](#32----character-description-generator)
33. [♻ Loop (All Lines from input 🔗 combine by lines)](#33----loop-all-lines-from-input--combine-by-lines)
34. [🧹 Free VRAM hack](#34----free-vram-hack)
35. [⏸️ Paused. Resume or Stop ?](#35---%EF%B8%8F-paused-resume-or-stop-)
36. [⏸️🔍 Paused. Select input, Pick one](#36---%EF%B8%8F-paused-select-input-pick-one)
37. [🎲🖼 Random Image](#37----random-image)
38. [♻🖼 Loop (Images)](#38----loop-images)
39. [♻ Loop (✒🗔 Advanced Write Text)](#39----loop--advanced-write-text)
40. [🎲 Random (Model+Clip+Vae) - aka Checkpoint / Model](#40----random-modelclipvae---aka-checkpoint--model)
41. [🎲 Random Load checkpoint (Model Selector)](#41----random-load-checkpoint-model-selector)
42. [♻ Loop (Model+Clip+Vae) - aka Checkpoint / Model](#42----loop-modelclipvae---aka-checkpoint--model)
43. [📂🖼 Load Images from output folder](#43----load-images-from-output-folder)
44. [🖼🔍 Select an Image, Pick](#44----select-an-image-pick)
45. [🔀 If-Else (input / compare_with)](#45----if-else-input--compare_with)
46. [📏 Image Details](#46----image-details)
47. [🖼 Combine Images](#47----combine-images)
# 📝 Changelog