

Stable Studio
8.4k 828What is Stable Studio ?
StableStudio is Stability AI’s official open-source variant of DreamStudio, the user interface for generative AI. It is a web-based application that allows users to create and edit generated images.
Demo
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!
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.
-
These features are still available at DreamStudio’s account page.
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.