🐉
Results
2
issues of
🐉
In your code, I don't see you set the dropout rate > 0. Did u set it > 0 during your training?
### Describe the bug In the `train_dreambooth_lora_flux.py` script, during each call to `log_validation`, the text encoders `text_encoder_one` and `text_encoder_two` are reinitialized. https://github.com/huggingface/diffusers/blob/8ba90aa706a733f45d83508a5b221da3c59fe4cd/examples/dreambooth/train_dreambooth_lora_flux.py#L1768 This occurs even when the text encoders do...
bug
stale