WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.22k stars 177 forks source link

How to start loading from the first image every time? #427

Open a4482903 opened 4 months ago

a4482903 commented 4 months ago

1111 How does it always start from image-001?

WASasquatch commented 4 months ago

Are you running local, or on a service? If on a service it requires the same machine to be able to increment to the next image, as the counter is stored in memory under the "label" name. It also only increments every run of the workflow, if that wasn't obvious. I know I've had to point that out once or twice in the past.

neal0829 commented 2 months ago

您是在本地运行,还是在服务上运行?如果在服务上,它需要同一台计算机才能递增到下一个映像,因为计数器以 “label” 名称存储在内存中。它还只会增加工作流程的每次运行(如果这并不明显)。我知道我过去不得不指出一两次。

是不是意味着不能用purge cache节点?