using global sigmas for better results

This commit is contained in:
lvmin
2023-10-14 06:06:34 -07:00
parent e27383c07f
commit b3d662054f
4 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -177,7 +177,7 @@ def worker():
loras += [(inpaint_patch_model_path, 1.0)]
print(f'[Inpaint] Current inpaint model is {inpaint_patch_model_path}')
goals.append('inpaint')
sampler_name = 'dpmpp_fooocus_2m_sde_inpaint_seamless'
sampler_name = 'dpmpp_2m_sde_gpu' # only support the patched dpmpp_2m_sde_gpu
if current_tab == 'ip' or \
advanced_parameters.mixing_image_prompt_and_inpaint or \
advanced_parameters.mixing_image_prompt_and_vary_upscale: