diffusionbee-stable-diffusion-ui
diffusionbee-stable-diffusion-ui copied to clipboard
Terminal support?
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?
U can run the backend binary listener standalone sir
how do I run the backend standalone. Do you have examples of how to call it?
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 ?