I'm still learning in the world of web development and would like to alter the WebUI of stable diffusion: https://github.com/AUTOMATIC1111/stable-diffusion-webui I know it should be possible to change around or delete buttons etc, but I don't know where to start. Where is the HTML code located in this project? I can't seem to find it. I appreciate any help!
Asked
Active
Viewed 128 times
0
-
1There's a folder called `html` https://github.com/AUTOMATIC1111/stable-diffusion-webui/tree/master/html is this what you're looking for? – evolutionxbox Jul 08 '23 at 12:48
-
Hi, I found that folder, but I can't find for example the "generate" button of the WebUI in it. – Rezarak SL Jul 08 '23 at 13:18
-
It doesn't seem to contain the UI – Rezarak SL Jul 08 '23 at 13:19
-
1The UI looks to be generated with python https://github.com/AUTOMATIC1111/stable-diffusion-webui/blob/394ffa7b0a7fff3ec484bcd084e673a8b301ccc8/modules/ui.py#L297 – evolutionxbox Jul 08 '23 at 13:42
-
Ooh, I didn't know that was possible. Do you think I can modify the python code to make it generate differently? Thanks for the help btw! – Rezarak SL Jul 08 '23 at 14:23
-
1I don't see why you can't. Sadly, I can't help with that – evolutionxbox Jul 08 '23 at 14:25