From 1a74316f01cac66d9836c5dca02c271d997fed7b Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Tue, 13 Aug 2024 10:37:45 +0200 Subject: [PATCH] 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)):