Rastislav Švarba
Rastislav Švarba
I'd try this, do you have a preference for testing framework? Is `jest` fine? And can you point me which file has heaviest logic and should be first to focus...
oh, sure, `skmp-test` makes sense, since `skmp` is used for build so it has much more suitable toolkit
And actually, looks like `skmp-test` is using `jest` in the background :)
ok, I'll start working on it
I'm sorry, I did what I could, and it looks more complicated, to be able to test it properly. Loading document, loading libraries and checking that everything what should has...
I'd gladly do a PR, I just need to figure out the proper way to make this work. And also how to simulate this weird setup in tests :)
So I have been so slow, that many changes happened, and this issue is not occuring again. Thanks to whomever changed how ProxyAgent works ❤️
I've tried on linux too. I have python 3.10 as default, but had to do this first: opened terminal in `stable_diffusion` folder and run: ```bash pip3 install --upgrade --force-reinstall --user...
Thanks @carson-katri, so this worked for me: ```shell cd stable_diffusion pip3 install --user -r requirements-lin-win-colab-CUDA.txt python3 scripts/preload_models.py ``` I just don't have HW for it (GTX 1080 + 1060), got...
@Smuzzies I have actually Blender installed via snap, I just had to install everyting in "site-packages" (`~/.local/lib/python3.10/site-packages/`) not "dist-packages" (`/usr/local/lib/python3.10/dist-packages/ `). At least for me, Blender python is expecting all...