Skip to content

Conversation

dpapperini
Copy link
Contributor

@dpapperini dpapperini commented Aug 9, 2025

Pinning the transformers library to version 4.53.3 to avoid a breaking change introduced in version 4.54.0 that affects the ComfyUI-HunyuanVideoWrapper custom node. This change addresses the issues reported, such as the one in kijai/ComfyUI-HunyuanVideoWrapper#497.

The transformers requirement has been updated from transformers>=4.49.0 to transformers>=4.49.0,<=4.53.3 to ensure compatibility while still allowing minor updates within a known stable range.

Added missing new dependencies:

  • jax>=0.4.28
  • gguf
  • simpleeval
  • sageattention
  • pypng
  • alembic

Pinning the `transformers` library to version `4.53.3` to avoid a breaking change introduced in version `4.54.0` that affects the `ComfyUI-HunyuanVideoWrapper` custom node. This change addresses the issues reported, such as the one in kijai/ComfyUI-HunyuanVideoWrapper#497.

The `transformers` requirement has been updated from `transformers>=4.49.0` to `transformers>=4.49.0,<=4.53.3` to ensure compatibility while still allowing minor updates within a known stable range.

Added missing new dependencies:
- `jax>=0.4.28`
- `gguf`
Add simpleeval, sageattention, pypng, alembic dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant