zhiweili commited on
Commit
34c126d
Β·
1 Parent(s): 540a2ae

add pip show

Browse files
Files changed (1) hide show
  1. app_onediff.py +3 -2
app_onediff.py CHANGED
@@ -16,9 +16,10 @@ os.system("git clone https://github.com/siliconflow/onediff.git")
16
  os.system("cd onediff && python3 -m pip install -e .")
17
  os.system("cd onediff/onediff_diffusers_extensions && python3 -m pip install -e .")
18
 
19
- os.system("source ~/.venv/bin/activate")
 
 
20
 
21
- from onediff.infer_compiler import oneflow_compile
22
  from onediffx import compile_pipe
23
 
24
  def nexfort_compile(torch_module: torch.nn.Module):
 
16
  os.system("cd onediff && python3 -m pip install -e .")
17
  os.system("cd onediff/onediff_diffusers_extensions && python3 -m pip install -e .")
18
 
19
+ os.system("pip show nexfort")
20
+ os.system("pip show onediff")
21
+ os.system("pip show onediffx")
22
 
 
23
  from onediffx import compile_pipe
24
 
25
  def nexfort_compile(torch_module: torch.nn.Module):