Instructions to use siraxe/vault_dweller_H3_slider with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use siraxe/vault_dweller_H3_slider 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/vault_dweller_H3_slider") prompt = "integrated_multimodal_description: (S1)Arnold Schwarzenegger , in vault_dweller suit (S1) Bugs Bunny, 3d cartoony , in vault_dweller suit [Shot 1] Realistic TV show scene, medium shot. (S1) standing in room next to (S2), (S1)coming slowly closer as (S2) rotates and looks at him. non_diegetic_music: N/A environment:The scene takes place indoors." output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Ctrl+K