AbdBarho

Results 313 comments of AbdBarho

@RBNXI you can now try the stuff from master, open the terminal and: ``` git pull origin master docker compose --profile auto up --build ```

@flying-sheep Unfortunately, AMD GPUs are not currently supported. I know it that the `auto` fork can run on AMD GPU https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Install-and-Run-on-AMD-GPUs, but I don't have any to test it. If...

You are asking difficult questions my friend.

@JoeMojoJones thank you, this link is helpful for reference. The problem is I have no AMD GPU so I can't even test if the code works.

@GBora that's great! unfortunately, I have no experience of working with AMD GPUs and docker for deep learning. Maybe this link above could help guide you. I would guess the...

@GeorgiaM-honestly This should not be the case. as part of the `docker compose --profile download up --build` command, the model should be downloaded. (speed is not something I can control,...

https://anaconda.org/xformers/xformers Should be enough, haven't tried it though. I will see if I get to it before the weekend.

@ProducerMatt eyy no worries man, `xformers` is still a very young library and needs more time to mature. if I am not mistaken, the library needs to know which GPU...

Thank you all I am working on it, but my bad internet is not helping much (500kb/s) You are welcome to contribute a solution!

I managed to get it up & running, ~20% improvement on my 1060, from 25s per image to 20s. could you all please try it and report your results? the...