Upload transformer/config.json with huggingface_hub
Browse files- transformer/config.json +5 -0
transformer/config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "NextDiTPixelSpace",
|
| 3 |
+
"quantization": "SDNQ",
|
| 4 |
+
"weights_dtype": "uint4"
|
| 5 |
+
}
|