Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/green-sky/solanaceae_sdbot-webui
https://github.com/green-sky/solanaceae_sdbot-webui
solanaceae
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/green-sky/solanaceae_sdbot-webui
- Owner: Green-Sky
- Created: 2023-12-06T15:05:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-19T09:40:37.000Z (8 months ago)
- Last Synced: 2024-05-19T10:35:59.526Z (8 months ago)
- Topics: solanaceae
- Language: C++
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
## Solanaceae extention and plugin to serve StableDiffusion
!! currently only works with automatic1111's api !!
### example config for `totato`
```json
{
"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": "",
"steps": 8,
"cfg_scale": 1.0,
"sampler_index": "LCM Test"
}
}
```