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
Upload adapter_model.safetensors with huggingface_hub
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:216590f4a02265fa625b8a6a1666bc1dae499a01f0badce4fc112d8f6aa36ffb
|
| 3 |
+
size 2793483400
|