-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
22 lines (20 loc) · 1.02 KB
/
Copy pathpyproject.toml
File metadata and controls
22 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[project]
name = "minimax-h3-prompt-rewriter"
version = "0.17.1"
description = "ComfyUI nodes that rewrite a short prompt into a structured MiniMax-H3 audio-video description, fully local: the LightX2V Prompt Rewriter LoRAs on Qwen3.6-27B or on multimodal Qwen3-VL-8B, which reads the reference frames itself, or MiniMax's own writing guide on any small GGUF for T2VA, I2VA, FL2VA, L2VA and Ref2VA, with a multimodal captioner for the reference assets - or one universal node that describes the references and writes the prompt together, with their order a widget."
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.10"
dependencies = [
"transformers>=4.57.1",
"peft>=0.17",
"accelerate>=1.10",
"safetensors>=0.5",
"bitsandbytes>=0.43; platform_system != 'Darwin'",
]
[project.urls]
Repository = "https://github.com/pytraveler/MiniMax-H3-Prompt-Rewriter-ComfyUI"
[tool.comfy]
PublisherId = "darkil"
DisplayName = "MiniMax-H3 Prompt Rewriter"
Icon = "https://avatars.githubusercontent.com/u/72470814"