Jupyter notebooks for Paperspace.
Go to file
Drake Panzer 0993272b9e
fix model downloader, other minor changes
2023-04-15 17:56:01 -06:00
docs Update Paperspace Guide for Idiots.md 2023-03-12 10:43:07 -06:00
other Add civitai downloader + improvements 2023-01-22 19:39:55 -07:00
LICENSE Rename LICENSE.md to LICENSE 2023-03-04 16:46:35 -07:00
README.md Update README.md 2023-03-12 10:42:11 -06:00
StableDiffusionUI_Voldemort_paperspace.ipynb fix model downloader, other minor changes 2023-04-15 17:56:01 -06:00

README.md

stable-diffusion-paperspace

Jupyter notebooks for Paperspace.

Getting Started

Quickstart

wget https://raw.githubusercontent.com/Engineer-of-Stuff/stable-diffusion-paperspace/master/StableDiffusionUI_Voldemort_paperspace.ipynb

Or, download the notebook file: StableDiffusionUI_Voldemort_paperspace.ipynb

This notebook is designed to automate pretty much the entire process of getting your WebUI set up.

Guide: docs/Paperspace Guide for Idiots.md


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


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

xformers

I've compiled wheels for a bunch of GPUs → https://github.com/Cyberes/xformers-compiled

/other Directory

Other notebooks and old code.

/docs Directory

Linux

See stable-diffusion-webui-linux.