Commit ·
435d91e
1
Parent(s): 3a6de35
Update README.md
Browse files
README.md
CHANGED
|
@@ -36,4 +36,20 @@ demo: https://app.ltx.studio/ltx-2-playground/i2v
|
|
| 36 |
base_model:
|
| 37 |
- Lightricks/LTX-2.3
|
| 38 |
base_model_relation: quantized
|
| 39 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
base_model:
|
| 37 |
- Lightricks/LTX-2.3
|
| 38 |
base_model_relation: quantized
|
| 39 |
+
---
|
| 40 |
+
|
| 41 |
+
## Requirements For Use:
|
| 42 |
+
|
| 43 |
+
### Pytorch 2.10+cu130 is recommended and required for mxfp8
|
| 44 |
+
|
| 45 |
+
### ComfyUI-QuantOps
|
| 46 |
+
|
| 47 |
+
[ComfyUI-QuantOps](https://github.com/silveroxides/ComfyUI-QuantOps)
|
| 48 |
+
|
| 49 |
+
### Custom fork of comfy-kitchen
|
| 50 |
+
|
| 51 |
+
Either clone my [fork](https://github.com/silveroxides/comfy-kitchen) and checkout branch "fix/int8-tensor-backend"
|
| 52 |
+
Then with CUDA toolkit 13.0 installed build and install it.
|
| 53 |
+
|
| 54 |
+
Alteratively install prebuilt wheel from [my repo](https://huggingface.co/silveroxides/Chroma1-HD-fp8-scaled/tree/main/experimental)
|
| 55 |
+
Choose wheel matching your python version and OS.
|