Skip to content

Commit

Permalink
change stable diffusion inference iteration to 100 (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
XumingGai authored Apr 30, 2024
1 parent bd7516d commit 47c0672
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
parser.add_argument(
"--precision", default="fp32", type=str, help="precision, only support(fp32, fp16)"
)
parser.add_argument("--iterations", type=int, default=200, help="number of iterations")
parser.add_argument("--iterations", type=int, default=100, help="number of iterations")
args = parser.parse_args()


Expand Down

0 comments on commit 47c0672

Please sign in to comment.