Instructions to use hiramaru999/randomstuff with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hiramaru999/randomstuff with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hiramaru999/randomstuff", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
af64d1c
1
Parent(s): 633b579
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -235,7 +235,7 @@
|
|
| 235 |
"control_net_models_path": "",
|
| 236 |
"control_net_modules_path": "",
|
| 237 |
"control_net_max_models_num": 2,
|
| 238 |
-
"control_net_model_cache_size":
|
| 239 |
"control_net_no_detectmap": true,
|
| 240 |
"control_net_detectmap_autosaving": false,
|
| 241 |
"control_net_allow_script_control": false,
|
|
|
|
| 235 |
"control_net_models_path": "",
|
| 236 |
"control_net_modules_path": "",
|
| 237 |
"control_net_max_models_num": 2,
|
| 238 |
+
"control_net_model_cache_size": 2,
|
| 239 |
"control_net_no_detectmap": true,
|
| 240 |
"control_net_detectmap_autosaving": false,
|
| 241 |
"control_net_allow_script_control": false,
|