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!
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.
👋 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.
That’s it! 🎉
StableStudio will be running at localhost:3000 by default.
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.
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…