Instructions to use ChrisColeTech/TripoSG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ChrisColeTech/TripoSG with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ChrisColeTech/TripoSG", 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
Upload samples/mesh-robot-textured.png with huggingface_hub
Browse files- .gitattributes +1 -0
- samples/mesh-robot-textured.png +3 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ samples/src-robot.png filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
samples/src-teapot.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
samples/turntable-robot.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
samples/turntable-teapot.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
samples/src-teapot.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
samples/turntable-robot.png filter=lfs diff=lfs merge=lfs -text
|
| 41 |
samples/turntable-teapot.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
samples/mesh-robot-textured.png filter=lfs diff=lfs merge=lfs -text
|
samples/mesh-robot-textured.png
ADDED
|
Git LFS Details
|