Metadata-Version: 2.1
Name: comfyui-xz3r0-nodes
Version: 1.0.0
Summary: Custom ComfyUI nodes: XAudioSave, XImageResize, XImageSave, XLatentLoad, XLatentSave, XMarkdownSave, XVideoSave, XWorkflowSave, XAnyGate10, XAnyToString, XDateTimeString, XKleinRefConditioning, XMath, XMemoryCleanup, XResolution, XSeed, XStringGroup, XStringWrap, XAudioGet, XDataSave, XImageGet, XLoraGet, XStringGet, XVideoGet. Custom ComfyUI extensions: XDataHub, XFitView
Home-page: https://github.com/Xz3r0-M/ComfyUI-Xz3r0-Nodes
Requires-Python: >=3.10
Requires-Dist: # ComfyUI-Xz3r0-Nodes 依赖清单
Requires-Dist: # ========================================
Requires-Dist: # 这个文件列出了项目所需的所有Python依赖包
Requires-Dist: #
Requires-Dist: # 安装方法:
Requires-Dist: #   pip install -r requirements.txt
Requires-Dist: # 注意: ComfyUI环境通常已经包含了核心依赖（torch、numpy等）
Requires-Dist: #       以下列出的是最小兼容版本要求
Requires-Dist: # ============================================================================
Requires-Dist: # 核心依赖（实际使用的节点）
Requires-Dist: # 深度学习和张量操作
Requires-Dist: # 数值计算
Requires-Dist: numpy
Requires-Dist: # 图像处理
Requires-Dist: Pillow          #   XImageSave
Requires-Dist: # 张量安全保存和加载
Requires-Dist: safetensors     #   XLatentLoad
Requires-Dist: # 视频处理
Requires-Dist: ffmpeg-python   #   XVideoSave
Requires-Dist: # 测试依赖(开发用)
Requires-Dist: # pytest>=7.4.0
Requires-Dist: # pytest-cov>=4.1.0
Requires-Dist: # 代码质量工具（开发用）
Requires-Dist: # black>=23.0.0
Requires-Dist: # ruff>=0.1.0
Requires-Dist: # mypy>=1.0.0
Requires-Dist: # pylint>=3.0.0
