LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
frontend/LICENSE
frontend/package-lock.json
frontend/package.json
pixlstash/LICENSE
pixlstash/__init__.py
pixlstash/alembic.ini
pixlstash/app.py
pixlstash/auth.py
pixlstash/database.py
pixlstash/event_types.py
pixlstash/image_loading_dataset_prepper.py
pixlstash/picture_scoring.py
pixlstash/picture_tagger.py
pixlstash/pixl_logging.py
pixlstash/server.py
pixlstash/stacking.py
pixlstash/startup_checks.py
pixlstash/task_runner.py
pixlstash/vault.py
pixlstash/work_planner.py
pixlstash.egg-info/PKG-INFO
pixlstash.egg-info/SOURCES.txt
pixlstash.egg-info/dependency_links.txt
pixlstash.egg-info/entry_points.txt
pixlstash.egg-info/requires.txt
pixlstash.egg-info/top_level.txt
pixlstash/data/anchors/builtin_bad.npy
pixlstash/data/anchors/builtin_good.npy
pixlstash/data/comfyui-workflows/built-in/Flux2-Klein-Image-Edit.json
pixlstash/data/comfyui-workflows/built-in/Flux2-Klein-t2i.json
pixlstash/data/comfyui-workflows/built-in/Upscale-2x-RealESRGAN.json
pixlstash/db_models/__init__.py
pixlstash/db_models/character.py
pixlstash/db_models/deleted_file_log.py
pixlstash/db_models/face.py
pixlstash/db_models/import_folder.py
pixlstash/db_models/metadata.py
pixlstash/db_models/picture.py
pixlstash/db_models/picture_likeness.py
pixlstash/db_models/picture_project.py
pixlstash/db_models/picture_set.py
pixlstash/db_models/picture_stack.py
pixlstash/db_models/project.py
pixlstash/db_models/quality.py
pixlstash/db_models/reference_folder.py
pixlstash/db_models/tag.py
pixlstash/db_models/tag_prediction.py
pixlstash/db_models/user.py
pixlstash/db_models/user_token.py
pixlstash/frontend/dist/Empty.png
pixlstash/frontend/dist/EmptyTrash.png
pixlstash/frontend/dist/Logo.png
pixlstash/frontend/dist/favicon.ico
pixlstash/frontend/dist/index.html
pixlstash/frontend/dist/vite.svg
pixlstash/frontend/dist/assets/PressStart2P-Regular-DogiNJoF.ttf
pixlstash/frontend/dist/assets/index-D8OG_l-1.js
pixlstash/frontend/dist/assets/index-DZbhE1G0.css
pixlstash/frontend/dist/assets/materialdesignicons-webfont-B7mPwVP_.ttf
pixlstash/frontend/dist/assets/materialdesignicons-webfont-CSr8KVlo.eot
pixlstash/frontend/dist/assets/materialdesignicons-webfont-Dp5v-WZN.woff2
pixlstash/frontend/dist/assets/materialdesignicons-webfont-PXm3-2wK.woff
pixlstash/image_plugins/__init__.py
pixlstash/image_plugins/base.py
pixlstash/image_plugins/registry.py
pixlstash/image_plugins/service.py
pixlstash/image_plugins/built-in/blur_sharpen.py
pixlstash/image_plugins/built-in/brightness_contrast.py
pixlstash/image_plugins/built-in/colour_filter.py
pixlstash/image_plugins/built-in/pixelate.py
pixlstash/image_plugins/built-in/plugin_template.py
pixlstash/image_plugins/built-in/rotate.py
pixlstash/image_plugins/built-in/scaling.py
pixlstash/migrations/env.py
pixlstash/migrations/script.py.mako
pixlstash/migrations/versions/0001_baseline.py
pixlstash/migrations/versions/0002_add_text_score.py
pixlstash/migrations/versions/0003_add_original_file_name.py
pixlstash/migrations/versions/0004_add_comfyui_fields.py
pixlstash/migrations/versions/0005_add_projects.py
pixlstash/migrations/versions/0006_add_attachment_url.py
pixlstash/migrations/versions/0007_add_picture_project_id.py
pixlstash/migrations/versions/0008_add_compact_mode.py
pixlstash/migrations/versions/0009_add_picture_project_membership.py
pixlstash/migrations/versions/0010_project_name_uniqueness.py
pixlstash/migrations/versions/0011_pictureset_name_uniqueness.py
pixlstash/migrations/versions/0012_character_name_uniqueness.py
pixlstash/migrations/versions/0013_tag_prediction.py
pixlstash/migrations/versions/0014_tag_prediction_composite_index.py
pixlstash/migrations/versions/0015_tag_prediction_model_version_rename.py
pixlstash/migrations/versions/0016_tag_prediction_confirm_applied.py
pixlstash/migrations/versions/0017_anomaly_tag_uncertainty.py
pixlstash/migrations/versions/0018_anomaly_tag_uncertainty_disagreement.py
pixlstash/migrations/versions/0019_pending_character_id.py
pixlstash/migrations/versions/0020_source_picture_id.py
pixlstash/migrations/versions/0021_tagger_enabled_flags.py
pixlstash/migrations/versions/0022_add_check_for_updates.py
pixlstash/migrations/versions/0023_add_show_keyboard_hint.py
pixlstash/migrations/versions/0024_add_deleted_file_log.py
pixlstash/migrations/versions/0025_add_reference_folders.py
pixlstash/migrations/versions/0026_add_caption_file_and_sync_captions.py
pixlstash/migrations/versions/0027_add_caption_file_mtime.py
pixlstash/migrations/versions/0028_add_smart_score.py
pixlstash/migrations/versions/0029_add_import_excluded_to_picture.py
pixlstash/migrations/versions/0030_add_import_folders.py
pixlstash/migrations/versions/0031_migrate_watch_folders_to_import_folder.py
pixlstash/routes/__init__.py
pixlstash/routes/characters.py
pixlstash/routes/comfyui.py
pixlstash/routes/config.py
pixlstash/routes/filesystem.py
pixlstash/routes/import_folders.py
pixlstash/routes/picture_sets.py
pixlstash/routes/pictures.py
pixlstash/routes/projects.py
pixlstash/routes/reference_folders.py
pixlstash/routes/stacks.py
pixlstash/routes/tag_predictions.py
pixlstash/routes/tags.py
pixlstash/tasks/__init__.py
pixlstash/tasks/base_task.py
pixlstash/tasks/base_task_finder.py
pixlstash/tasks/comfyui_extraction_task.py
pixlstash/tasks/description_task.py
pixlstash/tasks/face_extraction_task.py
pixlstash/tasks/face_quality_task.py
pixlstash/tasks/image_embedding_task.py
pixlstash/tasks/likeness_parameters_task.py
pixlstash/tasks/likeness_task.py
pixlstash/tasks/missing_comfyui_extraction_finder.py
pixlstash/tasks/missing_description_finder.py
pixlstash/tasks/missing_face_extraction_finder.py
pixlstash/tasks/missing_face_quality_finder.py
pixlstash/tasks/missing_file_purge_finder.py
pixlstash/tasks/missing_file_purge_task.py
pixlstash/tasks/missing_image_embedding_finder.py
pixlstash/tasks/missing_likeness_finder.py
pixlstash/tasks/missing_likeness_parameters_finder.py
pixlstash/tasks/missing_quality_finder.py
pixlstash/tasks/missing_smart_score_finder.py
pixlstash/tasks/missing_source_face_likeness_finder.py
pixlstash/tasks/missing_tag_finder.py
pixlstash/tasks/missing_tag_prediction_finder.py
pixlstash/tasks/missing_text_embedding_finder.py
pixlstash/tasks/missing_watch_folder_import_finder.py
pixlstash/tasks/quality_task.py
pixlstash/tasks/reference_folder_scan_finder.py
pixlstash/tasks/reference_folder_scan_task.py
pixlstash/tasks/smart_score_task.py
pixlstash/tasks/source_face_likeness_task.py
pixlstash/tasks/tag_prediction_task.py
pixlstash/tasks/tag_task.py
pixlstash/tasks/task_type.py
pixlstash/tasks/text_embedding_task.py
pixlstash/tasks/watch_folder_import_task.py
pixlstash/utils/__init__.py
pixlstash/utils/caption_file_utils.py
pixlstash/utils/comfyui_utilities.py
pixlstash/utils/face_tags.py
pixlstash/utils/path_mapper.py
pixlstash/utils/rate_limiter.py
pixlstash/utils/reference_folder_validator.py
pixlstash/utils/reference_folder_watcher.py
pixlstash/utils/image_processing/__init__.py
pixlstash/utils/image_processing/face_utils.py
pixlstash/utils/image_processing/image_utils.py
pixlstash/utils/image_processing/video_utils.py
pixlstash/utils/likeness/__init__.py
pixlstash/utils/likeness/likeness_parameter_utils.py
pixlstash/utils/likeness/likeness_utils.py
pixlstash/utils/quality/__init__.py
pixlstash/utils/quality/quality_utils.py
pixlstash/utils/quality/smart_score_utils.py
pixlstash/utils/service/__init__.py
pixlstash/utils/service/caption_utils.py
pixlstash/utils/service/config_utils.py
pixlstash/utils/service/export_utils.py
pixlstash/utils/service/path_utils.py
pixlstash/utils/service/serialization_utils.py
pixlstash/utils/service/system_utils.py
pixlstash/utils/service/tag_prediction_utils.py
pixlstash/utils/stack/__init__.py
pixlstash/utils/stack/stack_utils.py
tests/test_api_coverage.py
tests/test_authentication.py
tests/test_backend_order_stability.py
tests/test_characters_api.py
tests/test_clip_text_embedding_similarity.py
tests/test_comfyui_workflow_extraction.py
tests/test_export_api.py
tests/test_face_extraction_speed.py
tests/test_facial_features_worker.py
tests/test_florence.py
tests/test_full_pipeline.py
tests/test_image_embedding_worker.py
tests/test_image_plugins_api.py
tests/test_likeness_worker.py
tests/test_many_to_many_face_data.py
tests/test_migrations.py
tests/test_picture_plugins.py
tests/test_picture_sets.py
tests/test_picture_stack_utils.py
tests/test_projects_api.py
tests/test_quality_task_shutdown.py
tests/test_quality_worker.py
tests/test_rate_limiter.py
tests/test_server.py
tests/test_smart_score_consistency.py
tests/test_ssl_generation.py
tests/test_stacks_api.py
tests/test_stats_api.py
tests/test_tag_predictions_api.py
tests/test_tag_task.py
tests/test_tag_worker.py
tests/test_vram_batch_budget.py
tests/test_watch_folder_worker.py
tests/test_work_planner.py
tests/test_workers_api.py