add missing s_tmax
This commit is contained in:
parent
48d5796f0d
commit
adbd26a68f
|
@ -38,9 +38,9 @@ samplers = [
|
||||||
samplers_for_img2img = [x for x in samplers if x.name != 'PLMS']
|
samplers_for_img2img = [x for x in samplers if x.name != 'PLMS']
|
||||||
|
|
||||||
sampler_extra_params = {
|
sampler_extra_params = {
|
||||||
'sample_euler':['s_churn','s_tmin','s_noise'],
|
'sample_euler':['s_churn','s_tmin','s_tmax','s_noise'],
|
||||||
'sample_heun' :['s_churn','s_tmin','s_noise'],
|
'sample_heun' :['s_churn','s_tmin','s_tmax','s_noise'],
|
||||||
'sample_dpm_2':['s_churn','s_tmin','s_noise'],
|
'sample_dpm_2':['s_churn','s_tmin','s_tmax','s_noise'],
|
||||||
}
|
}
|
||||||
|
|
||||||
def setup_img2img_steps(p, steps=None):
|
def setup_img2img_steps(p, steps=None):
|
||||||
|
|
Loading…
Reference in New Issue