liuliu / swift-diffusion

BSD 3-Clause "New" or "Revised" License
423 stars 33 forks source link

Not able to run on M1 mac #25

Closed ghost closed 1 year ago

ghost commented 1 year ago

its terminating with no error in less than 1 sec. i am using the nhwc branch

command

bazel run examples:txt2img --compilation_mode=opt --  /Users/username/Downloads "a photograph of an astronaut riding a horse"

output

INFO: Invocation ID: 92da2f98-51e4-4ba6-9928-72556dcc0813
INFO: Analyzed target //examples:txt2img (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
Target //examples:txt2img up-to-date:
  bazel-bin/examples/txt2img
INFO: Elapsed time: 0.091s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action
INFO: Running command line: bazel-bin/examples/txt2img /Users/username/Downloads 'a photograph of an astronaut riding a horse'
Total time 0.27949392795562744

and i get a grey image.