Michael Buffington
Michael Buffington
If you're using the original V1 motorshield from Adafruit you probably won't have much luck with microstepping. To get microstepping to work for the L293D drivers requires adding external DAC...
Unfortunately, I can reproduce this in 10.14.5. I'm almost 100% certain that this only happens on Macs equipped with T2 chips. To determine if your machine has a T2 chip...
Disabling Power Nap did not help.
You can run into this error even if your path is correct because the `train` method assumes your data files use the `txt` file extension. If you don't have files...
+1 from me. In fact, I don't know of a single "all in one" Stable Diffusion project that does this, and it seems trivial to do.
I'm not aware of how to get exact GPU RAM usage with built in macOS tools, but I know of at least one app that can: iStats Menus. Activity Monitor...
DiffusionBee stores the downloaded model as `~/.diffusionbee/downloads/sd-v1-4.cpkt` - perhaps its possible to create that directory before launching DiffusionBee for the first time and copy your desired model to it (which...
I was super surprised to see how stable-diffusion-webui doesn't have a simple queueing system. This [project ](https://github.com/cmdr2/stable-diffusion-ui) has a fantastic queueing system.. CMDR's web UI doesn't have nearly the same...
One of the SD forks I've used handled image saving pretty well. It'd create a directory, the name of which would be a "path-safe" version of the prompt you used....
On an 8 core M1 Pro, using this M1 optimized [fork of stable diffusion](https://github.com/lstein/stable-diffusion), I'm seeing it take about 60 seconds per 512x512 image with steps set to 50, guidance...