[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-71301":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":30,"readmeContent":31,"aiSummary":32,"trendingCount":16,"starSnapshotCount":16,"syncStatus":33,"lastSyncTime":34,"discoverSource":35},71301,"StableStudio","Stability-AI\u002FStableStudio","Stability-AI","Community interface for generative AI","",null,"TypeScript",9039,925,113,47,0,3,6,9,39.9,"MIT License",false,"main",true,[26,27,28,29],"frontend","ml","stability-ai","stable-diffusion","2026-06-12 02:02:50","\u003Cdiv align=\"center\" style=\"display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1em; margin: 4em 0;\">\n\n\u003Cimg src=\".\u002Fmisc\u002FBanner.png\" \u002F>\n\u003Cimg src=\".\u002Fmisc\u002FGenerateScreenshot.png\" style=\"width: 400px; max-width: 600px; flex-grow: 1;\" \u002F>\n\u003Cimg src=\".\u002Fmisc\u002FEditScreenshot.png\" style=\"width: 400px; max-width: 600px; flex-grow: 1;\" \u002F>\n\n\u003Ch3>👋 Welcome to StableStudio, the open-source version of \u003Ca href=\"https:\u002F\u002Fdreamstudio.ai\" target=\"_blank\">DreamStudio\u003C\u002Fa>!\u003C\u002Fh3>\n\n**🗺 Contents – [🚀 Quick Start](#quick-start) · [ℹ️ About](#about) · [🙋 FAQ](#faq) · [🧑‍💻 Contributing](#contributing)**\n\n**📚 Documentation – [🎨 UI](.\u002Fpackages\u002Fstablestudio-ui\u002FREADME.md) · [🔌 Plugins](.\u002Fpackages\u002Fstablestudio-plugin\u002FREADME.md) · \u003Ca href=\"https:\u002F\u002Fplatform.stability.ai\" target=\"_blank\">⚡️ platform.stability.ai\u003C\u002Fa>**\n\n**🔗 Links – \u003Ca href=\"https:\u002F\u002Fdiscord.com\u002Fchannels\u002F1002292111942635562\u002F1108055793674227782\" target=\"_blank\">🎮 Discord\u003C\u002Fa> · \u003Ca href=\"https:\u002F\u002Fdreamstudio.ai\" target=\"_blank\">🌈 DreamStudio\u003C\u002Fa> · \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FStability-AI\u002FStableStudio\u002Fissues\">🛟 Bugs & Support\u003C\u002Fa> · \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FStability-AI\u002FStableStudio\u002Fdiscussions\">💬 Discussion\u003C\u002Fa>**\n\n\u003Cbr \u002F>\n\u003Cbr \u002F>\n\n\u003C\u002Fdiv>\n\n# \u003Ca id=\"quick-start\" href=\"#quick-start\">🚀 Quick Start\u003C\u002Fa>\n\nYou'll need to have [Node.js](https:\u002F\u002Fnodejs.org\u002Fen\u002F) and [Yarn](https:\u002F\u002Fyarnpkg.com\u002F) installed. Then run the following commands to install dependencies and launch StableStudio.\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002FStability-AI\u002FStableStudio.git\n```\n\n```bash\ncd StableStudio\n```\n\n```bash\nyarn\n```\n\n```bash\nyarn dev\n```\n\n_**That's it! 🎉**_\n\nStableStudio will be running at [localhost:3000](http:\u002F\u002Flocalhost:3000) by default.\n\n> If you are using the default Stability API plugin, You'll need to have your [API key](https:\u002F\u002Fplatform.stability.ai\u002Fdocs\u002Fgetting-started\u002Fauthentication) handy. Otherwise, you should be good to go!\n\n# \u003Ca id=\"about\" href=\"#about\">About\u003C\u002Fa>\n\n\u003Cdiv style=\"display: flex; justify-content: center; align-items: center; gap: 1em; margin: 0 0 2em 0;\">\n  \u003Cimg src=\".\u002Fmisc\u002FPainterWithRobot.png\" style=\"flex-grow: 1; flex-shrink: 1;\" \u002F>\n\u003C\u002Fdiv>\n\nStableStudio is [Stability AI](https:\u002F\u002Fstability.ai)'s official open-source variant of [DreamStudio](https:\u002F\u002Fwww.dreamstudio.ai), 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!\n\n# \u003Ca id=\"faq\" href=\"#faq\">FAQ\u003C\u002Fa>\n\n### What's the difference between StableStudio and [DreamStudio](https:\u002F\u002Fdreamstudio.ai)?\n\n_Not much!_ There are a few tweaks we made to make the project more community-friendly:\n\n- We removed [DreamStudio](https:\u002F\u002Fdreamstudio.ai)-specific branding.\n\n- All \"over-the-wire\" API calls have been replaced by a [plugin system](.\u002Fpackages\u002Fstablestudio-plugin\u002FREADME.md) which allows you to easily swap out the back-end.\n\n  - With a little bit of TypeScript, you can [create your own plugin](.\u002Fpackages\u002Fstablestudio-plugin\u002FREADME.md) and use StableStudio with any back-end you want!\n\n- We removed Stability-specific account features such as billing, API key management, etc.\n\n  - These features are still available at [DreamStudio's account page](https:\u002F\u002Fdreamstudio.ai\u002Faccount).\n\n### Will [DreamStudio](https:\u002F\u002Fdreamstudio.ai) still be supported?\n\n_Yes!_ Stability's hosted deployment of StableStudio will remain [DreamStudio](https:\u002F\u002Fdreamstudio.ai). It will continue to get updates and stay up-to-date with StableStudio whenever possible.\n\n# \u003Ca id=\"contributing\" href=\"#contributing\">🧑‍💻 Contributing\u003C\u002Fa>\n\n\u003Cdiv style=\"display: flex; justify-content: center; align-items: center; gap: 1em; margin: 0 0 2em 0;\">\n  \u003Cimg src=\".\u002Fmisc\u002FProgrammingRobots.png\" style=\"flex-grow: 1; flex-shrink: 1;\" \u002F>\n\u003C\u002Fdiv>\n\n_**Community contributions are encouraged!**_\n\n**The UI package's [README](.\u002Fpackages\u002Fstablestudio-ui\u002FREADME.md) is a great place to start.** Bug fixes, documentation, general clean-up, new features, etc. are all welcome.\n\nHere are some useful links...\n\n- [Discussion](https:\u002F\u002Fgithub.com\u002FStability-AI\u002FStableStudio\u002Fdiscussions)\n- [Open Issues](https:\u002F\u002Fgithub.com\u002FStability-AI\u002FStableStudio\u002Fissues)\n- [Open Pull Requests](https:\u002F\u002Fgithub.com\u002FStability-AI\u002FStableStudio\u002Fpulls)\n- [Code of Conduct](.\u002FCODE_OF_CONDUCT.md)\n","StableStudio 是一个为生成式AI设计的社区界面。它基于TypeScript开发，提供了图像生成与编辑的核心功能，并采用插件系统使得用户可以灵活更换后端服务，增强了应用的可扩展性和适应性。此外，项目支持自定义插件开发，进一步丰富了其应用场景。StableStudio适合需要利用AI技术进行创意内容创作或研究的个人及团队使用，在教育、艺术设计以及科学研究等领域都有广泛的应用潜力。",2,"2026-06-11 03:37:05","high_star"]