Instructions to use knoxcs/stable-diffusion-webui-knox with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use knoxcs/stable-diffusion-webui-knox with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("knoxcs/stable-diffusion-webui-knox", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| cff-version: 1.2.0 | |
| message: "If you use this software, please cite it as below." | |
| authors: | |
| - given-names: AUTOMATIC1111 | |
| title: "Stable Diffusion Web UI" | |
| date-released: 2022-08-22 | |
| url: "https://github.com/AUTOMATIC1111/stable-diffusion-webui" | |