mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
small url fix (#1551)
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
version = '2.1.854'
|
version = '2.1.855'
|
||||||
|
|||||||
@@ -277,9 +277,10 @@ def worker():
|
|||||||
inpaint_image = HWC3(inpaint_image)
|
inpaint_image = HWC3(inpaint_image)
|
||||||
if isinstance(inpaint_image, np.ndarray) and isinstance(inpaint_mask, np.ndarray) \
|
if isinstance(inpaint_image, np.ndarray) and isinstance(inpaint_mask, np.ndarray) \
|
||||||
and (np.any(inpaint_mask > 127) or len(outpaint_selections) > 0):
|
and (np.any(inpaint_mask > 127) or len(outpaint_selections) > 0):
|
||||||
|
progressbar(async_task, 1, 'Downloading upscale models ...')
|
||||||
|
modules.config.downloading_upscale_model()
|
||||||
if inpaint_parameterized:
|
if inpaint_parameterized:
|
||||||
progressbar(async_task, 1, 'Downloading inpainter ...')
|
progressbar(async_task, 1, 'Downloading inpainter ...')
|
||||||
modules.config.downloading_upscale_model()
|
|
||||||
inpaint_head_model_path, inpaint_patch_model_path = modules.config.downloading_inpaint_models(
|
inpaint_head_model_path, inpaint_patch_model_path = modules.config.downloading_inpaint_models(
|
||||||
advanced_parameters.inpaint_engine)
|
advanced_parameters.inpaint_engine)
|
||||||
base_model_additional_loras += [(inpaint_patch_model_path, 1.0)]
|
base_model_additional_loras += [(inpaint_patch_model_path, 1.0)]
|
||||||
|
|||||||
Reference in New Issue
Block a user