Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 639 Bytes

File metadata and controls

29 lines (21 loc) · 639 Bytes

vibeworld

  1. Install Three.js

  2. Launch vite

  3. Go to http://localhost:5173/

  4. Launch the Trellis server

    1. ssh to a remote machine with a GPU
    2. launch the server (and install any dependencies)
    python -m trellis_server --host 0.0.0.0 --port 8000 --preload-models
    1. Then you need to tunnel the port to your laptop. Leave this command running in a local terminal.
    ssh -L 8000:localhost:8000 username@remote-hostname
  5. Run the websocket server: python websocket_server.py

Built with

  • Claude
  • Three js
  • Eleven Labs
  • Trellis (via PyTorch)