Nodes/VELVET VICE — LTX/VELVET VICE LTX — v0.1.10 Fast NVENC Output + Preview
ComfyUI Node

VELVET VICE LTX — v0.1.10 Fast NVENC Output + Preview

The v0.1.10 video output — same single encode, but it hands you the MP4 for a preview

By Velvet-Vice·Created 25 days ago·Updated 10 days ago· 2
VELVET VICE LTX — v0.1.10 Fast NVENC Output + Preview
  • images
  • audio
  • Filenames
frame_rate24
loop_count0
filename_prefixvideo/LTX23-FINAL
encoder_modeAUTO — NVIDIA NVENC / CPU H.264 FALLBACK
nvenc_bitrate_mbps_at_24fps60
cpu_crf15
pix_fmtyuv420p
pingpongfalse
save_metadatafalse
trim_to_audiofalse
save_outputtrue

VelvetViceLTXAutoVideoCombineV0110 is the version-bound final-output node pinned by the v0.1.10 Velvet Vice LTX workflow. If you're running that workflow, this is the node doing your MP4 encode, and the two things it added over the earlier v0.1.9 variant were both about the preview experience, not the encode itself.

What v0.1.10 added

First, the fast FP16→RGB8 frame delivery. When your frames arrive as FP16 - which is exactly what the pack's FP16 VAE Decode produces - VideoHelperSuite's normal conversion path multiplies the FP16 numpy array by 255, and on desktop CPUs FP16 arithmetic is software-emulated and becomes the dominant cost for multi-gigapixel clips. This variant (like all current Velvet Vice output nodes) swaps in a converter that promotes to FP32 first, giving mathematically correct 8-bit rounding much faster.

Second, the direct preview: the saved MP4 is returned so you get a preview of the actual encode, without a second, separate preview encode of the same frames. One encode, one result, preview for free. That's the "Fast" in the name.

Everything else matches the base Auto NVENC output node: AUTO mode probes NVENC with a 256×256 test frame and falls back to CPU H.264 at your CRF; NVIDIA NVENC ONLY raises if the probe fails; CPU H.264 ONLY skips hardware entirely; bitrate is scaled from nvenc_bitrate_mbps_at_24fps by actual FPS; and the output path is Windows-safe with %date:...% token support.

Inputs and outputs

Identical surface to the base node: images, frame_rate, loop_count, filename_prefix (video/LTX23-FINAL), encoder_mode, nvenc_bitrate_mbps_at_24fps (60), cpu_crf (15), pix_fmt (yuv420p), pingpong, save_metadata, trim_to_audio, save_output, optional audio. Output is Filenames (VHS_FILENAMES), an output node.

Installing it

It ships in VELVET VICE - LTX (velvet-vice-ltx) - ComfyUI Manager, or:

cd ComfyUI/custom_nodes
git clone https://github.com/Velvet-Vice/velvet-vice-ltx

Restart and hard-refresh with Ctrl+F5. The pack declares no pip dependencies; this node needs VideoHelperSuite and FFmpeg at runtime.

Which one to pick

If your workflow is v0.1.10, keep this node - it's pinned for a reason, and version-mixing the custom-node folder is the one thing the README forbids. Building fresh? The current default is v0.1.12 (which keeps the fast delivery and pairs it with a more stable preview widget behavior), so prefer that or the unversioned base node over a pinned legacy variant.

Troubleshooting

  • "VideoHelperSuite is required" - install VHS via Manager, restart.
  • Preview doesn't appear - the MP4 preview depends on the saved file being returnable; make sure save_output is on (default) and your output directory is writable.
  • NVENC errors in NVENC ONLY - that's the probe doing its job; switch to AUTO for the fallback path.

A version-bound utility node isn't glamorous, but it's the reason old Velvet Vice workflows keep working after updates: the encode behavior is locked to the version that shipped with the workflow.

CategoryVELVET VICE/LTX

Inputs (13)

NameTypeDefaultDescription
imagesIMAGE
frame_rateFLOAT241–240
loop_countINT00–100
filename_prefixSTRINGvideo/LTX23-FINAL
encoder_modeCOMBOAUTO — NVIDIA NVENC / CPU H.264 FALLBACK3 options: AUTO — NVIDIA NVENC / CPU H.264 FALLBACK, NVIDIA NVENC ONLY, CPU H.264 ONLY
nvenc_bitrate_mbps_at_24fpsINT601–999
cpu_crfINT150–100
pix_fmtCOMBOyuv420p1 options: yuv420p
pingpongBOOLEANfalse
save_metadataBOOLEANfalse
trim_to_audioBOOLEANfalse
save_outputBOOLEANtrue
audiooptAUDIO

Outputs (1)

NameTypeDescription
FilenamesVHS_FILENAMES