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.

  • VioneT@lemmy.worldM
    link
    fedilink
    English
    arrow-up
    1
    ·
    28 days ago

    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.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      28 days ago

      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.