mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
binary installer fix
- bat file changes to directory it lives in rather than user's current directory - restore incorrect requirements and compiled Darwin requirements file
This commit is contained in:
parent
b563d75c58
commit
2f07ea03a9
@ -10,6 +10,8 @@
|
||||
|
||||
@rem This enables a user to install this project without manually installing git or Python
|
||||
|
||||
PUSHD %~dp0
|
||||
|
||||
set "no_cache_dir=--no-cache-dir"
|
||||
if "%1" == "use-cache" (
|
||||
set "no_cache_dir="
|
||||
|
Loading…
Reference in New Issue
Block a user