Skip to content

Commit

Permalink
Fix (examples/SD): typo fix in cmd line arguments. (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser authored Jun 24, 2024
1 parent 4919bc9 commit 1394889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/brevitas_examples/stable_diffusion/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,9 @@ def input_zp_stats_type():
help='Use OCP format for float quantization. Default: True')
add_bool_arg(
parser,
'use-nfuz',
'use-fnuz',
default=True,
help='Use NFUZ format for float quantization. Default: True')
help='Use FNUZ format for float quantization. Default: True')
add_bool_arg(
parser,
'use-negative-prompts',
Expand Down

0 comments on commit 1394889

Please sign in to comment.