Spaces:
Running
on
Zero
Running
on
Zero
Upload folder using huggingface_hub
Browse files- app.py +1 -0
- requirements.txt +8 -0
app.py
CHANGED
@@ -14,6 +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 |
|
18 |
# download checkpoints
|
19 |
# 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 wheel/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl"))
|
18 |
|
19 |
# download checkpoints
|
20 |
# subprocess.run(shlex.split("python3 download_ckpt.py --model_type pas")) # for txt condition
|
requirements.txt
CHANGED
@@ -22,3 +22,11 @@ pandas
|
|
22 |
image-reward
|
23 |
git+https://github.com/openai/CLIP.git
|
24 |
deepspeed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
image-reward
|
23 |
git+https://github.com/openai/CLIP.git
|
24 |
deepspeed
|
25 |
+
gradio
|
26 |
+
gradio_litmodel3d
|
27 |
+
easydict
|
28 |
+
spaces
|
29 |
+
triton
|
30 |
+
wandb
|
31 |
+
opencv-python==4.11.0.86
|
32 |
+
|