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 +2 -2
config.json
CHANGED
|
@@ -204,9 +204,9 @@
|
|
| 204 |
"mudd_use_gender_fix": false,
|
| 205 |
"mudd_male_prompt": "(1 boy:1.2)",
|
| 206 |
"mudd_face_upside_down": false,
|
| 207 |
-
"sd_checkpoint_hash": "
|
| 208 |
"sd_vae": "None",
|
| 209 |
-
"sd_model_checkpoint": "tmp_ckpt/
|
| 210 |
"outdir_samples": "",
|
| 211 |
"outdir_txt2img_samples": "outputs/txt2img-images",
|
| 212 |
"outdir_img2img_samples": "outputs/img2img-images",
|
|
|
|
| 204 |
"mudd_use_gender_fix": false,
|
| 205 |
"mudd_male_prompt": "(1 boy:1.2)",
|
| 206 |
"mudd_face_upside_down": false,
|
| 207 |
+
"sd_checkpoint_hash": "73c0321009ea3bba4aa5d0ff4cd6c18d19413fe0b5bc3663acb178bab7819f95",
|
| 208 |
"sd_vae": "None",
|
| 209 |
+
"sd_model_checkpoint": "tmp_ckpt/otherworldIDXLSDXL_v30.safetensors [73c0321009]",
|
| 210 |
"outdir_samples": "",
|
| 211 |
"outdir_txt2img_samples": "outputs/txt2img-images",
|
| 212 |
"outdir_img2img_samples": "outputs/img2img-images",
|