Instructions to use Alestier2022/CustomMixes with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alestier2022/CustomMixes with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="Alestier2022/CustomMixes")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("Alestier2022/CustomMixes") model = AutoModel.from_pretrained("Alestier2022/CustomMixes", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload AlesMixXL Beta 4.3.safetensors
Browse files
AlesMixXL Beta 4.3.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be251f198bafd9b28644ca8a0c8b4455cc797beaff3f1601340b742c715022e6
|
| 3 |
+
size 7105766600
|