mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
bug fixes
This commit is contained in:
parent
c0c139da88
commit
92125e5fd2
@ -57,10 +57,7 @@ async def get_style_preset(
|
|||||||
|
|
||||||
@style_presets_router.post(
|
@style_presets_router.post(
|
||||||
"/i/{style_preset_id}",
|
"/i/{style_preset_id}",
|
||||||
operation_id="set_style_preset",
|
operation_id="select_style_preset",
|
||||||
responses={
|
|
||||||
200: {"model": StylePresetRecordWithImage},
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
async def select_style_preset(
|
async def select_style_preset(
|
||||||
style_preset_id: str = Path(description="The style preset to select"),
|
style_preset_id: str = Path(description="The style preset to select"),
|
||||||
|
Loading…
Reference in New Issue
Block a user