Skip to content

Commit 63052a5

Browse files
committed
fix typo
1 parent d45ce00 commit 63052a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/apps/flux_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def forward_loop(mod):
146146
generator=torch.Generator("cuda").manual_seed(seed),
147147
).images
148148
print(f"generated {len(image)} images")
149-
image[0].save("/tmpforest.png")
149+
image[0].save("/tmp/forest.png")
150150

151151
torch.cuda.empty_cache()
152152

0 commit comments

Comments
 (0)