mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Revert "fix: height and weight not working on sd3 node"
This reverts commit be14fd59c9
.
This commit is contained in:
parent
be14fd59c9
commit
22b5c036aa
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user