diff --git a/README.md b/README.md index ffa41f9..a9618de 100644 --- a/README.md +++ b/README.md @@ -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. ## ▶️ 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` - Run `git clone https://github.com/WhatDreamscost/WhatDreamsCost-ComfyUI` @@ -18,7 +18,7 @@ Placeholder ## 🔄 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) @@ -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. @@ -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** -## 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. 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.