chenyangqi commited on
Commit
835a416
1 Parent(s): c261533

15 timestep

Browse files
Files changed (2) hide show
  1. app_fatezero.py +1 -1
  2. example.py +1 -1
app_fatezero.py CHANGED
@@ -203,7 +203,7 @@ with gr.Blocks(css='style.css') as demo:
203
  minimum=0,
204
  maximum=30,
205
  step=1,
206
- value=10)
207
  guidance_scale = gr.Slider(label='CFG Scale',
208
  minimum=0,
209
  maximum=50,
203
  minimum=0,
204
  maximum=30,
205
  step=1,
206
+ value=15)
207
  guidance_scale = gr.Slider(label='CFG Scale',
208
  minimum=0,
209
  maximum=50,
example.py CHANGED
@@ -1,4 +1,4 @@
1
- num_steps = 30
2
  style_example = [
3
  [
4
  'CompVis/stable-diffusion-v1-4',
1
+ num_steps = 15
2
  style_example = [
3
  [
4
  'CompVis/stable-diffusion-v1-4',