TopGit tracks cubiq/Mellon on GitHub. The project has 303 stars. Speak Friend and Enter
Snapshot summary built from the project's own GitHub metadata — there's no written TopGit review yet. The page will update automatically when a full review is published.
WHY NO REVIEW YET
TopGit writes full reviews for the most-starred, most-requested repositories. This page is a snapshot until then — see the READ ME tab for the original README in full.
Optionally you can also install SageAttention but you need v2 and it has to be compiled from source. Be sure to have the environment activated, clone the official repository somewhere outside of Mellon directory and compile it like so (it can take a while):
cd ~/some/directory
git clone https://github.com/thu-ml/SageAttention.git
cd SageAttention
export EXT_PARALLEL=4 NVCC_APPEND_FLAGS="--threads 8" MAX_JOBS=32 # parallel compiling
pip install -e .
Remember you need python3.x-devel installed on your system to compile from source.
Note: Mellon has been tested on python 3.12.
Additional functionality
Additional libraries can be installed with:
pip install -U -r requirements_extras.txt
You are very likely going to need them but in the spirit of keeping the core dependencies to the bare minimum I'm putting extra features in an optional requirement file. You can also check requirements_extras.txt and cherry pick what you need.
Quantization
Quantization often requires additional packages. Check the requirements_quant.txt file for a list of available quantizations. If you want to install them all execute:
pip install -U -r requirements_quant.txt
For Nunchaku follow the installation instructions for your platform.
Upgrading
To upgrade Mellon just pull the repository:
cd Mellon
git pull
To upgrade the python libraries, activate the environment and follow the pip install order as per the installation
Alternatively, you can install Mellon using uv, a fast Python package manager written in Rust.
First, you will need to install uv following the official instructions for your system.
Then you can install the basic packages with this command:
uv sync
This will use python 3.12 and install the recommended packages to run Mellon, and it may also install torch 2.6 with CUDA 12.8 support depending on your OS (macOS not supported for now).
Note: For now it will also install diffusers from main.
If you want, you can install the extra packages to enable those features:
nunchaku
spandrel
rmbg
quant
You can install each one to test them separately, a group of them, or all of them.
For example, this will install Nunchaku 1.0.1dev20250924 for your system:
TopGit's last sync did not record any GitHub topics for cubiq/Mellon. GitHub topics appear in the right sidebar of a repository page; that's the authoritative place to check.
How active is development on cubiq/Mellon?
The most recent commit recorded on cubiq/Mellon was 2 months ago, based on the GitHub push timestamp. The repository has 20 forks — one of the better signals of community interest.
How many stars does cubiq/Mellon have?
cubiq/Mellon has 303 GitHub stars — refresh the page for the live number, or check github.com/cubiq/Mellon. TopGit mirrors GitHub's count but does not claim minute-by-minute accuracy.
What is cubiq/Mellon?
cubiq/Mellon (cubiq/Mellon) is a Python project on GitHub. From the project's own README: Speak Friend and Enter
What language is cubiq/Mellon written in?
cubiq/Mellon is written primarily in Python. GitHub's language field is based on the largest share of bytes in the default branch.
Read full README in the tab above.
Curious whether Mellon is right for you?
Let ChatGPT, Claude, or Perplexity look into it — click below and see what AI actually says about Mellon.