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/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/worker_config.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/guest_score.py
pixlstash/db_models/guest_session.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/Watermark.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-BGdRo8_V.css
pixlstash/frontend/dist/assets/index-CYh4KjQj.js
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/inference/__init__.py
pixlstash/inference/engine.py
pixlstash/inference/model_lifecycle.py
pixlstash/inference/vram_budget.py
pixlstash/inference/workflows/__init__.py
pixlstash/inference/workflows/clip_embedding.py
pixlstash/inference/workflows/description.py
pixlstash/inference/workflows/face_embedding.py
pixlstash/inference/workflows/tagging.py
pixlstash/inference/workflows/text_embedding.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/migrations/versions/0032_add_reference_folder_host_path.py
pixlstash/migrations/versions/0033_add_import_folder_host_path.py
pixlstash/migrations/versions/0034_add_token_scope_fields.py
pixlstash/migrations/versions/0035_drop_face_quality.py
pixlstash/migrations/versions/0036_add_token_include_attachments.py
pixlstash/migrations/versions/0037_add_user_public_url.py
pixlstash/migrations/versions/0038_add_watermark_fields.py
pixlstash/migrations/versions/0039_drop_color_histogram.py
pixlstash/migrations/versions/0040_move_text_score_to_picture.py
pixlstash/migrations/versions/0041_guest_scores.py
pixlstash/migrations/versions/0042_guest_session_cookie_token.py
pixlstash/migrations/versions/0043_pictureset_icon_color.py
pixlstash/migrations/versions/0044_add_grid_sort_indexes.py
pixlstash/migrations/versions/0045_tagger_settings.py
pixlstash/migrations/versions/0046_tag_sentinel_rename.py
pixlstash/migrations/versions/0047_add_stack_leader_grid_indexes.py
pixlstash/migrations/versions/0048_normalize_stack_positions.py
pixlstash/routes/__init__.py
pixlstash/routes/_helpers.py
pixlstash/routes/characters.py
pixlstash/routes/comfyui.py
pixlstash/routes/config.py
pixlstash/routes/filesystem.py
pixlstash/routes/guest_scores.py
pixlstash/routes/import_folders.py
pixlstash/routes/picture_sets.py
pixlstash/routes/projects.py
pixlstash/routes/reference_folders.py
pixlstash/routes/share.py
pixlstash/routes/stacks.py
pixlstash/routes/tag_predictions.py
pixlstash/routes/taggers.py
pixlstash/routes/tags.py
pixlstash/routes/pictures/__init__.py
pixlstash/routes/pictures/_crud.py
pixlstash/routes/pictures/_export.py
pixlstash/routes/pictures/_face_search.py
pixlstash/routes/pictures/_helpers.py
pixlstash/routes/pictures/_import.py
pixlstash/routes/pictures/_likeness_search.py
pixlstash/routes/pictures/_listing.py
pixlstash/routes/pictures/_misc.py
pixlstash/routes/pictures/_search.py
pixlstash/routes/pictures/_thumbnails.py
pixlstash/services/__init__.py
pixlstash/services/config_service.py
pixlstash/services/plugin_service.py
pixlstash/services/search_query_service.py
pixlstash/services/share_service.py
pixlstash/services/tag_prediction_service.py
pixlstash/tagger_plugins/__init__.py
pixlstash/tagger_plugins/base.py
pixlstash/tagger_plugins/clip_service.py
pixlstash/tagger_plugins/florence2.py
pixlstash/tagger_plugins/joycaption.py
pixlstash/tagger_plugins/pixlstash_tagger.py
pixlstash/tagger_plugins/registry.py
pixlstash/tagger_plugins/sbert.py
pixlstash/tagger_plugins/wd14.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_detection_task.py
pixlstash/tasks/face_extraction_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_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_text_embedding_finder.py
pixlstash/tasks/missing_text_score_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_task.py
pixlstash/tasks/task_type.py
pixlstash/tasks/text_embedding_task.py
pixlstash/tasks/text_score_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/host_path_utils.py
pixlstash/utils/insightface_batched.py
pixlstash/utils/model_utils.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/vram_utils.py
pixlstash/utils/watermark.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/export_utils.py
pixlstash/utils/service/filter_helpers.py
pixlstash/utils/service/path_utils.py
pixlstash/utils/service/picture_stats.py
pixlstash/utils/service/serialization_utils.py
pixlstash/utils/service/system_utils.py
pixlstash/utils/service/tag_prediction_utils.py
pixlstash/utils/service/user_settings_utils.py
pixlstash/utils/stack/__init__.py
pixlstash/utils/stack/stack_utils.py
tests/test_api_coverage.py
tests/test_architecture_guardrails.py
tests/test_authentication.py
tests/test_backend_order_stability.py
tests/test_batch_apply_scores.py
tests/test_characters_api.py
tests/test_clip_text_embedding_similarity.py
tests/test_comfyui_workflow_extraction.py
tests/test_docker_windows_host_paths.py
tests/test_export_api.py
tests/test_face_detection_extreme_aspect_ratio.py
tests/test_face_extraction_speed.py
tests/test_facial_features_worker.py
tests/test_florence.py
tests/test_full_pipeline.py
tests/test_guest_scoring.py
tests/test_image_embedding_worker.py
tests/test_image_plugins_api.py
tests/test_likeness_and_face_search.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_pictures_stream.py
tests/test_projects_api.py
tests/test_quality_task_shutdown.py
tests/test_rate_limiter.py
tests/test_read_token_security.py
tests/test_server.py
tests/test_server_simple.py
tests/test_smart_score_consistency.py
tests/test_ssl_generation.py
tests/test_stack_position_invariant.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_tagger_plugin_registry.py
tests/test_user_settings_tagger_settings.py
tests/test_vram_batch_budget.py
tests/test_watch_folder_worker.py
tests/test_work_planner.py
tests/test_workers_api.py