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

  • Log In
  • Sign Up

gen-lab
/
TripoSG

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

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

  • Libraries
  • Diffusers

    How to use gen-lab/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("gen-lab/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: 3 commits
huanngzh's picture
huanngzh
Update README.md
299445c verified 3 months ago
  • feature_extractor
    Upload model weights 3 months ago
  • image_encoder
    Upload model weights 3 months ago
  • scheduler
    Upload model weights 3 months ago
  • transformer
    Upload model weights 3 months ago
  • vae
    Upload model weights 3 months ago
  • .gitattributes
    1.56 kB
    Upload model weights 3 months ago
  • README.md
    326 Bytes
    Update README.md 3 months ago
  • model_index.json
    557 Bytes
    Upload model weights 3 months ago