diffusionbee-stable-diffusion-ui icon indicating copy to clipboard operation
diffusionbee-stable-diffusion-ui copied to clipboard

Terminal support?

Open gcohen-dev opened this issue 2 years ago • 3 comments

First I would like to applaud this beautiful project 👏👏👏.

Probably pretty simple to achieve but I haven't seen terminal support. I would like to do the following actions via the terminal:

  • Load a specific model
  • set an array of prompt texts, number of images, batch size for each one of them scale etc.

can you please extract out the action and arguments?

gcohen-dev avatar Dec 31 '22 13:12 gcohen-dev

U can run the backend binary listener standalone sir

sascha1337 avatar Jan 01 '23 12:01 sascha1337

how do I run the backend standalone. Do you have examples of how to call it?

petersgiles avatar Feb 04 '23 23:02 petersgiles

I guess by accessing here : /Applications/DiffusionBee.app/Contents/MacOS/DiffusionBee

But then if there is no arguments to be send to the binary, it will just run the app.

I tried -h, nothing. I didn't find anything on the documentation.

Maybe by copying the parameters from the image (on the GUI), and somehow interpreting the logs output in the terminal, you can find a way ?

arya-coding avatar Mar 29 '24 20:03 arya-coding