Files
Kohya-ss-sd-scripts/library
rockerBOO 8458a5696e Add graceful fallback when FAISS is not installed
- Make FAISS import optional with try/except
- CDCPreprocessor raises helpful ImportError if FAISS unavailable
- train_util.py catches ImportError and returns None
- train_network.py checks for None and warns user
- Training continues without CDC-FM if FAISS not installed
- Remove benchmark file (not needed in repo)

This allows users to run training without FAISS dependency.
CDC-FM will be automatically disabled with a warning if FAISS is missing.
2025-10-09 23:50:07 -04:00
..
2025-06-13 16:25:16 +03:00
2025-04-24 11:26:36 +08:00
2025-09-29 21:02:02 +09:00