Instructions to use Toc/toc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Toc/toc with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Toc/toc", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -212,5 +212,11 @@
|
|
| 212 |
"uni_pc_skip_type": "time_uniform",
|
| 213 |
"uni_pc_order": 3,
|
| 214 |
"uni_pc_lower_order_final": true,
|
| 215 |
-
"control_net_sync_field_args": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
}
|
|
|
|
| 212 |
"uni_pc_skip_type": "time_uniform",
|
| 213 |
"uni_pc_order": 3,
|
| 214 |
"uni_pc_lower_order_final": true,
|
| 215 |
+
"control_net_sync_field_args": false,
|
| 216 |
+
"save_mask": false,
|
| 217 |
+
"save_mask_composite": false,
|
| 218 |
+
"extra_networks_card_width": 0.0,
|
| 219 |
+
"extra_networks_card_height": 0.0,
|
| 220 |
+
"return_mask": false,
|
| 221 |
+
"return_mask_composite": false
|
| 222 |
}
|