hello people… I have a bit of a weird question. Say I have two dropdown lists named “Btype” and another named “Environment” Is there a way to implement the [Environment] input into a [Btype] input. I’m wondering if and how this can be achieved. I tried the following, yet it doesn’t work:

Btype label = building type type = select options Default = , House = Generate a house with garden in the style of [input.Environment], House with 2 floors and slanted roof,

All help is much appreciated, thanks.

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

    Is this regarding an Image Generator with the t2i-framework-plugin? You can with:

    Btype
      label = building type
      type = select
      options 
        Default
          , 
        House
          Generate a house with garden in the style of [input.Environment], House with 2 floors and slanted roof ,
    
    • Khudozhnik@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      17 days ago

      Thanks so much, VioneT. I have tried the same as you just said… and it still kept giving me an error on the environment block… yet it wasn’t consistent… Been trying to solve it for two whole days, yet the error kept popping back up. Now, after you gave this info, I noticed the error would only just appear when I reload the generator and the Environment option got set back to its empty default. So, all I had to do was set a default for environment. (or remember = true) Thank you nonetheless for your input! You underlined what I already thought would be most logical.