remove simplify (#379)

This commit is contained in:
Awni Hannun
2024-01-26 13:54:49 -08:00
committed by GitHub
parent 0b57f0eae6
commit 5aa652d3c2
6 changed files with 6 additions and 17 deletions

View File

@@ -50,8 +50,6 @@ if __name__ == "__main__":
negative_text=args.negative_prompt,
)
for x_t in tqdm(latents, total=int(args.steps * args.strength)):
mx.simplify(x_t)
mx.simplify(x_t)
mx.eval(x_t)
# Decode them into images

View File

@@ -34,8 +34,6 @@ if __name__ == "__main__":
negative_text=args.negative_prompt,
)
for x_t in tqdm(latents, total=args.steps):
mx.simplify(x_t)
mx.simplify(x_t)
mx.eval(x_t)
# Decode them into images