Skip to content

[Feature Request]: Toggle to disable editing generation settings #16958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
pxnk opened this issue Apr 24, 2025 · 1 comment
Open
1 task done

[Feature Request]: Toggle to disable editing generation settings #16958

pxnk opened this issue Apr 24, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@pxnk
Copy link

pxnk commented Apr 24, 2025

Is there an existing issue for this?

  • 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

  1. In a sensible place there is a checkbox/etc to disable inputs inside #txt2img_settings
  2. 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.

<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>  • 

@pxnk pxnk added the enhancement New feature or request label Apr 24, 2025
@pxnk pxnk changed the title [Feature Request]: Allow disabling generation settings [Feature Request]: Toggle to disable editing generation settings Apr 24, 2025
@pxnk
Copy link
Author

pxnk commented Apr 24, 2025

I am sorry if this is a duplicate. Honestly there is just too many issues to go through even with filtering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant