Instructions to use nazimasker/Text-To-image-University-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nazimasker/Text-To-image-University-Model with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Create model_index.json
Browse files- model_index.json +7 -0
model_index.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": {
|
| 3 |
+
"config": "adapter_config.json",
|
| 4 |
+
"weights": "adapter_model.safetensors"
|
| 5 |
+
},
|
| 6 |
+
"scheduler": "scheduler"
|
| 7 |
+
}
|