Skip to content

Commit

Permalink
Add uniform to weighting_scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Dec 31, 2024
1 parent a10986a commit 6299e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kohya_gui/class_sd3.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def noise_offset_type_change(
with gr.Row():
self.weighting_scheme = gr.Dropdown(
label="Weighting Scheme",
choices=["logit_normal", "sigma_sqrt", "mode", "cosmap"],
choices=["logit_normal", "sigma_sqrt", "mode", "cosmap", "uniform"],
value=self.config.get("sd3.weighting_scheme", "logit_normal"),
interactive=True,
)
Expand Down

0 comments on commit 6299e82

Please sign in to comment.