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 +1 -1
config.json
CHANGED
|
@@ -74,7 +74,7 @@
|
|
| 74 |
"img2img_color_correction": false,
|
| 75 |
"img2img_fix_steps": false,
|
| 76 |
"img2img_background_color": "#ffffff",
|
| 77 |
-
"enable_quantization":
|
| 78 |
"enable_emphasis": true,
|
| 79 |
"enable_batch_seeds": true,
|
| 80 |
"comma_padding_backtrack": 20,
|
|
|
|
| 74 |
"img2img_color_correction": false,
|
| 75 |
"img2img_fix_steps": false,
|
| 76 |
"img2img_background_color": "#ffffff",
|
| 77 |
+
"enable_quantization": true,
|
| 78 |
"enable_emphasis": true,
|
| 79 |
"enable_batch_seeds": true,
|
| 80 |
"comma_padding_backtrack": 20,
|