new internal api + sdcpp_stduhpf_wip2 impl

This commit is contained in:
Green Sky
2025-07-29 18:52:02 +02:00
parent b3315da1d9
commit 24ae710c29
8 changed files with 375 additions and 316 deletions

View File

@@ -1,6 +1,6 @@
## Solanaceae extention and plugin to serve StableDiffusion
!! currently only works with automatic1111's api !!
!! currently only works with [stduhpf's stablediffusion.cpp http server api](https://github.com/leejet/stable-diffusion.cpp/pull/367) !!
### example config for `totato`
```json
@@ -15,15 +15,15 @@
"SDBot": {
"server_host": "127.0.0.1",
"server_port": 8080,
"url_txt2img": "/sdapi/v1/txt2img",
"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,
"sampler_index": "LCM Test"
"cfg_scale": 1.0
}
}
```