mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore: sync, lint & update
This commit is contained in:
parent
c5b9c8fc3a
commit
a9fafad5b5
@ -294,11 +294,12 @@ def download_realesrgan():
|
||||
def download_lama():
|
||||
logger.info("Installing lama infill model")
|
||||
download_with_progress_bar(
|
||||
'https://github.com/Sanster/models/releases/download/add_big_lama/big-lama.pt',
|
||||
config.models_path / 'core/misc/lama/lama.pt',
|
||||
'lama infill model'
|
||||
"https://github.com/Sanster/models/releases/download/add_big_lama/big-lama.pt",
|
||||
config.models_path / "core/misc/lama/lama.pt",
|
||||
"lama infill model",
|
||||
)
|
||||
|
||||
|
||||
|
||||
# ---------------------------------------------
|
||||
def download_support_models():
|
||||
download_realesrgan()
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user