ComfyUI Node
h4 : Execution Logger (v1.0.0) - Console Mirror
A ComfyUI node in h4 Toolkit/Debug with 14 inputs and 1 output.
h4 : Execution Logger (v1.0.0) - Console Mirror
- model_in
- clip_in
- clip_vision_in
- vae_in
- conditioning_in
- conditioning_positive_in
- conditioning_negative_in
- latent_in
- image_in
- mask_in
- log_summary
◄log_levelINFO►
◄prefix[EXEC]►
◄show_typestrue►
◄show_shapestrue►
Categoryh4 Toolkit/Debug
Inputs (14)
| Name | Type | Default | Description |
|---|---|---|---|
| log_level | COMBO | INFO | Select the console severity used for emitted messages. |
| prefix | STRING | [EXEC] | Human-readable tag prepended to every log entry. |
| model_inopt | MODEL | Connect any diffusion model blob to inspect or forward downstream. | |
| clip_inopt | CLIP | Attach a CLIP text encoder payload for logging and pass-through. | |
| clip_vision_inopt | CLIP_VISION | Optional CLIP vision encoder payload. | |
| vae_inopt | VAE | Supply a VAE instance for inspection or passthrough. | |
| conditioning_inopt | CONDITIONING | Generic conditioning list or bundle. | |
| conditioning_positive_inopt | CONDITIONING | Positive conditioning branch when separated upstream. | |
| conditioning_negative_inopt | CONDITIONING | Negative conditioning branch when separated upstream. | |
| latent_inopt | LATENT | Latent dictionary (samples / noise etc.). | |
| image_inopt | IMAGE | Images or batches headed into the debugger. | |
| mask_inopt | MASK | Mask tensor payloads to monitor or route. | |
| show_typesopt | BOOLEAN | true | Include Python type names for each connected payload. |
| show_shapesopt | BOOLEAN | true | Append tensor shapes and conditioning lengths when available. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| log_summary | STRING | — |