Add your description here
Project description
Magic-Model
一键部署大模型的工具包 —— 支持 API 服务和 ComfyUI 节点两种部署方式
项目状态
开发中 - 首个正式版本将于 2026 年 Q3 发布
功能规划
- API 服务部署:一行命令将大模型封装为 REST API 服务
- ComfyUI 集成:一键安装 ComfyUI 自定义节点,在 ComfyUI 中直接调用
- 模型格式转换:支持 PyTorch、ONNX、TensorRT 等多种格式
- 多平台发布:支持发布到 Hugging Face、ModelScope 等平台
安装
pip install magic_model
快速开始(待正式版本发布后补充)
from magic_model 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
magic_model-0.1.0.tar.gz
(57.8 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 magic_model-0.1.0.tar.gz.
File metadata
- Download URL: magic_model-0.1.0.tar.gz
- Upload date:
- Size: 57.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3378bf792cbdb57ff6c1aa0fab97c7c99c2d2e8a2e44e62bd0baa468129b2306
|
|
| MD5 |
f7a15e1ce81fc4b2b613dcb5e949af07
|
|
| BLAKE2b-256 |
2fe4ca85ac36853ff9183d5c69eb35fea86722e86e8aabbd887867b77b1fad72
|
File details
Details for the file magic_model-0.1.0-py3-none-any.whl.
File metadata
- Download URL: magic_model-0.1.0-py3-none-any.whl
- Upload date:
- Size: 75.4 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 |
2b1b2530826b78b28312c2b9d2e7c2cc44527cc71ee93e8be84fc5b439e2d4a4
|
|
| MD5 |
de19c8dfc9cdcac4158d63dac31522cd
|
|
| BLAKE2b-256 |
9f0a1dff353c32bd435b0ec60fa90da1301ff9364cbcebcfd57da6fc57c6338b
|