Skip to content

Commit 5beb7fc

Browse files
committed
List first-party plugins
1 parent 8951fd7 commit 5beb7fc

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

packages/stablestudio-plugin/README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,25 @@ In order to make StableStudio easier to extend, we've ripped out the "back-end"
2020

2121
This means you can implement an entirely different inference stack, StableStudio doesn't care if it's local or a hosted API.
2222

23-
## ⭐️ Features
23+
## ⭐️ First-Party Plugins
24+
25+
There are currently three first-party plugins which are maintained in this repository:
26+
27+
- [`stablestudio-plugin-stability`](../stablestudio-plugin-stability/src/index.ts) – The default plugin which uses [Stability's API](https://platform.stability.ai) for inference.
28+
29+
```bash
30+
yarn dev
31+
```
32+
33+
- [`stablestudio-plugin-webui`](../stablestudio-plugin-webui/README.md) – This plugin uses [`stable-diffusion-webui`](https://github.com/AUTOMATIC1111/stable-diffusion-webui) for inference.
34+
35+
```bash
36+
yarn dev:use-webui-plugin
37+
```
38+
39+
We are still figuring out a more scalable strategy for third-party plugins, [let us know what you think](https://github.com/Stability-AI/StableStudio/issues/3)!
40+
41+
## ⚡️ Features
2442

2543
We're hoping this list expands [over time](#future), but here's what's available right now...
2644

0 commit comments

Comments
 (0)