Tanmaya Biswal
Tanmaya Biswal
@umasse Hey, any idea how to get this working on Windows? I have installed `legendary` (for Windows) and actually installed the DLC I need, in the same folder as the...
Apologies if this is not where people report such errors 😥
I have already done the usual. Activated venv by running the command. `python3.10 -m venv venv` as written in the guide. Deleted venv directory and activated it again. Didn't help....
umm, the guide didnt mention anything about it "activating". `source venv/bin/activate` is this the command to activate venv? I dont work with python, so I am not sure how virtual...
Well there you go, used that command, still got the same problem ``` ################################################################ Install script for stable-diffusion + Web UI Tested on Debian 11 (Bullseye), Fedora 34+ and openSUSE...
@hsm207 Oh okay, let me spin up Ubuntu again because it was frustrating me all the way and nothing was working xD. I will report back in a bit.
> ``` > pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cpu > pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/rocm5.6 > ``` So I was able to run these command, within the venv. But...
Bonus question - what do I do, to scrap my current attempt and redo the whole build without having to download all the bigger resources? Or do I just run...
```py pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cpu pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/rocm5.6 ``` Was I supposed to run one of the two commands btw? Because on running the second...
Okay, I uninstalled the torch+cpu and reinstalled torch+rocm. Did not work in that case either. After a lot of fiddling, it seems like rocm is just not the way to...