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
25.2 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 11 commits
lapp0's picture
lapp0
Update README.md
93fe14e verified 3 months ago
  • transformer
    Add diffusers support (#1) 3 months ago
  • vae
    Add diffusers support (#1) 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.26 kB
    Update README.md 3 months ago
  • __init__.py
    1.93 kB
    Add diffusers support (#1) 3 months ago
  • before_denoise.py
    20.7 kB
    Add diffusers support (#1) 3 months ago
  • config.yaml
    795 Bytes
    Update config.yaml 4 months ago
  • decoders.py
    3.99 kB
    Add diffusers support (#1) 3 months ago
  • denoise.py
    6.37 kB
    Add diffusers support (#1) 3 months ago
  • encoders.py
    10.3 kB
    Add diffusers support (#1) 3 months ago
  • model.safetensors
    12.5 GB
    xet
    Upload folder using huggingface_hub 4 months ago
  • modular_blocks.py
    1.74 kB
    Add diffusers support (#1) 3 months ago
  • modular_config.json
    165 Bytes
    Add diffusers support (#1) 3 months ago
  • modular_model_index.json
    1.74 kB
    Add diffusers support (#1) 3 months ago
  • owl_wms.commit
    40 Bytes
    Upload folder using huggingface_hub 4 months ago