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

  • Log In
  • Sign Up

INSAIT-Institute
/
COM4D

Image-to-3D
Diffusers
Safetensors
English
mesh
3d
4d
video
reconstruction
Model card Files Files and versions
xet
Community
1

Instructions to use INSAIT-Institute/COM4D with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use INSAIT-Institute/COM4D with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("INSAIT-Institute/COM4D", 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
COM4D
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
dimitadi's picture
dimitadi
berkegokmen1's picture
berkegokmen1
Create README.md (#1)
6ff37c7 about 1 month ago
  • transformer_ema
    Upload transformer_ema checkpoint about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    2.08 kB
    Create README.md (#1) about 1 month ago