Skip to content

Commit

Permalink
fixup: remove unet inputs print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet authored Mar 7, 2024
1 parent 877edcf commit f4f6261
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ def generate_images(args, vmfbs: dict, weights: dict):
dtype=iree_dtype,
),
]
print(unet_inputs)
latents = pipe_runner.ctx.modules.sdxl_compiled_pipeline["produce_image_latents"](
*unet_inputs,
)
Expand Down

0 comments on commit f4f6261

Please sign in to comment.