mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-07 03:17:05 +08:00
fix ruff error
This commit is contained in:
parent
f4f6296183
commit
a81acacb2a
@ -135,7 +135,7 @@ class StableDiffusionDiffusersModel(GenericDiffusersLoader):
|
||||
raise Exception(
|
||||
f"No configuration template known for base={config.base}, prediction_type={config.prediction_type}"
|
||||
) from e
|
||||
|
||||
|
||||
# Without SilenceWarnings we get log messages like this:
|
||||
# site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
|
||||
# warnings.warn(
|
||||
|
Loading…
Reference in New Issue
Block a user