Skip to content

Commit

Permalink
[FIX BUG] type of args in train_instruct_pix2pix_sdxl.py (huggingface…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aitical authored and kashif committed Sep 16, 2023
1 parent e0659f6 commit 69e5f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/instruct_pix2pix/train_instruct_pix2pix_sdxl.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def parse_args():
)
parser.add_argument(
"--vae_precision",
type="choice",
type=str,
choices=["fp32", "fp16", "bf16"],
default="fp32",
help=(
Expand Down

0 comments on commit 69e5f6c

Please sign in to comment.