Spaces:
Runtime error
Runtime error
File size: 584 Bytes
dc5c77a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
[project]
name = "comfyui-brushnet"
description = "These are custom nodes for ComfyUI native implementation of BrushNet (inpaint), PowerPaint (inpaint, object removal) and HiDiffusion (higher resolution for SD15 and SDXL)"
version = "1.0.1"
license = { text = "Apache License 2.0" }
dependencies = ["diffusers>=0.27.0", "accelerate>=0.29.0", "peft>=0.7.0"]
[project.urls]
Repository = "https://github.com/nullquant/ComfyUI-BrushNet"
# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "nullquant"
DisplayName = "ComfyUI-BrushNet"
Icon = ""
|