Skip to content

Commit

Permalink
fix: download loras concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Mar 4, 2024
1 parent c1c596a commit ca54615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde_worker_regen/process_management/inference_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def download_aux_models(self, job_info: ImageGenerateJobPopResponse) -> float |
)
performed_a_download = True
lora_manager.fetch_adhoc_lora(lora_entry.name, timeout=45, is_version=lora_entry.is_version)
lora_manager.wait_for_downloads(45)
lora_manager.wait_for_downloads(45)

time_elapsed = round(time.time() - time_start, 2)

Expand Down

0 comments on commit ca54615

Please sign in to comment.