diff --git a/README.md b/README.md index 17bfa13..4dd5d30 100644 --- a/README.md +++ b/README.md @@ -82,8 +82,8 @@ You can manage looping operations, generate randomized content, trigger logical `44.` [πŸ–ΌπŸ‘ˆ Select an Image, Pick](#44----select-an-image-pick) `46.` [πŸ–ΌπŸ” Image Details](#46----image-details) `47.` [πŸ–Ό Combine Images](#47----combine-images) -`60.` [πŸ–ΌπŸ–Ό Merge Images/Videos πŸ“ΉπŸ“Ή (Horizontally)](#60) -`61.` [πŸ–ΌπŸ–Ό Merge Images/Videos πŸ“ΉπŸ“Ή (Vertically)](#61) +`60.` [πŸ–ΌπŸ–Ό Merge Images/Videos πŸ“ΉπŸ“Ή (Horizontally)](#60----merge-imagesvideos--horizontally) +`61.` [πŸ–ΌπŸ–Ό Merge Images/Videos πŸ“ΉπŸ“Ή (Vertically)](#61----merge-imagesvideos--vertically) ## πŸš€ Load checkpoints πŸš€ `40.` [🎲 Random (Model+Clip+Vae) - aka Checkpoint / Model](#40----random-modelclipvae---aka-checkpoint--model) @@ -104,8 +104,8 @@ You can manage looping operations, generate randomized content, trigger logical `52.` [πŸ”ŠπŸ“Ή Audio Video Sync](#52----audio-video-sync) `58.` [πŸ“ΉπŸ”— Concat Videos](#58----concat-videos) `59.` [πŸ“ΉπŸ”Š Combine Video + Audio](#59----combine-video--audio) -`60.` [πŸ–ΌπŸ–Ό Merge Images/Videos πŸ“ΉπŸ“Ή (Horizontally)](#60) -`61.` [πŸ–ΌπŸ–Ό Merge Images/Videos πŸ“ΉπŸ“Ή (Vertically)](#61) +`60.` [πŸ–ΌπŸ–Ό Merge Images/Videos πŸ“ΉπŸ“Ή (Horizontally)](#60----merge-imagesvideos--horizontally) +`61.` [πŸ–ΌπŸ–Ό Merge Images/Videos πŸ“ΉπŸ“Ή (Vertically)](#61----merge-imagesvideos--vertically) ## πŸ€– AI πŸ€– `19.` [πŸ¦™ Ollama](#19----ollama) @@ -1001,4 +1001,8 @@ Here is on possible example for videos with node 60 and 61 : **Description:** Merge images or videos vertically. -![merge images](screenshots/merge_images_v.png) \ No newline at end of file +![merge images](screenshots/merge_images_v.png) + +Here is on possible example for videos with node 60 and 61 : + +![merge videos](screenshots/merge_videos.png) \ No newline at end of file diff --git a/screenshots/merge_videos.png b/screenshots/merge_videos.png index 7b52b88..103edf3 100644 Binary files a/screenshots/merge_videos.png and b/screenshots/merge_videos.png differ