Skip to content

Commit d24df8f

Browse files
authored
sdxl prompt encoder typo (#778)
1 parent 7570e69 commit d24df8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/turbine_models/custom_models/sdxl_inference/sdxl_prompt_encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def export_prompt_encoder(
220220

221221
input_batchsize = 1
222222
if batch_input:
223-
input_batchsize = batchsize
223+
input_batchsize = batch_size
224224

225225
if precision == "fp16":
226226
prompt_encoder_module = prompt_encoder_module.half()

0 commit comments

Comments
 (0)