Kim Steinhaug

Results 20 comments of Kim Steinhaug

Google Colab seems impossible for this then, been at ut for some hours now. Its either problems here: `/content/Inpaint-Anything Traceback (most recent call last): File "/content/Inpaint-Anything/remove_anything.py", line 9, in from...

Does this even work on Colab? Seems to be a problem since Python runs 3.10 with the inpainting.

I also got this error. error opening connection, strconv.ParseInt: parsing "1685535514.997": invalid syntax The strange thing is that when I first downloaded and tried this tool all worked fine, this...

I just played with the colab files, adding this should fix it: !pip install -r /content/bark/old_setup_files/requirements-pip.txt !pip install -r /content/bark/old_setup_files/bark-requirements-allpip.txt !pip install devtools Im guessing one could go to a...

I fixed the Google Colab notebooks so you can use one of theese links in case @JonathanFly havnt had time to update the files. Tested on Colab right now. [![Open...

I get errors aswell, probably same probelm. `Launching Web UI with arguments: --listen --xformers --enable-insecure-extension-access --theme dark --gradio-queue --multiple 2024-05-04 14:01:20.347239: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to...

I can confirm that the ticks are being created on my windows install. Files created in one of the projects folders: `main.py` `requirements.txt` My setup: Windows 10, Python 3.11.12, running...

There are several different models that would be nice to try out, so if you could set up some integration points here that would be awesome. I see that I...

> built a function that automatically enter the credentials or wait for user to fill it Devika could ask for the credentials if hitting a known site that requires a...

I am using this build, and have no problems with the !. ``` const easyMDE = new EasyMDE({ element: document.getElementById('my-text-area'), uploadImage:true, imageUploadEndpoint: 'uploader.php', imagePathAbsolute: true, imageMaxSize: 1024 * 1024 *...