Krebzonide commited on
Commit
0693c88
·
1 Parent(s): 686e886

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def generate(prompt, samp_steps, seed, progress=gr.Progress(track_tqdm=True)):
30
  upscaled_image,
31
  num_inference_steps=int(samp_steps*2),
32
  guidance_scale=5,
33
- strength=0.5,
34
  generator=torch.manual_seed(seed),
35
  ).images[0]
36
  return [final_image], seed
 
30
  upscaled_image,
31
  num_inference_steps=int(samp_steps*2),
32
  guidance_scale=5,
33
+ strength=0.8,
34
  generator=torch.manual_seed(seed),
35
  ).images[0]
36
  return [final_image], seed