feat: implement comprehensive workflow management system
- Add workflow creation, editing, and preview components - Implement execution monitoring and history tracking - Add batch operations and retry management - Create environment configuration system - Add data export and error analysis features - Update navigation and main app structure - Enhance Tauri backend integration - Add comprehensive workflow type definitions
This commit is contained in:
@@ -236,7 +236,6 @@ const ComfyUIManagement: React.FC = () => {
|
||||
<div className="mt-2 p-3 bg-amber-50 border border-amber-200 rounded-lg">
|
||||
<p className="text-sm text-amber-700">
|
||||
<strong>注意:</strong> 这是集群管理系统,用于管理多个 ComfyUI 节点的负载均衡和工作流调度。
|
||||
如需管理单个节点,请使用 "ComfyUI 节点管理"。
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user