Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf AiCoderv2/FineToon-Texttovideo:Q4_K_M# Run inference directly in the terminal:
llama-cli -hf AiCoderv2/FineToon-Texttovideo:Q4_K_MUse 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 AiCoderv2/FineToon-Texttovideo:Q4_K_M# Run inference directly in the terminal:
./llama-cli -hf AiCoderv2/FineToon-Texttovideo:Q4_K_MBuild 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 AiCoderv2/FineToon-Texttovideo:Q4_K_M# Run inference directly in the terminal:
./build/bin/llama-cli -hf AiCoderv2/FineToon-Texttovideo:Q4_K_MUse Docker
docker model run hf.co/AiCoderv2/FineToon-Texttovideo:Q4_K_MCreate a 8 second cinematic video ad for a job post titled “We’re Hiring – Videographer”. Style: luxury, futuristic, minimal — color palette white, gold, and black. Scene composition:
Dynamic intro with glowing gold geometric shapes and digital film strips.
Floating icons representing creativity and media: video camera, film reel, clapperboard, 💬 DM icon.
Soft glowing text transitions.
No humans, no faces.
Subtle background motion: abstract light rays, gold particles, or smooth camera panning over modern design elements. Text sequence suggestion: 1️⃣ “🚀 We’re Hiring – Videographer!” 2️⃣ “Create. Edit. Inspire in the world of healthcare.” 3️⃣ “CV 📩 Contact us via DM!” Typography: bold, modern sans-serif, animated with smooth fade and motion blur. Soundtrack: ambient cinematic music with subtle beats (no lyrics). Final mood: professional, elegant, and inspiring — perfect for Instagram Reels, LinkedIn post, or website hero section.
- Downloads last month
- 71
4-bit
Install from brew
# Start a local OpenAI-compatible server with a web UI: llama-server -hf AiCoderv2/FineToon-Texttovideo:Q4_K_M# Run inference directly in the terminal: llama-cli -hf AiCoderv2/FineToon-Texttovideo:Q4_K_M