Alchete
Alchete
Are you guys actively working on this? I tried a quick&dirty port of Google's code to A1111 as an extension but am ultimately getting the error: TypeError: register_attention_control..ca_forward..forward() got an...
Taking a step back -- I question the actual usefulness of "prompt-to-prompt". Why would someone generate an image with the wrong prompt in the first place?? If I wanted a...
In addition, or even separately, the web-ui should save the "Current State" of a panel when Generate is pressed. This state should be recalled, and pre-filled for the user, on...
Side by side would work, but I can't figure out how to get rid of all the right-padding. This is probably trivial for someone who knows how Gradio's UI works....
Thanks @argontus I found the same after I posted -- removing the extra "FormRow" allows it to sit as you showed. I think that's good enough for the UI placement....
So a quick update -- with help from the Gradio team there's a 'variant' parameter on their button that colors the button. This would be perfect for the toggle-button behavior...
Here's a stand-alone demo showing a possible implementation of the lock feature. Stand-alone this runs fine. However, once inside A1111 it runs extremely slowly as if there's an "UpdateUI" method...
Try disabling the OpenOutpaint extension and see if that fixes it. There are OpenOutpaint errors all over your screenshots.
@pngwn I'm strongly in favor of improving this component as, whether intended or not, it's become the de-facto interface for Stable Diffusion and folks are currently zooming their browser windows...
I was going to do this myself as well -- basically tie the animation position to the navigation drawer offset. Are you still working toward that markushi?