Instructions to use baa-ai/LTX-2.3-22B-RAM-12GB-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use baa-ai/LTX-2.3-22B-RAM-12GB-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir LTX-2.3-22B-RAM-12GB-MLX baa-ai/LTX-2.3-22B-RAM-12GB-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Upload spatial_upscaler_x2_v1_1_config.json with huggingface_hub
Browse files
spatial_upscaler_x2_v1_1_config.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"config": {
|
| 3 |
+
"_class_name": "LatentUpsampler",
|
| 4 |
+
"in_channels": 128,
|
| 5 |
+
"mid_channels": 1024,
|
| 6 |
+
"num_blocks_per_stage": 4,
|
| 7 |
+
"dims": 3,
|
| 8 |
+
"spatial_upsample": true,
|
| 9 |
+
"temporal_upsample": false,
|
| 10 |
+
"spatial_scale": 2.0,
|
| 11 |
+
"rational_resampler": false
|
| 12 |
+
}
|
| 13 |
+
}
|