team members (including myself!) will be in the Bay Area from Feb 22 until the 28th. Who would like to meet? Should we do an informal "meetup" at Stanford? :D
- 1st place: Hugging Face merch of your choice + $500 Hugging Face compute credits
- 2nd place: Hugging Face merch of your choice + $200 Hugging Face compute credits
- 3rd place: Hugging Face socks + $50 Hugging Face compute credits 🚀
And, of course, it's open source!
Check out the repo: https://github.com/huggingface/swift-coreml-diffusers…💓 Pull Requests are more than welcome, there's so much to do! Looking forward to including image-to-image, personal galleries, additional models, and more. Feel free to fork and contribute!
🔒 Complete privacy. Images are generated in your computer.
⬇️ Downloadable models. Optimized for CPU, GPU and Neural Engine.
🏎️ Fast, native app with Mac look and feel.
💧 Smaller distilled model by OFA-Sys available for not-so-powerful Macs.
⚙️ Flexible and fun.
🧨 Diffusers for Mac has just been released in the Mac App Store! Run Stable Diffusion easily on your Mac with our native and open-source Swift app 🚀
Being the Mac counterpart of the diffusers library, it allows you to download models from the Hub, in optimized Core ML format.
#diffuserslib v0.12 released with super cool 😎 features #instructpix2pix#DiT#LoRA and more 🎉 when I looked at the release note, I saw a super kind note 😳 Thank you so much ❤
Short sweet and full of useful info! Perfectly timed too - we've been realizing this as we experiment with noise schedules and input scaling for the latest
🐏 Less RAM
💻 Less compute
🚀 Faster training
🏋️ Slim weights!
This enables new use cases for the community: share your models easily, quickly switch styles in production, use less resources for download and storage, ...
LoRA was proposed by Microsoft Research to deal with efficient fine-tuning of Large Language Models, by freezing everything but injecting small trainable layers in strategic places. It can achieve similar results to fine-tuning, but with 3 or 4 orders of magnitude less weights 🤯
I'm happy to announce Hugging Face Competitions! With 🤗 Competitions, you can create public/private competitions with full control of datasets, metrics and evaluation! Check out our first competition: AI or Not https://huggingface.co/spaces/competitions/aiornot… 1/N
DIffusers 0.12.0 is out with new magical features 🪄📷InstructPix2Pix Edit images w/ language instructions
💡LoRA for fast & mem-efficient #stablediffusion fine-tuning
🚀New fast DEIS scheduler
🤝Transformer meets Diffusion w/ DiT
✨New API to easily customize attention layers
we're still hiring for all kinds of roles (from developer advocacy to ML engineering). We're looking for growth and generalist mindsets and people excited to work in OS ML. Ping me🤗
The InstructPix2Pix #stablediffusion model, which allows editing images using language instructions, is now available in diffusers!
Colab with @Gradio demo:
https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/InstructPix2Pix_using_diffusers.ipynb…
Read more about the model here: https://timothybrooks.com/instruct-pix2pix/…
Excited to share what I've been working on for the past 6 months: Text-to-Audio Diffusion.
More samples and info here: http://bit.ly/audio-diffusion
Enjoy!
🔊 Prompt: "Dubstep Insane Drop Remix (Deluxe Edition), 2 of 4"
The future of generative art is *personalization*. Rather than "pic of a kitten at a party", we may want "pic of MY kitten at MY party".
New paper enables us to quickly teach Stable Diffusion many new concepts at once, and combine them on the fly: https://arxiv.org/abs/2212.04488
1/2
, revisits an old conversation on Python vs. Julia, and talks about his scientific advocacy during the early days of COVID-19.
✨http://wandb.me/gd-jeremy-howard-2…
's Whisper model:
- 20K+ A100 hours provided for community use via Lambda Cloud credits
- 100+ languages covered
- 650 models created
Beyond impressed by the community. Giveaway announcement coming Friday!
DreamBooth Hackathon and we've already got some great submissions across the 5 themes of 🐨🔬🍔🏔🔥!
You can view all the models on the Hub and give them a ❤️: https://huggingface.co/models?other=dreambooth-hackathon…
Here's a 🧵on some of the models that made me 🤯
1/7
#StableDiffusion2 depth to image can texture entire scenes in Blender automatically.
Try it for yourself: https://github.com/carson-katri/dream-textures/releases/tag/0.0.9…
📣 CRFM announces PubMedGPT, a new 2.7B language model that achieves a new SOTA on the US medical licensing exam. The recipe is simple: a standard Transformer trained from scratch on PubMed (from The Pile) using
Requires the latest betas: macOS Ventura 13.1, Xcode 14.2, iOS/iPadOS 16.2. They are all in Release Candidate state, so they should be released very soon!
PRs welcome! Or just use the source code for inspiration and build something great 🎈
We are open sourcing a native Swift app for Stable Diffusion!
https://github.com/huggingface/swift-coreml-diffusers…
It integrates Apple's Core ML library (released last week) and the fastest scheduler (DPM-Solver++), which we ported to Swift from diffusers!
Generation time: ~10s in my M1 Max 🚀