LICENSE
MANIFEST.in
README.md
alembic.ini
pyproject.toml
setup.py
migrations/env.py
migrations/script.py.mako
migrations/__pycache__/env.cpython-312.pyc
migrations/versions/0001_baseline.py
migrations/versions/__pycache__/0001_baseline.cpython-312.pyc
migrations/versions/__pycache__/0123abcd4567_add_user_max_vram_gb.cpython-312.pyc
migrations/versions/__pycache__/0a1b2c3d4e5f_add_user_comfyui_url.cpython-312.pyc
migrations/versions/__pycache__/0b1c2d3e4f5a_add_picture_stacks.cpython-312.pyc
migrations/versions/__pycache__/0c1d2e3f4a5b_add_user_show_stacks.cpython-312.pyc
migrations/versions/__pycache__/0d1e2f3a4b5c_merge_heads.cpython-312.pyc
migrations/versions/__pycache__/10c2d3e4f5a6_add_picture_stack_position.cpython-312.pyc
migrations/versions/__pycache__/11a2b3c4d5e6_merge_heads_stack_position.cpython-312.pyc
migrations/versions/__pycache__/a06b7c8d9e0f_drop_face_tag_and_hand_tag_tables.cpython-312.pyc
migrations/versions/__pycache__/b17c8d9e0f1a_merge_heads.cpython-312.pyc
migrations/versions/__pycache__/f4a5b6c7d8e9_add_quality_entropy_hue_hist.cpython-312.pyc
migrations/versions/__pycache__/f8b9c0d1e2f3_add_user_stack_strictness.cpython-312.pyc
migrations/versions/__pycache__/f9c0d1e2f3a4_rename_smart_score_penalised_tags.cpython-312.pyc
migrations/versions/__pycache__/fa0b1c2d3e4f_add_user_hidden_tags.cpython-312.pyc
migrations/versions/__pycache__/fb1c2d3e4f5a_add_user_apply_tag_filter.cpython-312.pyc
migrations/versions/__pycache__/fc2d3e4f5a6b_add_user_sidebar_thumbnail_size.cpython-312.pyc
migrations/versions/__pycache__/fd3e4f5a6b7c_add_user_date_format.cpython-312.pyc
migrations/versions/__pycache__/fe4f5a6b7c8d_add_user_theme_mode.cpython-312.pyc
migrations/versions/__pycache__/ff5a6b7c8d9e_add_user_keep_models_in_memory.cpython-312.pyc
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/tag_naturaliser.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/face.py
pixlstash/db_models/metadata.py
pixlstash/db_models/picture.py
pixlstash/db_models/picture_likeness.py
pixlstash/db_models/picture_set.py
pixlstash/db_models/picture_stack.py
pixlstash/db_models/quality.py
pixlstash/db_models/tag.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-IO7h7t64.css
pixlstash/frontend/dist/assets/index-qmsn1qwQ.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/plugin_template.py
pixlstash/image_plugins/built-in/scaling.py
pixlstash/migrations/env.py
pixlstash/migrations/script.py.mako
pixlstash/migrations/__pycache__/env.cpython-312.pyc
pixlstash/migrations/versions/0001_baseline.py
pixlstash/migrations/versions/__pycache__/0001_baseline.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/0123abcd4567_add_user_max_vram_gb.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/0a1b2c3d4e5f_add_user_comfyui_url.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/0b1c2d3e4f5a_add_picture_stacks.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/0c1d2e3f4a5b_add_user_show_stacks.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/0d1e2f3a4b5c_merge_heads.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/10c2d3e4f5a6_add_picture_stack_position.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/11a2b3c4d5e6_merge_heads_stack_position.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/a06b7c8d9e0f_drop_face_tag_and_hand_tag_tables.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/b17c8d9e0f1a_merge_heads.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/f4a5b6c7d8e9_add_quality_entropy_hue_hist.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/f8b9c0d1e2f3_add_user_stack_strictness.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/f9c0d1e2f3a4_rename_smart_score_penalised_tags.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/fa0b1c2d3e4f_add_user_hidden_tags.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/fb1c2d3e4f5a_add_user_apply_tag_filter.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/fc2d3e4f5a6b_add_user_sidebar_thumbnail_size.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/fd3e4f5a6b7c_add_user_date_format.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/fe4f5a6b7c8d_add_user_theme_mode.cpython-312.pyc
pixlstash/migrations/versions/__pycache__/ff5a6b7c8d9e_add_user_keep_models_in_memory.cpython-312.pyc
pixlstash/routes/__init__.py
pixlstash/routes/characters.py
pixlstash/routes/comfyui.py
pixlstash/routes/config.py
pixlstash/routes/picture_sets.py
pixlstash/routes/pictures.py
pixlstash/routes/stacks.py
pixlstash/routes/tags.py
pixlstash/tasks/__init__.py
pixlstash/tasks/base_task.py
pixlstash/tasks/base_task_finder.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_description_finder.py
pixlstash/tasks/missing_face_extraction_finder.py
pixlstash/tasks/missing_face_quality_finder.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_tag_finder.py
pixlstash/tasks/missing_text_embedding_finder.py
pixlstash/tasks/missing_watch_folder_import_finder.py
pixlstash/tasks/quality_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/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/stack/__init__.py
pixlstash/utils/stack/stack_utils.py
tests/test_authentication.py
tests/test_backend_order_stability.py
tests/test_clip_text_embedding_similarity.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_likeness_worker.py
tests/test_many_to_many_face_data.py
tests/test_picture_plugins.py
tests/test_picture_sets.py
tests/test_picture_stack_utils.py
tests/test_quality_worker.py
tests/test_server.py
tests/test_smart_score_consistency.py
tests/test_tag_worker.py
tests/test_vram_batch_budget.py
tests/test_watch_folder_worker.py
tests/test_work_planner.py