mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
- Added ModelMetadataProvider and CivitaiModelMetadataProvider for handling model metadata. - Introduced SQLiteModelMetadataProvider for SQLite database integration. - Created metadata_service.py to initialize and configure metadata providers. - Updated CivitaiClient to register as a metadata provider. - Refactored download_manager to use the new download_file method. - Added SQL schema for models, model_versions, and model_files. - Updated requirements.txt to include aiosqlite.
12 lines
88 B
Plaintext
12 lines
88 B
Plaintext
aiohttp
|
|
jinja2
|
|
safetensors
|
|
piexif
|
|
Pillow
|
|
olefile
|
|
toml
|
|
numpy
|
|
natsort
|
|
GitPython
|
|
aiosqlite
|