Skip to content

Commit

Permalink
chore: ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 14, 2024
1 parent b1c85ff commit 927fef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/frontend/install/model_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def main() -> None:

if not config.models_path.exists():
logger.info("Your InvokeAI root directory is not set up. Calling invokeai-configure.")
sys.argv = ['invokeai_configure','--yes', '--skip-sd-weights']
sys.argv = ["invokeai_configure", "--yes", "--skip-sd-weights"]
from invokeai.frontend.install.invokeai_configure import invokeai_configure

invokeai_configure()
Expand Down

0 comments on commit 927fef0

Please sign in to comment.