Skip to content

Commit a9fafad

Browse files
chore: sync, lint & update
1 parent c5b9c8f commit a9fafad

File tree

2 files changed

+63
-16
lines changed

2 files changed

+63
-16
lines changed

invokeai/backend/install/invokeai_configure.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,12 @@ def download_realesrgan():
294294
def download_lama():
295295
logger.info("Installing lama infill model")
296296
download_with_progress_bar(
297-
'https://github.com/Sanster/models/releases/download/add_big_lama/big-lama.pt',
298-
config.models_path / 'core/misc/lama/lama.pt',
299-
'lama infill model'
297+
"https://github.com/Sanster/models/releases/download/add_big_lama/big-lama.pt",
298+
config.models_path / "core/misc/lama/lama.pt",
299+
"lama infill model",
300300
)
301-
301+
302+
302303
# ---------------------------------------------
303304
def download_support_models():
304305
download_realesrgan()

0 commit comments

Comments
 (0)