Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Duplicated from  wangkanai/wan22-qx-encoders-gguf

Rob1221rib
/
wan22-qx-encoders-gguf

Text-to-Video
Diffusers
GGUF
wan
image-generation
text-encoder
quantization
Model card Files Files and versions
xet
Community

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
wan22-qx-encoders-gguf
32 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Rob1221rib's picture
Rob1221rib
wangkanai's picture
wangkanai
Duplicate from wangkanai/wan22-qx-encoders-gguf
d8908f5 6 months ago
  • text_encoders
    Duplicate from wangkanai/wan22-qx-encoders-gguf 6 months ago
  • .gitattributes
    2.15 kB
    Duplicate from wangkanai/wan22-qx-encoders-gguf 6 months ago
  • README.md
    9.42 kB
    Duplicate from wangkanai/wan22-qx-encoders-gguf 6 months ago