We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404ad6a commit c0c139dCopy full SHA for c0c139d
invokeai/app/api/routers/style_presets.py
@@ -54,6 +54,7 @@ async def get_style_preset(
54
except StylePresetNotFoundError:
55
raise HTTPException(status_code=404, detail="Style preset not found")
56
57
+
58
@style_presets_router.post(
59
"/i/{style_preset_id}",
60
operation_id="set_style_preset",
0 commit comments