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
| __pycache__ | |
| *.ckpt | |
| *.safetensors | |
| *.pth | |
| /ESRGAN/* | |
| /SwinIR/* | |
| /repositories | |
| /venv | |
| /tmp | |
| /model.ckpt | |
| /models/**/* | |
| /GFPGANv1.3.pth | |
| /gfpgan/weights/*.pth | |
| /ui-config.json | |
| /outputs | |
| /config.json | |
| /log | |
| /webui.settings.bat | |
| /embeddings | |
| /styles.csv | |
| /params.txt | |
| /styles.csv.bak | |
| /webui-user.bat | |
| /webui-user.sh | |
| /interrogate | |
| /user.css | |
| /.idea | |
| notification.mp3 | |
| /SwinIR | |
| /textual_inversion | |
| .vscode | |
| /extensions | |
| /test/stdout.txt | |
| /test/stderr.txt | |
| /cache.json* | |
| /config_states/ | |
| /node_modules | |
| /package-lock.json | |
| /.coverage* | |