Text-to-Video
Wan2.2
GGUF
English
Chinese
image-to-video
video-generation
diffusion
wan
quantized
on-device
ios
mobile
apple-silicon
Instructions to use jc-builds/Wan2.2-TI2V-5B-iOS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Wan2.2
How to use jc-builds/Wan2.2-TI2V-5B-iOS with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use jc-builds/Wan2.2-TI2V-5B-iOS with 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 jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M # Run inference directly in the terminal: llama cli -hf jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M # Run inference directly in the terminal: llama cli -hf jc-builds/Wan2.2-TI2V-5B-iOS: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 jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf jc-builds/Wan2.2-TI2V-5B-iOS: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 jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M
Use Docker
docker model run hf.co/jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use jc-builds/Wan2.2-TI2V-5B-iOS with Ollama:
ollama run hf.co/jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use jc-builds/Wan2.2-TI2V-5B-iOS with Docker Model Runner:
docker model run hf.co/jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M
- Lemonade
How to use jc-builds/Wan2.2-TI2V-5B-iOS with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull jc-builds/Wan2.2-TI2V-5B-iOS:Q4_K_M
Run and chat with the model
lemonade run user.Wan2.2-TI2V-5B-iOS-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!