← Home ← Back to /g/

Thread 106005551

32 posts 6 images /g/
Anonymous No.106005551 [Report] >>106005567 >>106005601 >>106005627 >>106005633 >>106007247 >>106007853 >>106010674 >>106010804 >>106011363 >>106011391
I've been trying to get stable diffusion to work on linux for 5 months now
Anonymous No.106005567 [Report]
>>106005551 (OP)
Quite the resilient spirit you have. Even in the face of abject idiocy, you continued for 5 months.
Anonymous No.106005601 [Report]
>>106005551 (OP)
Clean my neetcave instead. It will require similar perseverance but in the end you will accomplish something.
Anonymous No.106005627 [Report]
>>106005551 (OP)
holy crap anon... just use stability matrix and use reforge webui on it
Anonymous No.106005633 [Report] >>106007140 >>106011391
>>106005551 (OP)
Install Easy Diffusion, retard.
IF you have AMD, then I can feel your frustration, but even those shit GPUs can run stable diffusion now.
Anonymous No.106007140 [Report] >>106007155
>>106005633
It's giving me more issue than the more complicated frontends. Won't detect GPU (terminal confirms I have the right drivers) and won't even let me use models other than the one it came with.
Anonymous No.106007155 [Report] >>106007232
>>106007140
What is your GPU? If it is NVIDIA it should detect it automatically.
The project will create this folder where you can dump your models
Easy-Diffusion-Linux/models/stable-diffusion/
Same for lora files
Easy-Diffusion-Linux/models/lora/
And custom vae files
Easy-Diffusion-Linux/models/vae/
Anonymous No.106007232 [Report] >>106011817
>>106007155
I use a nividia rtx. I even tried different nividia drivers from the driver manager and tried a terminal installation, but it still won't let me switch gpu usage on. The model path goes: easy-diffusion/models/stable-diffusion. The model shows up but won' let you gen anything due to the "local_files_only" error which I don't understand.
Anonymous No.106007247 [Report]
>>106005551 (OP)
I've been thinking of trying to get stable diffusion to work on linux for 5 months now, but kept putting off to maybe later

I'm glad to see my lack of hard work paid off as much as your hard work.
Anonymous No.106007738 [Report]
got it to work with rocm but it constantly OOM at various point. Often i can't even load a model. I stick to zluda on windows even though it's half the speed.
Anonymous No.106007744 [Report]
As per usual you gotta wait 5-10 years then maybe Linux will support what Windows and Mac currently supports
Anonymous No.106007835 [Report] >>106011739
nvidia + linux + AI = Bad Time

shoulda got AMD to do things 25x slower but hey it'll work
Anonymous No.106007853 [Report] >>106007934
>>106005551 (OP)
>create a venv
>install ROCm, python and SD in it
>run
I have a 7800 XT which gains first party driver support recently and it just werks
Anonymous No.106007934 [Report] >>106010783 >>106011356
>>106007853
Yeah venv seems to be key
Less Python dependency hell that way (but still some because it's still Python crap)

Just wished they used a proper programming language to build all the AI tools in.
Anonymous No.106010674 [Report]
>>106005551 (OP)
based
Anonymous No.106010783 [Report]
>>106007934
Just use docker
Anonymous No.106010804 [Report]
>>106005551 (OP)

distrohopping again not even 480p is smooth at youtube
Anonymous No.106011342 [Report]
I'm running it on debian stable, installed nvidia drivers and cuda from repo. Then just git clone. It was still from automatic1111 when I first installed it.
Started out on a 3060, but swapped it to 4060TI for SD1.5 and later XL no need to update drivers
Anonymous No.106011356 [Report]
>>106007934
Just use uv you nigger
Anonymous No.106011363 [Report]
>>106005551 (OP)
Should've installed Gentoo
Anonymous No.106011391 [Report] >>106011422
>>106005551 (OP)
>>106005633
Is it actually that hard to run with AMD on linux? I assumed it would be pretty similar, maybe with the added issue of installing certain libraries.
Anonymous No.106011422 [Report] >>106011557
>>106011391
Just looking into it it looks like there's some extra steps for AMD, but not really anything unexpected on linux. At least for AUTOMATIC1111.
Anonymous No.106011557 [Report]
>>106011422
Even further it seems like so long as you're on Ubuntu and don't have an old ass AMD driver it shouldn't be too difficult except maybe some CUDA check issues on startup.
Anonymous No.106011560 [Report] >>106011723
For me is extremely simple. NVIDIA is the easiest bet and work flawlessly. AMD used to be unusable, took them long enough, now you have to always do tweaks but better than nothing I guess.
Anonymous No.106011723 [Report] >>106011765 >>106011834
>>106011560
How did you get it to recognize your nividia card?
Anonymous No.106011739 [Report] >>106011776
>>106007835
>nvidia + linux + AI = Bad Time
werks just fine on my machine. in fact my nvidia card just werks with everything on my machine. hmmmmm
Anonymous No.106011765 [Report] >>106011839
>>106011723
Do you people just never read the documentation?
Anonymous No.106011776 [Report]
>>106011739
same here
Anonymous No.106011817 [Report]
>>106007232
Did you install CUDA drivers?
Anonymous No.106011834 [Report]
>>106011723
It was detected automatically. I'm on Fedora though.
Anonymous No.106011839 [Report]
>>106011765
Reading is for trannies.
Anonymous No.106012166 [Report]
I got it to work on Arch Linux with my RTX 5080 in one afternoon last month. The trick was installing it in a Docker container instead of torturing myself by trying to use system libraries.