This commit is contained in:
lllyasviel
2023-10-12 04:23:10 -07:00
committed by GitHub
parent 4c867c1b8b
commit e61aac34ca
147 changed files with 523 additions and 642 deletions
+2 -2
View File
@@ -83,13 +83,13 @@ def download_models():
return
def ini_comfy_args():
def ini_cbh_args():
from args_manager import args
return args
prepare_environment()
ini_comfy_args()
ini_cbh_args()
download_models()
from webui import *