From 25f423eef86cd1f376821fd6e59e1135121994b6 Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Sun, 8 Dec 2024 22:58:26 -0800 Subject: [PATCH] Remove the message with the missing filename --- 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.")