mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 16:24:33 +02:00
implement new training master script
This commit is contained in:
@@ -432,7 +432,7 @@ def process_file(f: str, dst: str = None, preview: bool = False, offline: bool =
|
||||
if params.keep_original:
|
||||
resized = save_original(image)
|
||||
fn = save(resized, f, 'original')
|
||||
log.info({ 'keep original': fn })
|
||||
log.info({ 'original': fn })
|
||||
|
||||
image.close()
|
||||
return i, metadata
|
||||
|
||||
Reference in New Issue
Block a user