mirror of
https://github.com/facefusion/facefusion-comfyui.git
synced 2026-09-04 10:00:35 +02:00
Introduce retry logic, Install before the imports
This commit is contained in:
+2
-1
@@ -3,4 +3,5 @@ from shutil import which
|
||||
|
||||
|
||||
def install() -> None:
|
||||
subprocess.run([ which('pip'), 'install', '-r', 'requirements.txt', '-q' ])
|
||||
subprocess.run([ which('pip'), 'install', 'httpx==0.28.1', '-q' ])
|
||||
subprocess.run([ which('pip'), 'install', 'httpx-retries==0.4.0', '-q' ])
|
||||
|
||||
Reference in New Issue
Block a user