Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
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",
|