Is there a way to get it to run on an an Intel-based Mac? I've attempted several times, but quickly ran into dependency issues and other quirks.
Run Stable Diffusion on Your M1 Mac’s GPU
11–20 of 415 posts
Re: Run Stable Diffusion on Your M1 Mac’s GPU
#12Re: Run Stable Diffusion on Your M1 Mac’s GPU
#13It seems the GPU memory requirements beyond 512x512 are obscene.
Re: Run Stable Diffusion on Your M1 Mac’s GPU
#14One beautiful thing I realized about all this progress in AI. We will still need people to do the hard yards, and get dirt between their fingernails. I am firmly in the camp of those people. Fancy algorithms won't dig holes, or lay out rail tracks of over hundreds of miles.. or build houses all across the world.
Re: Run Stable Diffusion on Your M1 Mac’s GPU
#15I'm wondering what the price floor of stock art will be when someone can use https://lexica.art/ as a starting point, generate variations of a prompt locally, and then spend a few minutes sifting through the results. It should be possible to get most stock art or concept art at a price of <$1 per image.
Re: Run Stable Diffusion on Your M1 Mac’s GPU
#16I'd rather see someone implemented glue that allows you to run arbitrary (deep learning) code on any platform. I mean, are we going to see X on M1 Mac, for any X now in the future? Also, weren't torch and tensorflow supposed to be this glue?
Similar goes for quirks of Tensorflow that weren't taken advantage of. That's largely the work that is on-going in the OSX and M1 forks.
Re: Run Stable Diffusion on Your M1 Mac’s GPU
#17Note: I ran this and haven't yet been able to get img2img working yet. I borked it up trying to get conda working. It's been a lot of fun to play with so far though!
Re: Run Stable Diffusion on Your M1 Mac’s GPU
#18Even TikTok could be an endless stream of ML models.
Fears of a tech dystopia may be overblown; the masses will just shut off their gadgets and live simpler if labor markets implode within the traditional political correct economic system we have.
Open source AI is on the verge of upending the software industry and copyright. I dig it.
Re: Run Stable Diffusion on Your M1 Mac’s GPU
#19Note: I ran this and haven't yet been able to get img2img working yet. I borked it up trying to get conda working. It's been a lot of fun to play with so far though!
You'll still need to play with modifying some of the code to get it to run, but `dream.py` works for me. Funny enough, I got only img2img effectively working with the lstein branch; it broke txt2img for me.
Re: Run Stable Diffusion on Your M1 Mac’s GPU
#20How large an image will this handle (versus how much RAM you have)? It seems the GPU memory requirements beyond 512x512 are obscene.
The biggest issue with apple chips is that the --seed setting doesn't work. I should be able to set a seed to, for instance, 1083958 and if I re-run a command at the same resolution with that seed, I should get the same image every time. This would allow me to test different steps so I could generate a 100 images at 16 steps (which is quite fast) and pick the ones that are most promising and re-render at 64 or 128 steps.
But currently you can't do that on apple hardware because of an open issue in PyTorch. Genuinely hoping a fix comes soon, until it is this is more of a novelty than a tool on Apple hardware.