This commit is contained in:
WhatDreamsCost
2026-03-20 15:45:48 -05:00

View File

@@ -7,10 +7,10 @@ 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. All of my nodes are created with the help of AI, so there may or may not be redundant, messy code.
## ▶️ YouTube Video ## ▶️ YouTube Video
Placeholder
[![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` - Navigate to your `/ComfyUI/custom_nodes/ folder`
- Run `git clone https://github.com/WhatDreamscost/WhatDreamsCost-ComfyUI` - Run `git clone https://github.com/WhatDreamscost/WhatDreamsCost-ComfyUI`
@@ -18,7 +18,7 @@ Placeholder
## 🔄 Recent Updates ## 🔄 Recent Updates
*Coming Soon* *Coming Soon*
# Custom Nodes # ⚙️ Custom Nodes
## Multi Image Loader ## Multi Image Loader
![Multi_Image_Loader_GIF](https://github.com/user-attachments/assets/71924103-92a6-4c1e-b67a-064dcbcce781) ![Multi_Image_Loader_GIF](https://github.com/user-attachments/assets/71924103-92a6-4c1e-b67a-064dcbcce781)
@@ -39,7 +39,7 @@ It also has a sync feature that syncs all LTX Sequencer nodes together in realti
## LTX Keyframer ## LTX Keyframer
<img width="612" height="563" alt="LTX_Keyframer_Node" src="https://github.com/user-attachments/assets/c4583a8b-4d48-4179-8d64-748ddd07b314" /> <img width="612" height="563" alt="LTX_Keyframer_Node" src="https://github.com/user-attachments/assets/c4583a8b-4d48-4179-8d64-748ddd07b314" />
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. Connect the Multi Image Loader node's multi_output to automatically update the node's widgets.
@@ -48,12 +48,26 @@ 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** **I would recommend only using the LTX Sequencer Node as it is superior to this node after further testing**
## Workflows ## 💡 Workflows
<img width="2720" height="930" alt="LTX IMG2VIDEO FIRST MIDDLE LAST FRAME 3 STAGE OPTIMIZED WORKFLOW" src="https://github.com/user-attachments/assets/f3d88150-973d-44e1-831c-881950166ae2" /> <img width="2720" height="930" alt="LTX IMG2VIDEO FIRST MIDDLE LAST FRAME 3 STAGE OPTIMIZED WORKFLOW" src="https://github.com/user-attachments/assets/f3d88150-973d-44e1-831c-881950166ae2" />
This is a compact LTX 2.3 workflow for I2V and First Frame, Middle Frame, Last frame video generation. 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. I seperated and organized everything into subraphs to make things as clean as possible, and added toggles to customize the workflow quickly.
## Additional Info Download workflows here: https://github.com/WhatDreamsCost/WhatDreamsCost-ComfyUI/tree/main/workflows
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. 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.