Add DiffusionBee to Homebrew-Cask (#132843)

* Add DiffusionBee to Homebrew-Cask

- Diffusion Bee is the easiest way to run Stable Diffusion locally
   on your M1 Mac. Comes with a one-click installer. No dependencies
    or technical knowledge needed.

* Update diffusionbee.rb

Co-authored-by: ben.carr <ben.carr@sana.com>
Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
Ben
2022-10-06 05:06:02 +08:00
committed by GitHub
co-authored by ben.carr Miccal Matthews
parent b3d09269c5
commit 190203e669
+19
View File
@@ -0,0 +1,19 @@
cask "diffusionbee" do
version "1.1.0"
sha256 "062a025c2a2b2328760e153eb0124ca87554bb2173a8899a5312f46b7d5689a5"
url "https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/releases/download/#{version}/DiffusionBee-#{version}-arm64.dmg",
verified: "github.com/divamgupta/diffusionbee-stable-diffusion-ui"
name "Diffusion Bee"
desc "Run Stable Diffusion locally"
homepage "https://diffusionbee.com/"
depends_on arch: :arm64
app "DiffusionBee.app"
zap trash: [
"~/.diffusionbee",
"~/Library/Application Support/DiffusionBee",
]
end