Skip to content

Commit

Permalink
Merge pull request #2 from fal-ai/fix-fooocus-regen-option
Browse files Browse the repository at this point in the history
fix(fooocus): regenerate option
  • Loading branch information
isidentical authored Jan 8, 2024
2 parents d1e40f3 + 4b96348 commit 03f79e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fal_bot/fooocus.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async def command(
image_url=result["images"][0]["url"],
prompt=prompt,
fields={
"Styles": [style],
"Style": style,
"Mode": mode,
"Aspect Ratio": aspect_ratio,
"Time Taken": f"{timer.elapsed:.2f}s",
Expand All @@ -115,7 +115,7 @@ async def command(
interaction,
options={
"prompt": prompt,
"styles": [style],
"style": style,
"mode": mode,
"aspect_ratio": aspect_ratio,
},
Expand Down

0 comments on commit 03f79e9

Please sign in to comment.