Matthias Wild
Matthias Wild
> Same problem here. Just tried a fresh install, updated python and all other somftwere, also tried on a VM but no luck. Invoke.bat is not located in any folder...
- which instructions did you follow? - which directory are you looking for the bat?
Sorry - mixed things up in my broken brain.exe - just remember that there was a different error on my windows 10 machine in the last test (also don't have...
@lstein are you sure you want to put all the models and stuff into the `.venv` folder? This sounds weird, but maybe only since I never saw something placed inside...
> > @lstein are you sure you want to put all the models and stuff into the `.venv` folder? This sounds weird, but maybe only since I never saw something...
You could try to use the PyPI Verison (but make sure you activate a .venv beforehand): `pip install --upgrade --use-pep517 InvokeAI`
could this be closed?
> I approved the PR as-is, because it accomplishes the task, but can I suggest that we rename the flag to `--weight_dirs` instead of `folders`? 1) more precise cross-platform terminology,...
For the linting workflow it looks like it does only do the linting job but would not prevent merges or anything, right? @kasbah do the jobs error out with f.E....
If it is exiting with another exit code than zero, the action would fail. If the Action is set to be required, this would prevent merges. sorry, my last comment...