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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload config.json
Browse files- config.json +8 -1
config.json
CHANGED
|
@@ -712,5 +712,12 @@
|
|
| 712 |
"euler_a2_s_noise": 1,
|
| 713 |
"euler_a2_extrapolation": 0.425,
|
| 714 |
"prioritized_callbacks_image_saved": [],
|
| 715 |
-
"prefer_fp16_upscalers": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 716 |
}
|
|
|
|
| 712 |
"euler_a2_s_noise": 1,
|
| 713 |
"euler_a2_extrapolation": 0.425,
|
| 714 |
"prioritized_callbacks_image_saved": [],
|
| 715 |
+
"prefer_fp16_upscalers": false,
|
| 716 |
+
"ch_max_size_preview": true,
|
| 717 |
+
"ch_skip_nsfw_preview": false,
|
| 718 |
+
"ch_open_url_with_js": true,
|
| 719 |
+
"ch_check_new_ver_exist_in_all_folder": true,
|
| 720 |
+
"ch_proxy": "",
|
| 721 |
+
"ch_civiai_api_key": "f6be8efb184af5d9d482e3a0ccb1125a",
|
| 722 |
+
"ch_civitai_domain": "civitai.red"
|
| 723 |
}
|