Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Bug in LatentDiffusionInferer #212

@virginiafdez

Description

@virginiafdez

In LatentDiffusionInferer (generative > inferers > LatentDiffusionInferer) there is a bug in the sample function, lines 354 and 361:

image = autoencoder_model.decode_stage_2_outputs(latent) * self.scale_factor

should change to:

image = autoencoder_model.decode_stage_2_outputs(latent * self.scale_factor)

Metadata

Metadata

Assignees

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