Marko Grdinić

Results 95 comments of Marko Grdinić

Let me summarize what is going on. When the container is initially deployed, it has `protobuf 3.20`. Then after we run the setup script, it uninstalls it on this line...

I am not sure what to do here, I am trying to install using some of the earlier versions like v1.1.0, but it still seems to be fetching the most...

A workaround for this is to `pip install protobuf==3.20.0`. And remove the part where uninstalls it. Then it will proceed unimpeded. That having said, the `xformers` don't work for me...

I'd recommend commenting out the entire `!pip uninstall -y torch torchvision torchaudio protobuf` line as it makes the startup a lot faster. As mentioned in the other issue, one of...

``` # The installer isn't installing deepdanbooru right now so we'll do it manually. if activate_deepdanbooru: # https://github.com/KichangKim/DeepDanbooru/releases !pip install "git+https://github.com/KichangKim/DeepDanbooru.git@v3-20211112-sgd-e28#egg=deepdanbooru[tensorflow]" # $(curl --silent "https://api.github.com/KichangKim/DeepDanbooru/releases/latest" | grep '"tag_name":' | sed...

``` WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead:...

> If you are using the special Python 3.10 container cyberes/gradient-base-py3.10:latest you need to either install xformers through pip or build them yourself. > First, try installing it through pip...

> I've stepped away from SD for a few months. Me too. I made [some vids](https://www.youtube.com/playlist?list=PL04PGV4cTuIVGO5ImYTk9wPVmbgdYbe7J) on how to get it running on SD using your script, which led to...

Also, make sure you select the right kernel before running the example:

[tensor14.zip](https://github.com/mrakgr/The-Spiral-Language/files/14603490/tensor14.zip) [Here](https://github.com/mrakgr/The-Spiral-Language/blob/438941633831a043f5ad96861828f68c0d549eca/Spiral%20Compilation%20Tests/cuda_experiments/tensor14/matmul.py#L1) is the example for the above report. You can try running the script yourself, the only dependency is CuPy and CTK 12.3.