Instructions to use soinov/Automatic1111_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use soinov/Automatic1111_test with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("soinov/Automatic1111_test", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload _typos.toml with huggingface_hub
Browse files- _typos.toml +5 -0
_typos.toml
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[default.extend-words]
|
| 2 |
+
# Part of "RGBa" (Pillow's pre-multiplied alpha RGB mode)
|
| 3 |
+
Ba = "Ba"
|
| 4 |
+
# HSA is something AMD uses for their GPUs
|
| 5 |
+
HSA = "HSA"
|