huggingface / huggingface/diffusers
Text encoder errors in both SD3 dreambooth training scripts
- Vorherrschende Sprache
- Python
- Sterne
- 34.5k
- Forks
- 7.3k
- Ø Merge
- 3 T. 3 Std.
- Gemergte PRs (30 T.)
- 91
Beschreibung
### 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_
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.