mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-25 14:25:44 -03:00
...
This commit is contained in:
16
README.md
16
README.md
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
❤️ <https://ko-fi.com/bjornulf> ❤️
|
❤️ <https://ko-fi.com/bjornulf> ❤️
|
||||||
|
|
||||||
# 📋 Nodes menu
|
# 📋 Nodes menu by categeories
|
||||||
|
|
||||||
## 👁 Display and Show 👁
|
## 👁 Display and Show 👁
|
||||||
1. [👁 Show (Text, Int, Float)](#1----show-text-int-float)
|
1. [👁 Show (Text, Int, Float)](#1----show-text-int-float)
|
||||||
@@ -45,17 +45,21 @@
|
|||||||
18. [💾🖼📁 Save image to a chosen folder name](#18----save-image-to-a-chosen-folder-name)
|
18. [💾🖼📁 Save image to a chosen folder name](#18----save-image-to-a-chosen-folder-name)
|
||||||
14. [💾🖼 Save Exact name](#1314------resize-and-save-exact-name-%EF%B8%8F)
|
14. [💾🖼 Save Exact name](#1314------resize-and-save-exact-name-%EF%B8%8F)
|
||||||
|
|
||||||
## 🖼 Image 🖼
|
## 🖼📥 Image Load 📥🖼
|
||||||
13. [📏 Resize Exact](#1314------resize-and-save-exact-name-%EF%B8%8F)
|
29. [📥🖼 Load Image with Transparency ▢](#29----load-image-with-transparency-)
|
||||||
|
43. [📥🖼📂 Load Images from output folder](#43----load-images-from-output-folder)
|
||||||
|
|
||||||
|
## 🖼 Image - others 🖼
|
||||||
|
13. [📏 Resize Image](#1314------resize-and-save-exact-name-%EF%B8%8F)
|
||||||
22. [🔲 Remove image Transparency (alpha)](#22----remove-image-transparency-alpha)
|
22. [🔲 Remove image Transparency (alpha)](#22----remove-image-transparency-alpha)
|
||||||
23. [🔲 Image to grayscale (black & white)](#23----image-to-grayscale-black--white)
|
23. [🔲 Image to grayscale (black & white)](#23----image-to-grayscale-black--white)
|
||||||
24. [🖼+🖼 Stack two images (Background + Overlay)](#24----combine-images-background--overlay)
|
24. [🖼+🖼 Stack two images (Background + Overlay)](#24----combine-images-background--overlay)
|
||||||
25. [🟩➜▢ Green Screen to Transparency](#25----green-screen-to-transparency)
|
25. [🟩➜▢ Green Screen to Transparency](#25----green-screen-to-transparency)
|
||||||
29. [🖼 Load Image with Transparency ▢](#29----load-image-with-transparency-)
|
29. [⬇️🖼 Load Image with Transparency ▢](#29----load-image-with-transparency-)
|
||||||
30. [🖼✂ Cut image with a mask](#30----cut-image-with-a-mask)
|
30. [🖼✂ Cut image with a mask](#30----cut-image-with-a-mask)
|
||||||
37. [🎲🖼 Random Image](#37----random-image)
|
37. [🎲🖼 Random Image](#37----random-image)
|
||||||
38. [♻🖼 Loop (Images)](#38----loop-images)
|
38. [♻🖼 Loop (Images)](#38----loop-images)
|
||||||
43. [📂🖼 Load Images from output folder](#43----load-images-from-output-folder)
|
43. [⬇️📂🖼 Load Images from output folder](#43----load-images-from-output-folder)
|
||||||
44. [🖼👈 Select an Image, Pick](#44----select-an-image-pick)
|
44. [🖼👈 Select an Image, Pick](#44----select-an-image-pick)
|
||||||
46. [🖼🔍 Image Details](#46----image-details)
|
46. [🖼🔍 Image Details](#46----image-details)
|
||||||
47. [🖼 Combine Images](#47----combine-images)
|
47. [🖼 Combine Images](#47----combine-images)
|
||||||
@@ -621,7 +625,7 @@ Check node number 40 before deciding which one to use.
|
|||||||
**Description:**
|
**Description:**
|
||||||
Loop over all the trios from several checkpoint node.
|
Loop over all the trios from several checkpoint node.
|
||||||
|
|
||||||
### 43 - 📂🖼 Load Images from output folder
|
### 43 - 📥🖼📂 Load Images from output folder
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
|||||||
# "Bjornulf_ShowInt": "👁 Show (Int)",
|
# "Bjornulf_ShowInt": "👁 Show (Int)",
|
||||||
# "Bjornulf_ShowFloat": "👁 Show (Float)",
|
# "Bjornulf_ShowFloat": "👁 Show (Float)",
|
||||||
"Bjornulf_ImageMaskCutter": "🖼✂ Cut Image with Mask",
|
"Bjornulf_ImageMaskCutter": "🖼✂ Cut Image with Mask",
|
||||||
"Bjornulf_LoadImageWithTransparency": "🖼 Load Image with Transparency ▢",
|
"Bjornulf_LoadImageWithTransparency": "📥🖼 Load Image with Transparency ▢",
|
||||||
"Bjornulf_CombineBackgroundOverlay": "🖼+🖼 Stack two images (Background+Overlay alpha)",
|
"Bjornulf_CombineBackgroundOverlay": "🖼+🖼 Stack two images (Background+Overlay alpha)",
|
||||||
"Bjornulf_GrayscaleTransform": "🖼➜🔲 Image to grayscale (black & white)",
|
"Bjornulf_GrayscaleTransform": "🖼➜🔲 Image to grayscale (black & white)",
|
||||||
"Bjornulf_RemoveTransparency": "▢➜⬛ Remove image Transparency (alpha)",
|
"Bjornulf_RemoveTransparency": "▢➜⬛ Remove image Transparency (alpha)",
|
||||||
@@ -170,7 +170,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
|||||||
"Bjornulf_TextToSpeech": "🔊 TTS - Text to Speech",
|
"Bjornulf_TextToSpeech": "🔊 TTS - Text to Speech",
|
||||||
"Bjornulf_PickInput": "⏸️ Paused. Select input, Pick 👇",
|
"Bjornulf_PickInput": "⏸️ Paused. Select input, Pick 👇",
|
||||||
"Bjornulf_PauseResume": "⏸️ Paused. Resume or Stop, Pick 👇",
|
"Bjornulf_PauseResume": "⏸️ Paused. Resume or Stop, Pick 👇",
|
||||||
"Bjornulf_LoadImagesFromSelectedFolder": "📂🖼 Load Images from output folder",
|
"Bjornulf_LoadImagesFromSelectedFolder": "📥🖼📂 Load Images from output folder",
|
||||||
"Bjornulf_SelectImageFromList": "🖼👈 Select an Image, Pick",
|
"Bjornulf_SelectImageFromList": "🖼👈 Select an Image, Pick",
|
||||||
"Bjornulf_IfElse": "🔀 If-Else (input / compare_with)",
|
"Bjornulf_IfElse": "🔀 If-Else (input / compare_with)",
|
||||||
"Bjornulf_ImageDetails": "🖼🔍 Image Details",
|
"Bjornulf_ImageDetails": "🖼🔍 Image Details",
|
||||||
|
|||||||
Reference in New Issue
Block a user