From d2ee0460c4a951e73e9cd4975efce9a9b33601f2 Mon Sep 17 00:00:00 2001 From: Jiale Xu Date: Thu, 11 Apr 2024 09:03:54 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d879551..1b003f0 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,13 @@ This repo is the official implementation of InstantMesh, a feed-forward framewor https://github.com/TencentARC/InstantMesh/assets/20635237/737bba2d-df45-4707-8557-1dd84f248764 +# 🚩 Todo List + +- [x] Release inference and training code. +- [x] Release model weights. +- [ ] Release hugging face gradio demo (we are waiting for the GPU grant and will make it available as soon as possible). +- [ ] Add support to more multi-view diffusion models. + # ⚙️ Dependencies and Installation We recommand using `Python>=3.10`, `PyTorch>=2.1.0`, and `CUDA=12.1`.