Lincoln Stein
Lincoln Stein
That's too bad. We're going to have to look at python itself. Could you compare the output of `python -V` between the non-working 2.2.4 installer .venv and the working conda-based...
@i3oc9i Could you give this new version of the installer a try? It inserts `--prefer-binary` into the `pip` call, and also fixes the spaces-in-folder-names and no-pip-installed issues that @Vargol identified....
@i3oc9i Thanks for this. The other issue worth exploring is whether the python on your system is the same as the python that the installer puts in your .venv. Could...
This is going to sound lame, but you might want to try to run `install.bat` again. Sometimes these library installs fail for mysterious reasons and work the second time you...
Great work. This review will take a little longer than usual because I want to throw a few problematic .pt files at it and I've got a full work day...
> Would it be possible to have these stored in a config file along with models.yaml? Maybe call iit model_dirs.yaml or so .. and the ability to read and write...
> > 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...
I don't think that there's a way to require more approvals for one type of contributor than another. The auto-merge feature is an option, and I suggest that we only...
Case in point on this PR. I reviewed and approved it, and all checks had passed, but because `main` had been updated since this PR was submitted I had to...
Closing for now, but please feel to reopen if you have more ideas for enable root directory finding.