diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 diff --git a/scripts/sd_concepts_library_downloader.py b/scripts/sd_concepts_library_downloader.py index 367fcb998..d2a9d737b 100644 --- a/scripts/sd_concepts_library_downloader.py +++ b/scripts/sd_concepts_library_downloader.py @@ -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)):