From 91d6e2347a5a392bf274703721c6aa928e5cb113 Mon Sep 17 00:00:00 2001 From: David Kaiser Date: Sat, 11 Jan 2025 21:08:04 -0800 Subject: [PATCH] Update README.md Added support for running in notebook --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 4c9bd4c8..c65360bc 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,19 @@ After running the code, you will get the following files: - `sample.glb`: a GLB file containing the extracted textured mesh - `sample.ply`: a PLY file containing the 3D Gaussian representation +### Colab Demo + +If you’d prefer to set up and run TRELLIS in a **Google Colab** environment, check out the [Trellis-Colab repository](https://github.com/jackel27/Trellis-Colab). You’ll find: + +- **Step-by-step** CUDA 11.8 + conda environment configuration +- Scripts to install **PyTorch**, **flash-attn**, **spconv**, **kaolin**, etc. +- **Cells** for cloning the TRELLIS repo, building submodules, and launching the Gradio demo +- Options to expose the Gradio app via **ngrok** or **cloudflared** + +You can **view** or **run** the notebook directly from GitHub by clicking the badge below: + +[Open In Colab](https://colab.research.google.com/github/jackel27/Trellis-Colab/blob/main/Kaiser-Trellis.ipynb) + ### Web Demo