Go to file
Ezekiel Wotring 76772d7b9a
Merge pull request #76 from jtydhr88/webui-plugin-bug-fix
webui plugin bug fix - check empty str
2023-05-31 18:30:05 -08:00
.devcontainer Add port attributes 2023-05-20 13:09:55 +00:00
.github/ISSUE_TEMPLATE Update issue templates 2023-05-19 16:46:30 -08:00
.husky Initial commit 2023-05-12 10:36:19 -05:00
.vscode Initial commit 2023-05-12 10:36:19 -05:00
.yarn Initial commit 2023-05-12 10:36:19 -05:00
misc Update README 2023-05-22 17:01:24 -05:00
packages webui plugin: check empty str 2023-05-31 13:55:51 -04:00
.eslintrc.json Initial commit 2023-05-12 10:36:19 -05:00
.gitattributes Initial commit 2023-05-12 10:36:19 -05:00
.gitignore Initial commit 2023-05-12 10:36:19 -05:00
.prettierrc Initial commit 2023-05-12 10:36:19 -05:00
.yarnrc.yml Initial commit 2023-05-12 10:36:19 -05:00
CODE_OF_CONDUCT.md Initial commit 2023-05-12 10:36:19 -05:00
LICENSE Initial commit 2023-05-12 10:36:19 -05:00
README.md Update README 2023-05-23 11:40:22 -05:00
package.json Make a basic implement for webui plugin 2023-05-21 22:34:34 -04:00
tsconfig.json Initial commit 2023-05-12 10:36:19 -05:00
yarn.lock Initial commit 2023-05-12 10:36:19 -05:00

README.md

👋 Welcome to StableStudio, the open-source version of DreamStudio!

🗺 Contents 🚀 Quick Start · About · 🙋 FAQ · 🧑‍💻 Contributing

📚 Documentation 🎨 UI · 🔌 Plugins · platform.stability.ai

🔗 Links 🎮 Discord · 🌈 DreamStudio · 🛟 Bugs & Support · 💬 Discussion



🚀 Quick Start

You'll need to have Node.js and Yarn installed. Then run the following commands to install dependencies and launch StableStudio.

git clone https://github.com/Stability-AI/StableStudio.git
cd StableStudio
yarn
yarn dev

That's it! 🎉

StableStudio will be running at localhost:3000 by default.

If you are using the default Stability API plugin, You'll need to have your API key handy. Otherwise, you should be good to go!

About

StableStudio is Stability AI's official open-source variant of DreamStudio, our user interface for generative AI. It is a web-based application that allows users to create and edit generated images. We're not entirely sure where this project is going just yet, but we're excited to see what the community does with it!

FAQ

What's the difference between StableStudio and DreamStudio?

Not much! There are a few tweaks we made to make the project more community-friendly:

  • We removed DreamStudio-specific branding.

  • All "over-the-wire" API calls have been replaced by a plugin system which allows you to easily swap out the back-end.

    • With a little bit of TypeScript, you can create your own plugin and use StableStudio with any back-end you want!
  • We removed Stability-specific account features such as billing, API key management, etc.

Will DreamStudio still be supported?

Yes! Stability's hosted deployment of StableStudio will remain DreamStudio. It will continue to get updates and stay up-to-date with StableStudio whenever possible.

🧑‍💻 Contributing

Community contributions are encouraged!

The UI package's README is a great place to start. Bug fixes, documentation, general clean-up, new features, etc. are all welcome.

Here are some useful links...