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

  • Log In
  • Sign Up

Overworld
/
Waypoint-1-Small

Diffusers
Safetensors
English
WM
Diffusion
Egocentric
Model card Files Files and versions
xet
Community
1

Instructions to use Overworld/Waypoint-1-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Overworld/Waypoint-1-Small with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Overworld/Waypoint-1-Small", 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
Waypoint-1-Small / vae /__pycache__
23 kB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
LouisCastricato's picture
LouisCastricato
Add diffusers support (#1)
a3d8cb2 verified 3 months ago
  • __init__.cpython-311.pyc
    265 Bytes
    Add diffusers support (#1) 3 months ago
  • ae_model.cpython-311.pyc
    5.64 kB
    Add diffusers support (#1) 3 months ago
  • dcae.cpython-311.pyc
    17.1 kB
    Add diffusers support (#1) 3 months ago