cmdr2
cmdr2
Hi @EuroWhisper thanks for the PR! From what I understand (from the code changes), this is letting you create multiple images in one go, using the same prompt. Is that...
Thanks, that makes sense. I will think about this a bit more. It's getting a bit late where I am, so I will respond tomorrow :)
Hi, I've added this feature in 6b55f385c73b88c34857d9f266c0c4f69df6a158 It allows you to set the total number of images, and then pick the "parallel count" (of 1 or 4) depending on the...
Thanks, what error did it print when you tried `./server`? Can you please paste the output?
Are you using Windows? With WSL?
Thanks, I'd really like to figure this out, and would like your help :) Can you please modify the `server` file to this, and then run `./server restart` I don't...
Thanks. Does running even this fail to produce any output: `docker-compose up stability-ai stable-diffusion-ui &` (with the &)
How about this? I've removed the 2>&1 and &. Does `./server restart` work now, and produce the output? ``` #!/bin/bash CMD="$1" if [ -z "$1" ]; then CMD="start" fi start_server()...
Yeah, that's really strange :) In any case, I've updated the code with the version that worked for you (by removing the & and pipe redirection). Thanks a lot for...
Hi, this has been fixed as of a few version ago. Thanks!