Instructions to use fal/LTX-2.3-FlashPack with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use fal/LTX-2.3-FlashPack with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("fal/LTX-2.3-FlashPack", 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
| { | |
| "_class_name": "AudioPreprocessor", | |
| "_diffusers_version": "0.37.0", | |
| "add_ambience": true, | |
| "add_reverb": true, | |
| "add_room": true, | |
| "ambience_rms_db": -62.0, | |
| "bitrate": "256k", | |
| "codec": "mp3", | |
| "container_format": null, | |
| "do_comp": true, | |
| "do_eq": false, | |
| "do_limiter": true, | |
| "do_roundtrip": true, | |
| "final_peak_dbfs": -1.0, | |
| "force_stereo": true, | |
| "hpf_hz": 90.0, | |
| "initial_peak_dbfs": -3.0, | |
| "limit_dbfs": -1.0, | |
| "lpf_hz": 10000.0, | |
| "narrow_width": 0.35, | |
| "output_format": "s16p", | |
| "predelay_ms": 12.0, | |
| "presence_gain_db": 2.0, | |
| "return_float": true, | |
| "reverb_wet": 0.04, | |
| "room_bed_rms_db": -68.0, | |
| "room_hp_hz": 40.0, | |
| "room_lp_hz": 12000.0, | |
| "room_noise_kind": "pink", | |
| "rt60": 0.35, | |
| "sr": 16000 | |
| } | |