horde-model-reference 2.1.1__tar.gz → 2.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {horde_model_reference-2.1.1/src/horde_model_reference.egg-info → horde_model_reference-2.1.2}/PKG-INFO +1 -1
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/_version.py +2 -2
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/integrations/horde_api_models.py +153 -20
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2/src/horde_model_reference.egg-info}/PKG-INFO +1 -1
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/integrations/test_stats_aggregation.py +61 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.CONTRIBUTING.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.dockerignore +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.env.example +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.env.primary.example +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.env.sync.example +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.github/workflows/codeql.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.github/workflows/docker-validation.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.github/workflows/lint.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.github/workflows/maintests.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.github/workflows/prtests.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.github/workflows/release.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.gitignore +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.gitmodules +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.pre-commit-config.yaml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.readthedocs.yaml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/DEPLOYMENT.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/Dockerfile +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/LICENSE +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/MANIFEST.in +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/README.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docker-compose.redis.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docker-compose.sync.example.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docker-compose.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/build_docs.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/_version.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/backends/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/backends/base.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/backends/filesystem_backend.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/backends/github_backend.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/backends/http_backend.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/backends/redis_backend.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/backends/replica_backend_base.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/legacy/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/legacy/classes/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/legacy/classes/legacy_converters.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/legacy/classes/legacy_models.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/legacy/convert_all_legacy_dbs.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/legacy/validate_sd.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/meta_consts.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/model_reference_manager.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/model_reference_metadata.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/model_reference_records.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/path_consts.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/app.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/shared.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v1/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v1/routers/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v1/routers/create_update.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v1/routers/metadata.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v1/routers/references.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v1/routers/shared.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v2/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v2/models.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v2/routers/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v2/routers/metadata.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/service/v2/routers/references.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/showcase/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/sync/.pages +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/sync/comparator.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/sync/config.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/sync/github_client.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/sync/watch_mode.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/util.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/index.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/legacy_csv_conversion.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/model_reference_backend.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/primary_deployments.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/replica_backend_base.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/stylesheets/extra.css +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/mkdocs.yml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/pyproject.toml +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/schemas/stable_diffusion.example.json +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/schemas/stable_diffusion.schema.json +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/README.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/get_all_names.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/legacy_text/convert.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/legacy_text/defaults.json +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/legacy_text/generation_params.json +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/legacy_text/reverse_convert.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/sync/README.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/sync/github_app_auth_example.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/sync/sync_github_references.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/setup.cfg +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/audit_analysis.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/audit_cache.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/base_cache.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/constants.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/filter_presets.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/statistics.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/statistics_cache.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/text_model_grouping.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/analytics/text_model_parser.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/backends/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/backends/base.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/backends/filesystem_backend.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/backends/github_backend.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/backends/http_backend.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/backends/redis_backend.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/backends/replica_backend_base.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/integrations/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/integrations/data_merger.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/integrations/horde_api_integration.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/legacy/README.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/legacy/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/legacy/classes/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/legacy/classes/legacy_converters.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/legacy/classes/legacy_models.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/legacy/convert_all_legacy_dbs.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/legacy/text_csv_utils.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/legacy/validate_sd.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/meta_consts.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/model_reference_manager.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/model_reference_metadata.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/model_reference_records.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/path_consts.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/py.typed +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/app.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/shared.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/statistics/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/statistics/routers/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/statistics/routers/audit.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/statistics/routers/statistics.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v1/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v1/routers/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v1/routers/create_update.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v1/routers/metadata.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v1/routers/references.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v1/routers/shared.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v2/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v2/models.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v2/routers/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v2/routers/metadata.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/v2/routers/references.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/showcase/README.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/sync/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/sync/comparator.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/sync/config.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/sync/github_client.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/sync/legacy_text_validator.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/sync/watch_mode.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/util.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference.egg-info/SOURCES.txt +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference.egg-info/dependency_links.txt +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference.egg-info/entry_points.txt +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference.egg-info/requires.txt +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference.egg-info/top_level.txt +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/test_endpoint.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/README.md +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/backends/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/backends/test_http_backend.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/backends/test_primary_mode.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/backends/test_redis_backend.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/check_model_ref_type_blocks.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/conftest.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/create_env_file_example.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/create_example_json.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/helpers.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/conftest.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/test_audit_analysis_live.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/test_audit_worker_count.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/test_data_merger.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/test_horde_api_integration.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/test_horde_api_integration_live.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/test_indexed_horde_types.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/service/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/service/test_replica_backend_base.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/service/test_v1_api.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/service/test_v2_api.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/statistics_and_audit/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/statistics_and_audit/test_audit_analysis.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/statistics_and_audit/test_statistics.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/statistics_and_audit/test_statistics_cache.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/statistics_and_audit/test_text_model_grouping.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/statistics_and_audit/test_text_model_parser.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/sync/__init__.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/sync/test_comparator.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/sync/test_comparator_integration.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/sync/test_config.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/sync/test_legacy_text_validator.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_broken_tutu_grouping.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_canonical_format.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_combined_model_statistics.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_consts.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_convert_legacy_database.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_converters.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_env_example.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_examples.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_metadata.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_model_reference_manager.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_records.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_scripts.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_text_generation_csv_conversion.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_text_generation_file_paths.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_text_model_group.py +0 -0
- {horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: horde_model_reference
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.2
|
|
4
4
|
Summary: A helper library providing a way to work with the lists of generation models, utility models, and any other related files required for the AI-Horde ecosystem.
|
|
5
5
|
Author-email: tazlin <tazlin.on.github@gmail.com>, db0 <mail@dbzer0.com>
|
|
6
6
|
License: GNU AFFERO GENERAL PUBLIC LICENSE
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/_version.py
RENAMED
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = 'v2.1.
|
|
32
|
-
__version_tuple__ = version_tuple = (2, 1,
|
|
31
|
+
__version__ = version = 'v2.1.2'
|
|
32
|
+
__version_tuple__ = version_tuple = (2, 1, 2)
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
|
@@ -236,6 +236,41 @@ class _StatsLookup(BaseModel):
|
|
|
236
236
|
total: dict[str, int] = Field(default_factory=dict)
|
|
237
237
|
|
|
238
238
|
|
|
239
|
+
def _strip_quantization_suffix(model_name: str) -> str:
|
|
240
|
+
"""Strip quantization suffix from a model name, preserving size.
|
|
241
|
+
|
|
242
|
+
This is different from get_base_model_name which strips BOTH size and quantization.
|
|
243
|
+
This function only strips quantization, keeping the size suffix.
|
|
244
|
+
|
|
245
|
+
Args:
|
|
246
|
+
model_name: Model name potentially with quantization suffix.
|
|
247
|
+
|
|
248
|
+
Returns:
|
|
249
|
+
Model name without quantization suffix, but with size preserved.
|
|
250
|
+
|
|
251
|
+
Example:
|
|
252
|
+
"Lumimaid-v0.2-8B-Q8_0" -> "Lumimaid-v0.2-8B"
|
|
253
|
+
"Lumimaid-v0.2-8B" -> "Lumimaid-v0.2-8B"
|
|
254
|
+
"koboldcpp/Lumimaid-v0.2-8B-Q4_K_M" -> "koboldcpp/Lumimaid-v0.2-8B"
|
|
255
|
+
"""
|
|
256
|
+
import re
|
|
257
|
+
|
|
258
|
+
# Quantization patterns to strip (same as text_model_parser.QUANT_PATTERNS but as suffix)
|
|
259
|
+
quant_suffix_patterns = [
|
|
260
|
+
r"[-_](Q[2-8]_K(?:_[SMLH])?)$", # -Q4_K_M, -Q5_K_S
|
|
261
|
+
r"[-_](Q[2-8]_[01])$", # -Q4_0, -Q5_0, -Q8_0
|
|
262
|
+
r"[-_](Q[2-8])$", # -Q4, -Q8
|
|
263
|
+
r"[-_](GGUF|GGML|GPTQ|AWQ|EXL2)$",
|
|
264
|
+
r"[-_](fp16|fp32|int8|int4)$",
|
|
265
|
+
]
|
|
266
|
+
|
|
267
|
+
result = model_name
|
|
268
|
+
for pattern in quant_suffix_patterns:
|
|
269
|
+
result = re.sub(pattern, "", result, flags=re.IGNORECASE)
|
|
270
|
+
|
|
271
|
+
return result
|
|
272
|
+
|
|
273
|
+
|
|
239
274
|
def _build_base_name_index(model_names: list[str]) -> dict[str, list[str]]:
|
|
240
275
|
"""Build an index mapping base model names to all matching model names.
|
|
241
276
|
|
|
@@ -283,14 +318,85 @@ def _build_base_name_index(model_names: list[str]) -> dict[str, list[str]]:
|
|
|
283
318
|
return base_name_index
|
|
284
319
|
|
|
285
320
|
|
|
321
|
+
def _build_model_with_size_index(model_names: list[str]) -> dict[str, list[str]]:
|
|
322
|
+
"""Build an index mapping model names (with size, without quant) to all matching names.
|
|
323
|
+
|
|
324
|
+
This enables aggregating stats across quantization variants only (e.g., Q4_K_M, Q8_0)
|
|
325
|
+
while keeping different sizes separate.
|
|
326
|
+
|
|
327
|
+
Unlike _build_base_name_index which groups ALL variants (including different sizes),
|
|
328
|
+
this index only groups quantization variants of the SAME sized model.
|
|
329
|
+
|
|
330
|
+
The key normalizes:
|
|
331
|
+
- Backend prefix (stripped for matching, but preserved in values)
|
|
332
|
+
- Org prefix (stripped for matching)
|
|
333
|
+
- Quantization suffix (stripped for matching)
|
|
334
|
+
|
|
335
|
+
But preserves:
|
|
336
|
+
- Size suffix (8B, 12B, etc.)
|
|
337
|
+
|
|
338
|
+
Args:
|
|
339
|
+
model_names: List of model names from API stats (may include backend prefixes
|
|
340
|
+
and quantization suffixes).
|
|
341
|
+
|
|
342
|
+
Returns:
|
|
343
|
+
Dictionary mapping normalized model names (backend/model-size) to lists of
|
|
344
|
+
original model names (lowercase) that match that model.
|
|
345
|
+
|
|
346
|
+
Example:
|
|
347
|
+
Input: ["koboldcpp/Lumimaid-v0.2-8B", "koboldcpp/Lumimaid-v0.2-8B-Q8_0",
|
|
348
|
+
"koboldcpp/Lumimaid-v0.2-12B", "aphrodite/NeverSleep/Lumimaid-v0.2-8B"]
|
|
349
|
+
Output: {
|
|
350
|
+
"koboldcpp/lumimaid-v0.2-8b": [
|
|
351
|
+
"koboldcpp/lumimaid-v0.2-8b",
|
|
352
|
+
"koboldcpp/lumimaid-v0.2-8b-q8_0"
|
|
353
|
+
],
|
|
354
|
+
"koboldcpp/lumimaid-v0.2-12b": ["koboldcpp/lumimaid-v0.2-12b"],
|
|
355
|
+
"aphrodite/lumimaid-v0.2-8b": ["aphrodite/neversleep/lumimaid-v0.2-8b"]
|
|
356
|
+
}
|
|
357
|
+
"""
|
|
358
|
+
model_with_size_index: dict[str, list[str]] = {}
|
|
359
|
+
|
|
360
|
+
for model_name in model_names:
|
|
361
|
+
model_name_lower = model_name.lower()
|
|
362
|
+
|
|
363
|
+
# Extract backend prefix if present
|
|
364
|
+
backend_prefix = ""
|
|
365
|
+
stripped = model_name_lower
|
|
366
|
+
if stripped.startswith("aphrodite/"):
|
|
367
|
+
backend_prefix = "aphrodite/"
|
|
368
|
+
stripped = stripped[len("aphrodite/") :]
|
|
369
|
+
elif stripped.startswith("koboldcpp/"):
|
|
370
|
+
backend_prefix = "koboldcpp/"
|
|
371
|
+
stripped = stripped[len("koboldcpp/") :]
|
|
372
|
+
|
|
373
|
+
# Strip org prefix (e.g., "neversleep/lumimaid-v0.2-8b" -> "lumimaid-v0.2-8b")
|
|
374
|
+
if "/" in stripped:
|
|
375
|
+
stripped = stripped.split("/")[-1]
|
|
376
|
+
|
|
377
|
+
# Strip quantization suffix
|
|
378
|
+
stripped_no_quant = _strip_quantization_suffix(stripped)
|
|
379
|
+
|
|
380
|
+
# Build key: backend_prefix + model_name (no org, no quant, but with size)
|
|
381
|
+
key = f"{backend_prefix}{stripped_no_quant}"
|
|
382
|
+
|
|
383
|
+
if key not in model_with_size_index:
|
|
384
|
+
model_with_size_index[key] = []
|
|
385
|
+
if model_name_lower not in model_with_size_index[key]:
|
|
386
|
+
model_with_size_index[key].append(model_name_lower)
|
|
387
|
+
|
|
388
|
+
return model_with_size_index
|
|
389
|
+
|
|
390
|
+
|
|
286
391
|
class IndexedHordeModelStats(RootModel[_StatsLookup]):
|
|
287
392
|
"""Indexed model stats for O(1) lookups by model name.
|
|
288
393
|
|
|
289
394
|
This wraps the stats response and provides case-insensitive dictionary access.
|
|
290
395
|
Time complexity: O(1) for lookups instead of O(n) for dict iteration.
|
|
291
396
|
|
|
292
|
-
|
|
293
|
-
|
|
397
|
+
Two indexes are built:
|
|
398
|
+
- _base_name_index: Groups ALL variants (including different sizes) for group-level aggregation
|
|
399
|
+
- _model_with_size_index: Groups only quantization variants for per-model stats
|
|
294
400
|
|
|
295
401
|
Usage:
|
|
296
402
|
indexed = IndexedHordeModelStats(stats_response)
|
|
@@ -300,6 +406,7 @@ class IndexedHordeModelStats(RootModel[_StatsLookup]):
|
|
|
300
406
|
|
|
301
407
|
root: _StatsLookup
|
|
302
408
|
_base_name_index: dict[str, list[str]] = {}
|
|
409
|
+
_model_with_size_index: dict[str, list[str]] = {}
|
|
303
410
|
|
|
304
411
|
def __init__(self, stats_response: HordeModelStatsResponse) -> None:
|
|
305
412
|
"""Build indexed lookups from stats response.
|
|
@@ -315,11 +422,13 @@ class IndexedHordeModelStats(RootModel[_StatsLookup]):
|
|
|
315
422
|
)
|
|
316
423
|
super().__init__(root=lookups)
|
|
317
424
|
|
|
318
|
-
# Build
|
|
425
|
+
# Build indexes from all unique model names across all time periods
|
|
319
426
|
all_model_names = (
|
|
320
427
|
set(stats_response.day.keys()) | set(stats_response.month.keys()) | set(stats_response.total.keys())
|
|
321
428
|
)
|
|
322
|
-
|
|
429
|
+
model_names_list = list(all_model_names)
|
|
430
|
+
self._base_name_index = _build_base_name_index(model_names_list)
|
|
431
|
+
self._model_with_size_index = _build_model_with_size_index(model_names_list)
|
|
323
432
|
|
|
324
433
|
def get_day(self, model_name: str) -> int | None:
|
|
325
434
|
"""Get day count for a model (case-insensitive). O(1)."""
|
|
@@ -371,7 +480,9 @@ class IndexedHordeModelStats(RootModel[_StatsLookup]):
|
|
|
371
480
|
|
|
372
481
|
# Then, add all model names that share the same base model name
|
|
373
482
|
# This catches quantization variants and org-prefixed variants
|
|
374
|
-
|
|
483
|
+
# Strip org prefix from canonical name if present (e.g., "NeverSleep/Lumimaid-v0.2" -> "Lumimaid-v0.2")
|
|
484
|
+
canonical_without_org = canonical_name.split("/")[-1] if "/" in canonical_name else canonical_name
|
|
485
|
+
base_name = get_base_model_name(canonical_without_org).lower()
|
|
375
486
|
if base_name in self._base_name_index:
|
|
376
487
|
for api_model_name in self._base_name_index[base_name]:
|
|
377
488
|
names_to_aggregate.add(api_model_name)
|
|
@@ -391,37 +502,59 @@ class IndexedHordeModelStats(RootModel[_StatsLookup]):
|
|
|
391
502
|
def get_stats_with_variations(
|
|
392
503
|
self, canonical_name: str
|
|
393
504
|
) -> tuple[tuple[int, int, int], dict[str, tuple[int, int, int]]]:
|
|
394
|
-
"""Get
|
|
505
|
+
"""Get stats for a specific model broken down by backend.
|
|
506
|
+
|
|
507
|
+
Unlike get_aggregated_stats which aggregates across all models with the same
|
|
508
|
+
base name (e.g., all Lumimaid-v0.2 sizes), this method returns stats only for
|
|
509
|
+
the exact model specified (including its quantization variants), broken down
|
|
510
|
+
by backend prefix.
|
|
395
511
|
|
|
396
|
-
This
|
|
397
|
-
|
|
398
|
-
Now includes quantization variants and org-prefixed variants via base name matching.
|
|
512
|
+
This enables showing per-model stats in the UI when displaying grouped models,
|
|
513
|
+
where each model variant (8B, 12B, etc.) shows its own stats by backend.
|
|
399
514
|
|
|
400
515
|
Args:
|
|
401
516
|
canonical_name: The canonical model name from the model reference.
|
|
402
517
|
|
|
403
518
|
Returns:
|
|
404
519
|
Tuple of (aggregated_stats, variations_dict) where:
|
|
405
|
-
- aggregated_stats: (day_total, month_total, total_total)
|
|
520
|
+
- aggregated_stats: (day_total, month_total, total_total) for this exact model
|
|
406
521
|
- variations_dict: Dict of backend_name -> (day, month, total)
|
|
407
522
|
Keys are 'canonical', 'aphrodite', 'koboldcpp' depending on what's found
|
|
408
523
|
"""
|
|
409
|
-
from horde_model_reference.analytics.text_model_parser import get_base_model_name
|
|
410
524
|
from horde_model_reference.meta_consts import get_model_name_variants
|
|
411
525
|
|
|
412
|
-
# Collect all model names
|
|
526
|
+
# Collect all model names that are variants of this specific model
|
|
527
|
+
# Use _model_with_size_index to include quantization variants, but NOT size variants
|
|
413
528
|
names_to_aggregate: set[str] = set()
|
|
414
529
|
|
|
415
|
-
#
|
|
530
|
+
# Get exact backend-prefixed variants
|
|
416
531
|
variants = get_model_name_variants(canonical_name)
|
|
417
532
|
for variant in variants:
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
533
|
+
variant_lower = variant.lower()
|
|
534
|
+
names_to_aggregate.add(variant_lower)
|
|
535
|
+
|
|
536
|
+
# Build the normalized key to look up in _model_with_size_index
|
|
537
|
+
# The key format is: [backend_prefix/]model_name (no org, no quant)
|
|
538
|
+
backend_prefix = ""
|
|
539
|
+
stripped = variant_lower
|
|
540
|
+
if stripped.startswith("aphrodite/"):
|
|
541
|
+
backend_prefix = "aphrodite/"
|
|
542
|
+
stripped = stripped[len("aphrodite/") :]
|
|
543
|
+
elif stripped.startswith("koboldcpp/"):
|
|
544
|
+
backend_prefix = "koboldcpp/"
|
|
545
|
+
stripped = stripped[len("koboldcpp/") :]
|
|
546
|
+
|
|
547
|
+
# Strip org prefix if present
|
|
548
|
+
if "/" in stripped:
|
|
549
|
+
stripped = stripped.split("/")[-1]
|
|
550
|
+
|
|
551
|
+
# Strip quantization suffix and build key
|
|
552
|
+
stripped_no_quant = _strip_quantization_suffix(stripped)
|
|
553
|
+
key = f"{backend_prefix}{stripped_no_quant}"
|
|
554
|
+
|
|
555
|
+
if key in self._model_with_size_index:
|
|
556
|
+
for api_model_name in self._model_with_size_index[key]:
|
|
557
|
+
names_to_aggregate.add(api_model_name)
|
|
425
558
|
|
|
426
559
|
# Track stats by backend for variations dict
|
|
427
560
|
backend_stats: dict[str, tuple[int, int, int]] = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: horde_model_reference
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.2
|
|
4
4
|
Summary: A helper library providing a way to work with the lists of generation models, utility models, and any other related files required for the AI-Horde ecosystem.
|
|
5
5
|
Author-email: tazlin <tazlin.on.github@gmail.com>, db0 <mail@dbzer0.com>
|
|
6
6
|
License: GNU AFFERO GENERAL PUBLIC LICENSE
|
|
@@ -184,3 +184,64 @@ class TestIndexedHordeModelStatsAggregation:
|
|
|
184
184
|
assert day == 0
|
|
185
185
|
assert month == 0
|
|
186
186
|
assert total == 0
|
|
187
|
+
|
|
188
|
+
def test_aggregate_stats_canonical_name_with_org_prefix(self) -> None:
|
|
189
|
+
"""Test that canonical names with org prefix correctly match API stats.
|
|
190
|
+
|
|
191
|
+
This is a critical test case because model reference entries often have
|
|
192
|
+
org prefixes (e.g., "NeverSleep/Lumimaid-v0.2") but API stats may have
|
|
193
|
+
different prefixing patterns.
|
|
194
|
+
"""
|
|
195
|
+
stats = HordeModelStatsResponse(
|
|
196
|
+
day={
|
|
197
|
+
"koboldcpp/Lumimaid-v0.2-8B": 4080,
|
|
198
|
+
"koboldcpp/Lumimaid-v0.2-8B-Q8_0": 1500,
|
|
199
|
+
"aphrodite/NeverSleep/Lumimaid-v0.2-8B": 2000,
|
|
200
|
+
},
|
|
201
|
+
month={
|
|
202
|
+
"koboldcpp/Lumimaid-v0.2-8B": 40000,
|
|
203
|
+
"koboldcpp/Lumimaid-v0.2-8B-Q8_0": 15000,
|
|
204
|
+
"aphrodite/NeverSleep/Lumimaid-v0.2-8B": 20000,
|
|
205
|
+
},
|
|
206
|
+
total={},
|
|
207
|
+
)
|
|
208
|
+
|
|
209
|
+
indexed = IndexedHordeModelStats(stats)
|
|
210
|
+
|
|
211
|
+
# Query with canonical name that HAS org prefix (like in model reference)
|
|
212
|
+
canonical_with_org = "NeverSleep/Lumimaid-v0.2"
|
|
213
|
+
day, month, _total = indexed.get_aggregated_stats(canonical_with_org)
|
|
214
|
+
|
|
215
|
+
# Should aggregate all variants even though canonical has org prefix
|
|
216
|
+
assert day == 4080 + 1500 + 2000
|
|
217
|
+
assert month == 40000 + 15000 + 20000
|
|
218
|
+
|
|
219
|
+
def test_get_stats_with_variations_canonical_with_org_prefix(self) -> None:
|
|
220
|
+
"""Test variations breakdown with canonical name that has org prefix.
|
|
221
|
+
|
|
222
|
+
When querying for a specific model like 'NeverSleep/Lumimaid-v0.2-8B',
|
|
223
|
+
get_stats_with_variations should find:
|
|
224
|
+
- The aphrodite variant: aphrodite/NeverSleep/Lumimaid-v0.2-8B
|
|
225
|
+
- The koboldcpp variant: koboldcpp/Lumimaid-v0.2-8B
|
|
226
|
+
- Quantization variants: koboldcpp/Lumimaid-v0.2-8B-Q8_0
|
|
227
|
+
"""
|
|
228
|
+
stats = HordeModelStatsResponse(
|
|
229
|
+
day={
|
|
230
|
+
"koboldcpp/Lumimaid-v0.2-8B": 300,
|
|
231
|
+
"koboldcpp/Lumimaid-v0.2-8B-Q8_0": 400,
|
|
232
|
+
"aphrodite/NeverSleep/Lumimaid-v0.2-8B": 200,
|
|
233
|
+
},
|
|
234
|
+
month={},
|
|
235
|
+
total={},
|
|
236
|
+
)
|
|
237
|
+
|
|
238
|
+
indexed = IndexedHordeModelStats(stats)
|
|
239
|
+
|
|
240
|
+
# Query with canonical name that HAS org prefix (like in model reference)
|
|
241
|
+
(day_total, _m, _t), variations = indexed.get_stats_with_variations("NeverSleep/Lumimaid-v0.2-8B")
|
|
242
|
+
|
|
243
|
+
assert day_total == 300 + 400 + 200
|
|
244
|
+
assert "aphrodite" in variations
|
|
245
|
+
assert "koboldcpp" in variations
|
|
246
|
+
assert variations["aphrodite"][0] == 200
|
|
247
|
+
assert variations["koboldcpp"][0] == 300 + 400
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/.github/workflows/docker-validation.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/.pages
RENAMED
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/_version.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/legacy/.pages
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/sync/.pages
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/docs/horde_model_reference/util.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/schemas/stable_diffusion.example.json
RENAMED
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/schemas/stable_diffusion.schema.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/legacy_text/defaults.json
RENAMED
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/legacy_text/reverse_convert.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/sync/github_app_auth_example.md
RENAMED
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/scripts/sync/sync_github_references.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/meta_consts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/path_consts.py
RENAMED
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/service/app.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/sync/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/src/horde_model_reference/util.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/backends/test_http_backend.py
RENAMED
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/backends/test_primary_mode.py
RENAMED
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/backends/test_redis_backend.py
RENAMED
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/check_model_ref_type_blocks.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/create_env_file_example.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/horde_api/test_data_merger.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/statistics_and_audit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/sync/test_legacy_text_validator.py
RENAMED
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_broken_tutu_grouping.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_combined_model_statistics.py
RENAMED
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_convert_legacy_database.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_model_reference_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{horde_model_reference-2.1.1 → horde_model_reference-2.1.2}/tests/test_text_generation_file_paths.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|