kantsche
kantsche
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 
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...
No that doesn't change it.
true, the diffusers backend works as intended! is it hard to add it into original?
most users dont know that downweighting isn't working as they think, thats why its only really used by handful of users, everyone I tell this is shocked that it basically...
dunno if thats less work than the downweighting.. controlnet extension, but more specially the IP adapter where you can use images as prompts, the implementation in the controlnet extension isn't...