一键部署大模型的工具包 —— 支持 API 服务和 ComfyUI 节点两种部署方式
Project description
MagicMirror
一键部署大模型的工具包 —— 支持 API 服务和 ComfyUI 节点两种部署方式
项目状态
开发中 - 首个正式版本将于 2026 年 5 月发布
功能规划
- API 服务部署:一行命令将大模型封装为 REST API 服务
- ComfyUI 集成:一键安装 ComfyUI 自定义节点,在 ComfyUI 中直接调用
- 模型格式转换:支持 PyTorch、ONNX、TensorRT 等多种格式
- 多平台发布:支持发布到 Hugging Face、ModelScope 等平台
安装
pip install magicmirror
快速开始(待正式版本发布后补充)
from magicmirror import deploy
一键部署
deploy("your-model-path")
代码规范
本项目遵循以下基本原则:
- 单文件不超过 200 行:超过时请拆分为多个模块
- 单函数不超过 200 行:超过时请拆分为多个小函数
- 注释尽量完整:关键逻辑、复杂算法、非显而易见的代码必须有注释说明
- 如有特殊场景确实需要突破(如纯数据定义文件),可在 PR 中说明。
这些规则旨在保证代码的可读性和可维护性,便于合作,请尽量遵守。
针对 AI 辅助工具的提示
本项目使用 AI 辅助开发,请在生成代码时尽量遵守上述代码规范。
许可证
MIT License
作者
wxd123 - GitHub
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
magicmirror-0.1.0.tar.gz
(3.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file magicmirror-0.1.0.tar.gz.
File metadata
- Download URL: magicmirror-0.1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9daf2de85fb0955a4fb25a7f36e50e3130761320df63716d820070c8e6ab0bdc
|
|
| MD5 |
e7c52f7c11bb558a359168bceb755110
|
|
| BLAKE2b-256 |
446ea08ab723157927d704853a9504617b7011c065ea339af337db05aed3138e
|
File details
Details for the file magicmirror-0.1.0-py3-none-any.whl.
File metadata
- Download URL: magicmirror-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f3adb9908b460eed225807cd7d0c6910519ae3f3fa3cbca91a450d81ca55b3
|
|
| MD5 |
7bda390b5c656efd4884ccffa2146a0c
|
|
| BLAKE2b-256 |
c265d7491fe5dd83f11eba6ca16ac149ee39efe96441d035c2b880c4cafd22a8
|