From 6551e20e0fad30b305a044685830270b053822a7 Mon Sep 17 00:00:00 2001 From: Michal Kielan Date: Wed, 15 May 2024 00:25:08 +0200 Subject: [PATCH 1/2] Give entrypoint.sh executable permission --- entrypoint.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 entrypoint.sh diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 From 1a74316f01cac66d9836c5dca02c271d997fed7b Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Tue, 13 Aug 2024 10:37:45 +0200 Subject: [PATCH 2/2] Update sd_concepts_library_downloader.py --- scripts/sd_concepts_library_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)):