Skip to content

Commit

Permalink
edit pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chflame163 committed May 25, 2024
1 parent 38a1ac9 commit 8cf4339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name = "comfyui_layerstyle"
description = "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress."
version = "1.0.0"
license = "LICENSE"
dependencies = ["numpy", "pillow", "torch", "matplotlib", "Scipy", "scikit_image", "opencv-contrib-python", "pymatting", "segment_anything", "timm", "addict", "yapf", "colour-science", "wget", "mediapipe", "loguru", "typer_config", "fastapi", "rich", "google-generativeai", "diffusers", "omegaconf", "tqdm", "transformers", "kornia", "image-reward", "ultralytics", "blend_modes"]
dependencies = ["numpy", "pillow", "torch", "matplotlib", "Scipy", "scikit_image", "opencv-contrib-python", "pymatting", "segment_anything", "timm", "addict", "yapf", "colour-science", "wget", "mediapipe", "loguru", "typer_config", "fastapi", "rich", "google-generativeai", "diffusers", "omegaconf", "tqdm", "transformers", "kornia", "image-reward", "ultralytics", "blend_modes", "blind-watermark", "qrcode", "pyzbar"]

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

[tool.comfy]
PublisherId = ""
PublisherId = "chflame163"
DisplayName = "ComfyUI_LayerStyle"
Icon = ""

0 comments on commit 8cf4339

Please sign in to comment.