lowercase 'using'

pull/192/head
kabachuha 2023-07-02 19:38:00 +03:00
parent 8e449e41dc
commit dd410d27bd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class SamplerStepCallback(object):
def progress_msg(self, name, total_steps=None):
total_steps = total_steps if total_steps is not None else self.total_steps
state.sampling_steps = total_steps
return f"Sampling Using {name} for {total_steps} steps."
return f"Sampling using {name} for {total_steps} steps."
def set_webui_step(self, step):
state.sampling_step = step