We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fddb463 commit 7a02c17Copy full SHA for 7a02c17
examples/dreambooth/train_dreambooth_sd3.py
@@ -973,7 +973,6 @@ def encode_prompt(
973
max_sequence_length,
974
prompt=prompt,
975
num_images_per_prompt=num_images_per_prompt,
976
- text_input_ids=text_input_ids_list[-1] if text_input_ids_list else None,
977
device=device if device is not None else text_encoders[-1].device,
978
)
979
0 commit comments