mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2025-01-05 20:28:01 +03:00
Merge dev to master (#1832)
This commit is contained in:
commit
d88fa9e8c4
0
entrypoint.sh
Normal file → Executable file
0
entrypoint.sh
Normal file → Executable 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)):
|
||||
|
Loading…
Reference in New Issue
Block a user