mirror of
https://github.com/Pakobbix/StartUI-oobabooga-webui
synced 2025-11-09 18:39:40 +00:00
forgot again to uncomment the start, sry
This commit is contained in:
parent
2df42114e9
commit
ecc3131530
@ -879,11 +879,11 @@ class MainWindow(QMainWindow):
|
|||||||
command += f" --extensions {' '.join(extensions)}"
|
command += f" --extensions {' '.join(extensions)}"
|
||||||
|
|
||||||
# Just for debugging.
|
# Just for debugging.
|
||||||
print(f"Command generated: python webuiGUI.py {command}")
|
#print(f"Command generated: python webuiGUI.py {command}")
|
||||||
|
|
||||||
# Based on the Model that's chosen, we will take care of some necessary stuff.
|
# Based on the Model that's chosen, we will take care of some necessary stuff.
|
||||||
# Starts the webui in the conda env with the user given Options
|
# Starts the webui in the conda env with the user given Options
|
||||||
#run_cmd_with_conda(f"python webuiGUI.py {command}")
|
run_cmd_with_conda(f"python webuiGUI.py {command}")
|
||||||
|
|
||||||
if self.use_autoclose_checkbox.isChecked():
|
if self.use_autoclose_checkbox.isChecked():
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user