Spaces:
Running
on
Zero
Running
on
Zero
File size: 470 Bytes
3491fee |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[project]
name = "comfyqr"
description = "QR generation within ComfyUI. Contains nodes suitable for workflows from generating basic QR images to techniques with advanced QR masking."
version = "0.4.0"
license = { file = "LICENSE" }
dependencies = ["qrcode >= 7.1"]
[project.urls]
Repository = "https://github.com/coreyryanhanson/ComfyQR"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "coreyryanhanson"
DisplayName = "ComfyQR"
Icon = "" |