From a8d514ec82567b57b5d9da08d47d4e58e54d7018 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Fri, 20 Mar 2026 12:07:25 -0500 Subject: [PATCH 1/7] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ffa41f9..a6ffe54 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,14 @@ It also has a sync feature that syncs all LTX Keyframer nodes together in realti ## Workflows LTX IMG2VIDEO FIRST MIDDLE LAST FRAME 3 STAGE OPTIMIZED WORKFLOW + This is a compact LTX 2.3 workflow for I2V and First Frame, Middle Frame, Last frame video generation. I seperated and organized everything into subraphs to make things as clean as possible, and added toggles to customize the workflow quickly. +Download workflows here: https://github.com/WhatDreamsCost/WhatDreamsCost-ComfyUI/tree/main/workflows + +Or drag and drop image into ComfyUI to import workflow. + ## Additional Info I made these nodes knowing almost nothing about python and a beginner level knowledge of javascript. Feel free to suggest improvements, and if you run into any bugs let me know. From 76bd936f39195cad11e9db430685bcbd4876be19 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Fri, 20 Mar 2026 12:23:00 -0500 Subject: [PATCH 2/7] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a6ffe54..de8d74b 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ Hopefully it will make creating cool stuff easier. All of my nodes are created with the help of AI, so there may or may not be redundant, messy code. ## ▶️ YouTube Video -Placeholder - +https://youtu.be/GGuK4DPiEVw ## ⚙️ How to install nodes From 13a0feeb88a44440a039d7dabb4e37985e254689 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Fri, 20 Mar 2026 12:25:25 -0500 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8d74b..7355296 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Hopefully it will make creating cool stuff easier. All of my nodes are created with the help of AI, so there may or may not be redundant, messy code. ## ▶️ YouTube Video -https://youtu.be/GGuK4DPiEVw +(https://img.youtube.com/vi/GGuK4DPiEVw/0.jpg)](https://www.youtube.com/watch?v=GGuK4DPiEVw) ## ⚙️ How to install nodes From fbe2a28846a320904cf3d03c2133c43f55f8f997 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Fri, 20 Mar 2026 12:26:39 -0500 Subject: [PATCH 4/7] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7355296..6016aa3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Hopefully it will make creating cool stuff easier. All of my nodes are created with the help of AI, so there may or may not be redundant, messy code. ## ▶️ YouTube Video -(https://img.youtube.com/vi/GGuK4DPiEVw/0.jpg)](https://www.youtube.com/watch?v=GGuK4DPiEVw) + +[![Overview Video](https://img.youtube.com/vi/GGuK4DPiEVw/0.jpg)](https://www.youtube.com/watch?v=GGuK4DPiEVw) ## ⚙️ How to install nodes From 11cddd2da3d4ef2a4d8765f38c34e918dad1e2d0 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Fri, 20 Mar 2026 12:27:55 -0500 Subject: [PATCH 5/7] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6016aa3..2a8992b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ All of my nodes are created with the help of AI, so there may or may not be redu [![Overview Video](https://img.youtube.com/vi/GGuK4DPiEVw/0.jpg)](https://www.youtube.com/watch?v=GGuK4DPiEVw) -## ⚙️ How to install nodes +## ❓ How to install nodes - Navigate to your `/ComfyUI/custom_nodes/ folder` - Run `git clone https://github.com/WhatDreamscost/WhatDreamsCost-ComfyUI` @@ -18,7 +18,7 @@ All of my nodes are created with the help of AI, so there may or may not be redu ## 🔄 Recent Updates *Coming Soon* -# Custom Nodes +# ⚙️ Custom Nodes ## Multi Image Loader ![Multi_Image_Loader_GIF](https://github.com/user-attachments/assets/71924103-92a6-4c1e-b67a-064dcbcce781) @@ -48,7 +48,7 @@ It also has a sync feature that syncs all LTX Keyframer nodes together in realti **I would recommend only using the LTX Sequencer Node as it is superior to this node after further testing** -## Workflows +## 💡 Workflows LTX IMG2VIDEO FIRST MIDDLE LAST FRAME 3 STAGE OPTIMIZED WORKFLOW This is a compact LTX 2.3 workflow for I2V and First Frame, Middle Frame, Last frame video generation. @@ -58,7 +58,7 @@ Download workflows here: https://github.com/WhatDreamsCost/WhatDreamsCost-ComfyU Or drag and drop image into ComfyUI to import workflow. -## Additional Info +## 💡 Additional Info I made these nodes knowing almost nothing about python and a beginner level knowledge of javascript. Feel free to suggest improvements, and if you run into any bugs let me know. From 69250bc7ba82e1e9a2d495e0b7ec205682639f18 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Fri, 20 Mar 2026 13:28:34 -0500 Subject: [PATCH 6/7] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2a8992b..6d72498 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,15 @@ Download workflows here: https://github.com/WhatDreamsCost/WhatDreamsCost-ComfyU Or drag and drop image into ComfyUI to import workflow. +## ❗ Known Issues +**Multi Image Loader** +- Rearranging images sometimes gets finicky. I'll try and fix this soon. It may be due to my ComfyUI frontend not matching the backend. + +**LTX Sequencer and LTX Keyframer** +- Will randomly re-arrange the widget values when loading workflows. It happens very rarely, and for some reason only happens to 1 node. It can be reversed by just re-syncing it with another node. + +It may also be due to my ComfyUI frontend not matching the backend (that has been causing other issues with ComfyUI, still waiting for ComfyUI to fix the issues with latest version) + ## 💡 Additional Info I made these nodes knowing almost nothing about python and a beginner level knowledge of javascript. Feel free to suggest improvements, and if you run into any bugs let me know. From 6d5230bc604ff86bb0da895274033be404366969 Mon Sep 17 00:00:00 2001 From: Jonathan Watkins Date: Fri, 20 Mar 2026 15:22:15 -0500 Subject: [PATCH 7/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d72498..a9618de 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ It also has a sync feature that syncs all LTX Sequencer nodes together in realti ## LTX Keyframer LTX_Keyframer_Node -An overhaul of the LTXVImgToVideoInplaceKJ node. It allows you to quickly create FFLF (First Frame Last Frame) videos, shot sequences, supports any number of middle frames. +An overhaul of the LTXVImgToVideoInplaceKJ node. It allows you to quickly create FFLF (First Frame Last Frame) videos and shot sequences. Also upports any number of middle frames. Connect the Multi Image Loader node's multi_output to automatically update the node's widgets.