-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates
Description
Describe the bug
width and height are passed to the generate function, and we do check that they are multiples of 8, but then we always create the latents using the standard size.
Reproduction
images = pipeline(prompt_ids, p_params, rng, width=448, height=832, jit=True)[0]
images.shape
# output: (8, 1, 512, 512, 3)Logs
No response
System Info
Tested on TPU v3-8 with diffusers @ e48ca0f
NightMachinery
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstaleIssues that haven't received updatesIssues that haven't received updates