Skip to content

Commit

Permalink
fix request log keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Sep 14, 2023
1 parent b4240a2 commit 4d0e24a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/onnx_web/server/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,11 +371,11 @@ def pipeline_from_request(
user,
params.steps,
params.scheduler,
params.model_path,
params.model,
params.pipeline,
device or "any device",
params.width,
params.height,
size.width,
size.height,
params.cfg,
params.seed,
params.prompt,
Expand Down

0 comments on commit 4d0e24a

Please sign in to comment.