stable-diffusion-paperspace/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2022-09-07 16:27:20 -06:00
# stable-diffusion-paperspace
2022-09-07 19:44:47 -06:00
_Jupyter notebooks for Paperspace._
2022-09-08 13:11:23 -06:00
### Getting Started
2023-01-23 14:07:43 -07:00
**Quickstart**
```bash
wget https://raw.githubusercontent.com/Engineer-of-Stuff/stable-diffusion-paperspace/master/StableDiffusionUI_Voldemort_paperspace.ipynb
```
2022-09-08 13:14:07 -06:00
2023-01-26 21:49:24 -07:00
Or, download the notebook file: [StableDiffusionUI_Voldemort_paperspace.ipynb](https://raw.githubusercontent.com/Engineer-of-Stuff/stable-diffusion-paperspace/master/StableDiffusionUI_Voldemort_paperspace.ipynb)
2023-01-23 14:07:43 -07:00
This notebook is designed to automate pretty much the entire process of getting your WebUI set up.
2022-10-27 09:50:25 -06:00
2023-01-23 00:40:40 -07:00
Guide: [docs/Paperspace Guide for Idiots.md](https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace/blob/main/docs/Paperspace%20Guide%20for%20Idiots.md)
2022-09-08 13:14:07 -06:00
<br>
Did I break something with a new update? You can download an old version of this notebook here: https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace/commits/master
<br>
2023-01-23 00:38:37 -07:00
### xformers
2022-09-08 20:43:01 -06:00
2023-01-23 00:38:37 -07:00
I've compiled wheels for a bunch of GPUs → https://github.com/Cyberes/xformers-compiled
2022-09-08 20:43:01 -06:00
2023-01-23 00:38:37 -07:00
### /other Directory
2022-09-08 20:43:01 -06:00
2023-01-23 00:38:37 -07:00
Other notebooks and old code.
2022-09-08 20:43:01 -06:00
2023-01-23 00:40:40 -07:00
### /docs Directory
- [docs/Paperspace Guide for Idiots.md](https://github.com/Engineer-of-Stuff/stable-diffusion-paperspace/blob/main/docs/Paperspace%20Guide%20for%20Idiots.md): how to install the notebook on Paperspace.
2023-01-23 00:38:37 -07:00
### Linux
2022-09-08 20:43:01 -06:00
2023-01-23 00:38:37 -07:00
See [stable-diffusion-webui-linux](https://github.com/Cyberes/stable-diffusion-webui-linux).