-
Notifications
You must be signed in to change notification settings - Fork 439
Add Jellybox Local App #719
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Also, for apps that support multiple pipeline types, would you guys consider changing
to
|
This is only to categoize the app in our current settings UX though. So it's not super important imo |
Hey @phudtran do you have the icon in SVG? |
I'm currently working on converting the icon to a vector. Will reply here with the SVG once it's ready. |
@krampstudio here's the SVG |
SVG issues fixed. Illustrator was exporting with inline styles which resulted in black images because of the CSP. Had to go in and manually change them to attributes. |
return new URL(`jellybox://llm/models/huggingface/LLM/${model.id}`); | ||
} else if (model.tags.includes("lora")) { | ||
return new URL(`jellybox://image/models/huggingface/ImageLora/${model.id}`); | ||
} else { | ||
return new URL(`jellybox://image/models/huggingface/Image/${model.id}`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
btw take a look at #738 in case you'd like to support opening from an optional specific file inside the repo! thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the heads up! Taking a look.
@phudtran this is now live on huggingface.co |
Also, @Reeray did a simple version of your logo to be displyed in SVG on our website. Sharing it here in case it's ever useful: |
Thank you @krampstudio and @julien-c! Quick question, is there any change I need to do on my side to get Jellybox to be selectable as the default application for both text generation and text-to-image? |
Hi Huggingface team!
Jellybox is a local first app for running both language models, and image generation.
Here is a current features list: