Skip to content

Commit b022134

Browse files
authored
Update README.md
1 parent 330a8c1 commit b022134

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,16 @@ threestudio is a unified framework for 3D content creation from text prompts, si
2929
<a href="https://colab.research.google.com/github/threestudio-project/threestudio/blob/main/threestudio.ipynb">
3030
<img src="https://colab.research.google.com/assets/colab-badge.svg">
3131
</a>
32+
<a href="https://huggingface.co/spaces/bennyguo/threestudio"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Gradio%20Demo-Huggingface-orange"></a>
33+
<a href="http://t23-g-01.threestudio.ai"><img src="https://img.shields.io/badge/Gradio%20Demo-Tencent-blue?logo=tencentqq&logoColor=white"></a>
3234
</p>
3335

3436
<p align="center">
3537
Did not find what you want? Submit a feature request or upvote others' requests <a href="https://github.com/threestudio-project/threestudio/discussions/46">here</a>!
3638
</p>
3739

3840
## News
41+
- 07/03/2023: Try text-to-3D online in [HuggingFace Spaces](https://huggingface.co/spaces/bennyguo/threestudio) or using our [self-hosted service](http://t23-g-01.threestudio.ai) (GPU support from Tencent). To host the web interface locally, see [here](https://github.com/threestudio-project/threestudio/edit/main/README.md#gradio-web-interface).
3942
- 06/20/2023: Implementations of Instruct-NeRF2NeRF and Control4D for high-fidelity 3D editing! Follow the instructions for [Control4D](https://github.com/threestudio-project/threestudio#control4d-) and [Instruct-NeRF2NeRF](https://github.com/threestudio-project/threestudio#instructnerf2nerf-) to give it a try.
4043
- 06/14/2023: Implementation of TextMesh! Follow the instructions [here](https://github.com/threestudio-project/threestudio#textmesh-) to give it a try.
4144
- 06/14/2023: Implementation of [prompt debiasing](https://arxiv.org/abs/2303.15413) and [Perp-Neg](https://perp-neg.github.io/)! Follow the instructions [here](https://github.com/threestudio-project/threestudio#tips-on-improving-quality) to give it a try.
@@ -162,6 +165,20 @@ For all the options you can specify when exporting, see [the documentation](http
162165

163166
See [here](https://github.com/threestudio-project/threestudio#supported-models) for example running commands of all our supported models. Please refer to [here](https://github.com/threestudio-project/threestudio#tips-on-improving-quality) for tips on getting higher-quality results, and [here](https://github.com/threestudio-project/threestudio#vram-optimization) for reducing VRAM usage.
164167

168+
### Gradio Web Interface
169+
170+
Launch the Gradio web interface by
171+
172+
```
173+
python gradio_app.py launch
174+
```
175+
176+
Parameters:
177+
178+
- `--listen`: listens to all addresses by setting `server_name="0.0.0.0"` when launching the Gradio app.
179+
- `--self-deploy`: enables changing arbitrary configurations directly from the web.
180+
- `--save`: enables checkpoint saving.
181+
165182
For feature requests, bug reports, or discussions about technical problems, please [file an issue](https://github.com/threestudio-project/threestudio/issues/new). In case you want to discuss the generation quality or showcase your generation results, please feel free to participate in the [discussion panel](https://github.com/threestudio-project/threestudio/discussions).
166183

167184
## Supported Models

0 commit comments

Comments
 (0)