Add base_model metadata; add root model_index.json for download stats
Browse files- README.md +3 -0
- model_index.json +5 -0
README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
license: other
|
| 3 |
license_name: quantfunc-model-license
|
| 4 |
tags:
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Qwen/Qwen-Image-Edit-2511
|
| 4 |
+
base_model_relation: quantized
|
| 5 |
license: other
|
| 6 |
license_name: quantfunc-model-license
|
| 7 |
tags:
|
model_index.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_class_name": "QuantFuncPipeline",
|
| 3 |
+
"_diffusers_version": "0.30.0",
|
| 4 |
+
"_comment": "Minimal index enabling HF Hub download statistics. Loading uses the QuantFunc toolkit; see README."
|
| 5 |
+
}
|