Hex color that AI can understand

Hi, I'm looking for a way for the AI to understand a hex color in the format #fff000, for example, if I get it from a color html element. If you directly ask the flux plugin to show a #fff000 shirt he will use a random color instead, so ideally I need to translate it into words, if that's possible at all? Or perhaps, there's another way.

2 points · 2 comments · view on lemmy.world

2 Comments

VioneT@lemmy.world · 1 pts · 1y (1 reply)

Since text to image AIs are trained with 'image descriptions' and not 'codes', it is better to use names of colors than using machine readable codes. You can try: https://www.color-name.com/ to convert the hex color you want to a similar color with a specific name.

Koto@lemmy.world · 1 pts · 1y

Thanks for you answer. Too bad. I looked through the website, and even some names used there are not understood by the AI. They basically created their own database and some names are newly introduced. I could create my own list but it defeats the purpose of getting rid of the color and pattern lists that I was looking to do with the html color element.