mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-15 08:36:41 +00:00
Update anima_minimal_inference.py
Remove unused code. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user