File size: 147 Bytes
576f13b
 
 
 
 
1
2
3
4
5
6
import subprocess

# Run a Python script from the cloned repository
script_path = "Fooocus/your_script.py"
subprocess.run(["python", script_path])