Describe the bug
Multiple mismatched argument errors in train_dreambooth_sd3.py when training with train_text_encoder set to True.
Ordering/assignment errors in train_dreambooth_lora_sd3.py when training with train_text_encoder set to True.
Reproduction
set --train_text_encoder and all other necessary args appropriately
Logs
For train_dreambooth_sd3.py:
encode_prompt got unexpected argument text_input_ids
For train_dreambooth_lora_sd3.py
UnboundLocalError: local variable 'text_encoder_one' referenced before assignment
No response
System Info
diffusers from source (bleeding edge)
Who can help?
No response
Describe the bug
Multiple mismatched argument errors in train_dreambooth_sd3.py when training with train_text_encoder set to True.
Ordering/assignment errors in train_dreambooth_lora_sd3.py when training with train_text_encoder set to True.
Reproduction
set --train_text_encoder and all other necessary args appropriately
Logs
For train_dreambooth_sd3.py:
encode_prompt got unexpected argument text_input_idsFor train_dreambooth_lora_sd3.py
UnboundLocalError: local variable 'text_encoder_one' referenced before assignmentNo response
System Info
diffusers from source (bleeding edge)
Who can help?
No response