Spaces:
Runtime error
Runtime error
File size: 579 Bytes
b33b762 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "comfyui_instantid"
description = "Native InstantID support for ComfyUI. This extension differs from the many already available as it doesn't use diffusers but instead implements InstantID natively and it fully integrates with ComfyUI."
version = "1.0.0"
license = "LICENSE"
dependencies = ["insightface", "onnxruntime", "onnxruntime-gpu"]
[project.urls]
Repository = "https://github.com/cubiq/ComfyUI_InstantID"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "matteo"
DisplayName = "ComfyUI_InstantID"
Icon = ""
|