KingNish commited on
Commit
43225a5
1 Parent(s): 2fbf187

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def king(type ,
90
  generator = torch.Generator().manual_seed(seed)
91
  image = pipe(
92
  prompt = instruction,
93
- guidance_scale = 7,
94
  num_inference_steps = steps,
95
  width = width,
96
  height = height,
 
90
  generator = torch.Generator().manual_seed(seed)
91
  image = pipe(
92
  prompt = instruction,
93
+ guidance_scale = 5,
94
  num_inference_steps = steps,
95
  width = width,
96
  height = height,