comfyanonymous

Results 503 comments of comfyanonymous

There's an "auto queue" checkbox in the "Extra options" right beside the slider. It has a tooltip.

What do you think of this: https://github.com/comfyanonymous/ComfyUI/pull/6124

you have to use the --listen argument to make it bind to 0.0.0.0

You can insert items in any position in the queue using the optional 'number' property that you can put in the json you send in the /queue post request. The...

Yeah I could add an endpoint where you post the prompt id with a new number.

the numbers are treated as floats so to insert a prompt between 6 and 7 you just have to use 6.5 or whatever number in between.

Is there a reason why you would want to use other hash functions?

``` File "/mnt/fast_ssd/stable_diff/comfy_ui/node_helpers.py", line 37 return hashfuncs[args.default_hashing_function] ^ IndentationError: unindent does not match any outer indentation level ``` I get an error.