Eugene Brodsky
Eugene Brodsky
@AdamKane thank you for reporting the bug, sorry you're running into this. Does the image still get generated? When did you install InvokeAI, and did you customize any paths during...
This seems to be related to the NSFW checker. Which release are you running - could you please try upgrading to 2.2.5 and see if this is still happening?
HuggingFace caches the token in your home directory, under `~/.huggingface/token`. Deleting this file will reset the token. Also, you can use the `HUGGINGFACE_TOKEN` environment variable to switch tokens at any...
Ability to extend InvokeAI is the next priority on the roadmap, and is already being worked in #1650. We are building a robust API that will allow users to write...
@mickr777 : - when you ran the installation, did you also select `/userfiles/` as the destination directory? - what is the location of your virtual environment directory? I see a...
Thanks for confirming. The `--root` argument should be taking precedence in this case, but we are only considering the env vars instead. Definitely should be fixed. In the meantime, are...
sorry for the delay on this, it fell off my radar. I'll try to get it sorted this week
1. An easy fix might be `export CUDA_VISIBLE_DEVICES=-1` (set in your shell environment as persistently as you like) 2. you could try to `pip uninstall torch` and then `pip install...
> no mask appears no matter brush color picked layer chosen This seems to be a UI issue; couldn't reproduce it on my end. Could you please try the `Reset...
I haven't done it with streaming output of a subprocess, but off the top of my head it should be possible using an instance of `rich.Live`, which updates a renderable...