{"id":26742792,"url":"https://github.com/murapadev/comfyui-streamlit-launcher","last_synced_at":"2025-04-14T18:10:25.532Z","repository":{"id":283765314,"uuid":"952669659","full_name":"murapadev/ComfyUI-Streamlit-Launcher","owner":"murapadev","description":"Run any ComfyUI Workflow w/ Zero Settup","archived":false,"fork":false,"pushed_at":"2025-03-22T02:46:43.000Z","size":0,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T03:23:26.198Z","etag":null,"topics":["comfyui","comfyui-workflow","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/murapadev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-21T17:09:52.000Z","updated_at":"2025-03-22T02:52:28.000Z","dependencies_parsed_at":"2025-03-22T03:33:33.140Z","dependency_job_id":null,"html_url":"https://github.com/murapadev/ComfyUI-Streamlit-Launcher","commit_stats":null,"previous_names":["murapadev/comfyui-workflow-launcher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murapadev%2FComfyUI-Streamlit-Launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murapadev%2FComfyUI-Streamlit-Launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murapadev%2FComfyUI-Streamlit-Launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/murapadev%2FComfyUI-Streamlit-Launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/murapadev","download_url":"https://codeload.github.com/murapadev/ComfyUI-Streamlit-Launcher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248933340,"owners_count":21185460,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["comfyui","comfyui-workflow","streamlit"],"created_at":"2025-03-28T06:31:55.996Z","updated_at":"2025-04-14T18:10:25.508Z","avatar_url":"https://github.com/murapadev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"  # ComfyUI Workflow Launcher - Streamlit Edition\n\n![GitHub last commit](https://img.shields.io/github/last-commit/murapadev/ComfyUI-Streamlit-Launcher)\n![GitHub issues](https://img.shields.io/github/issues/murapadev/ComfyUI-Streamlit-Launcher)\n![GitHub stars](https://img.shields.io/github/stars/murapadev/ComfyUI-Streamlit-Launcher?style=social)\n![GitHub forks](https://img.shields.io/github/forks/murapadev/ComfyUI-Streamlit-Launcher?style=social)\n![License](https://img.shields.io/github/license/murapadev/ComfyUI-Streamlit-Launcher)\n\n🚀 A user-friendly interface for managing **ComfyUI** projects with **Streamlit**.\n\n⚠️ **Work in Progress**: This project is actively being developed. Some features may change or be incomplete.\n\n---\n\n## ✨ Features\n\n- **Create workflows** from predefined templates\n- **Import workflows** from JSON files\n- **Manage projects** (start, stop, delete)\n- **Monitor system info** and model details\n- **Track workflow status** and port usage\n- **Modern, responsive UI** for seamless interaction\n\n---\n\n## 📦 Installation\n\n### 1. Clone the repository\n\n```bash\ngit clone https://github.com/murapadev/ComfyUI-Streamlit-Launcher.git\ncd comfyui-launcher/streamlit\n```\n\n### 2. Install dependencies\n\n```bash\npip install -r requirements.txt\n```\n\n---\n\n## 🚀 Usage\n\n### Start the application\n\n```bash\nstreamlit run app.py\n```\n\nThe app will be available at [http://localhost:8501](http://localhost:8501) by default.\n\n### Creating a New Workflow\n\n1. Click **\"Create New Workflow\"** (sidebar or home page)\n2. Enter a **workflow name**\n3. Select a **template**\n4. (Optional) Specify a **fixed port**\n5. Click **\"Create Workflow\"**\n\n### Importing a Workflow\n\n1. Click **\"Import Workflow\"**\n2. Enter a **workflow name**\n3. Upload a **JSON file** or paste JSON content\n4. (Optional) Set a **fixed port** or skip model validation\n5. Click **\"Import Workflow\"**\n\n### Managing Workflows\n\nFrom the home page, you can:\n\n- **Start** ready workflows\n- **Open/Stop** running workflows\n- **Delete** workflows\n\n### ⚙️ Settings\n\nAccess system information and configurations, including:\n\n- **System \u0026 directory info**\n- **Port configuration**\n- **Model storage details**\n\n---\n\n## 📂 Directory Structure\n\n- `projects/` - Created ComfyUI projects\n- `models/` - Shared models directory\n- `templates/` - Workflow templates\n\n---\n\n## 📌 Requirements\n\n- Python **3.8+**\n- `streamlit\u003e=1.24.0`\n- `requests\u003e=2.28.1`\n- `psutil\u003e=5.9.0`\n- `tqdm\u003e=4.64.1`\n- `pillow\u003e=9.3.0`\n- `watchdog\u003e=3.0.0`\n- `pandas\u003e=1.5.0`\n- `plotly\u003e=5.13.0`\n- `streamlit-option-menu\u003e=0.3.2`\n- `streamlit-extras\u003e=0.3.0`\n- `python-dotenv\u003e=1.0.0`\n- `celery`\n- *(Optional)* `torch\u003e=2.0.0` (for ML functionality)\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! To contribute:\n\n1. **Fork** the repository\n2. **Create a new branch** (`git checkout -b feature-name`)\n3. **Commit your changes** (`git commit -m \"Add feature\"`)\n4. **Push to your branch** (`git push origin feature-name`)\n5. **Submit a Pull Request** 🚀\n\n---\n\n## 📜 License \u0026 Attribution\n\nThis project is based on [ComfyUI-Launcher](https://github.com/ComfyWorkflows/ComfyUI-Launcher) ([AGPL-3.0 License](https://github.com/ComfyWorkflows/ComfyUI-Launcher/blob/bb6690462780abecaa733814d02f8ccee1b0a829/server/utils.py)). All derivative work complies with the original license terms.\n\n📌 **Star this project** ⭐ if you find it useful!\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurapadev%2Fcomfyui-streamlit-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurapadev%2Fcomfyui-streamlit-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurapadev%2Fcomfyui-streamlit-launcher/lists"}