How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Dev4285/MiniArt-Uncensored:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Dev4285/MiniArt-Uncensored:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf Dev4285/MiniArt-Uncensored:Q4_K_M
# Run inference directly in the terminal:
llama cli -hf Dev4285/MiniArt-Uncensored:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf Dev4285/MiniArt-Uncensored:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf Dev4285/MiniArt-Uncensored:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf Dev4285/MiniArt-Uncensored:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Dev4285/MiniArt-Uncensored:Q4_K_M
Use Docker
docker model run hf.co/Dev4285/MiniArt-Uncensored:Q4_K_M
Quick Links

MiniArt Uncensored

MiniArt Uncensored is a fully unrestricted version of Mini Art 1.0, optimized for local inference. It delivers creative conversation, storytelling, and interactive dialogue โ€” running entirely on your own hardware with zero content limitations.

Available in GGUF format (Q4_K_M, ~468 MB) for seamless execution across LM Studio, Ollama, llama.cpp, and KoboldCpp.


Model Overview

Property Value
Model Name MiniArt Uncensored
Made By OSAMA INC
Format GGUF (.gguf)
Quantization Q4_K_M (~468 MB)
License Apache 2.0
Context Length 2048 tokens

How to Use

LM Studio

  1. Download MiniArt-Uncensored-Q4_K_M.gguf.
  2. Open LM Studio and load the model file.
  3. Start chatting.

Ollama

ollama create miniart-uncensored -f ./Modelfile
ollama run miniart-uncensored

llama.cpp

./llama-server -m MiniArt-Uncensored-Q4_K_M.gguf -c 2048 -n 512

License

This project is licensed under the Apache 2.0 License.

Downloads last month
1,301
GGUF
Model size
0.6B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support