Sponsored Content

DEV Community

Sergey Prudkiy
Sergey Prudkiy

Posted on

ComfyUI-Terminal-Log — Display Terminal Output Directly in ComfyUI

ComfyUI-Terminal-Log

I built a small ComfyUI custom node that displays terminal and log output directly inside the ComfyUI interface.

The idea is simple: when running long or resource-intensive processes, you can monitor the console output without constantly switching between ComfyUI and a separate terminal window.

Features

  • Displays terminal and log output directly in a ComfyUI node
  • Adjustable font size
  • Optional ANSI color handling
  • Lightweight and designed to use minimal system resources
  • Helps keep important console output visible inside the ComfyUI workspace

I use the node in my own ComfyUI workflow and it has been working well for monitoring processes where terminal output is useful.

The project is open source and available on GitHub:

ComfyUI-Terminal-Log — GitHub

Feedback and suggestions are welcome.

Top comments (0)