Spaces:
Paused
Paused
Update 2gpu.py
Browse files
2gpu.py
CHANGED
|
@@ -162,7 +162,7 @@ from controlnet_aux import CannyDetector, MidasDetector
|
|
| 162 |
from dwpose import DwposeDetector
|
| 163 |
|
| 164 |
DEFAULT_REPO_ID = "Lightricks/LTX-2"
|
| 165 |
-
DEFAULT_GEMMA_REPO_ID = "unsloth/gemma-3-12b-it-qat-bnb-4bit"
|
| 166 |
DEFAULT_CHECKPOINT_FILENAME = "ltx-2-19b-dev-fp8.safetensors"
|
| 167 |
|
| 168 |
|
|
|
|
| 162 |
from dwpose import DwposeDetector
|
| 163 |
|
| 164 |
DEFAULT_REPO_ID = "Lightricks/LTX-2"
|
| 165 |
+
DEFAULT_GEMMA_REPO_ID = "unsloth/gemma-3-12b-it-qat-bnb-4bit" #google/gemma-3-12b-it-qat-q4_0-unquantized
|
| 166 |
DEFAULT_CHECKPOINT_FILENAME = "ltx-2-19b-dev-fp8.safetensors"
|
| 167 |
|
| 168 |
|