Skip to content
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

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

Open
virtuafashion3d opened this issue May 10, 2023 · 2 comments

Comments

@virtuafashion3d
Copy link

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
Copy link

Temporary fix add a background color in style.css

textarea{
background: black !important;
}

@JanumalaAkhilendra
Copy link

please assign me this issue under hacktoberfest label

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

No branches or pull requests

3 participants