Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[project]
name = "omnigen2"
description = "ComfyUI-OmniGen2 is now available in ComfyUI, OmniGen2 is a powerful and efficient unified multimodal model. Its architecture is composed of two key components: a 3B Vision-Language Model (VLM) and a 4B diffusion model."
version = "1.0.0"
license = {file = "LICENSE"}
# classifiers = [
# # For OS-independent nodes (works on all operating systems)
# "Operating System :: OS Independent",
#
# # OR for OS-specific nodes, specify the supported systems:
# "Operating System :: Microsoft :: Windows", # Windows specific
# "Operating System :: POSIX :: Linux", # Linux specific
# "Operating System :: MacOS", # macOS specific
#
# # GPU Accelerator support. Pick the ones that are supported by your extension.
# "Environment :: GPU :: NVIDIA CUDA", # NVIDIA CUDA support
# "Environment :: GPU :: AMD ROCm", # AMD ROCm support
# "Environment :: GPU :: Intel Arc", # Intel Arc support
# "Environment :: NPU :: Huawei Ascend", # Huawei Ascend support
# "Environment :: GPU :: Apple Metal", # Apple Metal support
# ]

dependencies = ["torch>=2.6.0", "torchvision>=0.21.0", "timm", "einops", "accelerate", "transformers>=4.51.3", "diffusers", "opencv-python-headless", "scipy", "wandb", "matplotlib", "Pillow", "tqdm", "omegaconf", "python-dotenv", "ninja", "ipykernel", "numpy"]

[project.urls]
Repository = "https://github.com/Yuan-ManX/ComfyUI-OmniGen2"
# Used by Comfy Registry https://registry.comfy.org
Documentation = "https://github.com/Yuan-ManX/ComfyUI-OmniGen2/wiki"
"Bug Tracker" = "https://github.com/Yuan-ManX/ComfyUI-OmniGen2/issues"

[tool.comfy]
PublisherId = ""
DisplayName = "ComfyUI-OmniGen2"
Icon = ""
includes = []
# "requires-comfyui" = ">=1.0.0" # ComfyUI version compatibility