AbdBarho

Results 313 comments of AbdBarho

You ought have created an issue first as per [Readme](https://github.com/AbdBarho/stable-diffusion-webui-docker#contributing) That being said, I wanted to add this feature a while ago, but I was very hesitant on making the...

@pirahtays I like the second option, but the user should not comment in the `docker-compse.yml` file, instead use a `docker-compose.override.yml`: ```yml services: auto: build: args: - DEEPDANBOORU=1 environment: - CLI_ARGS=--allow-code...

@pirahtays might help: ``` TF_FORCE_GPU_ALLOW_GROWTH=true ```

@pirahtays thank you, I created a new PR #194 with small tweaks after testing on my machine, I will close this one. You will be credited.

@ProducerMatt I am not sure how I can help you, I haven't used the script myself so it is hard to tell. That being said, your changes seem correct, the...

here is how you setup Deforum: 1. checkout the branch #176 `auto-extensions` 2. `mkdir -p data/config/auto/extensions` 4. `git clone https://github.com/deforum-art/deforum-for-automatic1111-webui/ data/config/auto/extensions/deforum` 5. create a file `data/config/auto/startup.sh` and put the following...

@DevilaN thank you for the contribution, I am not sure if https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/102#issuecomment-1260589089 is the right link, it seems to talk about a totally different problem (`config.json` stuff). While I do...

@pengkaiwei Google Collab was never really a target for this container, but you can try supplying the share parameter anyway, see if it works: Create a new file called `docker-compose.override.yml`...

The question here is why can't the container access the network? this is probably related to your docker config, do you have any special docker configurations? is it a new...

why are you using `host.docker.internal` for the proxy? is your proxy running in a container? (there is another user who was also using a proxy #154) Maybe this helps? https://github.com/gradio-app/gradio/issues/1747#issuecomment-1181225687...