mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(filters): add model type filter
This commit is contained in:
@@ -834,7 +834,7 @@ async def test_get_model_types_counts_and_limits():
|
||||
|
||||
types = await service.get_model_types(limit=1)
|
||||
|
||||
assert types == [{"type": "LoRa", "count": 2}]
|
||||
assert types == [{"type": "lora", "count": 3}]
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
||||
Reference in New Issue
Block a user