Instructions to use KoshiMazaki/akuspace-ltx25 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LTX.io
How to use KoshiMazaki/akuspace-ltx25 with LTX.io:
# Install the LTX-2 pipelines git clone https://github.com/Lightricks/LTX-2.git cd LTX-2 uv sync --frozen
# Download the weights from this repo, plus the Gemma text encoder hf download KoshiMazaki/akuspace-ltx25 --local-dir models/akuspace-ltx25 hf download google/gemma-3-12b-it-qat-q4_0-unquantized --local-dir models/gemma-3-12b
# Text/image-to-video with the LoRA on the HQ two-stage base pipeline uv run python -m ltx_pipelines.ti2vid_two_stages_hq \ --checkpoint-path path/to/checkpoint.safetensors \ --distilled-lora path/to/distilled_lora.safetensors 0.8 \ --spatial-upsampler-path path/to/spatial_upsampler.safetensors \ --gemma-root models/gemma-3-12b \ --lora models/akuspace-ltx25/<weights>.safetensors 1.0 \ --prompt "your prompt here" \ --output-path output.mp4 # For image-to-video, add: --image path/to/image.jpg 0 0.8 - Reverb
How to use KoshiMazaki/akuspace-ltx25 with Reverb:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -40,9 +40,7 @@ Trigger word: `AKUSPACE`
|
|
| 40 |
| **Sound effects** — processing a sound goes *through* | Dual Delay | `gentle` · `heavy` |
|
| 41 |
|
| 42 |
Outdoor places have two levels rather than three: an ambience bed is a separate
|
| 43 |
-
recording rather than a reverb tail, so it scales down but not up.
|
| 44 |
-
the showcase level; `heavy` is the edge of the trained range and ships as
|
| 45 |
-
experimental.
|
| 46 |
|
| 47 |
<video controls playsinline preload="metadata" width="100%">
|
| 48 |
<source
|
|
@@ -70,7 +68,7 @@ present in every training caption. Room captions carry a decay time where
|
|
| 70 |
applicable; cathedral, the granular effect and both outdoor places have no numeric
|
| 71 |
decay.
|
| 72 |
|
| 73 |
-
Suggested settings: **24 steps, CFG
|
| 74 |
|
| 75 |
## Supported workflows
|
| 76 |
|
|
|
|
| 40 |
| **Sound effects** — processing a sound goes *through* | Dual Delay | `gentle` · `heavy` |
|
| 41 |
|
| 42 |
Outdoor places have two levels rather than three: an ambience bed is a separate
|
| 43 |
+
recording rather than a reverb tail, so it scales down but not up.
|
|
|
|
|
|
|
| 44 |
|
| 45 |
<video controls playsinline preload="metadata" width="100%">
|
| 46 |
<source
|
|
|
|
| 68 |
applicable; cathedral, the granular effect and both outdoor places have no numeric
|
| 69 |
decay.
|
| 70 |
|
| 71 |
+
Suggested settings: **24 steps, CFG 1-2** adjust to CFG4 for higher volume and detail.
|
| 72 |
|
| 73 |
## Supported workflows
|
| 74 |
|