fix: exclude anima tests from pytest

This commit is contained in:
kohya-ss
2026-02-08 10:36:33 +09:00
parent 402c468082
commit 65637517e8
2 changed files with 1 additions and 1 deletions

View File

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