Skip to content

Instantly share code, notes, and snippets.

@ryanontheinside
ryanontheinside / comfyui_setup.sh
Last active April 5, 2025 15:46
Deploying ComfyUI on RunPod
#this script corresponds to this tutorial video: https://www.youtube.com/watch?v=5hCGDcfPy8Y
#You only need to run this script once. However, when you start a new runpod server, you will need to initialize conda in the shell.
#1. run the following command to intialize conda in the shell
#/workspace/miniconda3/bin/conda init bash
#2. run the following command to activate the conda environment
#conda activate comfyui
#3. run the following command to start comfyui
#python main.py --listen
#!/bin/bash