apolinário

Results 45 comments of apolinário

Imo ideally we would try to find ways to not disconnect the user in case they are multi-tasking on mobile. I wonder if the Page Visibility API or a "reconnect...

Here's a video example of how this could work: ![Page 1 - Image Gen Model Preview - Figma 2022-09-21 13-18-08](https://user-images.githubusercontent.com/788417/191573647-54ee57cc-35bc-446e-891d-8078ed0e7da4.gif)

@affableroots, besides the loss looking smoother, what were your actual perceptual impressions from this experiment?

And example when no CSS is used. The output should be a 256x256 image but this happens:

I did see that issue, but to me it seemed like that issue was still related to the image as an input field - while I'm getting at it as...

Two questions on this issue: 1. Is it part of the current https://github.com/gradio-app/gradio/pull/1489 effort? 2. Do this idea also support multiple GPUs? So if a Space has two GPUs assigned...

Also, this parallelization (on the same GPU) is already kind of possible if `enable_queue` is `False`. Because each CPU thread can call the GPU independently, two or more threads can...

While this does not get implemented, the person that made this fiddle hacked their way to make it work, might be useful for someone else as it was for me:...

Awesome @20RitikSingh! Feel free to share your progress and ask if you find any challenges

Yes, so checkpoint merging is an idea implemented in the [AUTOMATIC1111/stable-diffusion-webui](https://github.com/AUTOMATIC1111/stable-diffusion-webui) repo, it interpolates the weights of models (can be fine-tuned or different versions of models), potentially creating cool results:...