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 ·
89914d1
1
Parent(s): 7774b06
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -188,6 +188,7 @@
|
|
| 188 |
"sd_lora": "None",
|
| 189 |
"lora_preferred_name": "Alias from file",
|
| 190 |
"lora_add_hashes_to_infotext": true,
|
|
|
|
| 191 |
"tac_tagFile": "danbooru.csv",
|
| 192 |
"tac_active": true,
|
| 193 |
"tac_activeIn.txt2img": true,
|
|
|
|
| 188 |
"sd_lora": "None",
|
| 189 |
"lora_preferred_name": "Alias from file",
|
| 190 |
"lora_add_hashes_to_infotext": true,
|
| 191 |
+
"openpose3d_use_online_version": true,
|
| 192 |
"tac_tagFile": "danbooru.csv",
|
| 193 |
"tac_active": true,
|
| 194 |
"tac_activeIn.txt2img": true,
|