Replies: 2 comments 1 reply
|
The typical diffusion finetuning loss curves look like they are randomly fluctuating between 0 and 1. You are probably seeing expected behaviour, and your dreambooth lora has learned the concept you're trying to train - you could verify with inference using the lora. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When I trained Dreambooth using train_dreambooth_lora.py , the loss always keeps fluctuating between 0.01 and 1.0. The setup I used was almost same as the readme.md :
All reactions