inpaint log (#632)

This commit is contained in:
lllyasviel
2023-10-10 15:28:29 -07:00
committed by GitHub
parent c24be3f886
commit 07a564b779
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -174,6 +174,7 @@ def worker():
progressbar(1, 'Downloading inpainter ...')
inpaint_head_model_path, inpaint_patch_model_path = modules.path.downloading_inpaint_models(advanced_parameters.inpaint_engine)
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'
if current_tab == 'ip' or \