fix dreambooth style training

This commit is contained in:
Vladimir Mandic
2023-03-05 15:52:11 -05:00
parent 92076efdc3
commit 8ba9716907
12 changed files with 29 additions and 17 deletions
-1
View File
@@ -349,7 +349,6 @@ i = {}
metadata = Map({})
def process_file(f: str, dst: str = None, preview: bool = False, offline: bool = False, txt = None):
def save(img, f, what):
i[what] = i.get(what, 0) + 1
if dst is None: