Skip to content

Commit

Permalink
add clip test poc
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-garvey committed Jun 19, 2024
1 parent 92be65b commit fd1543b
Show file tree
Hide file tree
Showing 3 changed files with 559 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def is_valid_file(arg):
)

p.add_argument(
"--unet_flags",
"--mmdit_flags",
type=str,
default="",
help="extra iree-compile options to send for compiling unet. Only use this for testing bleeding edge flags! Any default options should be added to sd_inference/utils.py",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class CompiledMmdit(CompiledModule):
args.external_weight_path,
args.device,
args.iree_target_triple,
args.ireec_flags + args.attn_flags + args.unet_flags,
args.ireec_flags + args.attn_flags + args.mmdit_flags,
args.decomp_attn,
attn_spec=args.attn_spec,
input_mlir=args.input_mlir,
Expand Down
Loading

0 comments on commit fd1543b

Please sign in to comment.