Skip to content

Commit 398c0dc

Browse files
committed
fix
1 parent 0d82328 commit 398c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_latent_with_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def cycle(iter_dl):
172172
text_tensor = text_tensor[text_tensor < 256] # todo: offer a utility function for removing meta tags and special tokens
173173

174174
text = decode_tokens(text_tensor)
175-
filename = str(results_folder / f'{text}.{step}.png')
175+
filename = str(results_folder / f'{step}.{text}.png')
176176

177177
save_image(
178178
image.detach().cpu(),

0 commit comments

Comments
 (0)