fix progress api

This commit is contained in:
Vladimir Mandic
2024-01-07 08:57:50 -05:00
parent 13b295f525
commit 52d19637d8
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -12,6 +12,7 @@ from modules.paths import script_path, models_path
diffuser_repos = []
def walk(top, onerror:callable=None):
# A near-exact copy of `os.path.walk()`, trimmed slightly. Probably not nessesary for most people's collections, but makes a difference on really large datasets.
nondirs = []