mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
cleanup
This commit is contained in:
parent
fc39086fb4
commit
404ad6a7fd
@ -53,7 +53,7 @@ async def get_style_preset(
|
||||
return StylePresetRecordWithImage(image=image, **style_preset.model_dump())
|
||||
except StylePresetNotFoundError:
|
||||
raise HTTPException(status_code=404, detail="Style preset not found")
|
||||
|
||||
|
||||
@style_presets_router.post(
|
||||
"/i/{style_preset_id}",
|
||||
operation_id="set_style_preset",
|
||||
|
Loading…
Reference in New Issue
Block a user