Skip to content

Bug in sd3_infer, line 411 #30

@junyongyou

Description

@junyongyou

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions