ilian6806 / stable-diffusion-webui-state

Stable Diffusion extension that preserves ui state
MIT License
317 stars 35 forks source link

Change "Reset" Button #16

Closed ParityError closed 1 year ago

ParityError commented 1 year ago

Hello,

Great extension! It's incredibly useful, and I'm surprised that the webui doesn't include this functionality by default.

I have one suggestion, and that's about the emoji that you use for the reset back to default. The current one is very similar to the refresh models emoji 🔄 right next to it and could easily be confused. I changed it to *️⃣ and it seems to be a good fit. I chose the asterisk simply because it's the same in style to the refresh models emoji and it implies "return" and "all" in some regards.

 resetBtn.innerHTML = "*️⃣";
ilian6806 commented 1 year ago

Done. I will include this in the next release soon. I also made some changes to fit the look of the latest SD and gradio. I dont know how this would look in oldest versions.

ParityError commented 1 year ago

Here's what mine looks like on gradio: 3.23.0:

Screenshot 2023-04-04 at 1 59 34 PM