
Please register for RunPod at: https://runpod.io?ref=1aka98lq

Select a GPU with a minimum of 24 GB VRAM, such as the RTX 3090.

Choose a RunPod template:

RunPod Pytorch 2.2.0
runpod/pytorch:2.2.0-py3.10-cuda12.1.1-devel-ubuntu22.04

Edit the pod configuration:
Set the volume disk size to 50 GB or your preferred size according to number of models you want to download or such.

Add HTTP port 7861 to the exposed ports list to enable proxy connection.
By default, it will start with the --share option for Gradio sharing.

Upload all files to the workspace folder.

To install, run the following commands:


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

to use after install

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

cd /workspace/IDM-VTON
export HF_HOME="/workspace"
source venv/bin/activate
export PYTHONWARNINGS=ignore
export HF_HUB_ENABLE_HF_TRANSFER=1
python app_VTON.py --share True



