User Guide
End-user documentation for nodes shipped by ComfyUI-Koolook. Pages
mirror the ComfyUI category each node lives under, so the structure here
matches what you see when you type "koolook" in the node-add menu.
Each per-node page includes a Source block at the top that records whether the node is Koolook-native or imported from a fork β so fork attribution is visible without needing a fork-shaped directory tree.
Browse by category
| ComfyUI menu | Status | Nodes |
|---|---|---|
Koolook/Pipeline |
β
EasyAIPipeline |
EasyAIPipeline |
Koolook/Image |
β
EasyResize_Koolook Β· β
easy_ImageBatch |
EasyResize_Koolook, easy_ImageBatch |
Koolook/Wan_Video |
β
EasyWan22Prompt |
EasyWan22Prompt |
Koolook/VAE |
β
nodes/radiance_koolook_v2_3_3/ |
Easy_hdr_VAE_encode, Easy_hdr_VAE_decode |
Koolook/Video |
β
Easy_LoadVideo Β· β
Easy_VideoCombine |
Easy_LoadVideo, Easy_VideoCombine |
Koolook/Utility |
β
Easy_Utility |
Easy_Utility |
Koolook/Loop |
β
Koolook_LoopStatus |
Koolook_LoopStatus |
Koolook/Publish |
β
Publish contract nodes |
Koolook_PublishInput, Koolook_PublishOutput, Koolook_PublishRouter, Koolook_PublishResult |
Koolook/Camera |
β
KoolookLoadCameraPosesAbsolute |
KoolookLoadCameraPosesAbsolute |
Koolook/Testing |
β
Easy_Pattern |
Easy_Pattern |
Koolook/PromptRelay |
β
LTXDirector__koolook |
LTXDirector__koolook |
Cross-cutting concepts
Pages here cover ideas that span more than one node:
- Kforge Labs sidebar guide β visual onboarding for Snapshots, favorite nodes, saved workflows, reusable modules, tags, and recovery.
- VAE encode/decode pairing β which encoder fields must match the decoder for a clean roundtrip, with worked examples for SDR / HDR / cinema-log / video workflows.
- HDR modes deep dive β what
Clip (SDR),Soft Clip,Compress (Log), andPassthroughactually do to your pixels before they hit the VAE, with per-pixel worked examples.
When to add a guide
A node deserves a page if it has any of:
- Non-obvious input semantics (e.g. aspect-ratio strings, frame indexing conventions).
- A workflow recipe more useful than the per-input tooltips.
- A known limitation or compatibility caveat.
- An encode/decode or input/output pairing relationship with other nodes.
Convention:
- One markdown file per canonical node ID, named after the ID
(
easy_hdr_vae_encode.md,easy_image_batch.md). - Place it in the folder that matches the node's ComfyUI category.
- Screenshots and helper images go in
img/, named to match the page they're embedded in (e.g.easy_hdr_vae_encode_pairing.png).
Where to find the canonical node ID list
The repo README.md lists the canonical public node IDs
and display names. Some compatibility aliases remain registered so older saved
workflows load, but new workflows should pick the canonical IDs documented
here. The historical inventory (including removed nodes) is in the
CHANGELOG.md.