stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bug]: Reload Script Button not working again
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What happened?
In some thread AUTOMATIC1111 wrote that the reload script button is working again after some commit. I dont know which one. But its broken again or still broken.
However, I am on commit c5334fc56b3d44976425da2e6d0a303ae96836a1 right now and when I change something in a script, and use the button, it does nothing.
Also, the positioning of the button is a problem. I fix it in ui.py on my own, but it would be nice to have a small square shaped Reload button beside the script selection. I understand the UI needs to be kept simple for regular users but there must be some options for coders like me who are coding and debugging from morning til evening. Maybe add a "developer mode" option to settings which enables these buttons?
Steps to reproduce the problem
Change script, press button, test script run
What should have happened?
Reload of script bodies
Commit where the problem happens
c5334fc56b3d44976425da2e6d0a303ae96836a1
What platforms do you use to access UI ?
Windows
What browsers do you use to access the UI ?
Mozilla Firefox
Command Line Arguments
--api --xformers
Additional information, context and logs
Thanks for the hard work you and your dev team put into this repo. You are awesome.