catppuccin / stable-diffusion-webui

🧑‍🎨 Soothing pastel theme for Stable Diffusion WebUI
MIT License
296 stars 59 forks source link

Red background color when LORA cannot be found makes the prompt barely visible #27

Open virtuafashion3d opened 1 year ago

virtuafashion3d commented 1 year ago

Hello,

Nice themes, thank you very much making it. However i'm facing a very little annoying issue. When i send prompt to Txt2img, sometimes some Lora are missing, in this case, the positive prompt background color turns red and the grey text above becomes almost invisible... it is super annoying to fix the prompts. I have to go back and forw with webmaster tools to quick fix the css each time i neeed to bring a prompt fix....

My suggestion : instead of the RED background, can you please instead only make a 1px or 2px red border frame ? Thus, it still focuses on an issue (lmissing loras)

can you please fix this to all templates ? Thank you so much in advance !

here is what it looks on my end when a Lora is missing to my prompt

Screenshot 2023-05-10 at 05-14-19 Stable Diffusion

ManishSthaa commented 1 year ago

Temporary fix add a background color in style.css

textarea{ background: black !important; }

JanumalaAkhilendra commented 1 year ago

please assign me this issue under hacktoberfest label