Yaron Koresh commited on
Commit
1bb542e
·
verified ·
1 Parent(s): 4a68766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -90,16 +90,16 @@ def Piper(_do,_dont):
90
  height=320,
91
  width=480,
92
  negative_prompt=_dont,
93
- num_inference_steps=100,
94
  guidance_scale=4
95
  )
96
 
97
  def infer(prompt_en,prompt2_en):
98
  name = generate_random_string(12)+".png"
99
  if prompt_en == "":
100
- _do = 'natural sharp light vivid vintage coloring, amazing while also reasonable and realistic scene'
101
  else:
102
- _do = f'natural sharp light vivid vintage coloring, amazing while also reasonable and realistic { prompt_en } scene'
103
  if prompt2_en == "":
104
  _dont = 'smooth texture, fictional proportions, blurred content, distorted items, deformed palms, logos and signs, texts and prints'
105
  else:
 
90
  height=320,
91
  width=480,
92
  negative_prompt=_dont,
93
+ num_inference_steps=60,
94
  guidance_scale=4
95
  )
96
 
97
  def infer(prompt_en,prompt2_en):
98
  name = generate_random_string(12)+".png"
99
  if prompt_en == "":
100
+ _do = 'natural dark muted vintage coloring, amazing scene, reasonable proportions, realistic presentation, highly detailed'
101
  else:
102
+ _do = f'photographed { prompt_en }, natural dark muted vintage coloring, amazing scene, reasonable proportions, realistic presentation, highly detailed'
103
  if prompt2_en == "":
104
  _dont = 'smooth texture, fictional proportions, blurred content, distorted items, deformed palms, logos and signs, texts and prints'
105
  else: