How run it locally with our own GPU? #45
Replies: 22 comments
-
he means run the notebook
is the command |
Beta Was this translation helpful? Give feedback.
-
Please tell me the exact commands i need to use: Also, i have Anaconda/Conda installed already: Thx in advance! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
well, it doesn't run... |
Beta Was this translation helpful? Give feedback.
-
Just type those commands one by one
|
Beta Was this translation helpful? Give feedback.
-
Big thx, i'm in. Now, how i get to the Canvas to start Outpainting? |
Beta Was this translation helpful? Give feedback.
-
Errors in every cell i try to RUN... |
Beta Was this translation helpful? Give feedback.
-
For Windows, you may need to install anaconda or miniconda at first and then:
Note that the notebook has not been tested on Windows, so I am not sure whether it would work well. |
Beta Was this translation helpful? Give feedback.
-
@lkwq007 Hi, i'm not the OP of this thread, but I'm attempting to utilize this on Windows. All of this seems to have worked, but I needed to use Sadly i'm running into this issue in the upload image cell in the
|
Beta Was this translation helpful? Give feedback.
-
Kim - running into same "tuple" error AT TIMES if useful
Help on how to upload an image which is placed in the working area would be appreciated |
Beta Was this translation helpful? Give feedback.
-
Thank you for the reply. I am on Windows, and I've now verified that I'm logged in. Sadly it's still yielding the same error. Inpainting itself actually does function, it's just uploading an image that is broken as you specified. |
Beta Was this translation helpful? Give feedback.
-
Seems to be |
Beta Was this translation helpful? Give feedback.
-
Thank you, that fixed the issue with uploading images. Unfortunately a new error has occurred in the following cell:
EDIT: Never mind, my apologies. A cell failed to execute and I overlooked it. Thank you for the help! |
Beta Was this translation helpful? Give feedback.
-
but how to use local pretrained models? i have no account to hugginface, is possiblo to run offline with downloaded pretrained models? (like automatic111 if you know) |
Beta Was this translation helpful? Give feedback.
-
you can open a free account on HF. you'll need an access token |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@spinferno Try installing jupyterlab_widgets 1.1.1, that seems to work for me |
Beta Was this translation helpful? Give feedback.
-
thanks so much for your help! I ran these:
however same exception is thrown, sadly. |
Beta Was this translation helpful? Give feedback.
-
🙂 You may want to make a fresh clone of the repo and try a new environment from scratch. I ran into similar issues, doing this seems to fix it. Maybe having the older dependencies and running it at all somehow introduces permanent issues to that copy? I hope you get this figured out. I made an issue #12 that documented many of the issues I ran into earlier today. You may want to check that out for any solutions. |
Beta Was this translation helpful? Give feedback.
-
i just wiped my env and stood up everything again. somehow the exception remains and now all the UI buttons are still broken, include the generate button, how else can i fix things? remove installation rebuild fix dependencies runtime errorsfor the file upload widget: for the uplaod confirm button: my conda version is: have I done something to my PC that is preventing me from even recreating my local conda env? what should I wipe to at least get the generate button back? I am at a loss. I have deleted my env folders. should I delete my conda package cache too? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
git clone --recurse-submodules https://github.com/lkwq007/stablediffusion-infinity
cd stablediffusion-infinity
run jupyter notebook or jupyter lab here
Don't know what to do in the last step to run it Locally:
run jupyter notebook or jupyter lab here
Beta Was this translation helpful? Give feedback.
All reactions