You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a) stores all non-global data in a session or local functions
b) queues requests according to a maximum of simultaneous generations (currently set to 1)
It appears to work but quite frequently a generation job is stuck without any error message. This could be related to issue #6 i.e. that the fundamental problem would not have been solved by moving from every=1 to using yield to display the image at each iteration.
The text was updated successfully, but these errors were encountered:
urdifapp2 https://github.com/htoyryla/urdiffusion/blob/main/urdifapp2.py is the 1st approximation of a gradio app for urdiffusion which
a) stores all non-global data in a session or local functions
b) queues requests according to a maximum of simultaneous generations (currently set to 1)
It appears to work but quite frequently a generation job is stuck without any error message. This could be related to issue #6 i.e. that the fundamental problem would not have been solved by moving from every=1 to using yield to display the image at each iteration.
The text was updated successfully, but these errors were encountered: