https://github.com/AonekoSS/ComfyUI-SimpleCounter
https://github.com/AonekoSS/ComfyUI-SimpleCounter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/AonekoSS/ComfyUI-SimpleCounter
- Owner: AonekoSS
- License: unlicense
- Created: 2024-04-15T15:50:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-01T15:13:56.000Z (9 months ago)
- Last Synced: 2024-08-01T17:14:06.761Z (9 months ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-SimpleCounter**
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側で処理してます。
(バッチ開始を知る術が無かったので……)