Commit c8374fec authored by Xinchi Huang's avatar Xinchi Huang Committed by GitHub
Browse files

fix a image cat bug in parallel vae (#66)

* fix a image cat bug in parallel vae
parent 04eb738e
...@@ -924,7 +924,7 @@ class WanVAE: ...@@ -924,7 +924,7 @@ class WanVAE:
torch.cuda.synchronize() torch.cuda.synchronize()
images = torch.cat(full_images, dim=-1) images = torch.cat(full_images, dim=split_dim + 1)
return images return images
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment