AbdBarho

Results 313 comments of AbdBarho

@watzon you can use the streamlit UI by switching the comments on the last 2 lines [in the dockerfile](https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/master/services/hlky/Dockerfile), like this: ``` # python3 -u scripts/webui.py --outdir /output --ckpt /cache/models/model.ckpt...

I am not sure since this depends on the underlying UI, you can add the port to the [docker compose file](https://github.com/AbdBarho/stable-diffusion-webui-docker/blob/c1fa2f145731633916a2ab3ade7bf8cad2d7ca71/docker-compose.yml#L5) and try it ```yml ports: - "7860:7860" - "5000:5000"...

well, I guess the api is running on the same port as the ui

maybe the discussion in #92 could be of some use

@yuriten Mac Support is a big subject. I know that `lstein` fork [has mac support](https://github.com/lstein/stable-diffusion/blob/main/README-Mac-MPS.md), but I cannot integrate it because I don't have a mac. If you or anyone...

@RBNXI You are using an old version, the WebUI does not use neither python3.8 nor conda.

a lot has changed in the last 8 days. Do you use git? it would be a lot easier for you if you just `git clone` the project.

@RBNXI after a while of debugging, turned out that you cannot train anything if you have the `--medvram` flag, which is set per default in the `docker-compose.yml` file, you can...

> Could you please add this information to the readme?, I think it could be very useful for everyone, and since you made the effort of getting that information, it...