Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

VAST-AI
/
TripoSG

Image-to-3D
Diffusers
Safetensors
TripoSGPipeline
triposg
3d-generation
rectified-flow
Model card Files Files and versions
xet
Community
2

Instructions to use VAST-AI/TripoSG with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use VAST-AI/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("VAST-AI/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
TripoSG
7.95 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
pookiefoof's picture
pookiefoof
Initial release
2c1c516 about 1 year ago
  • feature_extractor_dinov2
    Initial release about 1 year ago
  • image_encoder_dinov2
    Initial release about 1 year ago
  • scheduler
    Initial release about 1 year ago
  • transformer
    Initial release about 1 year ago
  • vae
    Initial release about 1 year ago
  • .gitattributes
    1.56 kB
    Initial release about 1 year ago
  • README.md
    1.47 kB
    Initial release about 1 year ago
  • model_index.json
    525 Bytes
    Initial release about 1 year ago