Go to file
Green Sky 8fc197423a
fix crash when server crashes
2024-04-19 11:35:04 +02:00
.github add github ci 2023-12-06 16:31:27 +01:00
external replace happyhttp with cpp-httplib 2024-04-17 21:38:37 +02:00
plugins update to versioned plugin interface 2024-01-18 21:45:43 +01:00
src fix crash when server crashes 2024-04-19 11:35:04 +02:00
.gitignore inital working port of old sdbot from llmtox 2023-12-06 15:13:29 +01:00
CMakeLists.txt fix crash when server crashes 2024-04-19 11:35:04 +02:00
README.md make more stuff configurable 2024-04-07 12:25:53 +02:00

README.md

Solanaceae extention and plugin to serve StableDiffusion

!! currently only works with automatic1111's api !!

example config for totato

{
	"PluginManager": {
		"autoload": {
			"entries": {
				"./build/bin/libplugin_sdbot-webui.so": true
			}
		}
	},
	"SDBot": {
		"server_host": "127.0.0.1",
		"server_port": 8080,
		"url_txt2img": "/sdapi/v1/txt2img",

		"width": 512,
		"height": 512,

		"prompt_prefix": "<lora:lcm-lora-sdv1-5:1>",
		"steps": 8,
		"cfg_scale": 1.0,
		"sampler_index": "LCM Test"
	}
}