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
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -414,7 +414,7 @@
|
|
| 414 |
"auto_vae_precision_bfloat16": false,
|
| 415 |
"auto_vae_precision": true,
|
| 416 |
"sd_vae_encode_method": "Full",
|
| 417 |
-
"sd_vae_decode_method": "
|
| 418 |
"inpainting_mask_weight": 1,
|
| 419 |
"initial_noise_multiplier": 1,
|
| 420 |
"img2img_extra_noise": 0,
|
|
|
|
| 414 |
"auto_vae_precision_bfloat16": false,
|
| 415 |
"auto_vae_precision": true,
|
| 416 |
"sd_vae_encode_method": "Full",
|
| 417 |
+
"sd_vae_decode_method": "TAESD",
|
| 418 |
"inpainting_mask_weight": 1,
|
| 419 |
"initial_noise_multiplier": 1,
|
| 420 |
"img2img_extra_noise": 0,
|