Lincoln Stein

Results 352 comments of Lincoln Stein

It doesn't look like this repository is maintained? Last commit was seven months ago.

I just tried with GD version 2.76 (current head of master branch here) and could not reproduce the warning. There is no use of a variable named $pkg anywhere in...

@mauwii I think you need to review this.

> @lstein first question would be if you already have been thinking about a Linter, f.E. Flake8? I had not thought of using a linter until this PR came in....

> The motivation for this was seeing errors like `hfFolder` or `zipfolder not defined`: those are the types of things that pyflakes is very effective at catching quickly. > >...

The issue appears to be related to `xformers`, which is enabled for `diffusers` models and disabled for legacy checkpoints. If you launch with `--no-xformers` then the images from the converted...

I have updated the installer files. The windows one is here: https://github.com/invoke-ai/InvokeAI/releases/download/2.2.0-rc2/invokeAI-src-installer-windows.zip . This does not directly address the AV issue, but cleans up some other issues including the warning...

Thank you for the report. It appears that the work we recently did to support the Hugging Face concepts library has introduced an incompatibility with some of the models that...

Right now the workaround for this problem is to edit the file `~/invokeai/configs/stable-diffusion/v1-inference.yaml` and change the line `num_vectors_per_token:8` to `num_vectors_per_token:1` This is under the `personalization_config` stanza.

I have made a pull request that will correct this.