From 793031aa8b0236dc98360b69e32aa4f247aebe5e Mon Sep 17 00:00:00 2001 From: justumen Date: Mon, 23 Sep 2024 08:40:02 +0200 Subject: [PATCH] ... --- README.md | 6 +++--- __init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bad6f6c..68e4900 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/__init__.py b/__init__.py index 72d575a..dce2d23 100644 --- a/__init__.py +++ b/__init__.py @@ -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",