Visit ComfyUI Online for ready-to-use ComfyUI environment
Node provides detailed system statistics for debugging and monitoring, collecting metrics like CPU and RAM usage.
The Stats system [Crystools] node is designed to provide detailed system statistics, which can be particularly useful for debugging and monitoring purposes. This node collects and logs various system metrics such as CPU utilization, RAM usage, VRAM usage, and hard drive space. By integrating this node into your workflow, you can gain insights into the performance and resource consumption of your system, helping you to identify potential bottlenecks or issues. The primary goal of this node is to offer a comprehensive overview of your system's status, making it easier to ensure optimal performance and troubleshoot any problems that may arise.
The latent
parameter is a required input that represents the latent data being passed through the node. This parameter does not directly impact the system statistics collected but serves as a placeholder to ensure the node integrates seamlessly into your existing workflow. The latent data is simply passed through the node without modification, allowing you to maintain the continuity of your data pipeline.
The latent
output parameter returns the same latent data that was input into the node. This ensures that the data flow remains uninterrupted and that the node can be easily integrated into various workflows without altering the original data.
The ui
output parameter provides a text-based log of the collected system statistics. This log includes detailed information about RAM usage, VRAM usage, and hard drive space, formatted in a human-readable manner. The log is useful for monitoring system performance and identifying any potential issues related to resource consumption.
torch
module not foundtorch
library is not installed on your system.torch
library using the command pip install torch
.psutil
module not foundpsutil
library is not installed on your system.psutil
library using the command pip install psutil
.© Copyright 2024 RunComfy. All Rights Reserved.