AbdBarho

Results 313 comments of AbdBarho

This is probably the same issue as here: https://github.com/hlky/stable-diffusion-webui/issues/337 It is part of the UI and not the docker setup, so I can't do anything about it.

@Neltherion ~~It seems that the problem won't be fixed soon~~, you might want to try running again without `--optimized` or `--optimized-turbo` cli args (if it fits on you GPU), because...

@Neltherion I updated the docker image, can you try again with latest master? the problem should be fixed

@Neltherion Yes, unfortunately it was removed, the team was trying to optimize for low end cards. That being said, you can try the AUTOMATIC1111 fork https://github.com/AbdBarho/stable-diffusion-webui-docker/tree/master/AUTOMATIC1111 It has the batch...

update to latest docker and docker compose. use `docker compose` instead of `docker-compose` Related #6

@ChronoStriker1 Thank you for the suggestion, this seems to be related to #102. The biggest question / concern that I have is keeping stuff that can be used across multiple...

that is a great idea! would you like to contribute?

@karpfediem that is also neat, maybe verbose, but still neat! is it faster than cloning the entire repo? @DevilaN I would not worry too much about re-download, the git repositories...

@vicmortelmans when you open the ui, there is a button at the bottom to view the api, you can then curl against it with the prompts / parameters, and get...

Glad it worked! the questions you have rely on the internals of gradio and the UI itself, which is unfortunately out of scope of this repo (here are the containers...