Skip to content

Commit

Permalink
Merge pull request #9 from haohaocreates/pyproject
Browse files Browse the repository at this point in the history
Add pyproject.toml for Custom Node Registry
  • Loading branch information
jags111 authored May 19, 2024
2 parents 394d7ed + 4660b11 commit 7e6e435
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_jags_audiotools"
description = ""
version = "1.0.0"
license = "LICENSE"
dependencies = ["einops", "pandas", "prefigure", "pytorch_lightning", "scipy", "torch", "torchaudio", "tqdm", "wandb", "matplotlib", "torchvision", "k-diffusion", "PySoundFile", "black", "diffusers", "v-diffusion-pytorch", "pydub", "pygame", "tk", "numpy", "audio_diffusion_pytorch"]

[project.urls]
Repository = "https://github.com/jags111/ComfyUI_Jags_Audiotools"

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI_Jags_Audiotools"
Icon = ""
Models = [{location = "/checkpoints/model.safetensor", model_url = "https://example.com/model.zip"}]

0 comments on commit 7e6e435

Please sign in to comment.