Nodes Browser

ComfyDeploy: How ComfyUI-SimpleLogger works in ComfyUI?

What is ComfyUI-SimpleLogger?

A simple node to save your history in html file. I saves the WorkFlow with all it's input values so you can duplicate it later.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-SimpleLogger and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI-SimpleLogger

A simple node to save your history in html file. I saves the WorkFlow with all it's input values so you can duplicate it later.


Installation

Installation[method1] (General installation method)

  1. download the latest release
  2. extract to ComfyUI/custom_nodes folder
  3. rename folder to ComfyUI-SimpleLogger
  4. restart ComfyUI

Installation[method2] (Using ComfyUI-Manager only)

Using ComfyUI-Manager goto "Manager > Custom Node Manager"

Step 1

Search for Logger and select the one by moustafa-nasr

Step 2

Usage Example

Consider the following workflow of vision an image, and perform additional text processing with desired LLM. In the OllamaGenerate node set the prompt as input.

Step 1

Workflow Data will be saved in a HTML format

Step 2

All the logs will be saved by date in folder

{ your_ComfyUI_folder }/Logs

Step 3