rbbrdckybk / ai-art-generator

For automating the creation of large batches of AI-generated artwork locally.
Other
633 stars 128 forks source link

It can be M1 chip (arm64) ? #23

Open h4rk8s opened 1 year ago

h4rk8s commented 1 year ago

Stable Diffusion can running in M1, (convert cuda to mps),Can this Repo do the same?

hosein-moayedi commented 1 year ago

@h4rk8s Hey! Edit this file: make_art.py Replace "get_device_name()" with "cpu"

Just it 😉