mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-12 01:09:28 +02:00
Merge pull request #1173 from JeLuF/patch-20
Add "Start scanning..." to getModels()
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user