mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update invokeai/app/api/routers/model_records.py
Co-authored-by: Ryan Dick <ryanjdick3@gmail.com>
This commit is contained in:
parent
433f347d7e
commit
1161dfe055
@ -35,7 +35,6 @@ ModelsListValidator = TypeAdapter(ModelsList)
|
||||
@model_records_router.get(
|
||||
"/",
|
||||
operation_id="list_model_records",
|
||||
responses={200: {"model": ModelsList}},
|
||||
)
|
||||
async def list_model_records(
|
||||
base_models: Optional[List[BaseModelType]] = Query(default=None, description="Base models to include"),
|
||||
|
Loading…
Reference in New Issue
Block a user