prithivMLmods commited on
Commit
dfed333
·
verified ·
1 Parent(s): c33ab43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -166,7 +166,7 @@ def generate(
166
  "width": width,
167
  "height": height,
168
  "guidance_scale": guidance_scale,
169
- "num_inference_steps": 25,
170
  "generator": generator,
171
  "num_images_per_prompt": NUM_IMAGES_PER_PROMPT,
172
  "use_resolution_binning": use_resolution_binning,
@@ -182,7 +182,7 @@ examples = [
182
  "3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
183
  "Silhouette of Hamburger standing in front of a, dark blue sky, a little saturated orange in the background sunset, night time, dark background, dark black hair, cinematic photography, cinematic lighting, dark theme, shattered camera lens, digital photography, 70mm, f2.8, lens aberration, grain, boke, double exposure, shaterred, color negative ",
184
  "A photograph of the front view portrait of an Cat in a full body dynamic pose on a red background in the style of high fashion moment, with rich colors, dramatic light, in a fantasy art style, with surrealism, elegant details, a golden ratio composition, and detailed texture",
185
- "A pattern of coffe grains, with soft lighting to highlight their texture and color contrast. Shot using a Nikon D850 camera with a macro lens, in the style of delicate photography --ar 85:128 --v 6.0 --style raw"
186
  ]
187
 
188
  css = '''
 
166
  "width": width,
167
  "height": height,
168
  "guidance_scale": guidance_scale,
169
+ "num_inference_steps": 30,
170
  "generator": generator,
171
  "num_images_per_prompt": NUM_IMAGES_PER_PROMPT,
172
  "use_resolution_binning": use_resolution_binning,
 
182
  "3d image, cute girl, in the style of Pixar --ar 1:2 --stylize 750, 4K resolution highlights, Sharp focus, octane render, ray tracing, Ultra-High-Definition, 8k, UHD, HDR, (Masterpiece:1.5), (best quality:1.5)",
183
  "Silhouette of Hamburger standing in front of a, dark blue sky, a little saturated orange in the background sunset, night time, dark background, dark black hair, cinematic photography, cinematic lighting, dark theme, shattered camera lens, digital photography, 70mm, f2.8, lens aberration, grain, boke, double exposure, shaterred, color negative ",
184
  "A photograph of the front view portrait of an Cat in a full body dynamic pose on a red background in the style of high fashion moment, with rich colors, dramatic light, in a fantasy art style, with surrealism, elegant details, a golden ratio composition, and detailed texture",
185
+ "Closeup of blonde woman depth of field, bokeh, shallow focus, minimalism, fujifilm xh2s with Canon EF lens, cinematic --ar 85:128 --v 6.0 --style raw"
186
  ]
187
 
188
  css = '''