Skip to content

Commit

Permalink
Merge pull request #224 from ComfyNodePRs/licence-update
Browse files Browse the repository at this point in the history
Update PyProject Toml - License
  • Loading branch information
chflame163 committed Aug 22, 2024
2 parents 37a362d + 44988de commit c6ff90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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.24"
license = "MIT"
license = { text = "MIT 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", "blind-watermark", "qrcode", "pyzbar", "transparent-background", "huggingface_hub", "psd-tools"]

[project.urls]
Expand Down

0 comments on commit c6ff90b

Please sign in to comment.