3DEnhancer
Project Page | Arxiv | Demo
This repo contains the pretrained weights for 3DEnhancer: Consistent Multi-View Diffusion for 3D Enhancement.
3DEnhancer employs a multi-view diffusion model to enhance multi-view images, thus improving 3D models.
Usage
To download the model:
from huggingface_hub import hf_hub_download
ckpt_path = hf_hub_download(repo_id="Luo-Yihang/3DEnhancer", filename="model.safetensors")
Please refer to our repo for more details on loading and inference.
Citation
@article{luo20243denhancer,
title={3DEnhancer: Consistent Multi-View Diffusion for 3D Enhancement},
author={Yihang Luo and Shangchen Zhou and Yushi Lan and Xingang Pan and Chen Change Loy},
booktitle={arXiv preprint arXiv:2412.18565}
year={2024},
}
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.