Skip to content

Commit

Permalink
Merge pull request #12 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
xyhStruggler committed May 23, 2024
2 parents d84ba37 + 9060a08 commit c2091e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "comfyui-anyline"
description = "A Fast, Accurate, and Detailed Line Detection Preprocessor.\nAnyline is a ControlNet line preprocessor that accurately extracts object edges, image details, and textual content from most images. Users can input any type of image to quickly obtain line drawings with clear edges, sufficient detail preservation, and high fidelity text, which are then used as input for conditional generation in Stable Diffusion."
version = "1.0.0"
license = "LICENSE"
dependencies = ["pathlib", "huggingface_hub", "scikit-image"]

[project.urls]
Repository = "https://github.com/TheMistoAI/ComfyUI-Anyline"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-Anyline"
Icon = ""

0 comments on commit c2091e3

Please sign in to comment.