2025-07-30 16:18:00 +02:00
2025-03-10 22:45:50 +01:00
2024-10-06 12:57:36 +02:00
2024-04-19 11:35:04 +02:00

Solanaceae extention and plugin to serve StableDiffusion

!! currently only works with stduhpf's stablediffusion.cpp http server 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,
		"endpoint_type": "sdcpp_stduhpf_wip2",
		"url_txt2img": "/txt2img",

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

		"prompt_prefix": "<lora:lcm-lora-sdv1-5:1>",
		"steps": 8,
		"cfg_scale": 1.0
	}
}
Description
No description provided
Readme 145 KiB
Languages
C++ 83.4%
CMake 16.6%