Skip to content

Commit

Permalink
sdxl prompt encoder typo (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jul 16, 2024
1 parent 7570e69 commit d24df8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def export_prompt_encoder(

input_batchsize = 1
if batch_input:
input_batchsize = batchsize
input_batchsize = batch_size

if precision == "fp16":
prompt_encoder_module = prompt_encoder_module.half()
Expand Down

0 comments on commit d24df8f

Please sign in to comment.