Fancy-AI / README.md
Mr-J-369's picture
docs: add Fancy AI Play Store link
db851b9 verified
|
Raw
History Blame Contribute Delete
10.9 kB
> πŸ“± **Now on Google Play β€” [Fancy AI](https://play.google.com/store/apps/details?id=com.mrj.fancyai)**
> On-device AI image generation, optimized for Qualcomm NPU phones.
---
license: other
language:
- en
tags:
- gguf
- llama.cpp
- android
- fancy-ai
- on-device
pretty_name: Fancy AI β€” Add-on Catalog
---
# Fancy AI β€” Add-on Catalog
Add-on catalog for the **Fancy AI** Android app β€” an on-device AI companion app powered by
`llama.cpp`. The app ships small and streams optional models on demand from this catalog.
- App & issues: https://github.com/Mr-J-369/Fancy-Ai
- This repo hosts **`manifest.json`** β€” the catalog the app reads. The model weights themselves
are **not re-hosted here**; the catalog links directly to the original creators' repos
(Qwen, bartowski), so downloads come straight from the source.
## How to use it (in the app)
**Settings β†’ On-Device Model β†’ Browse Add-ons.** The app reads `manifest.json`, lists each
component, and lets you **download + activate** in one tap:
- `agent` β†’ **Use as Root's brain** (the tiny model that handles background housekeeping).
- `chat` β†’ **Use as chat model** (your main conversational model).
## Current catalog
β”‚ Component β”‚ Type β”‚ Model β”‚ Size β”‚ License β”‚
β”‚ Root Agent β€” Qwen2.5 1.5B β”‚ agent β”‚ Qwen2.5-1.5B-Instruct β”‚ 1.12 GB β”‚ Apache-2.0 β”‚
β”‚ Chat β€” Llama 3.2 3B β”‚ chat β”‚ bartowski Llama-3.2-3B β”‚ 2.02 GB β”‚ Llama 3.2 β”‚
β”‚ Chat β€” Qwen2.5 3B β”‚ chat β”‚ Qwen2.5-3B-Instruct β”‚ 2.10 GB β”‚ Qwen β”‚
## Manifest format
`manifest.json` is a single JSON file with a `components` array. Each component has:
`id`, `type` (`agent` | `chat` | …), `name`, `description`, `quant`, `minRamMb`, `url`
(a direct `…/resolve/main/<file>.gguf` link), `sizeBytes`, and `sha256`. Multi-file components
(e.g. a vision model + projector) use a `files` array instead of a single `url`.
## Licenses
Each model retains its **original license** (Apache-2.0 for Qwen 0.5B; the Llama 3.2 and Qwen
community licenses for the 3B models). Weights are downloaded directly from the creators' repos;
this repo only distributes the catalog metadata. See each linked model card for full terms.