Fix format (#1115)

This commit is contained in:
Angelos Katharopoulos 2024-11-20 16:15:53 -08:00 committed by GitHub
parent 60c7b80350
commit 042280ce50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ if __name__ == "__main__":
cfg_weight=args.cfg, cfg_weight=args.cfg,
num_steps=args.steps, num_steps=args.steps,
negative_text=args.negative_prompt, negative_text=args.negative_prompt,
seed=args.seed seed=args.seed,
) )
for x_t in tqdm(latents, total=int(args.steps * args.strength)): for x_t in tqdm(latents, total=int(args.steps * args.strength)):
mx.eval(x_t) mx.eval(x_t)