Spaces:
Runtime error
Runtime error
HongFangzhou
commited on
Commit
•
91e4afb
1
Parent(s):
79461f5
update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,7 @@ import os
|
|
2 |
import sys
|
3 |
import cv2
|
4 |
import time
|
5 |
-
import tyro
|
6 |
import json
|
7 |
-
import kiui
|
8 |
import tqdm
|
9 |
import torch
|
10 |
import mcubes
|
@@ -26,6 +24,9 @@ os.system("pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=
|
|
26 |
os.system("pip install git+https://github.com/NVlabs/nvdiffrast")
|
27 |
os.system("pip install git+https://github.com/3DTopia/threefiner")
|
28 |
|
|
|
|
|
|
|
29 |
from ldm.models.diffusion.ddim import DDIMSampler
|
30 |
from ldm.models.diffusion.plms import PLMSSampler
|
31 |
from ldm.models.diffusion.dpm_solver import DPMSolverSampler
|
|
|
2 |
import sys
|
3 |
import cv2
|
4 |
import time
|
|
|
5 |
import json
|
|
|
6 |
import tqdm
|
7 |
import torch
|
8 |
import mcubes
|
|
|
24 |
os.system("pip install git+https://github.com/NVlabs/nvdiffrast")
|
25 |
os.system("pip install git+https://github.com/3DTopia/threefiner")
|
26 |
|
27 |
+
import tyro
|
28 |
+
import kiui
|
29 |
+
|
30 |
from ldm.models.diffusion.ddim import DDIMSampler
|
31 |
from ldm.models.diffusion.plms import PLMSSampler
|
32 |
from ldm.models.diffusion.dpm_solver import DPMSolverSampler
|