stable-diffusion-paperspace/README.md

47 lines
1.9 KiB
Markdown
Raw Permalink 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-03-12 10:42:11 -06:00
### A note about Python 3.10
Python 3.10 is the recommended Python version for running the WebUI. If you encounter any issues, maybe running the WebUI in Python 3.10 will help? Paperspace uses Python 3.9 so you must run a custom container.
If you have already created a machine, delete it and create a new one following these instructions: https://docs.paperspace.com/gradient/notebooks/runtimes/#how-to-specify-a-custom-container
Make sure to use this container image: `cyberes/gradient-base-py3.10:latest`
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).