This commit is contained in:
justumen
2024-09-23 08:40:02 +02:00
parent 21bbba03b3
commit 793031aa8b
2 changed files with 4 additions and 4 deletions

View File

@@ -56,8 +56,8 @@
37. [🎲🖼 Random Image](#37----random-image)
38. [♻🖼 Loop (Images)](#38----loop-images)
43. [📂🖼 Load Images from output folder](#43----load-images-from-output-folder)
44. [🖼🔍 Select an Image, Pick](#44----select-an-image-pick)
46. [📏 Image Details](#46----image-details)
44. [🖼👈 Select an Image, Pick](#44----select-an-image-pick)
46. [🖼🔍 Image Details](#46----image-details)
47. [🖼 Combine Images](#47----combine-images)
## 📹 Video 📹
@@ -644,7 +644,7 @@ Here is another example of the same thing but excluding the save folder node :
⚠️ If you really want to regroup all the images in one flow, you can use my node 47 `Combine images` to put them all together.
### 44 - 🖼🔍 Select an Image, Pick
### 44 - 🖼👈 Select an Image, Pick
![pick input](screenshots/select_image.png)

View File

@@ -171,7 +171,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"Bjornulf_PickInput": "⏸️ Paused. Select input, Pick 👇",
"Bjornulf_PauseResume": "⏸️ Paused. Resume or Stop, Pick 👇",
"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_ImageDetails": "🖼🔍 Image Details",
"Bjornulf_CombineImages": "🖼🔗 Combine Images",