Will Miao
|
8e724538bd
|
fix(types): resolve pre-existing basedpyright errors in py/ and standalone.py
Fix ~950 basedpyright errors across the backend:
- Convert ineffective # type: ignore comments to # pyright: ignore[rule]
- Add missing generic type arguments (Dict[str, Any], list[Any], ...)
- Annotate dynamic dict literals and runtime-initialized attributes
- Widen CivitAI provider tuple signatures in recipe parsers
- Remove dead LoraRoutes handlers calling nonexistent LoraService methods
- Suppress unavoidable ServiceRegistry import cycles (basedpyright counts
function-local imports as cycle edges)
|
2026-08-08 20:12:52 +08:00 |
|
Will Miao
|
c9e5ea42cb
|
Fix null-safety issues and apply code formatting
Bug fixes:
- Add null guards for base_models_roots/embeddings_roots in backup cleanup
- Fix null-safety initialization of extra_unet_roots
Formatting:
- Apply consistent code style across Python files
- Fix line wrapping, quote consistency, and trailing commas
- Add type ignore comments for dynamic/platform-specific code
|
2026-02-28 21:38:41 +08:00 |
|
Will Miao
|
db1aec94e5
|
refactor(logging): replace print statements with logger in metadata_collector
|
2026-02-01 15:41:41 +08:00 |
|
Will Miao
|
375b5a49f3
|
fix(config): update standalone mode environment variable usage
|
2025-10-02 09:40:24 +08:00 |
|
Will Miao
|
fec85bcc08
|
refactor: unify standalone mode check using environment variable
|
2025-09-21 22:45:11 +08:00 |
|
Will Miao
|
7ce5857cd5
|
feat: implement standalone mode support with mock modules and path handling
|
2025-04-26 19:14:38 +08:00 |
|
Will Miao
|
8ed38527d0
|
feat: Implement metadata collection and processing framework with debug node for verification
|
2025-04-16 20:04:26 +08:00 |
|