Extraltodeus
Extraltodeus
TPU seems to be good at generating images in parralel. It would be very nice to have such compatibility.
@swcrazyfan you can already load two instances at the same time. https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/3377 Just use --device-id 0 in one and --device-id 1 in the other. Also --port some_port_number with a different...
This is basically an ad from gradio.
> Perhaps add something like "-" (as in minus) or "no" in front of the missing prompts? Nice idea! It's done. 
I posted this https://github.com/comfyanonymous/ComfyUI/discussions/853 a few days ago too as it would be useful. Other nodes like conditional loops would be nice. I was currently attempting to create such node...
You actually can not have a simple INT input as far as I have tested. INT is used to create sliders with the custom nodes. And as for loops it...
> Can you implement the percentage with the percent to sigma functions like this? https://github.com/comfyanonymous/ComfyUI/blob/master/comfy_extras/nodes_model_downscale.py#L23 Oh that's nice I didn't know it was possible like this. I made the modification!...
(just a heads up that I've made the change in case it went unnoticed)
pip install --force-reinstall httpcore==0.15 works as a temporary workaround until some other fix is found. That or just append it to your requirement.txt This comes from a recent update in...
I am really unsure to understand what is the source of your issue.