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

  • Log In
  • Sign Up

GrayShine
/
Video-GPT

Diffusers
Safetensors
phi3
Model card Files Files and versions
xet
Community

Instructions to use GrayShine/Video-GPT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use GrayShine/Video-GPT with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("GrayShine/Video-GPT", 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
Video-GPT
Ctrl+K
Ctrl+K
  • 1 contributor
History: 37 commits
GrayShine's picture
GrayShine
Rename transformer/vIdeo_gpt_stage3.bin to transformer/video_gpt_stage3.bin
8885965 verified 12 months ago
  • imgs
    Rename anim.png to imgs/anim.png 12 months ago
  • transformer
    Rename transformer/vIdeo_gpt_stage3.bin to transformer/video_gpt_stage3.bin 12 months ago
  • vae
    Upload config.json 12 months ago
  • .gitattributes
    2.12 kB
    Rename anim.png to imgs/anim.png 12 months ago
  • README.md
    6.08 kB
    Update README.md 12 months ago
  • config.json
    3.29 kB
    Upload config.json 12 months ago
  • special_tokens_map.json
    670 Bytes
    Upload 4 files 12 months ago
  • tokenizer.json
    1.85 MB
    Upload 4 files 12 months ago
  • tokenizer_config.json
    10.1 kB
    Upload 4 files 12 months ago