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

  • Log In
  • Sign Up

VAST-AI
/
TripoSG-scribble

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

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

  • Libraries
  • Diffusers

    How to use VAST-AI/TripoSG-scribble 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-scribble", 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-scribble
4.71 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
bennyguo's picture
bennyguo
Update README.md
e70b06b verified about 1 year ago
  • feature_extractor_dinov2
    Upload folder using huggingface_hub about 1 year ago
  • image_encoder_dinov2
    Upload folder using huggingface_hub about 1 year ago
  • scheduler
    Upload folder using huggingface_hub about 1 year ago
  • text_encoder
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer
    Upload folder using huggingface_hub about 1 year ago
  • transformer
    Upload folder using huggingface_hub about 1 year ago
  • vae
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.81 kB
    Update README.md about 1 year ago
  • model_index.json
    674 Bytes
    Upload folder using huggingface_hub about 1 year ago