Skip to content

Commit

Permalink
Merge pull request #2 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
dmMaze authored Jun 30, 2024
2 parents e580227 + 7b70db7 commit a186402
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 = "sketch2manga"
description = "Apply screentone to line drawings or colored illustrations with diffusion models."
version = "1.0.0"
license = "LICENSE"
dependencies = ["# Original", "# torch", "#", "# Updated by Francis", "-f https://download.pytorch.org/whl/torch_stable.html", "# torch==2.1.0+cu121", "torch==2.1.2+cu121", "-f https://download.pytorch.org/whl/torch_stable.html", "# torchvision==0.16.0+cu121", "torchvision==0.16.2+cu121", "omegaconf", "scikit-image", "numpy", "opencv-python", "einops", "scikit-learn", "requests", "Pillow", "# Added by Francis", "tqdm", "pandas", "# Adding for Web UI", "gradio", "# Adding for additional function", "# requests"]

[project.urls]
Repository = "https://github.com/dmMaze/sketch2manga"
# Used by Comfy Registry https://comfyregistry.org

[tool.comfy]
PublisherId = ""
DisplayName = "sketch2manga"
Icon = ""

0 comments on commit a186402

Please sign in to comment.