Sebastian Piechowiak
Sebastian Piechowiak
@AbdBarho sure, but I am running only AUTOMATIC1111 version. Is that ok, to improve only it's Dockerfile or I have to do rework of other ones (I am not sure...
Remove `.git` directory afterwards. It is not necessary and takes half of space inside directory.
Tried it, and I am confirming, that it works with my GP107M [GeForce GTX 1050 Ti Mobile]. Starting gives nice message: "webui-docker-auto-1 | Applying xformers cross attention optimization." Also performance...
@AbdBarho : Newly added `pip install` commands does not use `--no-cache-dir` option. Any particular reason behind this?
There are many possible problems that will end up with too many levels of symbolic links. Best shot here is to try from start by removing everything from docker directories...
Are you able to run `nvidia-smi` as regular user? It seems that you are not in user group with proper access to video device. I got: ``` $ nvidia-smi Failed...
I don't know how this is handled in opensuse, but on my gentoo there is `video` group. User should be member of this group to access video devices directly. Following...
I do not believe this is a good idea. A1111 do not have versioning incorporated, and development / progress speed is insane. Although this has numerous benefits, it also has...
Image on dockerhub has been discussed here: https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/7 I've got some ideas with hybrid approach, so you don't have build everything "from scratch", but there are other things to clarify...
This is only "a tip of the iceberg". Some of extensions require installing additional software to run (there is `requirements.txt` file for deforum plugin: https://github.com/deforum-art/deforum-for-automatic1111-webui/blob/automatic1111-webui/requirements.txt ). Maintaining extensions that way...