refactor: enhance model version retrieval logic in CivitaiClient, fixes #460

This commit is contained in:
Will Miao
2025-09-24 09:16:02 +08:00
parent 6f4453aaf3
commit 12c88835f2
3 changed files with 176 additions and 20 deletions

View File

@@ -31,7 +31,7 @@ from py_local.routes.base_model_routes import BaseModelRoutes
from py_local.services.model_file_service import AutoOrganizeResult
from py_local.services.service_registry import ServiceRegistry
from py_local.services.websocket_manager import ws_manager
from py_local.utils.routes_common import ExifUtils
from py_local.utils.exif_utils import ExifUtils
from py_local.config import config