mickr777

Results 19 comments of 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/" ![image](https://user-images.githubusercontent.com/115216705/217435421-e9851643-8c3c-40dc-9ea6-cba845e53c8f.png) ![image](https://user-images.githubusercontent.com/115216705/217435653-00014d16-ab74-4d6d-92b0-bd5fe61fcfe4.png)