* i

* i
This commit is contained in:
lllyasviel
2023-10-12 15:41:23 -07:00
committed by GitHub
parent e61aac34ca
commit 26fe88d8a6
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -60,5 +60,7 @@ shutil.rmtree(temp_path, onerror=onerror)
findReplace("./backend", "comfy", "fcbh", "*.py")
findReplace("./backend", "Comfy", "FCBH", "*.py")
findReplace("./backend", "FCBHUI", "fcbh_backend", "*.py")
findReplace("./backend", "os.path.dirname(os.path.realpath(__file__))",
"os.path.dirname(os.path.dirname(os.path.dirname(os.path.realpath(__file__))))", "folder_paths.py")
print('Backend is built.')