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 / vae
335 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
GrayShine's picture
GrayShine
Upload config.json
3e658c7 verified 12 months ago
  • config.json
    607 Bytes
    Upload config.json 12 months ago
  • diffusion_pytorch_model.safetensors
    335 MB
    xet
    Rename diffusion_pytorch_model.safetensors to vae/diffusion_pytorch_model.safetensors 12 months ago