Dummy launch without pytorch (or general) main execution functionality? #4569
BrechtCorbeel
started this conversation in
General
Replies: 1 comment 1 reply
-
This is an interesting idea. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the or the current version of queue saving / queue saver that you can find here:
https://github.com/pkpkTech/ComfyUI-SaveQueues
now the thing is when I run comfy and add to the queue it starts running immediately.
now basically what I want to do is run comfy and add to the queue without it running so I can create queue lists.
mainly because creating batches that I can then alter after wards can save me a lot of queue generation time.
For example right now I am changing parameters with "replace all" in VSCODE so that I can then load the same queues into comfy with changed parameters that I changed enmasse creating multiple files that then are loaded instead of me doing all that manually.
As of right now I have to do this as the generator is running.
Beta Was this translation helpful? Give feedback.
All reactions