vidfom's picture
Upload folder using huggingface_hub (part 7)
e4ab0d4 verified
|
Raw
History Blame Contribute Delete
3.85 kB

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), and Passthrough actually 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.