diff --git a/README.md b/README.md index f5acd1c..b2dbd97 100644 --- a/README.md +++ b/README.md @@ -168,93 +168,6 @@ Download workflows here: https://github.com/WhatDreamsCost/WhatDreamsCost-ComfyU **Tutorial videos and documentation coming soon** -## Multi Image Loader -Multi_Image_Loader_Wide_Gif - -An Image loader that features a built in gallery, allowing your to easily rearrange images and output them seperately or batched together. It also combines the image resize node and LTXVPreprocess node to reduce clutter in LTX workflows. - -## LTX Sequencer -![LTX_Sequencer_GIF](https://github.com/user-attachments/assets/88f27155-f50e-4cb2-b937-ab173e6bdf0b) - -An overhaul of the LTXVAddGuideMulti node. It allows you to quickly create FFLF (First Frame Last Frame) videos, shot sequences, supports any number of middle frames. - -Connect the Multi Image Loader node's multi_output to automatically update the node's widgets. - -It also has a sync feature that syncs all LTX Sequencer nodes together in realtime, removing the need to edit every single node manually every time you want to make a change to something. -## LTX Keyframer -LTX Keyframer Wide - -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. - -It also has a sync feature that syncs all LTX Keyframer nodes together in realtime, removing the need to edit every single node manually every time you want to make a change to something. - -**I would recommend using the LTX Sequencer Node over this node, after further testing it seems superior in at pretty much everything. I'll leave it in just in case more people want to test it** - -## Speech Length Calculator -Speech Length Calculator v2 Gif -
-
-This node calculates in realtime how long a video should be based on the dialogue. Any words in quotations will be considered as speech. The node updates in realtime without having to run the workflow, and outputs the length depending on how fast the speech is. - -If you connect another string/text node to the text_input, it will still update in the length in realtime. - -I kept having to play the guessing game on my own generations so I made this node to make it easier :man_shrugging: - -## Load Video UI - - - - - -
-

Simple Controls

- -
-

New Crop Mode!

- -
- -
-
-An upgraded Load Video node. It has the following features: - -* Simple interface to quickly trim videos and preview them in realtime. -* Ability to load any length of video into the node (the default load video node was limited to 100MB files) -* Easily switch between showing seconds and frames with a toggle button. This will change the widgets as well as the interface. -* Multiple options for resizing the video (maintain aspect ratio, crop, stretch to fit, pad) -* Allows dragging and dropping files into the node -* Progress bar -* Optimized to use less RAM (still very limited due to ComfyUI limitations, but at least a little more efficient) - -Please note that due to ComfyUI limitations (and the fact that this node doesn't use any addtional libraries), this node will not work well for outputting large videos. You can trim any length of video without a problem, but if the output is still large it will end up using a lot of RAM. I have implemented various optimizations though to make it use less memory. - -## Load Audio UI -Load_Audio_UI_V2 -
-
-An upgraded Load Audio node. Features a simple interface to easily trim audio. Also allows dragging and dropping files (fixes the original node that doesn't allow dropping in videos). Also compatible with nodes 2.0. - -# 💡 Workflows -LTX I2V First Last Frame 3 Stage Workflow v6 -
-
-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/example_workflows - -Or drag and drop the image into ComfyUI to import workflow. - -# ❗ Known Issues - -Fixed everything so far. If there are any other issue or bugs you find please let me know! - -# 💡 Additional Info - -I made these nodes knowing little about python and a beginner level understanding of javascript. Feel free to suggest improvements, and if you run into any bugs let me know. - -For those asking, I mainly used gemini to create these nodes. +For those asking, I coded all of this myself (LOL).