Metadata-Version: 2.1
Name: comfyui-apt-preset
Version: 8.9.5
Summary: ComfyUI Preset Manager, supporting various preset templates and workflow management
Home-page: https://github.com/cardenluo/ComfyUI-Apt_Preset
Requires-Python: >=3.10
Requires-Dist: pandas #选装，仅音频AMP归一化用，没有兼容问题
Requires-Dist: pydub  #选装，仅音频AMP归一化用，没有兼容问题
Requires-Dist: watchdog>=3.0.0   # 选装 sum_text中用，没有兼容问题
Requires-Dist: gguf>=0.13.0   #选装gguf
Requires-Dist: protobuf
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: transparent-background #选装，仅背景移除2.0用，导入名transparent_background
Requires-Dist: opencv-python-headless
Requires-Dist: toml
Requires-Dist: tqdm
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: openpyxl
Requires-Dist: soundfile>=0.10.0
Requires-Dist: scenedetect  #视频分割，兼容好
