Doing Perchance.org things…

Links

  • 12 Posts
  • 97 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle













  • It seems to me you are accessing the other inputs with :? It should be [input.Lighting] not [input:Lighting] if you have an input with:

    Lighting
      label = Lighting
      type = select
      options 
        ...
    

    Also, you can have the lists in the prompt like so:

    Line-Art style
      prompt
        [input.description], (line drawing:1.8), (no gradients:1.8), clean lines, no color, black and white, visible hatching, high contrast, high resolution, high detail, intricate details, 4k, wallpaper, concept art, pen on paper, [input.Lighting != ""] ^[input.Lighting]
        [input.description], (line drawing:1.8), (no gradients:1.8), clean lines, no color, black and white, visible hatching, high contrast, high resolution, high detail, intricate details, 4k, wallpaper, concept art, pen on paper,  ^[input.Lighting == ""]
      negative = [input.negative], low-quality, deformed, text, poorly drawn, 3D, color, gradients, greyscale, shading
    

    So that you can use Dynamic Odds in selecting which prompt to use if input.Lighting was added/selected.

    You could also link the generator so we can directly see any problems.