Register RunPod from here please : https://runpod.io?ref=1aka98lq

Select any template. I tested on Stable Diffusion web UI and RunPod Pytorch 2.2.0 templates

To install run below command

export HF_HOME="/workspace"
chmod +x RunPod_Install.sh
./RunPod_Install.sh

to use after install

open a new terminal and run below code to start every time

cd /workspace/CodeFormerSE
export HF_HOME="/workspace"
source venv/bin/activate
export PYTHONWARNINGS=ignore
python app.py --share True


Then you can use either Gradio live share or RunPod proxy 7861 connect port
