mirror of
https://github.com/facefusion/facefusion-comfyui.git
synced 2026-08-10 22:20:19 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import subprocess
|
||||
from shutil import which
|
||||
|
||||
|
||||
def install() -> None:
|
||||
subprocess.run([ which('pip'), 'install', '-r', 'requirements.txt' ])
|
||||
Reference in New Issue
Block a user