prithivMLmods commited on
Commit
68ef240
·
verified ·
1 Parent(s): 7de32ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -422,7 +422,7 @@ def generate(
422
  examples = [
423
  "Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic oil --ar 2:3 --q 2 --s 750 --v 5",
424
  "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)",
425
- "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4k hdr, --raw",
426
  "Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw",
427
  "1boy, male focus, yuuki makoto (persona 3), persona 3, black jacket, white shirt, long sleeves, closed mouth, glowing eyes, gun, hair over one eye, holding gun, handgun, looking at viewer, solo, upper body",
428
  "Super Realism, High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250"
@@ -448,7 +448,7 @@ h1 {
448
  }
449
  '''
450
 
451
- title = """<h1 align="center">IMAGINEO-4K : SDXL</h1>
452
  <p><center>
453
  <a href="https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning" target="_blank">[Lightning 4]</a>
454
  <a href="https://huggingface.co/SG161222/RealVisXL_V5.0_Lightning" target="_blank">[Lightning 5]</a>
@@ -464,10 +464,10 @@ with gr.Blocks(css=css) as demo:
464
  label="Prompt",
465
  show_label=False,
466
  max_lines=1,
467
- placeholder="Enter your prompt :/",
468
  container=False,
469
  )
470
- run_button = gr.Button("Generate Image As ( 1024 x 1024 ) 🪧", scale=0, elem_classes="submit-btn")
471
 
472
  with gr.Row(visible=True):
473
  model_selection = gr.Dropdown(
 
422
  examples = [
423
  "Chocolate dripping from a donut against a yellow background, in the style of brocore, hyper-realistic oil --ar 2:3 --q 2 --s 750 --v 5",
424
  "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)",
425
+ "Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4k hdr, -- raw, sunset light filter",
426
  "Food photography of a milk shake with flying strawberrys against a pink background, professionally studio shot with cinematic lighting. The image is in the style of a professional studio shot --ar 85:128 --v 6.0 --style raw",
427
  "1boy, male focus, yuuki makoto (persona 3), persona 3, black jacket, white shirt, long sleeves, closed mouth, glowing eyes, gun, hair over one eye, holding gun, handgun, looking at viewer, solo, upper body",
428
  "Super Realism, High-resolution photograph, woman, UHD, photorealistic, shot on a Sony A7III --chaos 20 --ar 1:2 --style raw --stylize 250"
 
448
  }
449
  '''
450
 
451
+ title = """<h1 align="center">IMAGINEO 4K : SDXL 🔥</h1>
452
  <p><center>
453
  <a href="https://huggingface.co/SG161222/RealVisXL_V4.0_Lightning" target="_blank">[Lightning 4]</a>
454
  <a href="https://huggingface.co/SG161222/RealVisXL_V5.0_Lightning" target="_blank">[Lightning 5]</a>
 
464
  label="Prompt",
465
  show_label=False,
466
  max_lines=1,
467
+ placeholder="Enter your prompt",
468
  container=False,
469
  )
470
+ run_button = gr.Button("Generate Image As ( 1024 x 1024 ) 🧤", scale=0, elem_classes="submit-btn")
471
 
472
  with gr.Row(visible=True):
473
  model_selection = gr.Dropdown(