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

ChrisColeTech
/
hunyuan3D-2.1

Image-to-3D
Diffusers
Safetensors
3d-generation
mesh-generation
hunyuan3d
Mixture of Experts
Model card Files Files and versions
xet
Community

Instructions to use ChrisColeTech/hunyuan3D-2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ChrisColeTech/hunyuan3D-2.1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ChrisColeTech/hunyuan3D-2.1", 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
hunyuan3D-2.1 / split
14.3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
ChrisColeTech's picture
ChrisColeTech
Drop pickle checkpoints (safetensors uploaded) and the duplicate VAE
15d5ac1 verified 2 days ago
  • hunyuan3d-dit-v2-1
    Drop pickle checkpoints (safetensors uploaded) and the duplicate VAE 2 days ago
  • hunyuan3d-paintpbr-v2-1
    Drop pickle checkpoints (safetensors uploaded) and the duplicate VAE 2 days ago
  • hunyuan3d-vae-v2-1
    Drop pickle checkpoints (safetensors uploaded) and the duplicate VAE 2 days ago
  • hy3dpaint
    Copy files from models/tencent/Hunyuan3D-2.1 15 days ago
  • .gitattributes
    1.52 kB
    Copy files from models/tencent/Hunyuan3D-2.1 15 days ago
  • LICENSE
    17.9 kB
    Copy files from models/tencent/Hunyuan3D-2.1 15 days ago
  • Notice.txt
    16.6 kB
    Copy files from models/tencent/Hunyuan3D-2.1 15 days ago
  • README.md
    4 kB
    Copy files from models/tencent/Hunyuan3D-2.1 15 days ago
  • demo.py
    1.49 kB
    Copy files from models/tencent/Hunyuan3D-2.1 15 days ago