Merge dev to master (#1832)

This commit is contained in:
Thomas Mello 2024-08-14 18:03:33 +03:00 committed by GitHub
commit d88fa9e8c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

0
entrypoint.sh Normal file → Executable file
View File

View File

@ -32,7 +32,7 @@ models = []
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)):