Skip to content

Commit

Permalink
infer bug修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassi-Ki committed Feb 26, 2024
1 parent 6515d59 commit 26dd90b
Show file tree
Hide file tree
Showing 5 changed files with 133 additions and 68 deletions.
2 changes: 1 addition & 1 deletion extensions/sd_EasyPhoto/scripts/easyphoto_down.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def check_files_exists_and_download(check_hash, download_mode="base"):
if exist_flag:
continue

ep_logger.info(f"Start Downloading: {url}")
# ep_logger.info(f"Start Downloading: {url}")
os.makedirs(os.path.dirname(filename[0]), exist_ok=True)
urldownload_progressbar(url, filename[0])

Expand Down
Loading

0 comments on commit 26dd90b

Please sign in to comment.