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
I do my best to write clean code and keep AIYA slim, though I'm still a beginner indeed. If anyone finds ways to improve the application's performance, the help would be highly appreciated. 👍
A thing I've been trying to figure out for a while is to keep the Web UI working on the backend while tasks are in queue. Currently, when an image is generated, it still takes a few seconds for some reason to post to Discord. AIYA waits Discord to post before starting the next task. It would be ideal if the next task could be sent to Web UI during this downtime. This should be handled by PR #89
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I do my best to write clean code and keep AIYA slim, though I'm still a beginner indeed. If anyone finds ways to improve the application's performance, the help would be highly appreciated. 👍
A thing I've been trying to figure out for a while is to keep the Web UI working on the backend while tasks are in queue. Currently, when an image is generated, it still takes a few seconds for some reason to post to Discord. AIYA waits Discord to post before starting the next task. It would be ideal if the next task could be sent to Web UI during this downtime.This should be handled by PR #89Beta Was this translation helpful? Give feedback.
All reactions