From 51dc5c1fca44a92d7ff1f9701fee974b6c261f4c Mon Sep 17 00:00:00 2001 From: Jiale Xu Date: Tue, 16 Apr 2024 22:18:57 +0800 Subject: [PATCH] add Replicate, Colab and ComfyUI demos --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a7b8bb5..de0f967 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,12 @@ # InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models - + + +
+ + + @@ -16,8 +21,8 @@ https://github.com/TencentARC/InstantMesh/assets/20635237/dab3511e-e7c6-4c0b-bab - [x] Release inference and training code. - [x] Release model weights. -- [x] Release hugging face gradio demo. Please try it at [demo](https://huggingface.co/spaces/TencentARC/InstantMesh) link. -- [ ] Add support to low-momery GPU environment (we will do this as soon as possible). +- [x] Release huggingface gradio demo. Please try it at [demo](https://huggingface.co/spaces/TencentARC/InstantMesh) link. +- [ ] Add support to low-momery GPU environment. - [ ] Add support to more multi-view diffusion models. # ⚙️ Dependencies and Installation @@ -111,3 +116,6 @@ We thank the authors of the following projects for their excellent contributions - [OpenLRM](https://github.com/3DTopia/OpenLRM) - [FlexiCubes](https://github.com/nv-tlabs/FlexiCubes) - [Instant3D](https://instant-3d.github.io/) + +Thank [camenduru](https://github.com/camenduru) for implementing [Replicate Demo](https://replicate.com/camenduru/instantmesh) and [Colab Demo](https://colab.research.google.com/github/camenduru/InstantMesh-jupyter/blob/main/InstantMesh_jupyter.ipynb)! +Thank [jtydhr88](https://github.com/jtydhr88) for implementing [ComfyUI support](https://github.com/jtydhr88/ComfyUI-InstantMesh)!