You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/stablestudio-plugin/README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,25 @@ In order to make StableStudio easier to extend, we've ripped out the "back-end"
20
20
21
21
This means you can implement an entirely different inference stack, StableStudio doesn't care if it's local or a hosted API.
22
22
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
24
42
25
43
We're hoping this list expands [over time](#future), but here's what's available right now...
0 commit comments