Avatar

elvith

elvith@feddit.de
Joined
23 posts • 580 comments
Direct message

Well, which of these lines causes a compilation error?

String foo = "Nothing";
foo += "to see";
foo += "here";
Spoiler

The last one. It’s not a semicolon but a Greek question mark

permalink
report
parent
reply

201km/h it is. Got it.

permalink
report
parent
reply

Also we have the option, whether we want to „Bauarbeiter umfahren“ or „Bauarbeiter umfahren“

permalink
report
parent
reply

Ich hab auf Arbeit letztes Jahr zufällig erfahren, dass wir auch “per Mail” einfach versenden können. Hab das direkt ausprobiert. Ging nicht. Hab mal beim Zuständigen Team nachgefragt: Am Ende kam raus, es war schon seit Monaten “kaputt”, aber hat niemand gemerkt, da es niemand genutzt hat in der Zeit…

permalink
report
parent
reply

Ist bestimmt ein Softwarefehler ¯\_(ツ)_/¯

permalink
report
parent
reply
0 points

permalink
report
parent
reply

I also really liked the very first image, that I got. But it wasn’t quite what I had in mind

permalink
report
parent
reply

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"
  }
permalink
report
reply

you forgot a word. To summon the bot, mention it followed by “draw for me <prompt>”

permalink
report
parent
reply