Beyondo
Beyondo
Can confirm. I type "1em" then it just calculates it in px (in my case, 16px) and shows 16px instead of 1em like it is supposed to.  As you...
I was able to fix it by modifying the source code that relates to overlay. Here are the results with me trying to outpaint hair for a character: Initial: ...
Made a pull request: https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14727
Hi! You don't need gaps. You just need to create hidden elements. Add a few elements with `style.visibility = "hidden";` then remove them accordingly to your needs when you need...
The problem is still valid and is very serious as many people who are trying to follow the tutorial, even with the latest high-end AMD cards wouldn't be able to...
+1 It used to work on Kaggle, I literally changed nothing about the env, and suddenly I discovered it broke today.
> > +1 It used to work on Kaggle, I literally changed nothing about the env, and suddenly I discovered it broke today. > > So the solution is ?...
No single js files? This destroys user-experience. The latency between requests is just too much for any clients running below 3G. Be it microcontrollers like already mentioned or just generally...
> > No single js files? This destroys SEO. The latency between requests is just too much for any clients running below 3G. Be it microcontrollers like already mentioned or...