mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(installer): remove db maintenance script from launcher
We can add it back once it is updated and #6188 & #6103 are resolved.
This commit is contained in:
parent
241a1fdb57
commit
da8f3afd0d
@ -47,11 +47,6 @@ do_choice() {
|
|||||||
bash --init-file "$file_name"
|
bash --init-file "$file_name"
|
||||||
;;
|
;;
|
||||||
3)
|
3)
|
||||||
clear
|
|
||||||
printf "Running the db maintenance script\n"
|
|
||||||
invokeai-db-maintenance --root ${INVOKEAI_ROOT}
|
|
||||||
;;
|
|
||||||
4)
|
|
||||||
clear
|
clear
|
||||||
printf "Command-line help\n"
|
printf "Command-line help\n"
|
||||||
invokeai-web --help
|
invokeai-web --help
|
||||||
@ -71,8 +66,7 @@ do_line_input() {
|
|||||||
printf "What would you like to do?\n"
|
printf "What would you like to do?\n"
|
||||||
printf "1: Generate images using the browser-based interface\n"
|
printf "1: Generate images using the browser-based interface\n"
|
||||||
printf "2: Open the developer console\n"
|
printf "2: Open the developer console\n"
|
||||||
printf "3: Run the InvokeAI image database maintenance script\n"
|
printf "3: Command-line help\n"
|
||||||
printf "4: Command-line help\n"
|
|
||||||
printf "Q: Quit\n\n"
|
printf "Q: Quit\n\n"
|
||||||
printf "To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest.\n\n"
|
printf "To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest.\n\n"
|
||||||
read -p "Please enter 1-4, Q: [1] " yn
|
read -p "Please enter 1-4, Q: [1] " yn
|
||||||
|
Loading…
Reference in New Issue
Block a user