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 have searched the existing issues and checked the recent builds/commits
What would your feature do ?
Hello! I use A1111 a lot from my mobile device and when it is on landscape mode it is very common I missclick image width or height since those are very close left edge of the screen. Sometimes I don't even notice before generating a gibberish image. I wish there was a toggle somewhere that would allow me to disable editing or freeze those fields. Prompt fields aren't a problem since those at least trigger the keyboard to pop up.
Proposed workflow
In a sensible place there is a checkbox/etc to disable inputs inside #txt2img_settings
Toggle it to control if generation settings, like image width, should be editable
Additional information
As a dirty quick fix for myself I did this addition footer.html before all other links. It does the job but is not the prererable way to go.
Is there an existing issue for this?
What would your feature do ?
Hello! I use A1111 a lot from my mobile device and when it is on landscape mode it is very common I missclick image width or height since those are very close left edge of the screen. Sometimes I don't even notice before generating a gibberish image. I wish there was a toggle somewhere that would allow me to disable editing or freeze those fields. Prompt fields aren't a problem since those at least trigger the keyboard to pop up.
Proposed workflow
#txt2img_settings
Additional information
As a dirty quick fix for myself I did this addition
footer.html
before all other links. It does the job but is not the prererable way to go.<a href="#" onclick="javascript:document.getElementById('txt2img_settings').style.display === 'none' ? document.getElementById('txt2img_settings').style.display = 'flex' : document.getElementById('txt2img_settings').style.display = 'none'">Toggle Gen Info</a> •
The text was updated successfully, but these errors were encountered: