feat: expand Voyeur soft cues for condom, masturbation, and gestures
637d2d6
DinamushCursorcommited on
feat: add nested Voyeur soft taxonomy with theme precedence
8d06786
DinamushCursorcommited on
feat: improve taxonomy routing and restore scaled media sampling
206dd37
DinamushCursorcommited 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
Enhance media preview functionality in backend API. Introduce caching for JPEG stills from GIFs and videos to improve performance under load. Update preview endpoint to support raw media serving and adjust response handling for inline display. Modify frontend to reflect changes in media preview handling and improve UI for video indicators. Add tests to ensure proper functionality for GIF and MP4 previews.
d6d30b0
Dinamushcommited on
Add real_life taxonomy bucket backed by WD realism probe.
24dd68d
DinamushCursorcommited on
Fix GIF/video preview and classify with length-scaled multi-frame sampling.
3ad5195
DinamushCursorcommited on
Speed up WD inference with real batching and harden reclassify cancel/retry.
4cba0b8
DinamushCursorcommited on
Refactor message formatting in backend API for run status updates. Update message strings in start_run and reclassify_run functions to use f-strings for improved readability and consistency.
2b5da46
Dinamushcommited 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
Update taxonomy.json to expand categories and improve evidence handling. Introduce new categories for 'NTR', 'incest', 'nakadashi', and 'monster_girl', along with updated aliases and ignore lists. Adjust priorities for existing categories and enhance tests in test_taxonomy.py to validate new folder routes and evidence logic.
293f222
Dinamushcommited on
Refactor tagging logic in backend API and services. Replace choose_best_tags with choose_best_destination for improved tag selection. Integrate taxonomy resolution for folder names in save_settings and discover_tag_folders functions, enhancing tag mapping accuracy. Update relevant imports and ensure consistency in tag handling.
06ceaf9
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.
1c00baf
Dinamushcommited on
Document multi-model tagging, assignment rules, and updated UI workflow.