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 requirements_npu.txt with huggingface_hub
Browse files- requirements_npu.txt +4 -0
requirements_npu.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cloudpickle
|
| 2 |
+
decorator
|
| 3 |
+
synr==0.5.0
|
| 4 |
+
tornado
|