innovaciones

Results 8 comments of innovaciones

> Is there an easy fix for this in the meantime? I tried the code from @diarmidmackenzie and that fixed the problem for me: ```javascript AFRAME.components.screenshot.Component.prototype.getRenderTarget = function (width, height)...

Ok so I had to manually add #2790 to make it work in Colab and now it feels way more responsive than before, it takes like 3 seconds instead of...

I don't think is a good idea to translate common words like "Prompt" or "Seed", neither txt2img or img2img tabs

And that's the problem with tech terms, you can't translate all of them, is like instead of saying PR (Pull Request) we say SE (Solicitud de Extracción), PR is a...

Again, this is known bug from Gradio https://github.com/gradio-app/gradio/issues/2260

> Don't bother with ngrok. This code snippit is all you need for colab: > > ```python > from google.colab.output import eval_js > port_num = 7860 > print("Click the link...

Perfect!! now I have 3 options to run the web service in Colab: Gradio, ngrok and LocalTunnel, thank you!!

One solution to handle this issue is to pause the camera video using myVideo.pause() triggered from a document.addEventListener(visibilityChange, doSomething, false) when the user minimize their window and handle the event...