mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
ini build launcher
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
is_win32_standalone_build = False
|
||||
|
||||
|
||||
def build_launcher():
|
||||
return
|
||||
@@ -4,6 +4,7 @@ import sys
|
||||
import platform
|
||||
import fooocus_version
|
||||
|
||||
from build_launcher import build_launcher
|
||||
from modules.launch_util import is_installed, run, python, run_pip, requirements_met
|
||||
from modules.model_loader import load_file_from_url
|
||||
from modules.path import modelfile_path, lorafile_path, vae_approx_path, fooocus_expansion_path, checkpoint_downloads
|
||||
@@ -82,6 +83,7 @@ def ini_cbh_args():
|
||||
|
||||
|
||||
prepare_environment()
|
||||
build_launcher()
|
||||
ini_cbh_args()
|
||||
download_models()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user