mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-20 01:10:08 +08:00
16 lines
444 B
TOML
16 lines
444 B
TOML
[project]
|
|
name = "comfyui-florence2"
|
|
description = "Nodes to use Florence2 VLM for image vision tasks: object detection, captioning, segmentation and ocr"
|
|
version = "1.0.6"
|
|
license = "MIT"
|
|
dependencies = ["transformers>=4.39.0,!=4.50.*"]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/kijai/ComfyUI-Florence2"
|
|
# Used by Comfy Registry https://comfyregistry.org
|
|
|
|
[tool.comfy]
|
|
PublisherId = "kijai"
|
|
DisplayName = "ComfyUI-Florence2"
|
|
Icon = ""
|