mickr777
mickr777
I tried to test a migration from prenodes tag using (invokeai-configure --root="/home/invokeuser/userfiles/" --yes) and got this error ``` [2023-06-21 13:44:39,495]::[InvokeAI]::INFO --> ** Migrating invokeai.init to invokeai.yaml ╭─────────────────────────────── Traceback (most recent...
> Thank you. The ability to migrate from earlier versions is not yet wrapped into the configure script. I'll add it today. Sorry didnt realised it hadn't been added yet,...
@lstein Tested Migration From 2.3 and prenodes, but it seems to miss any model that doesn't have a full path in the models.yaml eg. Missed this model (and several others)...
> I found the problem (stupid change on my part earlier today). Relative path models should be migrated correctly now. I can confirm it works like it should now and...
run "sudo apt install -y libgl1-mesa-glx libglib2.0-0" in cli and then try running invoke.py again
> Suggestion: the script should recognize the HUGGINGFACE_TOKEN environment variable, or accept the token as a CLI argument. This will allow the configuration to complete fully unattended. having an environment...
I had this trouble too, I think they can fix it by changing the lsmod command to only using amd if a nvidia card isnt present. Eg. like I did...
Double check your image to image strength isnt below 0.70 that can cause issues like this in out painting
> Is this with RC6? Latest git clone from main > I have been unable to reproduce this on a Linux/CUDA system. Did the script run to completion or was...
@lstein ok just noticed they are getting created but under a folder /configs/ at root level, not under my --root="/userfiles/"  