2026-07-10 11:01:31 +00:00
2026-06-27 14:21:50 +02:00
2026-03-21 02:24:45 -05:00
2026-06-28 00:27:01 +02:00
2026-07-10 10:10:56 +00:00
2026-03-20 02:23:37 -05:00
2026-03-20 02:25:43 -05:00
2026-06-27 14:21:50 +02:00
2026-06-02 12:22:23 +02:00
2026-06-27 14:21:50 +02:00
2026-06-27 14:21:50 +02:00
2026-06-27 14:21:50 +02:00
2026-06-27 23:54:46 +02:00

A Complete Timeline Editor For LTX 2.3. This is the sucessor of my previous nodes, and has loads of features in it. It was originally based off of Kijai's Prompt Relay node and my LTX Sequencer/Multi Image Loader nodes.

https://github.com/user-attachments/assets/68dc826f-c65f-4f1e-86cd-4f2df17bacd8

Overview

Just added a couple of things from Director Node from "WhatdreamsCost" or Jonathan that I thought would be cool

This will be a collection of free resources for ComfyUI.

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 Tutorial Videos

Capture d'écran 2026-06-27 143149

LTX Director Trailer

LTX Director Trailer

LTX Director Tutorial

LTX Director Tutorial

How to install nodes

  • Navigate to your /ComfyUI/custom_nodes/ folder
  • Run git clone -b main_cs https://github.com/CGlide/WhatDreamsCost-CSGlide.git

IMPORTANT

This is a Modded LTX director node from "WhatDreamsCost" with some extra options to help you create videos with references sheets

This node uses Ollama Locally : you will need to install it (very lightweight) and

  • In your Ollama model folder run this command to install qwen 3.5 2b q4 (1.9gb) "ollama run huihui_ai/qwen3.5-abliterated:2B"

  • The model won't eat memory while generating since there is an auto clear VRAM when you hit Run or after 5min.

  • You can still enter your description manually if you don't want to install it but it works very well!

  • Both references mode work (fixed), Licon MSR and Ghost Mask.

  • Use their Lora, that is an important step : https://huggingface.co/LiconStudio/LTX-2.3-Multiple-Subject-Reference/tree/main

  • Enjoy!

🔄 Recent Updates

v1.3.3

  • LTX Director Hotfix 2
    • Fixed duration_seconds input issue.
    • Made both duration widgets visible at all times now
    • Implemented audio latent fix to improve compatibility

v1.3.2

  • LTX Director Hotfix
    • Fixed epsilon input overlapping custom_width input
    • Fixed invisible widgets in nodes 2.0 when toggling widget visibility through settings menu

If anyone finds anymore bugs or has idea for improvements please let me know!

v1.3.1

  • LTX Director Example Workflow Fix
    • Minor fix to the example workflow (i forgot to set the clip loader type to ltxv lol)

LTX Director

Clipboard Image (2)

Main Features:

  • Fully Functional Timeline Editor: I spent hours studying various video editors and ended up with this design. If anyone has ideas for improvements let me know! I will adding documentation on all the functions soon.
  • Prompt Relay integrated: This unlocks the ability to have granular control over video generation. For more information on Prompt Relay go here, https://gordonchen19.github.io/Prompt-Relay/
  • First, Middle, Last Frame Support: This has by far the easiest method of creating first/last frames videos. It supports any number of keyframes, and will be the successor of my previous nodes.
  • Custom Audio Support: Import, trim, and combine your own audio clips in this node. Enabling custom audio is as simple as clicking 1 button. It is also compatible with every other feature in the node, include first/last frames, t2v, i2v, and prompt relay.
  • Image to Video: Part of the goal of this node was to make it easier to do everything, including Image to Video. It has built in resize functionality, and of course all the benifits of the prompt relay and custom audio integration.
  • Text to Video: Use text segments to create T2V videos. Compatible with all other features of the node.

Download workflows here: https://github.com/WhatDreamsCost/WhatDreamsCost-ComfyUI/tree/main/example_workflows

Tutorial videos and documentation coming soon



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.

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.

Languages
JavaScript 74.6%
Python 25.4%