mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
resolve conflicts with commits done on github
This commit is contained in:
commit
b55fc2935e
@ -34,8 +34,7 @@ ModelsListValidator = TypeAdapter(ModelsList)
|
||||
|
||||
@model_records_router.get(
|
||||
"/",
|
||||
operation_id="list_model_recordss",
|
||||
responses={200: {"model": ModelsList}},
|
||||
operation_id="list_model_records",
|
||||
)
|
||||
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