Fix: Use the correct seed variable
This commit is contained in:
parent
801b132667
commit
aeb377d900
2
main.py
2
main.py
@ -27,7 +27,7 @@ def main():
|
|||||||
flux = Flux1Schnell(args.model)
|
flux = Flux1Schnell(args.model)
|
||||||
|
|
||||||
image = flux.generate_image(
|
image = flux.generate_image(
|
||||||
seed=args.seed,
|
seed=seed,
|
||||||
prompt=args.prompt,
|
prompt=args.prompt,
|
||||||
config=Config(
|
config=Config(
|
||||||
num_inference_steps=args.steps,
|
num_inference_steps=args.steps,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user