mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-07-10 03:16:49 +02:00
Trim lines
This commit is contained in:
@ -200,7 +200,7 @@ def getModels():
|
||||
scan=scan_directory(entry.path, suffixes, directoriesFirst=False)
|
||||
|
||||
if len(scan) != 0:
|
||||
tree.append( (entry.name, scan ) )
|
||||
tree.append( (entry.name, scan ) )
|
||||
return tree
|
||||
|
||||
def listModels(model_type):
|
||||
|
Reference in New Issue
Block a user