linoyts HF staff commited on
Commit
af14de1
·
verified ·
1 Parent(s): 1070246

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -115,7 +115,7 @@ based on the implementations of [@raven38](https://github.com/raven38) & [@DarkM
115
  info = "decrease to enhace fidelity to original image",
116
  minimum=0.0,
117
  maximum=1.0,
118
- step=0.1,
119
  value=0.,
120
  )
121
  stop_timestep = gr.Slider(
@@ -123,7 +123,7 @@ based on the implementations of [@raven38](https://github.com/raven38) & [@DarkM
123
  info = "increase to enhace fidelity to original image",
124
  minimum=0.0,
125
  maximum=1.0,
126
- step=0.1,
127
  value=0.7,
128
  )
129
  eta = gr.Slider(
@@ -131,7 +131,7 @@ based on the implementations of [@raven38](https://github.com/raven38) & [@DarkM
131
  info = "lower eta to ehnace the edits",
132
  minimum=0.0,
133
  maximum=1.0,
134
- step=0.1,
135
  value=0.9,
136
  )
137
 
@@ -165,7 +165,7 @@ based on the implementations of [@raven38](https://github.com/raven38) & [@DarkM
165
  info = "increase gamma to enhance realism",
166
  minimum=0.0,
167
  maximum=1.0,
168
- step=0.1,
169
  value=0.5,
170
  )
171
  num_inversion_steps = gr.Slider(
 
115
  info = "decrease to enhace fidelity to original image",
116
  minimum=0.0,
117
  maximum=1.0,
118
+ step=0.01,
119
  value=0.,
120
  )
121
  stop_timestep = gr.Slider(
 
123
  info = "increase to enhace fidelity to original image",
124
  minimum=0.0,
125
  maximum=1.0,
126
+ step=0.01,
127
  value=0.7,
128
  )
129
  eta = gr.Slider(
 
131
  info = "lower eta to ehnace the edits",
132
  minimum=0.0,
133
  maximum=1.0,
134
+ step=0.01,
135
  value=0.9,
136
  )
137
 
 
165
  info = "increase gamma to enhance realism",
166
  minimum=0.0,
167
  maximum=1.0,
168
+ step=0.01,
169
  value=0.5,
170
  )
171
  num_inversion_steps = gr.Slider(