Commit adbd26a6 authored by DepFA's avatar DepFA Committed by AUTOMATIC1111

add missing s_tmax

parent 48d5796f
......@@ -38,9 +38,9 @@ samplers = [
samplers_for_img2img = [x for x in samplers if x.name != 'PLMS']
sampler_extra_params = {
'sample_euler':['s_churn','s_tmin','s_noise'],
'sample_heun' :['s_churn','s_tmin','s_noise'],
'sample_dpm_2':['s_churn','s_tmin','s_noise'],
'sample_euler':['s_churn','s_tmin','s_tmax','s_noise'],
'sample_heun' :['s_churn','s_tmin','s_tmax','s_noise'],
'sample_dpm_2':['s_churn','s_tmin','s_tmax','s_noise'],
}
def setup_img2img_steps(p, steps=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment