mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 00:03:20 +01:00
Merge pull request #1173 from JeLuF/patch-20
Add "Start scanning..." to getModels()
This commit is contained in:
commit
b204b02b05
@ -245,6 +245,7 @@ def getModels():
|
||||
except MaliciousModelException as e:
|
||||
models["scan-error"] = e
|
||||
|
||||
log.info(f"[green]Scanning all model folders for models...[/]")
|
||||
# custom models
|
||||
listModels(model_type="stable-diffusion")
|
||||
listModels(model_type="vae")
|
||||
|
Loading…
Reference in New Issue
Block a user