Spaces:
Runtime error
Runtime error
HongFangzhou
commited on
Commit
•
36f285b
1
Parent(s):
b9cc090
update assets
Browse files- app.py +1 -0
- requirements.txt +2 -1
app.py
CHANGED
@@ -364,6 +364,7 @@ def process_stage2(input_model, input_text, input_dir, iters, output_model, outp
|
|
364 |
|
365 |
markdown=f'''
|
366 |
# 3DTopia
|
|
|
367 |
A two-stage text-to-3D generation model. The first stage uses diffusion model to quickly generate candidates. The second stage refines the assets chosen from the first stage.
|
368 |
|
369 |
### Usage:
|
|
|
364 |
|
365 |
markdown=f'''
|
366 |
# 3DTopia
|
367 |
+
![](https://visitor-badge.laobi.icu/badge?page_id=3DTopia.3DTopia.gradio)
|
368 |
A two-stage text-to-3D generation model. The first stage uses diffusion model to quickly generate candidates. The second stage refines the assets chosen from the first stage.
|
369 |
|
370 |
### Usage:
|
requirements.txt
CHANGED
@@ -56,4 +56,5 @@ vit-pytorch
|
|
56 |
wandb
|
57 |
wcwidth
|
58 |
zipp
|
59 |
-
kiui
|
|
|
|
56 |
wandb
|
57 |
wcwidth
|
58 |
zipp
|
59 |
+
kiui
|
60 |
+
accelerate
|