Instructions to use siraxe/3d_to_real_detail_slider_H3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use siraxe/3d_to_real_detail_slider_H3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("MiniMaxAI/MiniMax-H3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("siraxe/3d_to_real_detail_slider_H3") prompt = "integrated_multimodal_description: [Shot 1] Live-action, energetic cinematic, a medium-shot centers a small brown mouse wearing a tiny knight’s armor set with a tiny helmet and a tiny lance, mid-battle with fat rats in the background. The mouse twirls its lance and leaps, clashing with a larger rat; dust kicks up in the arena. The camera tracks the mouse’s daring maneuver at speed with large amplitude. [Shot 2] At 00:03.800, a wider shot captures the arena full of rats scurrying while the mouse strikes a decisive blow, armor gleaming, and the camera tilts up to show the arena’s low ceiling and crowd of tiny spectators.\noverall_soundscape: The clash of metal meets rat squeaks with heavy arena footsteps. The mouse’s lance scrapes and pops with each clash, and rat bodies tumble.\nnon_diegetic_music: Lively medieval lute and drum at a brisk tempo, with a triumphant brass fanfare on the decisive strike." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Prompt
- integrated_multimodal_description: [Shot 1] Live-action, energetic cinematic, a medium-shot centers a small brown mouse wearing a tiny knight’s armor set with a tiny helmet and a tiny lance, mid-battle with fat rats in the background. The mouse twirls its lance and leaps, clashing with a larger rat; dust kicks up in the arena. The camera tracks the mouse’s daring maneuver at speed with large amplitude. [Shot 2] At 00:03.800, a wider shot captures the arena full of rats scurrying while the mouse strikes a decisive blow, armor gleaming, and the camera tilts up to show the arena’s low ceiling and crowd of tiny spectators. overall_soundscape: The clash of metal meets rat squeaks with heavy arena footsteps. The mouse’s lance scrapes and pops with each clash, and rat bodies tumble. non_diegetic_music: Lively medieval lute and drum at a brisk tempo, with a triumphant brass fanfare on the decisive strike.
- Prompt
- euler - beta , turbo - 5 steps
H3 experimental slider test
Trained as detail slider test , turned more into 3d > real slider
- Downloads last month
- -
Model tree for siraxe/3d_to_real_detail_slider_H3
Base model
MiniMaxAI/MiniMax-H3