hsuwill000 commited on
Commit
55c2342
·
verified ·
1 Parent(s): 3587027

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -64,8 +64,8 @@ def infer(prompt,negative_prompt):
64
  negative_prompt = negative_prompt,
65
  width = WIDTH,
66
  height = HIGH,
67
- guidance_scale=1.0,
68
- num_inference_steps=6,
69
  num_images_per_prompt=1,
70
  ).images[0]
71
 
@@ -93,7 +93,7 @@ with gr.Blocks(css=css) as demo:
93
 
94
  with gr.Column(elem_id="col-container"):
95
  gr.Markdown(f"""
96
- # Koji_v2.1_diffusers-openvino {WIDTH}x{HIGH}
97
  Currently running on {power_device}.
98
  """)
99
 
 
64
  negative_prompt = negative_prompt,
65
  width = WIDTH,
66
  height = HIGH,
67
+ guidance_scale=7.5,
68
+ num_inference_steps=30,
69
  num_images_per_prompt=1,
70
  ).images[0]
71
 
 
93
 
94
  with gr.Column(elem_id="col-container"):
95
  gr.Markdown(f"""
96
+ # AbsoluteReality-openvino-8bit {WIDTH}x{HIGH}
97
  Currently running on {power_device}.
98
  """)
99