fffiloni commited on
Commit
6790cce
·
verified ·
1 Parent(s): d0bed52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import subprocess
7
  subprocess.run(["git", "clone", "-b", "sd3_control", "https://github.com/instantX-research/diffusers_sd3_control.git"])
8
 
9
  # Change directory to the cloned repository and install it
10
- os.chdir('diffusers_sd3_control')
11
  subprocess.run(["pip", "install", "-e", "."])
12
 
13
  hf_token = os.environ.get("HF_TOKEN")
 
7
  subprocess.run(["git", "clone", "-b", "sd3_control", "https://github.com/instantX-research/diffusers_sd3_control.git"])
8
 
9
  # Change directory to the cloned repository and install it
10
+ os.chdir('diffusers')
11
  subprocess.run(["pip", "install", "-e", "."])
12
 
13
  hf_token = os.environ.get("HF_TOKEN")