An open API service indexing awesome lists of open source software.

https://github.com/AonekoSS/ComfyUI-SimpleCounter


https://github.com/AonekoSS/ComfyUI-SimpleCounter

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# ComfyUI-SimpleCounter
Node: "utils/Simple Counter"

This node is a simple counter, when pressing "Queue Prompt" resets the count.

Use this with batche count and "Load Image Batch (WAS Node Suite)" etc.

## 概要
画像の順次読み込み等を補助するシンプルなカスタムノードです。

以下のようにバッチ数を設定して使います。(WAS Node SuiteのLoad Image Batch等と一緒に使うのがオススメ)


## 動作
ノードはメニューの「utils」カテゴリーの中にいます。

バッチ実行中「start」に設定した値からカウントアップしていきます。

「Queue Prompt」を押すとカウントがリセットされます。

## ライセンスとか
配布や改変等ご自由にどうぞ。

Python側はノードの定義のみ、全部JavaScript側で処理してます。

(バッチ開始を知る術が無かったので……)