-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
skip cuda mem_get_info if cuda is not available #62
Conversation
fix default localhost IP address
update screenshots
add scripts for installation and update
Thank you! |
can't launch with [ --device mps ]. im getting : |
When exactly is this error raised, do you have stacktrace? |
right after hitting on generate . i mean im launching with device mps . all good, it loads , and when i hit generate i get this |
@adrianpuiu: seems you are not using my kandinski branch, it is not merged to master:
Let me know if that works. |
aaaaahhh , makes sense man :))) , let me give it a shot .. i let you know in couple of mintues |
heres the stack trace. still dosent want , now its throwing out ssl cert errors : File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/urllib/request.py", line 1351, in do_open |
Try |
installing certificates from the /Applications/Python3.10/install.certificates.command .. |
that was it . |
I rebased mac specific fixes for latest kandinsky repo version (2.2) which kubin is now using and put that into new branch. you can install this new branch inside your kubin virtualevn like this:
I did not look yet into what we need to get 2.2 and diffusers pipeline working, this is just to keep 2.1 working on latest kubin on mac. you should also look into this PR which includes further fixes: |
OK, thank you. |
Followed the outlined steps, got everything seemingly working, however, all images produced are either all black pixels, or magenta mess. No errors or anything obviously wrong in the output or logs. No idea what's wrong... |
I am afraid I cannot really help you here, as I don't have access to Apple machines and unable to test how Kandinsky works there. Are other PyTorch-powered applications (Automatic1111, etc.) working as expected? And did you try to run Kandinsky using other applications like SD.Next? |
Yes, and yes. That's why i'm finding this so puzzling. Kandinsky worked in SD.Next as expected, until the yesterday's dev->master merge (but it's failing there now in a different way - namely, unable to load the model). |
Thanks! Will give it a shot over the weekend! |
No luck, unfortunately. |
Running on MacBook with this PR: ai-forever/Kandinsky-2#36
You can install it with:
and then you run Kubin with:
python src/kubin.py --device mps
However small fix is also required in kubin.