Go to file
Ivan Kovalev 317d926668 docs: add dock supercontrols plan 2026-01-26 14:36:25 +03:00
.devcontainer Add port attributes 2023-05-20 13:09:55 +00:00
.github/ISSUE_TEMPLATE Update issue templates 2023-05-19 16:46:30 -08:00
.husky Initial commit 2023-05-12 10:36:19 -05:00
.vscode Initial commit 2023-05-12 10:36:19 -05:00
.yarn Initial commit 2023-05-12 10:36:19 -05:00
docs/plans docs: add dock supercontrols plan 2026-01-26 14:36:25 +03:00
misc Update README 2023-05-22 17:01:24 -05:00
packages refactor(ui): remove sidebar tabs in favor of docks 2026-01-26 14:19:55 +03:00
scripts Rebrand to ComfyStudio 2026-01-24 18:11:07 +03:00
.eslintrc.json Initial commit 2023-05-12 10:36:19 -05:00
.gitattributes Initial commit 2023-05-12 10:36:19 -05:00
.gitignore chore: ignore .worktrees 2026-01-26 08:02:47 +03:00
.prettierrc Initial commit 2023-05-12 10:36:19 -05:00
.yarnrc.yml Initial commit 2023-05-12 10:36:19 -05:00
CODE_OF_CONDUCT.md Initial commit 2023-05-12 10:36:19 -05:00
LICENSE Initial commit 2023-05-12 10:36:19 -05:00
README.md Rebrand to ComfyStudio 2026-01-24 18:11:07 +03:00
package.json Rebrand to ComfyStudio 2026-01-24 18:11:07 +03:00
tsconfig.json Initial commit 2023-05-12 10:36:19 -05:00
yarn.lock feat(ui): replace sidebar tabs with dock layout 2026-01-26 14:08:31 +03:00

README.md

👋 Welcome to ComfyStudio, a ComfyUI-focused fork of StableStudio!

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

📚 Documentation 🎨 UI · 🔌 Plugins · ComfyUI

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

git clone https://github.com/Stability-AI/StableStudio.git
cd StableStudio
yarn
# Starts both ComfyUI (if configured) and ComfyStudio
yarn start

That's it! 🎉

ComfyStudio will be running at localhost:3000 by default.

Make sure your ComfyUI is installed and the COMFYUI_PATH environment variable is set if it's not in ~/srv/ComfyUI.

About

ComfyStudio is a fork of StableStudio designed to be the best frontend for ComfyUI. It brings the polished user interface of DreamStudio to the powerful node-based backend of ComfyUI.

FAQ

What's the difference between ComfyStudio and StableStudio?

ComfyStudio is pre-configured to work with ComfyUI out of the box. It uses the comfystudio-plugin-comfyui by default and includes scripts to manage the local ComfyUI server.

  • Default Local Inference: We prioritize local execution via ComfyUI.
  • Unified Startup: One command to launch everything.
  • Rebranded: To avoid confusion with the official Stability AI project.

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