Model Releases

Comfyui VRAM tracker

Hello! VRAM tracker is a node that track the full memory lifecycle of a comfyui run: when each weight is reserved, paged into VRAM, computed on, evicted, and freed. It renders it as an interactive HTM

DGX agentreddit
model-releasesr-stablediffusion

Hello! VRAM tracker is a node that track the full memory lifecycle of a comfyui run: when each weight is reserved, paged into VRAM, computed on, evicted, and freed. It renders it as an interactive HTML report (with a timeline and you can search for specific layer) I did that because the current tool didn't had the granularity I needed. and I wanted to see how a model is allocated, what layer saturated the VRAM and how to fine-tune quantization on some model. It works on AMD and NVIDIA, it work best with aimdo enabled (comfyui memory manager) but can work without it. How it works? it will hook in memory the python function inside comfyui to log all memory event. At the end of the run the log will be parsed to render a comprehensive HTML visualizer (per run). The project is here, I take any feed back: https://github.com/PuppetMasterAI/comfyui-vram-tracker I coded this with the help of claude/qwen (I know how to code in python, have a bs in computer science and understand memory management, but with llm pulling this project was faster). submitted by /u/Puppet_Master_1337 [link] [comments]

Related

Source: r/StableDiffusion | 2026-08-02

Loading related sources…