delizin
delizin
This is definitely a major issue. I was chasing down my favicon disappearing as well and it took me a little bit to realize that my entire header was suddenly...
I don't have any blocks on pytorch either. The download link works fine. I haven't had a lot of time to dig into this, but the issue seems to be...
Cyperium, if you activate your virtual environment and type ```python --version``` what version is it showing? I am curious if your installation is running Python 3.11 as well. If you...
It looks like we have the same issue. If you don't use Python 3.11 for a specific purpose, you could try downgrading to Python 3.10 or maybe adjusting your system...
@ebr Unfortunately, those commands do not work on my system. It could be configured to work like that by modifying the system environment variables, but there doesn't seem to be...
@cyperium I don't think that is related to this issue. It looks like it is missing the ```C``` in ```configure```. I don't have a InvokeAI/Configure directory as part of my...
Something else to keep in mind when using the manual install method, when it starts up make sure that is using CUDA (if you have a CUDA capable GPU) and...
Making the bat file is really simple, just open notepad and enter in the commands just like you would into the command prompt, in this case it would be: ```...
IntegrityError due to ForeignKey on User if used inside tenant and exceeds number of users in Public
I put django.contrib.auth in my shared apps because my intent was to use the public schema as a tenant management console for my administrators. The administrators will need to be...
IntegrityError due to ForeignKey on User if used inside tenant and exceeds number of users in Public
I double checked my settings. The LogEntry model is in only in a TenantApp and it doesn't exist inside my public schema in my database at all. I tried to...