Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

lightx2v
/
MiniMax-H3-Prompt-Rewriter-LoRA

PEFT
Safetensors
English
lora
prompt-rewriting
minimax-h3
text-to-audio-video
audio-video-generation
Model card Files Files and versions
xet
Community
2

Instructions to use lightx2v/MiniMax-H3-Prompt-Rewriter-LoRA 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 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.6-27B")
    model = PeftModel.from_pretrained(base_model, "lightx2v/MiniMax-H3-Prompt-Rewriter-LoRA")
  • Notebooks
  • Google Colab
  • Kaggle
MiniMax-H3-Prompt-Rewriter-LoRA
3.74 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
lightx2v's picture
lightx2v
Update README.md
d64627f verified about 17 hours ago
  • .gitattributes
    1.52 kB
    initial commit about 19 hours ago
  • README.md
    14.4 kB
    Update README.md about 17 hours ago
  • adapter_config.json
    1.24 kB
    Upload adapter_config.json with huggingface_hub about 17 hours ago
  • adapter_model.safetensors
    3.74 GB
    xet
    Rename MiniMax-H3-T2VA-Prompt-Rewriter-Qwen3.6-27B-LoRA.safetensors to adapter_model.safetensors about 17 hours ago
  • infer.py
    5.48 kB
    Upload folder using huggingface_hub about 19 hours ago
  • prompt_template.py
    1.85 kB
    Upload folder using huggingface_hub about 19 hours ago
  • requirements.txt
    77 Bytes
    Upload folder using huggingface_hub about 19 hours ago