Instructions to use TheMindExpansionNetwork/ltx23-mindexpander-3voice-audio-scene-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheMindExpansionNetwork/ltx23-mindexpander-3voice-audio-scene-lora with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("TheMindExpansionNetwork/ltx23-mindexpander-3voice-audio-scene-lora", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
ltx23-mindexpander-3voice-audio-scene-lora
This is a fine-tuned version of ltx-2.3-22b-dev.safetensors trained on custom data.
Model Details
- Base Model:
ltx-2.3-22b-dev.safetensors - Training Type: LoRA fine-tuning
- Training Steps: 1
- Learning Rate: 5e-05
- Batch Size: 1
Sample Outputs
Usage
This model is designed to be used with the LTX-2 (Lightricks Audio-Video) pipeline.
π Using Trained LoRAs in ComfyUI
In order to use the trained LoRA in ComfyUI, follow these steps:
- Copy your trained LoRA checkpoint (
.safetensorsfile) to themodels/lorasfolder in your ComfyUI installation. - In your ComfyUI workflow:
- Add the "Load LoRA" node to choose your LoRA file
- Connect it to the "Load Checkpoint" node to apply the LoRA to the base model
You can find reference Text-to-Video (T2V) and Image-to-Video (I2V) workflows in the official LTX-2 repository.
Example Prompts
Example prompts used during validation:
MindExpander, Grizzle Byte, and Captain Dreadstone host an old-timey cosmic radio show together. MindExpander says, "Welcome back to the signal." Grizzle Byte laughs, "Hahaha, the bass engine is smoking." Captain Dreadstone says, "Yarr, then turn the dial to hyperspace." Warm radio static and distant bass rumble underneath.MindExpander, a raspy late-night cosmic radio host, says, "We are live from somewhere underneath the dance floor."Grizzle Byte, a frantic gravelly goblin mechanic, says, "Hahaha, that wire was supposed to smoke."Captain Dreadstone, a space pirate radio captain, says, "Yarr, welcome aboard the Nebula Strider."MindExpander speaks over old-timey radio static, tape hiss, and a deep sub-bass portal opening in the distance.Grizzle Byte mutters over sparks, glitchy robot servos, and crackling alien machinery.Captain Dreadstone laughs over creaking spaceship hull ambience, radio static, and distant cosmic waves.
This model inherits the license of the base model (ltx-2.3-22b-dev.safetensors).
Acknowledgments
- Base model: Lightricks
- Trainer: LTX-2
- Downloads last month
- 8






