Instructions to use Rob1221rib/wan22-qx-encoders-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Rob1221rib/wan22-qx-encoders-gguf with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Rob1221rib/wan22-qx-encoders-gguf", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Rob1221rib/wan22-qx-encoders-gguf 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 Rob1221rib/wan22-qx-encoders-gguf # Run inference directly in the terminal: llama cli -hf Rob1221rib/wan22-qx-encoders-gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Rob1221rib/wan22-qx-encoders-gguf # Run inference directly in the terminal: llama cli -hf Rob1221rib/wan22-qx-encoders-gguf
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 Rob1221rib/wan22-qx-encoders-gguf # Run inference directly in the terminal: ./llama-cli -hf Rob1221rib/wan22-qx-encoders-gguf
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 Rob1221rib/wan22-qx-encoders-gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf Rob1221rib/wan22-qx-encoders-gguf
Use Docker
docker model run hf.co/Rob1221rib/wan22-qx-encoders-gguf
- LM Studio
- Jan
- Ollama
How to use Rob1221rib/wan22-qx-encoders-gguf with Ollama:
ollama run hf.co/Rob1221rib/wan22-qx-encoders-gguf
- Unsloth Desktop
- Docker Model Runner
How to use Rob1221rib/wan22-qx-encoders-gguf with Docker Model Runner:
docker model run hf.co/Rob1221rib/wan22-qx-encoders-gguf
- Lemonade
How to use Rob1221rib/wan22-qx-encoders-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Rob1221rib/wan22-qx-encoders-gguf
Run and chat with the model
lemonade run user.wan22-qx-encoders-gguf-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
Ctrl+K