Revert "fix: height and weight not working on sd3 node"

This reverts commit be14fd59c9.
This commit is contained in:
blessedcoolant 2024-06-17 06:41:49 +05:30
parent be14fd59c9
commit 22b5c036aa

View File

@ -203,8 +203,6 @@ class StableDiffusion3Invocation(BaseInvocation):
num_inference_steps=self.steps,
guidance_scale=self.guidance_scale,
output_type="latent",
width=self.width,
height=self.height,
)
latents = cast(torch.Tensor, results.images[0])