Nerogar / OneTrainer

OneTrainer is a one-stop solution for all your stable diffusion training needs.
GNU Affero General Public License v3.0
1.81k stars 153 forks source link

[Bug]: Noise settings are mirrored #561

Closed dxqbYD closed 1 week ago

dxqbYD commented 1 week ago

What happened?

Parameters such as "minimum noise" are documented to focus training on image composition instead of details, but actually do the opposite.

Compare the setting in the first screenshot with the actual timestep distribution used during training: grafik grafik The latter screenshot is a histogram of model_output_data['timestep']

What did you expect would happen?

Mirrored

Relevant log output

No response

Output of pip freeze

No response

Nerogar commented 1 week ago

It's now fixed for flow matching models. And I don't think it was ever broken for normal diffusion models