Closed TimmekHW closed 1 year ago
You have it right, you just need to set save_images = true
like above:
[txt2img]
save_images = true
But there was a bug that would overwrite this value. https://github.com/capslock/stable-diffusion-bot/commit/fdb0415510b8eea67119c30f8cc634065c5e8a96 fixes it and the above should now work.
How to save generated photos to local drive?
I wrote the following things in config.toml: do_not_save_samples = false do_not_save_grid = false save_images = true
but stable-defusion-bot.exe just stops and closes. how to tell the API to save the generated images?