## Get your bard on! Share an image of a bard in your favorite setting, or in a unique and clever situation, getting their bard on!

::: spoiler Prompt for post image:

:::

## Rules

1. Follow the community’s rules above all else 2. One comment and image per user 3. Embed image directly in the post (no external link) 4. Workflow/Prompt sharing encouraged (we’re all here for fun) 5. At the end of the week each post will be scored according to the following grid  

    | Prize | Points |     | — | — |     | Most upvoted | +3 points | | Bard playing an instrument +2 (new) |     | Second most upvoted | +1 point |     | Theme is clear | +1 point |     | OP’s favorite (me, this week) | +1 point |     | Most original | +1 point |     | Last entry (to compensate for less time to vote) | +1 point |     | Prompt and workflow included | +1 point |     |  | +1 point |

6. Posts that are ex aequo (tied) will both get the points 7. Winner gets to pick next theme! Good luck everyone and have fun!

## Past entries

1. Dieselpunk 2. Goosebump Book 3. Deep Space Wonders 4. Fairy Tales 5. A New Sport 6. Monsters are Back to School 7. War and Peace 8. Distant lands 9. Unreal Cartoons 10. Sustainable Ecumenopolis 11. Masks   12. Mascots   13. Old Gods, New Jobs 14. Winter Festivities 15. High Tech, Low Life 16. Character Limit 17. Gatsby’s Jazz Hands 18. Reel to Canvas 19. Cruelly Cute Characters 20. Retro Sci-Fi

  • @[email protected]
    link
    fedilink
    English
    44 months ago

    I saw “bard” and thought of the typical DnD setting in a tavern. But since were using generative AI, I thought should do “Google Bard”

    Prompt / Workflow

    I used Stable Diffusion running on my PC with Fooocus 2.1.864.

    The first step was the pixel art bard on the CRT, which was generated using the following prompt/settings:

    {
      "Prompt": "a pixel art bard with a lute and a chat window displayed on an 90s style CRT PC monitor, the bard is in the colors yellow, green, red and blue",
      "Negative Prompt": "",
      "Fooocus V2 Expansion": "",
      "Styles": "['SAI Pixel Art']",
      "Performance": "Quality",
      "Resolution": "(1152, 896)",
      "Sharpness": 2,
      "Guidance Scale": 4,
      "ADM Guidance": "(1.5, 0.8, 0.3)",
      "Base Model": "juggernautXL_v8Rundiffusion.safetensors",
      "Refiner Model": "None",
      "Refiner Switch": 0.5,
      "Sampler": "dpmpp_2m_sde_gpu",
      "Scheduler": "karras",
      "Seed": 7611562024347322673,
      "LoRA 1": "sd_xl_offset_example-lora_1.0.safetensors : 0.1",
      "Version": "v2.1.864"
      }
    

    Second step was loading the image as an input and using inpaint -> modify content with the empty area in the top right marked and the following settings (negative prompt, as it somehow really likes to render pixel art cats?):

    {
      "Prompt": "a speech bubble containing the text google bard",
      "Negative Prompt": "cat",
      "Fooocus V2 Expansion": "",
      "Styles": "['SAI Pixel Art']",
      "Performance": "Quality",
      "Resolution": "(1024, 1024)",
      "Sharpness": 2,
      "Guidance Scale": 4,
      "ADM Guidance": "(1.5, 0.8, 0.3)",
      "Base Model": "juggernautXL_v8Rundiffusion.safetensors",
      "Refiner Model": "None",
      "Refiner Switch": 0.5,
      "Sampler": "dpmpp_2m_sde_gpu",
      "Scheduler": "karras",
      "Seed": 8793801103451750926,
      "LoRA 1": "sd_xl_offset_example-lora_1.0.safetensors : 0.1",
      "Version": "v2.1.864"
      }