mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 02:50:26 -08:00
remove braces from steps
This commit is contained in:
parent
d6a599ef9b
commit
e2c2925eb4
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ def train_embedding(embedding_name, learn_rate, data_root, log_directory, steps,
|
|||
checkpoint = sd_models.select_checkpoint()
|
||||
footer_left = checkpoint.model_name
|
||||
footer_mid = '[{}]'.format(checkpoint.hash)
|
||||
footer_right = '[{}]'.format(embedding.step)
|
||||
footer_right = '{}'.format(embedding.step)
|
||||
|
||||
captioned_image = captionImageOverlay(image,title,footer_left,footer_mid,footer_right)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue