Skip to content

Commit

Permalink
fix: exit(1) on compvis model dl failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Oct 2, 2024
1 parent 607b476 commit cb5894d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions horde_worker_regen/download_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,5 +171,6 @@ def download_all_models(

if any_compvis_model_failed_to_download:
logger.error("Failed to download all models.")
exit(1)
else:
logger.success("Downloaded all compvis (Stable Diffusion) models.")

0 comments on commit cb5894d

Please sign in to comment.