chore: drop personal default selected-tags lists from tooling
dc624ae
DinamushCursorcommited on
chore: remove personal paths and album names from tooling
fdb87aa
DinamushCursorcommited on
refactor: rebrand project from Thresh3r to THR3SHR
c47eba8
DinamushCursorcommited on
Add isolated real-life adult tagging domain with local VLM pipeline.
37f94ec
DinamushCursorcommited on
feat: taxonomy catch-alls, scan/migrate fixes, and tag recall/FP benchmarks
df7fff2
DinamushCursorcommited on
fix: stop discarding the ONNX provider probe on every settings save
3658e69
DinamushCursorcommited on
feat: expand taxonomy funnel with act, fallback, and Voyeur sub-folders
c020606
DinamushCursorcommited on
refactor: rename project to Thresh3r and update related documentation
a99f23b
Dinamushcommited on
feat: hybrid real-life filter, review/migrate fixes, and faster media runs
64a2f76
DinamushCursorcommited on
feat: add experimental style gate and refresh taxonomy priorities
004acc0
DinamushCursorcommited on
Add Classifier debug real-life vs anime remote eval.
d783468
DinamushCursorcommited on
Add real_life taxonomy bucket backed by WD realism probe.
24dd68d
DinamushCursorcommited on
Speed up WD inference with real batching and harden reclassify cancel/retry.
4cba0b8
DinamushCursorcommited on
Enhance backend API and frontend components for reclassification and debugging. Introduce new request and response schemas for reclassification, update inference settings, and improve handling of inference modes. Add a debug interface for SFW evaluation and integrate reclassification functionality into the frontend, allowing users to retry with different models. Update styles for better UI presentation and ensure proper environment variable handling during startup.
eac1c63
Dinamushcommited on
Implement destination folder validation in migrate_run function. Add checks to ensure the destination folder exists and is a directory, with appropriate error handling and logging for failed migrations. This enhances the robustness of the migration process by preventing invalid paths from causing issues.
8a42224
Dinamushcommited on
Enhance run management in backend API to support cancellation and directory validation. Implement checks for root and categories directories, ensuring proper error handling for missing or invalid paths. Update run status handling to allow immediate cancellation during execution. Add tests to validate new behavior for run initiation and directory checks.