imeepos
|
450cf14fda
|
fix: 修复 cargo check --lib 编译错误
主要修复内容:
- 修复重复定义的 comfyui_v2_get_queue_status 函数,重命名为 comfyui_v2_get_queue_basic_status
- 修复 ValidationError 类型引用,统一使用 SDKValidationError
- 修复 ComfyUIConfig 和 ComfyuiConfig 类型不匹配,添加转换方法
- 修复 SDKValidationError::new 参数数量错误
- 修复时间戳转换的类型注解问题
- 修复 ErrorHandleResult 中的 Clone trait 问题
- 临时禁用 realtime_monitor.rs 中不存在的事件处理函数
- 修复 MonitorStatsV2 不存在的问题,使用 MonitorStats
- 修复 ComfyUIService 创建和 ComfyUIClient 克隆问题
- 修复同步方法错误使用 .await 的问题
- 修复 WorkflowTemplate::new 参数数量问题
- 修复各种类型不匹配和方法不存在的问题
这些修复解决了大部分编译错误,使项目能够通过 cargo check --lib 检查。
|
2025-08-08 15:34:31 +08:00 |
杨明明
|
6e1e825369
|
Merge branch 'feature/comfyui-sdk-rewrite' of gitee.com:meepo_vip/mixvideo into feature/comfyui-sdk-rewrite
|
2025-08-08 15:10:40 +08:00 |
杨明明
|
e1a8cd4d9d
|
feat: 实时通信与高级功能
|
2025-08-08 15:10:06 +08:00 |
imeepos
|
eb81f106dd
|
fix: 添加Serde序列化支持以修复Tauri IPC错误
- 为 comfyui_sdk::ValidationResult 和 ValidationError 添加序列化支持
- 为 ConfigStats 和 Environment 类型添加序列化支持
- 为 ExecutionStats、MonitorStats、CacheStats 添加序列化支持
- 修复 Tauri 命令返回类型不满足 IpcResponse trait 的问题
|
2025-08-08 15:02:41 +08:00 |
杨明明
|
b7edee7688
|
feat: 基础架构重构
|
2025-08-08 14:38:54 +08:00 |