GitXplorerGitXplorer
S

StableStudio

public
8898 stars
897 forks
65 issues

Commits

List of commits on branch main.
Verified
76772d7b9a4e6d87bd87c26665f7ab74cd40f2cd

Merge pull request #76 from jtydhr88/webui-plugin-bug-fix

KKAJdev committed 2 years ago
Unverified
4ae2e1766ebda6169b6ad89a4a5f96af3687dad1

webui plugin: check empty str

jjtydhr88 committed 2 years ago
Verified
552ddb4a3dbe4f23b69ad0169948899331eb0f2c

Merge pull request #24 from jtydhr88/webui-plugin

ccruhl committed 2 years ago
Verified
3dc0e66cc41e344e2cc11afec223f6cb5d94fe39

Merge branch 'main' into webui-plugin

ccruhl committed 2 years ago
Verified
9f35bf3d66921b4967bd3b3b5d1cad286dd791d6

Create README.md

ccruhl committed 2 years ago
Unverified
5beb7fceb6faadff06c7a12de53b8a2e043c5e46

List first-party plugins

ccruhl committed 2 years ago

README

The README file for this repository.

๐Ÿ‘‹ 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



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!

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!

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.

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...