Earlier quoted context omitted.
"Stable Diffusion" is referring to one specific set of models, which were trained on a dataset including some porn. The official implementation has a second model that detects pornography, and replaces outputs including it with a picture of this dude https://www.youtube.com/watch?v=dQw4w9WgXcQ (Not kidding). Removing that is a really simple a one line change in the official script.
I guess the question is whether this toggle is available in the GUI, or if someone has to edit source code
Diffusion Bee: Stable Diffusion GUI App for M1 Mac
61–70 of 199 posts
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#62Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#63Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#64Earlier quoted context omitted.
The Pro and Air models have M1 chips, roughly on par with a MacBook Air
Oh wow! Didn’t realize.
Another comment mentions RAM capabilities. Unfortunately that’s tied to the storage tiers instead of being something you can pick separately, so if you want 16 GB of RAM you have to buy the 1 TB or 2 TB models. Meaning for a 12.9” iPad Pro, if you want 16 GB you’re looking at an $1800 tablet. Not ideal.
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#65Earlier quoted context omitted.
You're right. On top of that, python dependency / package management is a joke.
Normally it's fine, but Apple have decided to force everyone into installing a conda python alongside normal python, which makes everything way more complicated than it needs to be.
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#66Earlier quoted context omitted.
You're right. On top of that, python dependency / package management is a joke.
Normally it's fine, but Apple have decided to force everyone into installing a conda python alongside normal python, which makes everything way more complicated than it needs to be.
Now, I've seen an awful lot of programs written in Python that decide to force you to install them with virtualenv or pipx, but that's not Apple's doing.
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#67Earlier quoted context omitted.
Normally it's fine, but Apple have decided to force everyone into installing a conda python alongside normal python, which makes everything way more complicated than it needs to be.
I feel like I'm maybe missing some context here, because I've never had to install "conda Python" on any Mac ever. I had the system Python and a Homebrew-installed Python happily co-existing, and at various points have had "virtualized" Pythons installed via virtualenv or pipx. On Apple Silicon Macs there's no Python installed by default at all. Now, I've seen an awful lot of programs written in Python that decide to…
Not true. There's no python2 anymore, but there is a python3. You can find it at /usr/bin/python3 (most likely your homebrew install preceeds it in your PATH)
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#68This really is a one-click installer, which is excellent. As far as I know it's the first and only one for M1. It's quite a polished UI, but there are a lot of features missing. The first ones that come to mind are: - No way to specify a seed. This is an important part of SD workflows, letting you redo an image with a slightly tweaked a prompt. - No way to specify a custom model. Alternative models (such as Waifu Dif…
There's https://www.charl-e.com/
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#69How long is the generation taking on say a 2021 MacBook M1 Pro?
And another datapoint, my M1 Max (24 core gpu) with 64GB RAM takes: ~36s for 50 steps ~19s for 25 steps
I should max out on the Mac gpus?
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#70Earlier quoted context omitted.
Yes: https://nmkd.itch.io/t2i-gui No idea if it supports AMD GPUs though.
Do you have any info on perf compared to this: https://news.ycombinator.com/item?id=32805174