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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 185 Bytes
b898cae | 1 2 3 4 5 6 7 8 9 10 11 12 | {
"name": "stable-diffusion-webui",
"version": "0.0.0",
"devDependencies": {
"eslint": "^8.40.0"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix ."
}
}
|