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

Viggle
/
Meridian

Video-to-Video
Diffusers
Safetensors
novel-view-synthesis
camera-control
re-camera
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Viggle/Meridian with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Viggle/Meridian", 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
Meridian / docs
4.78 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
yycc's picture
yycc
Docs: the two-adapter layout
e6c350c verified about 11 hours ago
  • assets
    Meridian 4 days ago
  • api.md
    8.88 kB
    Meridian 4 days ago
  • inference.md
    15.6 kB
    Two-adapter release: docs and code about 12 hours ago
  • installation.md
    11 kB
    Two-adapter release: docs and code about 12 hours ago
  • method.md
    10.2 kB
    Docs: the two-adapter layout about 12 hours ago
  • release_checklist.md
    2.7 kB
    Docs: the two-adapter layout about 11 hours ago
  • research.html
    16 kB
    Meridian 4 days ago
  • research.md
    11.3 kB
    Meridian 4 days ago
  • studio.md
    12.4 kB
    Docs: the two-adapter layout about 12 hours ago
  • studio_walkthrough.md
    17.1 kB
    Meridian 4 days ago
  • training.md
    2.67 kB
    Docs: the two-adapter layout about 12 hours ago