Skip to content

Commit dc7a4b6

Browse files
authored
diffusion bee is available (#843)
Remove the coming soon tag on Diffusion Bee local apps (cc @julien-c) <img width="290" alt="Screenshot 2024-08-07 at 1 34 39 PM" src="https://github.com/user-attachments/assets/fcbd7639-aa33-44e5-a66f-0cd2053e74d2">
1 parent 4e1ae4c commit dc7a4b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tasks/src/local-apps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ export const LOCAL_APPS = {
201201
docsUrl: "https://diffusionbee.com",
202202
mainTask: "text-to-image",
203203
macOSOnly: true,
204-
comingSoon: true,
205204
displayOnModelPage: (model) => model.library_name === "diffusers" && model.pipeline_tag === "text-to-image",
206205
deeplink: (model) => new URL(`diffusionbee://open_from_hf?model=${model.id}`),
207206
},

0 commit comments

Comments
 (0)