mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-06-23 16:46:52 +08:00
Fix format (#1115)
This commit is contained in:
parent
60c7b80350
commit
042280ce50
@ -95,7 +95,7 @@ if __name__ == "__main__":
|
||||
cfg_weight=args.cfg,
|
||||
num_steps=args.steps,
|
||||
negative_text=args.negative_prompt,
|
||||
seed=args.seed
|
||||
seed=args.seed,
|
||||
)
|
||||
for x_t in tqdm(latents, total=int(args.steps * args.strength)):
|
||||
mx.eval(x_t)
|
||||
|
Loading…
Reference in New Issue
Block a user