Great support for M1, basically since the beginning. The install is painless.
Release video for InvokeAI 2.2: https://www.youtube.com/watch?v=hIYBfDtKaus
111–120 of 184 posts
Great support for M1, basically since the beginning. The install is painless.
Release video for InvokeAI 2.2: https://www.youtube.com/watch?v=hIYBfDtKaus
Earlier quoted context omitted.
It reminds me "Teach Yourself C++ in 21 days". You just need to quickly learn Swift (which you will use exactly nowhere after this task). It's astonishing how ungrateful people are. Even writing documentation for the software is quite a time-consuming action - writing the software itself is much more time-consuming. So you are looking at some free software, that gives you the ability to play with StableDiffusion in 2…
I think you completely misunderstood what I was saying. I wasn’t saying that the author of DiffusionBee should make a SwiftUI application. In fact I said the opposite in that I agree that the person who expected a native app is entitled. I was however refuting the person I was responding to who said making a native app is a huge undertaking, because learning SwiftUI is fairly quick. That’s not to say that the maintai…
Don't be toxic to don’t get that hostility.
Man, this takes a ton of room to do the CoreML conversions - ran out of space doing the unet conversion even though I started with 25GB free. Going on a delete spree to get it up to 50GB free before trying again.
All hail Grand Perspective back in the day, not sure who is carrying the "what's wasting my disk space" torch for free these days. Edit: still alive! https://grandperspectiv.sourceforge.net/
Earlier quoted context omitted.
Last nail in the coffin for DALL·E.
Not really, everyone will have their own flavor on how to rapidly train the model. Dall-e et. al will still be able to bandwagon off of all the free ecosystem being built around the $10M SD1.4 model that is showing what is possible. E.g. Dall-e could go straight to Hollywood if their model training works better than SD’s. The toolsets will work
Earlier quoted context omitted.
automatic1111 does have an M1 workaround in the wiki, but it is incorrect it's correct enough that if you know your way around a CLI, git, and package management you can figure it out
It sucks to have to figure it out, any person who figures it out should submit a PR on the very outdated Apple Silicon readme.
also wonder if anyone did a blogpost yet
Macbook Air M1 / 16GB RAM took 3.56 to generate an image, this is pretty wild
3.56 seconds?
How come you always have to install some version of pytorch or tensor flow to run these ml models? When I'm only doing inference shouldn't there be easier ways of doing that, with automatic hardware selection etc. Why aren't models distributed in a standard format like onnx, and inference on different platforms solved once per platform?
How come you always have to install some version of pytorch or tensor flow to run these ml models? When I'm only doing inference shouldn't there be easier ways of doing that, with automatic hardware selection etc. Why aren't models distributed in a standard format like onnx, and inference on different platforms solved once per platform?
Seconded, I wish for a way to work with ML models using native code rather than through some Python scripting interface. I believe TensorFlow is there with C++, but it works only with C++ and not through FFI.
One on the GPU and another on the ML core?