Sergio Ruiz
Sergio Ruiz
+1 on this, it's really annoying to have the links redistributed on each click.
It says what's the problem: `git-lfs filter-process: git-lfs: command not found` So you need to install it, if you are using homebrew then just launch `brew install git-lfs` Cheers.
Mmm using positive theme I think it prints stuff just following the order it has on the json, doesn't it?
@ReMiOS thanks for your work! I've tried to run the executable but it failed with error `Failed to execute script wav_create_table`. Also tried to execute the commands by hand and...
> Did you run wav_create_table.exe in the same folder as the msgstore.db ? Of course. Maybe there are even more different versions of the db? I don't know. The thing...
> > > Did you run wav_create_table.exe in the same folder as the msgstore.db ? > > > > > > Of course. Maybe there are even more different versions...
About running tests on commit/push/pr you should add some hooks, maybe to run a install.sh which generates some hooks under `.git/hooks`, `pre-commit` and `pre-push`, and maybe using travis-ci to check...
Same here, you can bypass the issue running the following commands: ``` conda activate invokeai python scripts/invoke.py --web ```