🔮 SuperDuperDB: Bring AI to your database: Integrate, train and manage any AI models and APIs directly with your database and your data. Bring AI to your favorite database! Docs | Blog | Use-Cases | Live Notebooks | Community Apps | Slack | Youtube English | 中文 What is SuperDuperDB? 🔮 SuperDuperDB is an open-source framework for integrating AI directly with your existing databases, including streaming inference, scalable model training, and vector s…
StyleX is the styling system for ambitious user interfaces.stylex · StyleX is a JavaScript library for defining styles for optimized user interfaces. Documentation Documentation Website Documentation for individual packages can be found in their respective README files. Start with @stylexjs/stylex. Example Here is a simple example of stylex use: import stylex from '@stylexjs/stylex'; const styles = stylex.create({ root: { padding: 10, }, element: { backgroundColor: &#…
Let us democratise high-resolution generation! (arXiv 2023)DemoFusion Code release for "DemoFusion: Democratising High-Resolution Image Generation With No 💰" (arXiv 2023) Abstract: High-resolution image generation with Generative Artificial Intelligence (GenAI) has immense potential but, due to the enormous capital investment required for training, it is increasingly centralised to a few large corporations, and hidden behind paywalls. This paper aims to democratise high-resolutio…
Magicoder: Source Code Is All You Need🎩 Magicoder: Source Code Is All You Need 🎩 Models | 📚 Dataset | 🚀 Quick Start | 👀 Demo | 📝 Citation | 🙏 Acknowledgements ImportantWe are keeping improving the documents and adding more implementation details. Please stay tuned! About 🎩Magicoder is a model family empowered by 🪄OSS-Instruct, a novel approach to enlightening LLMs with open-source code snippets for generating low-bias and high-quality instruction dat…
Official code for "Style Aligned Image Generation via Shared Attention"Style Aligned Image Generation via Shared Attention Project Page Paper Setup This code was tested with Python 3.11, Pytorch 2.1 and Diffusers 0.16. Examples See style_aligned_sdxl notebook for generating style aligned images using SDXL. See style_aligned_w_controlnet notebook for generating style aligned and depth conditioned images using SDXL with ControlNet-Depth. style_aligned_w_multidiffusion can be used for ge…
Cross-platform iMessage POCpypush pypush is a POC demo of my recent iMessage reverse-engineering. It can currently register as a new device on an Apple ID, set up encryption keys, and send and receive iMessages! pypush is completely platform-independent, and does not require a Mac or other Apple device to use! Installation It's pretty self explanatory: git clone https://github.com/JJTech0130/pypush pip3 install -r requirements.txt python3 ./demo.py Troubleshooting If you have any issues, …
Sequential Modeling Enables Scalable Learning for Large Vision Models Welcome to the official repository for our paper: "Sequential Modeling Enables Scalable Learning for Large Vision Models." Visit our project webpage Abstract: We introduce a novel sequential modeling approach which enables learning a Large Vision Model (LVM) without making use of any linguistic data. To do this, we define a common format, ``visual sentences", in which we can represent raw images and videos as well…
Mamba Mamba: Linear-Time Sequence Modeling with Selective State Spaces Albert Gu*, Tri Dao* Paper: https://arxiv.org/abs/2312.00752 About Mamba is a new state space model architecture showing promising performance on information-dense data such as language modeling, where previous subquadratic models fall short of Transformers. It is based on the line of progress on structured state space models, with an efficient hardware-aware design and implementation in the spirit of FlashAttention. Inst…
MagicAnimate: Temporally Consistent Human Image Animation using Diffusion Model MagicAnimate: Temporally Consistent Human Image Animation using Diffusion Model Zhongcong Xu · Jianfeng Zhang · Jun Hao Liew · Hanshu Yan · Jia-Wei Liu · Chenxu Zhang · Jiashi Feng · Mike Zheng Shou National University of Singapore | ByteDance …