Skip to content

Stability-AI/StableStudio

Repository files navigation

👋 Welcome to StableStudio, the open-source version ofDreamStudio!

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

📚 Documentation –🎨 UI·🔌 Plugins·⚡️ platform.stability.ai

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



You'll need to haveNode.jsandYarninstalled. Then run the following commands to install dependencies and launch StableStudio.

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

That's it! 🎉

StableStudio will be running atlocalhost:3000by default.

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

StableStudio isStability AI's official open-source variant ofDreamStudio,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!

What's the difference between StableStudio andDreamStudio?

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

  • We removedDreamStudio-specific branding.

  • All "over-the-wire" API calls have been replaced by aplugin systemwhich allows you to easily swap out the back-end.

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

WillDreamStudiostill be supported?

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

Community contributions are encouraged!

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

Here are some useful links...