Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Suparnpreet
/
texttovideo

GGUF
conversational
Model card Files Files and versions
xet
Community
2

Instructions to use Suparnpreet/texttovideo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use Suparnpreet/texttovideo with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="Suparnpreet/texttovideo",
    	filename="mistral.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use Suparnpreet/texttovideo with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf Suparnpreet/texttovideo
    # Run inference directly in the terminal:
    llama-cli -hf Suparnpreet/texttovideo
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf Suparnpreet/texttovideo
    # Run inference directly in the terminal:
    llama-cli -hf Suparnpreet/texttovideo
    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 Suparnpreet/texttovideo
    # Run inference directly in the terminal:
    ./llama-cli -hf Suparnpreet/texttovideo
    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 Suparnpreet/texttovideo
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf Suparnpreet/texttovideo
    Use Docker
    docker model run hf.co/Suparnpreet/texttovideo
  • LM Studio
  • Jan
  • Ollama

    How to use Suparnpreet/texttovideo with Ollama:

    ollama run hf.co/Suparnpreet/texttovideo
  • Unsloth Studio new

    How to use Suparnpreet/texttovideo with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for Suparnpreet/texttovideo to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for Suparnpreet/texttovideo to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for Suparnpreet/texttovideo to start chatting
  • Docker Model Runner

    How to use Suparnpreet/texttovideo with Docker Model Runner:

    docker model run hf.co/Suparnpreet/texttovideo
  • Lemonade

    How to use Suparnpreet/texttovideo with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Suparnpreet/texttovideo
    Run and chat with the model
    lemonade run user.texttovideo-{{QUANT_TAG}}
    List all available models
    lemonade list

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Gated model
You can list files but not access them

Preview of files found in this repository
  • .gitattributes
    1.75 kB
    Upload 12 files about 2 years ago
  • WhatsApp Audio 2024-04-25 at 4.34.17 PM.wav
    10.3 MB
    xet
    Upload 12 files about 2 years ago
  • chromedriver.exe
    17 MB
    xet
    Upload 12 files about 2 years ago
  • clipteller.py
    3.25 kB
    Upload 12 files about 2 years ago
  • main.py
    5.12 kB
    Upload 12 files about 2 years ago
  • mistral.gguf
    5 GB
    xet
    Upload 12 files about 2 years ago
  • pexels.py
    5.21 kB
    Upload 12 files about 2 years ago
  • scriptwriter.py
    835 Bytes
    Upload 12 files about 2 years ago
  • storyblocks.py
    9.08 kB
    Upload 12 files about 2 years ago
  • test.py
    0 Bytes
    Upload 12 files about 2 years ago
  • texttoimage.py
    368 Bytes
    Upload 12 files about 2 years ago
  • texttospeech.py
    877 Bytes
    Upload 12 files about 2 years ago
  • texttovideo.py
    1.18 kB
    Upload 12 files about 2 years ago