Fix: Use the correct seed variable

This commit is contained in:
filipstrand 2024-08-20 11:36:01 +02:00
parent 801b132667
commit aeb377d900

View File

@ -27,7 +27,7 @@ def main():
flux = Flux1Schnell(args.model)
image = flux.generate_image(
seed=args.seed,
seed=seed,
prompt=args.prompt,
config=Config(
num_inference_steps=args.steps,