Commit Graph

51 Commits

Author SHA1 Message Date
OpenClaw Agent
5c4349d9b9 Remove Ghost Mask reference mode 2026-07-17 07:45:53 +00:00
OpenClaw Agent
7b4e8865d6 feat: add external timeline nodes 2026-07-16 21:05:27 +00:00
OpenClaw Agent
4c0358c11b feat: live sync linked director controls 2026-07-16 16:14:10 +00:00
OpenClaw Agent
e2c5c38b14 Compress MSR analysis images before upload 2026-07-10 11:42:33 +00:00
OpenClaw Agent
f372a2ed69 Expose MSR image analysis payload debug 2026-07-10 11:40:10 +00:00
OpenClaw Agent
2da1de2f6d Prefer source images for MSR analysis 2026-07-10 11:36:38 +00:00
OpenClaw Agent
2bd748c8a6 Restore MSR character analyze config and parsing 2026-07-10 11:14:49 +00:00
OpenClaw Agent
c2f39a2f0e Stabilize MSR character form syncing 2026-07-10 10:10:56 +00:00
OpenClaw Agent
9b62c51a55 Add synced MSR character DOM fields 2026-07-10 10:04:35 +00:00
OpenClaw Agent
9a6f01ed67 Sync MSR character description widget after analyze 2026-07-10 09:58:55 +00:00
OpenClaw Agent
67696a4e59 Remove legacy director MSR character path 2026-07-10 09:46:36 +00:00
OpenClaw Agent
e68357f384 Extract MSR characters into reusable nodes 2026-07-10 09:23:01 +00:00
OpenClaw Agent
119692160a perf: reduce editor redraw sorting overhead 2026-07-09 21:10:06 +00:00
OpenClaw Agent
7bb54f61d6 perf: cache render selection and segment state 2026-07-09 21:05:50 +00:00
OpenClaw Agent
264fdcf7cd perf: trim editor render selection lookups 2026-07-09 21:02:30 +00:00
OpenClaw Agent
e87b5d8d8f perf: reuse guide images and drag selections 2026-07-09 20:44:38 +00:00
OpenClaw Agent
50664026a1 perf: reduce editor drag lookup overhead 2026-07-09 20:34:40 +00:00
OpenClaw Agent
39af2b0150 perf: tighten director tag and segment helpers 2026-07-09 20:03:37 +00:00
OpenClaw Agent
58469ccb4b perf: cache director audio sources and trim timeline scans 2026-07-09 19:58:15 +00:00
OpenClaw Agent
ab7d14bd89 perf: streamline prompt relay and guide ui 2026-07-09 15:51:58 +00:00
OpenClaw Agent
7099b3c6f1 refactor: reuse director serialization helpers 2026-07-09 15:23:17 +00:00
OpenClaw Agent
7e569d5deb refactor: simplify director video sync paths 2026-07-09 15:17:24 +00:00
OpenClaw Agent
b9d68aea62 refactor: extract director playback helpers 2026-07-09 15:13:38 +00:00
OpenClaw Agent
268e543210 refactor: reuse director file-key segment lookup 2026-07-09 15:09:50 +00:00
OpenClaw Agent
a1a4be4fc3 refactor: dedupe director audio loading helpers 2026-07-09 14:17:30 +00:00
CGlide
722777cc13 Director 2CS v0.21
"WhatDreamsCost" Director node modded for Ref sheets
2026-06-27 14:21:50 +02:00
CGlide
fd164b480c 0.13 now co-exist with "vanilla" V2 HQ coming 2026-06-23 03:17:58 +02:00
CGlide
6542586cdc Delete js/multi_image_loader.js 2026-06-23 03:14:53 +02:00
CGlide
d12e1501b7 Delete js/ltx_sequencer.js 2026-06-23 03:14:37 +02:00
CGlide
c30e8963ef Delete js/ltx_keyframer.js 2026-06-23 03:13:44 +02:00
CGlide
6a2c0ad51f Delete js/speech_length_calculator.js 2026-06-23 03:12:54 +02:00
CGlide
32e8b9f898 Delete js/load_video_ui.js 2026-06-23 03:12:29 +02:00
CGlide
b31d511a27 Add files via upload 2026-06-13 23:48:26 +02:00
CGlide
32a8bfa511 Add files via upload 2026-06-02 12:22:23 +02:00
WhatDreamsCost
9092eae142 attempt 5 at fixing false positive flag 2026-05-22 00:26:17 -05:00
WhatDreamsCost
1fb87244d1 attempt #4 at fixing false positive registry flag 2026-05-21 15:42:23 -05:00
WhatDreamsCost
3068985b00 potential false positive flag fix due to variable naming 2026-05-21 14:02:50 -05:00
WhatDreamsCost
e4db1fc892 v1.3.3 Fixed errors due to audio encoding. Fixed minor widget issue.
- Fixed duration_seconds input
- Both duration settings are now shown by default
- Audio latent fix
2026-05-15 17:35:11 -05:00
WhatDreamsCost
ab9a30d637 LTX Director Hotfixes
Fixed Nodes 2.0 Hiding/Showing Widgets. Fixed epsilon widget overlapping custom_width widget.
2026-05-14 18:10:21 -05:00
WhatDreamsCost
0f88803c30 v1.3.0 New Nodes: LTX Director and LTX Director Guide 2026-05-14 02:32:24 -05:00
WhatDreamsCost
31e27fceac Fixed every known issue with multi image loader and added text output to speech length calculator
Fixed every known issue with multi image loader and added text output to speech length calculator
2026-05-06 00:18:09 -05:00
WhatDreamsCost
03f31dcac9 Added Crop feature to Load Video UI Node 2026-05-05 11:28:52 -05:00
WhatDreamsCost
d3f4084d82 New Node: Load Video UI 2026-05-04 14:29:05 -05:00
WhatDreamsCost
c719ce25d3 Updated Speech Length Calculator Node UI and added duration output to Load Audio UI node
Updated Speech Length Calculator Node UI and added duration output to Load Audio UI node
2026-05-03 01:26:56 -05:00
WhatDreamsCost
ff555ed2ac Updated Load Audio UI Node
- added duration widget
- added ability to drag and move the entire selection bar
2026-05-01 16:26:45 -05:00
WhatDreamsCost
67f6a08ed0 New node - Load Audio UI
Added new node, Load Audio UI

Updated workflow
2026-04-30 00:16:51 -05:00
WhatDreamsCost
c7ca723686 Workflow Update + Bug Fix
- Added new workflow that is compatible with the latest ComfyUI version (as of 4/27/26).
The new workflow also included an option to include custom audio, and has minor improvements of the previous workflows.

- Fixed minor bug with Multi Image Loader
2026-04-27 21:27:29 -05:00
WhatDreamsCost
ed7092382d Renamed Time to Length in display 2026-03-25 15:56:40 -05:00
WhatDreamsCost
3725151cd2 Added new node "Speech Length Calculator" 2026-03-25 15:24:45 -05:00
WhatDreamsCost
cebc636192 v1.1.0 Update
- Added resize_method to the Multi Image Loader node for more resize options
- Added insert_mode which allows you to enter in seconds instead of frames on the LTX Sequencer node
- Updated workflows with more notes
- Re-added tiny vae to workflows
- Fixed various bugs
- more things i can't rememeber
2026-03-24 19:45:16 -05:00