Image-Text-to-Text
PEFT
Safetensors
MiniMax H3
English
lora
qwen3-vl
prompt-rewriting
multimodal
audio-video-generation
text-to-audio-video
image-to-audio-video
Instructions to use lightx2v/MiniMax-H3-Prompt-Rewriter-LoRA-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lightx2v/MiniMax-H3-Prompt-Rewriter-LoRA-8B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-VL-8B-Instruct") model = PeftModel.from_pretrained(base_model, "lightx2v/MiniMax-H3-Prompt-Rewriter-LoRA-8B") - Notebooks
- Google Colab
- Kaggle
It looks very practical. Can you provide a version and method supported by comfyui?
#1
by RedHn - opened
THX!!!!
The same idea on a much smaller model that is also multimodal. LightX2V's second adapter is trained on Qwen3-VL-8B-Instruct, so where the 27B has to be told what a reference frame contains, this one is shown the frame and writes the alignment line from what it sees. It covers four tasks rather than one, and fits on a card the 27B cannot go near.
