Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in sd3_infer, line 411 #30

Open
junyongyou opened this issue Jan 8, 2025 · 1 comment
Open

Bug in sd3_infer, line 411 #30

junyongyou opened this issue Jan 8, 2025 · 1 comment

Comments

@junyongyou
Copy link

Has anybody noticed a bug (Unresolved reference 'latent') in line 411 in sd3_infer.py? Should latent be tensor?

def vae_encode_tensor(self, tensor: torch.Tensor) -> torch.Tensor: tensor = tensor.unsqueeze(0) latent = SD3LatentFormat().process_in(latent) return latent

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@junyongyou and others