Skip to content

Setup Runpod

Video Lecture

Section Video Links
Setup Runpod with Persistent Storage Setup Runpod with Persistent Storage Setup Runpod with Persistent Storage

Description

Running some workflows on your personal computer can be very resource intensive.

If you computer is not able to run some of the workflows in this course, then one option you have is to use a cloud hosted ComfyUI.

I show how to setup a ComfyUI instance with persistent storage and an RTX5090 GPU using Runpod.

Register at Runpod (Get a random credit bonus between $5 and $500 when you spend your first $10)

After your pods ComfyUI has started, you can drag this workflow into the workspace.

Then, using the terminal connected to your pod/instance, CD into the folder ./ComfyUI/models/checkpoints/ and run this command to upload the required v1-5-pruned-emaonly-fp16.safetensors checkpoint.

#
#
# CD into ./ComfyUI/models/checkpoints/ folder
wget https://huggingface.co/Comfy-Org/stable-diffusion-v1-5-archive/resolve/main/v1-5-pruned-emaonly-fp16.safetensors

Wait for files to download fully before running your workflows.