Skip to main content

Running Paperspace

note

First you need an account on the paperspace.com!

Project

On paperspace.com press CREATE A PROJECT button.

img

If you want, change the name of the project and click CREATE.

img

On the project page, click CREATE again.

In Select a runtime select Sart from Scratch

img

Select Free-GPU

img

note

Free machines may run out, in which case you can't use the paperspace for free until they are available.

img

Set the maximum running time after which the machine will turn off.

img

Uploading and starting notebook

Download the notebook file using this link: github.com/TheLastBen/PPS/blob/main/PPS-A1111.ipynb

img

Upload this file to paperspace

img

Settings

Model Download/Load

  • Path_to_MODEL - If you uploaded the model(s) to paperspace, paste a local link to it here (right click on folder > Copy path)
  • MODEL_LINK - A direct link to the model file (for example, you can copy it from huggingface) or a link to the file on Google disk. For example, you can take one of the models from here.
  • safetensors - If the model you want to download is in .safetensors format and not .ckpt - change the value from False to True..

ControlNet

Here you can select models for ControlNet (if you are going to use it, otherwise just leave this cell alone).

The model options are described in the cell itself, underneath the variables.

img

Start Stable-Diffusion

  • User, Password - Login and password to login to webui, optional.
  • Ngrok_token - The ngrok token, improves connection stability. You can find it here.

Start all cells one by one (if you don't use ControlNet, you don't have to start its cell), and wait for the webui link to appear.