mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-04 17:13:23 +03:00
Update sd_concepts_library_downloader.py
This commit is contained in:
parent
3ee7f6a46c
commit
1a74316f01
@ -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)):
|
||||
|
Loading…
Reference in New Issue
Block a user