I've decided to create and share a minimal NSFW workflow for LTX 2.3 that I've been using for the videos I've recently produced.
All required models, LoRAs, and VAEs will be linked in the notes, along with workflow tips, recommended LoRAs, and example videos created using this setup.
The default settings are optimized for a system with 16GB VRAM and 64GB RAM. However, the memory footprint can be reduced further by lowering the image compression and resolution settings.
V1.4 - Made some adjustments to the workflow to make it easier to use. A list of the patch notes can be seen on the right for version details. Keep in mind the default steps have increased from 8 to 14 so if you see an increase in gen times that's why.
V1.3 - Required Custom Nodes have been reduced, FPS has been set to it's default value 24 FPS, and Additional Lora and Video Examples have been added,.
For additional background audio and effects I'd suggest checking out my other workflow for MMAudio. https://civarchive.com/models/2452337/slop-demons-mmaudio-studio
Description
FAQ
Comments (6)
Cannot load either 1.0 or 1.3 in Comfy. Return with this error:
TypeError: (intermediate value).reduce is not a function
I get the same error, or to be exact: : TypeError: (v || []).reduce is not a function
@dutchit288 Feel free to DM on here with a screenshot of your workflow with the node lines turned on. I can try to help you troubleshoot.
@SlopDemon That error causes it even to refuse to load in ComfyUI (same as the poster above wrote), it simply won't load at all). Both 1.3 and 1.4.
@SlopDemonp.s. the full stacktrace:
# ComfyUI Error Report
## Error Details
- Node ID: N/A
- Node Type: N/A
- Exception Type: Loading aborted due to error reloading workflow data
- Exception Message: TypeError: (v || []).reduce is not a function
## Stack Trace
```
TypeError: (v || []).reduce is not a function
at Object.setValue (http://127.0.0.1:8188/extensions/comfyui-lora-manager/loras_widget.js:680:37)
at DOMWidgetImpl.set (http://127.0.0.1:8188/assets/dialogService-BCXn3cfK.js:2:30080)
at ComfyNode.configure (http://127.0.0.1:8188/assets/api-PMEBEU6k.js:2:146735)
at ComfyNode.configure (http://127.0.0.1:8188/assets/dialogService-BCXn3cfK.js:160:11717)
at LGraph.configure (http://127.0.0.1:8188/assets/api-PMEBEU6k.js:2:390255)
at qr.configure (http://127.0.0.1:8188/assets/dialogService-BCXn3cfK.js:180:8368)
at LGraph.configure (http://127.0.0.1:8188/extensions/ComfyUI-Custom-Scripts/js/reroutePrimitive.js:14:29)
at ComfyApp.loadGraphData (http://127.0.0.1:8188/assets/dialogService-BCXn3cfK.js:180:14976)
at async app.loadGraphData (http://127.0.0.1:8188/extensions/cg-use-everywhere/use_everywhere.js:144:17)
at async ComfyApp.handleFile (http://127.0.0.1:8188/assets/dialogService-BCXn3cfK.js:180:21680)
```
@dutchit288 It is caused by the Lora Manager node. It's possible something was typed into the Lora Manager text field causing the issue. If it's still causing you issues you can always swap the Lora Manager node out for other lora loaders such as the power lora loader from rghthree or daisy chain standard lora loaders.

