ryukra

Results 6 comments of ryukra

what is that extra masked-image?

how could you add support for other models? I suspect just merging the models might no be enough?

Your api code breaks with python 3.7.15 which colab runs on. Traceback (most recent call last): File "launch.py", line 206, in start_webui() File "launch.py", line 201, in start_webui webui.webui() File...

also maybe consider sending the info as object so you can get the last seed without extracting it from a string ![Adobe_UXP_Developer_Tool_NSZwXtfURM](https://user-images.githubusercontent.com/5844962/197528959-d884e270-dbf4-4226-ad13-3e2eedb3c938.png)

also you send the initimage and mask back, which unnecessarily increases the amount of data sent

I researched this topic too, I actually think clip end2end would be the way to do this.. not generating a prompt(because you lose a lot of information) and instead use...