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 ·
7774b06
1
Parent(s): 25841ea
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -233,8 +233,8 @@
|
|
| 233 |
"control_net_detectedmap_dir": "detected_maps",
|
| 234 |
"control_net_models_path": "",
|
| 235 |
"control_net_modules_path": "",
|
| 236 |
-
"control_net_max_models_num":
|
| 237 |
-
"control_net_model_cache_size":
|
| 238 |
"control_net_no_detectmap": true,
|
| 239 |
"control_net_detectmap_autosaving": false,
|
| 240 |
"control_net_allow_script_control": false,
|
|
|
|
| 233 |
"control_net_detectedmap_dir": "detected_maps",
|
| 234 |
"control_net_models_path": "",
|
| 235 |
"control_net_modules_path": "",
|
| 236 |
+
"control_net_max_models_num": 2,
|
| 237 |
+
"control_net_model_cache_size": 4,
|
| 238 |
"control_net_no_detectmap": true,
|
| 239 |
"control_net_detectmap_autosaving": false,
|
| 240 |
"control_net_allow_script_control": false,
|