Skip to content

Commit

Permalink
Adding flux_shift option to timestep_sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Sep 1, 2024
1 parent c2c70fc commit dedda58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kohya_gui/class_flux1.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def noise_offset_type_change(
)
self.timestep_sampling = gr.Dropdown(
label="Timestep Sampling",
choices=["sigma", "shift", "sigmoid", "uniform"],
choices=["flux_shift ", "sigma", "shift", "sigmoid", "uniform"],
value=self.config.get("flux1.timestep_sampling", "sigma"),
interactive=True,
)
Expand Down

0 comments on commit dedda58

Please sign in to comment.