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

  • Log In
  • Sign Up

Runware
/
Video-Upscale

Diffusers
Safetensors
UpscaleAVideoPipeline
Model card Files Files and versions
xet
Community
12

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

  • Libraries
  • Diffusers

    How to use Runware/Video-Upscale with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Runware/Video-Upscale", 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-Upscale / vae
910 MB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 8 commits
bghira's picture
bghira
Delete vae/vae_3d.safetensors (#12)
1127563 verified 11 months ago
  • config.json
    691 Bytes
    Rename vae/vae_video_config.json to vae/config.json (#4) 11 months ago
  • diffusion_pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    455 MB
    xet
    Rename vae/pytorch_model.bin to vae/diffusion_pytorch_model.bin (#11) 11 months ago
  • vae_video.safetensors
    455 MB
    xet
    Adding `safetensors` variant of this model (#2) 11 months ago