6Morpheus6 commited on
Commit
e94b531
Β·
verified Β·
1 Parent(s): 6941f18

don't install diff_gaussian_rasterization

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from huggingface_hub import hf_hub_download
16
  ckpt_path = hf_hub_download(repo_id="ashawkey/LGM", filename="model_fp16.safetensors")
17
 
18
  # NOTE: no -e... else it's not working!
19
- os.system("pip install ./diff-gaussian-rasterization")
20
 
21
  import kiui
22
  from kiui.op import recenter
 
16
  ckpt_path = hf_hub_download(repo_id="ashawkey/LGM", filename="model_fp16.safetensors")
17
 
18
  # NOTE: no -e... else it's not working!
19
+ # os.system("pip install ./diff-gaussian-rasterization")
20
 
21
  import kiui
22
  from kiui.op import recenter