Skip to content

Commit 8fd7a40

Browse files
robinjhuangcomfy-pr-botbubbliiiing
authored
Add pyproject.toml for Custom Node Registry (#153)
* chore(pyproject): Add pyproject.toml for Custom Node Registry * Update pyproject.toml --------- Co-authored-by: snomiao <[email protected]> Co-authored-by: Bubbliiiing <[email protected]>
1 parent cea306d commit 8fd7a40

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[project]
2+
name = "videox-fun"
3+
description = "VideoX-Fun is a video generation pipeline that can be used to generate AI images and videos, as well as to train baseline and Lora models for Diffusion Transformer. We support direct prediction from pre-trained baseline models to generate videos with different resolutions, durations, and FPS. Additionally, we also support users in training their own baseline and Lora models to perform specific style transformations."
4+
version = "1.0.0"
5+
license = {file = "LICENSE"}
6+
dependencies = ["Pillow", "einops", "safetensors", "timm", "tomesd", "torch>=2.1.2", "torchdiffeq", "torchsde", "decord", "datasets", "numpy", "scikit-image", "opencv-python", "omegaconf", "SentencePiece", "albumentations", "imageio[ffmpeg]", "imageio[pyav]", "tensorboard", "beautifulsoup4", "ftfy", "func_timeout", "accelerate>=0.25.0", "gradio>=3.41.2,<=3.48.0", "diffusers>=0.30.1,<=0.31.0", "transformers>=4.46.2"]
7+
8+
[project.urls]
9+
Repository = "https://github.com/aigc-apps/VideoX-Fun"
10+
# Used by Comfy Registry https://comfyregistry.org
11+
12+
[tool.comfy]
13+
PublisherId = "bubbliiiing"
14+
DisplayName = "VideoX-Fun"
15+
Icon = ""

0 commit comments

Comments
 (0)