Update anima_minimal_inference.py

Remove unused code.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Kohya S.
2026-02-11 22:37:10 +09:00
committed by GitHub
parent 07df0e54a0
commit 29983f5ac3

View File

@@ -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)