ComfyUI Node
Hunyuan 3 RAM Diagnostic
A ComfyUI node in Hunyuan/Debug with 2 inputs and 1 output.
Hunyuan 3 RAM Diagnostic
- report
◄trace_referrersfalse►
◄compact_windows_heaptrue►
CategoryHunyuan/Debug
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| trace_referrers | BOOLEAN | false | Use gc.get_referrers() to trace WHY the largest modules are still alive. SLOW but reveals the leak source. |
| compact_windows_heap | BOOLEAN | true | After reporting, call Windows APIs to return freed memory to the OS. Only affects reported RSS, not actual leaks. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| report | STRING | — |