From d1b4557d2ef22e327dbe2c4d677b3da5a9f2bd23 Mon Sep 17 00:00:00 2001 From: Fabio Date: Mon, 19 Aug 2024 21:23:32 +0200 Subject: [PATCH] small fix to main --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 552b9f2..3320690 100644 --- a/main.py +++ b/main.py @@ -28,7 +28,7 @@ def main(): flux = Flux1("black-forest-labs/FLUX.1-schnell", max_sequence_length=args.max_sequence_length) image = flux.generate_image( - seed=args.seed, + seed=seed, prompt=args.prompt, config=Config( num_inference_steps=args.steps,