Skip to content

Commit

Permalink
Merge dev to master (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
codedealer authored Aug 14, 2024
2 parents 3ee7f6a + c46b722 commit d88fa9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified entrypoint.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion scripts/sd_concepts_library_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def update(self, op_code, cur_count, max_count=None, message=""):
print("Downloading the sd concept library from the huggingface site.")
for model in models_list:
model_content = {}
model_id = model.modelId
model_id = model.id
url = f"https://huggingface.co/{model_id}"
try:
if not os.path.exists(os.path.join("../models/custom", model_id)):
Expand Down

0 comments on commit d88fa9e

Please sign in to comment.