Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[enhancement]: simple BAT file to start Invokeai-web directly #6343

Open
1 task done
tetsuoo-online opened this issue May 10, 2024 · 0 comments
Open
1 task done

[enhancement]: simple BAT file to start Invokeai-web directly #6343

tetsuoo-online opened this issue May 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tetsuoo-online
Copy link

tetsuoo-online commented May 10, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Contact Details

No response

What should this feature add?

First of all I did try to search that idea beforehand but there was like 25 pages to look into... if you know what I mean.

So, I'm not interested in anything than the webUI (option 1) so I see no reason to go through the selection every time I want to use InvokeAI. I might try the database maintenance later if I see bugs happening but for now I'd rather not touch anything.
I'm no programer but it wasn't too hard to just remove what seemed unnecessary for me in invoke.bat (I made a copy of course)

Alternatives

Here's what is left. Remember that I don't exactly know what I'm doing so if you have any advice about this, please you're welcome :

@echo off

PUSHD "%~dp0"
setlocal

call .venv\Scripts\activate.bat
set INVOKEAI_ROOT=.

echo To update, download and run the installer from https://github.com/invoke-ai/InvokeAI/releases/latest.

    python .venv\Scripts\invokeai-web.exe %*

endlocal
pause

:ending
exit /b

Note that I kept the download link because it's useful.

Additional Content

No response

@tetsuoo-online tetsuoo-online added the enhancement New feature or request label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant