-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
I have two instances of Comfy running at the same time, one for each GPU. I'd like to implement something that involves doing one step of generation on one GPU, and one step of generation on the other. As far as I can tell, the way ComfyScript works, there's a global variable for the API to use, and no way of interacting with multiple servers simultaneously in the same script. Is that a correct assessment? Is there any workaround?