Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def generate_image(
|
|
158 |
width=width,
|
159 |
height=height,
|
160 |
guidance_scale=guidance_scale,
|
161 |
-
num_inference_steps=
|
162 |
num_images_per_prompt=1,
|
163 |
cross_attention_kwargs={"scale": 0.65},
|
164 |
output_type="pil",
|
@@ -304,12 +304,14 @@ demo = gr.ChatInterface(
|
|
304 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
305 |
],
|
306 |
examples = [
|
|
|
|
|
|
|
307 |
["@realism A futuristic cityscape with neon lights"],
|
308 |
["@photoshoot A portrait of a person with dramatic lighting"],
|
309 |
[{"text": "summarize the letter", "files": ["examples/1.png"]}],
|
310 |
["Python Program for Array Rotation"],
|
311 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
312 |
-
["@pixar A whimsical scene featuring a playful robot in a vibrant setting"],
|
313 |
["@clothing Fashionable streetwear in an urban environment"],
|
314 |
["@interior A modern living room interior with minimalist design"],
|
315 |
["@fashion A runway model in haute couture"],
|
|
|
158 |
width=width,
|
159 |
height=height,
|
160 |
guidance_scale=guidance_scale,
|
161 |
+
num_inference_steps=28,
|
162 |
num_images_per_prompt=1,
|
163 |
cross_attention_kwargs={"scale": 0.65},
|
164 |
output_type="pil",
|
|
|
304 |
gr.Slider(label="Repetition penalty", minimum=1.0, maximum=2.0, step=0.05, value=1.2),
|
305 |
],
|
306 |
examples = [
|
307 |
+
|
308 |
+
["@realism Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic"],
|
309 |
+
["@pixar A young man with light brown wavy hair and light brown eyes sitting in an armchair and looking directly at the camera, pixar style, disney pixar, office background, ultra detailed, 1 man"],
|
310 |
["@realism A futuristic cityscape with neon lights"],
|
311 |
["@photoshoot A portrait of a person with dramatic lighting"],
|
312 |
[{"text": "summarize the letter", "files": ["examples/1.png"]}],
|
313 |
["Python Program for Array Rotation"],
|
314 |
["@tts1 Who is Nikola Tesla, and why did he die?"],
|
|
|
315 |
["@clothing Fashionable streetwear in an urban environment"],
|
316 |
["@interior A modern living room interior with minimalist design"],
|
317 |
["@fashion A runway model in haute couture"],
|