Metadata-Version: 2.1
Name: comfyui-glm4v-voltspark
Version: 0.0.1
Summary: Professional AI Image Description Generator
Based on Zhipu AI GLM-4V multimodal model, batch generate accurate and detailed descriptions for images in Chinese and English
Home-page: https://github.com/linjian-ufo/ComfyUI_GLM4V_voltspark
Requires-Python: >=3.10
Requires-Dist: transformers==4.54.0            # Hugging Face Transformers库 / Hugging Face Transformers library
Requires-Dist: accelerate>=0.21.0               # 模型加速库 / Model acceleration library
Requires-Dist: bitsandbytes>=0.41.0            # 量化支持库 / Quantization support library
Requires-Dist: Pillow>=9.0.0                   # Python图像处理库 / Python Image Library
Requires-Dist: numpy
Requires-Dist: pathlib                         # 路径处理库（Python 3.4+内置） / Path handling library (built-in Python 3.4+)
Requires-Dist: threading                       # 线程库（Python内置） / Threading library (built-in Python)
Requires-Dist: re                             # 正则表达式库（Python内置） / Regular expression library (built-in Python)
Requires-Dist: json                           # JSON处理库（Python内置） / JSON processing library (built-in Python)
Requires-Dist: csv                            # CSV处理库（Python内置） / CSV processing library (built-in Python)
Requires-Dist: time                           # 时间库（Python内置） / Time library (built-in Python)
Requires-Dist: os                             # 操作系统接口（Python内置） / OS interface (built-in Python)
Requires-Dist: glob                           # 文件名模式匹配（Python内置） / Filename pattern matching (built-in Python)
Requires-Dist: sentencepiece>=0.1.97          # 文本分词器 / Text tokenizer
Requires-Dist: protobuf
