Downloads · 30 days
0
homeworkmove/NSFW_MMaudio
NSFW_MMaudio is a text-to-audio model from homeworkmove. Use it for the text-to-audio task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
This repository contains a fine-tuned version of the MMAudio model, specializing in generating audio from video, image, and text prompts. The model was fine-tuned on a private dataset, resulting in the cloud19/NSFWMMa…
Downloads · 30 days
0
Access
Public
Updated Jul 17, 2026
Repo size
10.4 GB
Likes
0
Public
Click a slice to open those files.
.pth10.4 GB · 100%
From the Hugging Face model README
This repository contains a fine-tuned version of the MMAudio model, specializing in generating audio from video, image, and text prompts. The model was fine-tuned on a private dataset, resulting in the cloud19/NSFW_MMaudio checkpoint. Specializing in NSFW videos of various kinds.
Original Project: hkchengrex/MMAudio
large_44k (from the original MMAudio)This repository includes a fully functional Gradio (app.py). To run it locally, follow these steps. GPU 12-16 GB preferred.
Prerequisites:
git-lfs must be installed)Clone the repository:
Open your terminal and clone the repository. git-lfs will automatically handle downloading the large model file.
git clone https://huggingface.co/cloud19/NSFW_MMaudio
cd NSFW_MMaudio
Set up a virtual environment (recommended):
python -m venv venv
source venv/bin/activate
# On Windows, use: venv\Scripts\activate
Install the required dependencies:
The requirements.txt file contains all necessary packages.
pip install -r requirements.txt
Run the Gradio application: This will launch a local web server.
python app.py
Now you can use the web interface to generate audio with your fine-tuned model.
Limitations:
All credit for the original architecture, code, and pre-trained models goes to the authors of MMAudio. Please refer to their repository for more details.