Earlier quoted context omitted.
> Not kidding I was amused by this when reading the source. Here’s the function that loads the replacement. https://github.com/CompVis/stable-diffusion/blob/69ae4b35e0a... It looks like removing line 309 of the same file would disable the check, but I haven’t tried it.
This is the line to change to disable the nsfw filter: https://github.com/CompVis/stable-diffusion/blob/69ae4b35e0a...
Diffusion Bee: Stable Diffusion GUI App for M1 Mac
191–199 of 199 posts
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#192Earlier quoted context omitted.
They have integrated GPU that I believe Apple claimed was comparable to RTX 3090 (perhaps since debunked though or at the least maybe a misleading claim).
Apple compared M1 max to RTX 3080 (mobile) which was a stretch. M1 ultra was compared to RTX 3090 which was a larger stretch. The M1 max deliver about 10.5 tflops The M1 ultra about 21 tflops. The desktop RTX 3080 delivers about 30 tflops and RTX 3090 about 40. Apple’s comparison graph showed the speed of the M1s vs. RTXs at increasing power levels, with the M1s being more efficient at the same watt levels (which is…
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#193Earlier quoted context omitted.
Can you elaborate? Isn’t the seed a simple int (or long int)?
Currently reusing the same seed dose not produce repeatable results on Apple silicon. I assume this UI hides it as missleading.
Weird that it's considered a big challenge to fix… something in Metal? Core ML? SIMD libraries? Some translation layer? Something is not being said here.
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#194This 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…
for those with stable diffusion running, an acquaintance and I have been working on another GUI https://github.com/breadthe/sd-buddy/ which offers custom seed and batches of images (we are also working on parametric prompting https://github.com/breadthe/sd-buddy/discussions/12#discussi... ) i'd love to get to img2img and alt models next.
"Stable Diffusion Buddy is open source and free for personal use.
You may not use Stable Diffusion Buddy for any commercial purpose. That means you may not sell or profit in any way from the compiled app, from compiling the app yourself, from the source code, or a fork of it. The images generated by using this app do not fall under these limitations for obvious reasons."
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#195Earlier quoted context omitted.
Not quite sure why this couldn't sit in the Application bundle itself.
Do you mean that it should be distributed with it, or that it should write it in there when it downloads it at runtime?
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#196This requires macOS 12.5 but it doesn't seem like it's released? At least for my region? System preferences "Software updates" tab says I'm on the latest (12.4) and there are no updates for me to install. How am I supposed to try this?
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#197Earlier quoted context omitted.
Do you mean that it should be distributed with it, or that it should write it in there when it downloads it at runtime?
The latter. A model update would then just be an application update. To answer my own question - if they want to allow a choice of downloadable models, then Application Support is the perfect place.
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#198If anyone using this is getting bad results, it's probably your prompt that needs work. I recommend looking at https://lexica.art for prompts (NSFW warning - unfiltered user generated data). It has the largest collection of results along with their prompts and a good search engine.
Re: Diffusion Bee: Stable Diffusion GUI App for M1 Mac
#199Earlier quoted context omitted.
Do you mean that it should be distributed with it, or that it should write it in there when it downloads it at runtime?
The latter. A model update would then just be an application update. To answer my own question - if they want to allow a choice of downloadable models, then Application Support is the perfect place.