diff --git a/tests/test_anima_cache.py b/tests/manual_test_anima_cache.py similarity index 99% rename from tests/test_anima_cache.py rename to tests/manual_test_anima_cache.py index 1684eb53..880406f4 100644 --- a/tests/test_anima_cache.py +++ b/tests/manual_test_anima_cache.py @@ -2,7 +2,7 @@ Diagnostic script to test Anima latent & text encoder caching independently. Usage: - python test_anima_cache.py \ + python manual_test_anima_cache.py \ --image_dir /path/to/images \ --qwen3_path /path/to/qwen3 \ --vae_path /path/to/vae.safetensors \ diff --git a/tests/test_anima_real_training.py b/tests/manual_test_anima_real_training.py similarity index 100% rename from tests/test_anima_real_training.py rename to tests/manual_test_anima_real_training.py