mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 14:52:31 +03:00
fix: sampler name in GoBig #988
This commit is contained in:
parent
008af2d8ff
commit
d6f4796c35
@ -1779,7 +1779,7 @@ def imgproc(image,image_batch,imgproc_prompt,imgproc_toggles, imgproc_upscale_to
|
||||
elif sampler_name == 'k_dpm_2_a':
|
||||
sampler = KDiffusionSampler(model,'dpm_2_ancestral')
|
||||
elif sampler_name == 'k_dpm_2':
|
||||
sampler_name = KDiffusionSampler(model,'dpm_2')
|
||||
sampler = KDiffusionSampler(model,'dpm_2')
|
||||
elif sampler_name == 'k_euler_a':
|
||||
sampler = KDiffusionSampler(model,'euler_ancestral')
|
||||
elif sampler_name == 'k_euler':
|
||||
|
Loading…
Reference in New Issue
Block a user