Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -14,7 +14,7 @@ MAX_SEED = np.iinfo(np.int32).max
|
|
14 |
TMP_DIR = os.path.join(current_path, 'out')
|
15 |
os.makedirs(TMP_DIR, exist_ok=True)
|
16 |
TAG = "gsdiff_gobj83k_sd15__render"
|
17 |
-
subprocess.run(shlex.split("pip install extensions/RaDe-GS/submodules/diff-gaussian-rasterization/"))
|
18 |
|
19 |
# download checkpoints
|
20 |
# subprocess.run(shlex.split("python3 download_ckpt.py --model_type pas")) # for txt condition
|
|
|
14 |
TMP_DIR = os.path.join(current_path, 'out')
|
15 |
os.makedirs(TMP_DIR, exist_ok=True)
|
16 |
TAG = "gsdiff_gobj83k_sd15__render"
|
17 |
+
# subprocess.run(shlex.split("pip install extensions/RaDe-GS/submodules/diff-gaussian-rasterization/"))
|
18 |
|
19 |
# download checkpoints
|
20 |
# subprocess.run(shlex.split("python3 download_ckpt.py --model_type pas")) # for txt condition
|
requirements.txt
CHANGED
@@ -29,5 +29,5 @@ spaces
|
|
29 |
triton
|
30 |
wandb
|
31 |
opencv-python==4.11.0.86
|
32 |
-
|
33 |
|
|
|
29 |
triton
|
30 |
wandb
|
31 |
opencv-python==4.11.0.86
|
32 |
+
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
33 |
|