darkstorm2150 commited on
Commit
51a84bf
·
1 Parent(s): b242a38

Update app.py

Browse files

Testing Prompt Examples

Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -323,6 +323,9 @@ with gr.Blocks(css="style.css") as demo:
323
  [
324
  [models[0].name, "portrait of a beautiful alyx vance half life", 10, 25],
325
  [models[1].name, "Brad Pitt with sunglasses, highly realistic", 7.5, 25],
 
 
 
326
  ],
327
  inputs=[model_name, prompt, guidance, steps],
328
  outputs=outputs,
 
323
  [
324
  [models[0].name, "portrait of a beautiful alyx vance half life", 10, 25],
325
  [models[1].name, "Brad Pitt with sunglasses, highly realistic", 7.5, 25],
326
+ [models[2].name, "(extremely detailed CG unity 8k wallpaper), the most beautiful artwork in the world", 7.5, 25],
327
+ [models[3.name, "(extremely detailed CG unity 8k wallpaper), full shot body photo star lord chris pratt posing in an outdoor spaceship, holding a gun, extremely detailed, trending on ArtStation, trending on CGSociety, Intricate, High Detail, dramatic, realism, beautiful and detailed lighting, shadows", 7.5, 25],
328
+ [models[4].name, "(extremely detailed CG unity 8k wallpaper), full body portrait of (david:1.1), staring at us with a mysterious gaze, realistic, masterpiece, highest quality, ((scifi)), lens flare, ((light sparkles)), unreal engine, digital painting, trending on ArtStation, trending on CGSociety, Intricate, High Detail, dramatic, realism, beautiful and detailed lighting, shadows", 7.5, 25],
329
  ],
330
  inputs=[model_name, prompt, guidance, steps],
331
  outputs=outputs,