ComfyUI Extension: ComfyUI-LLPS
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
LiveLatentPreviewer & Saver (LLPS) provides live preview and disk saving functionality with per-node control via LLPS KSampler, including configurable preview methods and save intervals.
Looking for a different extension?
Custom Nodes (0)
README
ComfyUI-LLPS-v1
LLPS = LiveLatentPreviewer & Saver.
This v1 provides two nodes:
- LLPS Config: choose live preview method, show/save toggles, save path, filename, image format, interval.
- LLPS KSampler: KSampler-compatible node that uses
LLPS_CONFIGinstead of ComfyUI's global live preview setting.
v1 design boundary
This version does not globally override every KSampler in the workflow. Only LLPS KSampler follows LLPS settings. Other samplers keep using ComfyUI's own settings.
That is intentional: it avoids global monkeypatch/race-condition issues and makes the graph explicit.
Install
Copy this folder into:
ComfyUI/custom_nodes/ComfyUI-LLPS-v1/
Restart ComfyUI.
Basic use
- Add
LLPS Config. - Add
LLPS KSampler. - Connect
LLPS Config.llps_configtoLLPS KSampler.llps_config. - Use
LLPS KSamplerin place of the normalKSampler.
Settings
live_preview_method:server_default,none,auto,latent2rgb,taesdshow_preview: send live preview frames to ComfyUI UIsave_preview: save the same preview frames to disksave_base_path: empty =ComfyUI/output/LLPSsubfolder: optional explicit subfolderfilename_prefix: prefix for step filesimage_format:jpg,png,webpsave_every_n_steps: save interval;1saves every stepsave_metadata_json: writesmetadata.jsonnext to saved frames
Important
none means no preview frame is decoded, so it cannot save frames. For “save only,” use:
live_preview_method = latent2rgb or taesd
show_preview = false
save_preview = true
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.