Michael Poutre
Michael Poutre
If you can upload a log file that'd be great, we can try to see what's causing it
Sorry for the delay in response, if you could clear your SC cache(You can back it up first if you'd like), and replicate the issue and upload a log that'd...
Also please be sure to update to the latest development build first. http://138.68.21.49:8080/job/SNAPPREFSDev/lastStableBuild/
We have recently pushed the development branch over to the stable branch in this we have resolved many issue, and added new functionalities. For the time being this build can...
> Rolled back the URLSearchParams modification. Since the filename retrieved from the server is something like `file=img.png&type=temp` this messes with the encoding of the parameters. > > > > So...
@ZenomHunter123 It looks like you reversed the branches in your PR. This PR would result in merging main INTO your branch `UpdateEvalTemplate`.
I think `OUTPUT_IS_LIST` supports values per output: https://github.com/comfyanonymous/ComfyUI/blob/7ddfed001e8439dfddbdcb523edd3e355b3fb1e4/execution.py#L87-L98 Whereas the INPUT_IS_LIST applies to all inputs. While less dynamic, it should be doable with an output for each "mode"
@JAlB- what features are missing in this currently? Are there any bugs your already aware of?
Processing the below removal after the the merge of "included" dependencies, seems to resolve the issue. I'd PR, but I'm unsure how best to update the tests to test for...
I've found that the pool lambda does not take into account the minimum start time. When it runs every minute, if the runner has not registered with Github in time,...