From ed91bbc4dcf2734203c5302e2cfd1c5a10daa2e2 Mon Sep 17 00:00:00 2001 From: Peter Sibley Date: Mon, 9 Dec 2024 02:01:53 -0500 Subject: [PATCH] Fix final message at end of flux training (#1143) --- flux/dreambooth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flux/dreambooth.py b/flux/dreambooth.py index ffdb02d7..f82178b9 100644 --- a/flux/dreambooth.py +++ b/flux/dreambooth.py @@ -289,4 +289,4 @@ if __name__ == "__main__": tic = time.time() save_adapters("final_adapters.safetensors", flux, args) - print(f"Training successful. Saved final weights to {args.adapter_file}.") + print("Training successful.")