machuofan commited on
Commit
6baebec
·
verified ·
1 Parent(s): f2d0235

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -268,16 +268,16 @@ with gr.Blocks(fill_height=True) as demo:
268
  aaa = gr.ChatInterface(
269
  fn=bot_streaming_T2I,
270
  examples=[
271
- ["young blue dragon with horn lightning in the style of dd fantasy full body",5.0, 0.9,4096,0.99],
272
- ["A majestic Goddes of beauty, charming dressed in a regal, jeweled gown and ornate crown, her golden hair cascading down her back, in the style of Pino Daeni",5.0, 0.9,4096,0.99],
273
- ["A highly realistic, closeup photograph of a beautiful 35 year old redread woman writing in her journal, sitting on her balcony wearing warm, stylish outfits. Shot on a Canon EOS R5, the image boasts sharp focus and intricate details. The heartwarming scene conveys love, connection, and the crisp winter atmosphere, dramatic lighting.",5.0, 0.9,4096,0.99],
274
- ["Portrait of an asian woman. She has pink violet hair style with modern complex hairdressing. The background is dark with cyberpunk neon lights. Inspired by Cyberpunk 2077 and Blade Runner. Ultra realistic picture. To capture the image, you will use a fullframe DSLR or mirrorless camera with a highresolution sensor, an aperture of f2.8 or wider, and a shutter speed of 1500 second or faster. You will use natural light and reflectors to create a balanced and welllit image, and will experiment with different angles and compositions to create the most i",5.0, 0.9,4096,0.99],
275
- ["female character fantasy world, for fantasy story, protagonist, interesting and detailed clothes, beautiful, medieval fantasy cinematic shot photo taken by canon, photo taken by fuji, photo taken by kodak incredibly detailed, sharpen, details professional lighting , film lighting 350mm lightroom cinematography, hyper realism, cinematic, film quality",5.0, 0.9,4096,0.99],
276
- ["strawberries splashing, swirling liquid, realism, octane render, raytracing",5.0, 0.9,4096,0.99],
277
- ["hedgehog face, floating in space, wearing space suit no helmet, cinematic, 50mm f1.8, unreal engine 5",5.0, 0.9,4096,0.99],
278
- ["artificial intelligence, revolution, publishing, writer, hyperrealistic",5.0, 0.9,4096,0.99],
279
- ["A pig dressed as a mason, by Bill Gekas",5.0, 0.9,4096,0.99],
280
- ],
281
  stop_btn="Stop Generation",
282
  additional_inputs = [guidance_scale, temperature, top_K, top_P],
283
  additional_inputs_accordion="⚙️ Advanced Settings",
 
268
  aaa = gr.ChatInterface(
269
  fn=bot_streaming_T2I,
270
  examples=[
271
+ ["realxing mountain scene, warm colors, sunset, river in front of mountain, pine trees, oil painting, photo realistic, blue ambiant lighting", 7.0, 1.0, 0, 1.0],
272
+ ["Brandon Routh, color portrait by Herb Ritts, 1980s1990s", 7.0, 1.0, 0, 1.0],
273
+ ["cabbage, Shot on 35mm, UltraWide Angle, Depth of Field, DOF, shutter Speed 11000, F22, photography, 8k", 7.0, 1.0, 0, 1.0],
274
+ ["award winning photography, beautiful modern skyline, city sunset ", 7.0, 1.0, 0, 1.0],
275
+ ["New York City at night with starry night vincent van gogh style", 7.0, 1.0, 0, 1.0],
276
+ ["cute happy hedgehog holding sunflower in the morning ", 7.0, 1.0, 0, 1.0],
277
+ ["cherry tree on the surface of the moon", 7.0, 1.0, 0, 1.0],
278
+ ["a closeup of the owls eyes piercing through a dense fog. Blended in the ethereal, volumetric dust particles and embers, bokeh embers, microplumes of sand smoke, textured ash and smoke. Elegant, hyperdetailed, insane details, Unreal Engine, Cinematic, White Balance, 32k, Super Resolution, Chiaroscuro", 7.0, 1.0, 0, 1.0],
279
+ ["Automotive front Photo Environment muddy Road in the jungle, golden hour Car vintage concept sports car yellow at high speed, motion blur, photo taken with Canon Eos R5 8k 45mp telephoto lens. 3D render, Vray, PBR car paint texture, hyper detailed, intricate symmetrical shape", 7.0, 1.0, 0, 1.0],
280
+ ],
281
  stop_btn="Stop Generation",
282
  additional_inputs = [guidance_scale, temperature, top_K, top_P],
283
  additional_inputs_accordion="⚙️ Advanced Settings",