|
|
||
|---|---|---|
| .devcontainer | ||
| .github/ISSUE_TEMPLATE | ||
| .husky | ||
| .vscode | ||
| .yarn | ||
| docs/plans | ||
| misc | ||
| packages | ||
| scripts | ||
| .eslintrc.json | ||
| .gitattributes | ||
| .gitignore | ||
| .prettierrc | ||
| .yarnrc.yml | ||
| CODE_OF_CONDUCT.md | ||
| LICENSE | ||
| README.md | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||
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_PATHenvironment 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...