mirror of
https://git.datalinker.icu/kijai/ComfyUI-CogVideoXWrapper.git
synced 2025-12-09 04:44:22 +08:00
- unify all pipelines into one - unify transformer model into one - separate VAE - add single file model loading
16 lines
519 B
TOML
16 lines
519 B
TOML
[project]
|
|
name = "comfyui-cogvideoxwrapper"
|
|
description = "Diffusers wrapper for CogVideoX -models: [a/https://github.com/THUDM/CogVideo](https://github.com/THUDM/CogVideo)"
|
|
version = "1.5.0"
|
|
license = {file = "LICENSE"}
|
|
dependencies = ["huggingface_hub", "diffusers>=0.31.0", "accelerate>=0.33.0"]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/kijai/ComfyUI-CogVideoXWrapper"
|
|
# Used by Comfy Registry https://comfyregistry.org
|
|
|
|
[tool.comfy]
|
|
PublisherId = "kijai"
|
|
DisplayName = "ComfyUI-CogVideoXWrapper"
|
|
Icon = ""
|