From 29983f5ac3f7e2d0dcce5605cde659b97eaf9ca3 Mon Sep 17 00:00:00 2001 From: "Kohya S." <52813779+kohya-ss@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:37:10 +0900 Subject: [PATCH] Update anima_minimal_inference.py Remove unused code. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- anima_minimal_inference.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/anima_minimal_inference.py b/anima_minimal_inference.py index 37e0cd4e..1865e3f3 100644 --- a/anima_minimal_inference.py +++ b/anima_minimal_inference.py @@ -1024,9 +1024,6 @@ def main(): # For single mode, precomputed data is None, shared_models is None. # generate will load all necessary models (Text Encoders, DiT). latent = generate(args, gen_settings) - # print(f"Generated latent shape: {latent.shape}") - # if args.save_merged_model: - # return clean_memory_on_device(device)