Files

21 lines
684 B
Ruby
Raw Permalink Normal View History

2022-10-05 17:06:02 -04:00
cask "diffusionbee" do
2022-10-30 10:45:48 -05:00
arch arm: "arm64", intel: "intel"
2022-10-05 17:06:02 -04:00
2023-06-22 09:24:11 -05:00
version "2.2.1"
sha256 arm: "a5fdc6dc1c61de09d61e3156bc6f511e876050f34fa3a180d3ec08bce6b64454",
intel: "ee005b4e4c3e6368444321fcb3f98873c830518cf0e21ae3afa4103503b99a0f"
2022-10-26 16:27:55 -04:00
2023-04-30 19:47:30 -04:00
url "https://github.com/divamgupta/diffusionbee-stable-diffusion-ui/releases/download/#{version}/DiffusionBee_MPS_#{arch}-#{version}.dmg",
2023-03-30 23:42:11 +08:00
verified: "github.com/divamgupta/diffusionbee-stable-diffusion-ui/"
2022-10-05 17:06:02 -04:00
name "Diffusion Bee"
desc "Run Stable Diffusion locally"
homepage "https://diffusionbee.com/"
app "DiffusionBee.app"
zap trash: [
"~/.diffusionbee",
"~/Library/Application Support/DiffusionBee",
]
end