Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

gen-lab
/
TRELLIS-slat-text-xlarge

Diffusers
Safetensors
TrellisText2SLatPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use gen-lab/TRELLIS-slat-text-xlarge 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/TRELLIS-slat-text-xlarge", 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
TRELLIS-slat-text-xlarge
5.84 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
huanngzh's picture
huanngzh
Upload model weights
5a8f9bb verified 7 months ago
  • scheduler
    Upload model weights 7 months ago
  • text_encoder
    Upload model weights 7 months ago
  • tokenizer
    Upload model weights 7 months ago
  • transformer
    Upload model weights 7 months ago
  • vae_decoder_gs
    Upload model weights 7 months ago
  • vae_decoder_mesh
    Upload model weights 7 months ago
  • vae_encoder
    Upload model weights 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    31 Bytes
    initial commit 7 months ago
  • model_index.json
    1.27 kB
    Upload model weights 7 months ago