Instructions to use FashGate/config with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use FashGate/config with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("FashGate/config", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -114,7 +114,7 @@
|
|
| 114 |
"deepbooru_use_spaces": true,
|
| 115 |
"deepbooru_escape": true,
|
| 116 |
"deepbooru_filter_tags": "",
|
| 117 |
-
"extra_networks_show_hidden_directories":
|
| 118 |
"extra_networks_hidden_models": "When searched",
|
| 119 |
"extra_networks_default_view": "cards",
|
| 120 |
"extra_networks_default_multiplier": 1.0,
|
|
|
|
| 114 |
"deepbooru_use_spaces": true,
|
| 115 |
"deepbooru_escape": true,
|
| 116 |
"deepbooru_filter_tags": "",
|
| 117 |
+
"extra_networks_show_hidden_directories": false,
|
| 118 |
"extra_networks_hidden_models": "When searched",
|
| 119 |
"extra_networks_default_view": "cards",
|
| 120 |
"extra_networks_default_multiplier": 1.0,
|