mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user