ADD 增加HeyGem APP

ADD 增加包含HeyGem的ComfyUI APP
This commit is contained in:
2025-04-09 18:55:08 +08:00
parent 9976333826
commit 8678b7bb7d
8 changed files with 370 additions and 351 deletions

View File

@@ -5,7 +5,7 @@ pkg_path = site.getsitepackages()[0]
sys.path.append(f"{pkg_path}/heygem/code")
p = subprocess.Popen(f"cd {pkg_path}/heygem/code && "
"python3 app_local.py", shell=True)
"python3.8 app_local.py", shell=True)
p.communicate()