Eugene Brodsky

Results 132 comments of Eugene Brodsky

I started fixing this in #1615, but still not quite working because `Args.parse_args()` uses different logic for finding the init file. Can aim to finish it later today... :sleeping:

FWIW, I added `patchmatch` to the Docker image in https://github.com/invoke-ai/InvokeAI/pull/1544/files using the Linux installation instructions, and it seems to have worked as expected. But that does add ~900MB of largely...

> Wouldn't it work to create the library in a separate stage and just copy over the compiled version of it? See my response in the other PR - I...

[This doc](https://github.com/invoke-ai/InvokeAI/blob/test-binary-installer/docs/features/TEXTUAL_INVERSION.md?plain=1#L26) suggests it's used for textual inversion; i did not find any other references to it in the codebase

Looks awesome so far from eyeballing the PR! I'll give it some thorough testing it in a few hours. Please note that in #1798 I'm aiming to remove `Globals` in...

> Sorry I keep moving the goal posts on you! It may take some time for me to write the windows bat script so you’re welcome to finalize the globals...

Linux install went smooth as glass for me on Pop!_OS (Ubuntu) 22.04. Technically works great, though potential stumbling blocks exist in the UX.... I will add those as inline comments...

Once again, given that Python is a dependency anyway, perhaps we should consider a pure python install script (using only the standard library) rather than suffering through the `.bat` syntax....