This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |