Jerry Hogsett
Jerry Hogsett
I have encountered the same issue myself - using the PNG Info tab stopping the periodic UI updates from happening during generation. I have seen this happen using the Web...
@MasterZap I have the same card RTX 2080 Ti and I'm running the latest 685f9631b56ff8bd43bce24ff5ce0f9a0e9af490 commit but not encountering this issue. Maybe there's some way I could help diagnose.
@MasterZap OK that seems probable. I am on Windows 10 with the most up-to-date NVIDIA drivers and Cuda version.
@MasterZap I am scratching my head on that as well!
@abidlabs > Hi @jhogsett would you be able to share a link to the image you're trying? Here is an example one:  This shows how the gif appears...
> Is it only with GIFs or other images as well? @abidlabs it happens also with PNG files. I have another Image instance on a different tab that displays PNG...
@abidlabs Here is a short script that illustrates the issue: ```python import os import signal import gradio as gr def main(): WebUI().start() class WebUI: def __init__(self): self.restart = False self.prevent_inbrowser...
I had and seemed to fix a similar issue just now (not getting a type error). Not sure if this is helpful: I just installed from scratch on a new...
@SkyeLu you are welcome! Thanks so much for that, and thank you for your amazing interpolation engine!
@luuude I have successfully processed 4K content on my RTX 3090 w/ 24GB, BUT: - each frame takes about 90+ seconds to process, in some cases, twice that - it...