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 / transformer
12.5 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 1 commit
LouisCastricato's picture
LouisCastricato
Add diffusers support (#1)
a3d8cb2 verified 4 months ago
  • __init__.py
    1.03 kB
    Add diffusers support (#1) 4 months ago
  • attn.py
    11.8 kB
    Add diffusers support (#1) 4 months ago
  • cache.py
    4.51 kB
    Add diffusers support (#1) 4 months ago
  • config.json
    1.07 kB
    Add diffusers support (#1) 4 months ago
  • diffusion_pytorch_model.safetensors
    12.5 GB
    xet
    Add diffusers support (#1) 4 months ago
  • model.py
    15.7 kB
    Add diffusers support (#1) 4 months ago
  • nn.py
    5.08 kB
    Add diffusers support (#1) 4 months ago
  • quantize.py
    7.95 kB
    Add diffusers support (#1) 4 months ago