Skip to content

Commit

Permalink
Adjust test payload
Browse files Browse the repository at this point in the history
  • Loading branch information
huchenlei committed May 5, 2024
1 parent f35d387 commit fceaae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/web_api/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,13 +295,13 @@ def get_model(model_name: str) -> str:


default_unit = {
"control_mode": 0,
"control_mode": "Balanced",
"enabled": True,
"guidance_end": 1,
"guidance_start": 0,
"pixel_perfect": True,
"processor_res": 512,
"resize_mode": 1,
"resize_mode": "Just Resize",
"threshold_a": 64,
"threshold_b": 64,
"weight": 1,
Expand Down

0 comments on commit fceaae7

Please sign in to comment.