Virtual Try-On
Video Lecture
| Section |
Video Links |
| Virtual Try-On |
 |
Description
A good model to use for a virtual try-on workflow is Qwen Edit 2511.
We should already have the models installed, if not then use the information below.
Download Models
📂 ComfyUI/
├── 📂 models/
│ ├── 📂 diffusion_models/
│ │ └── Qwen-Image-Edit-2511-FP8_e4m3fn.safetensors (optional)
│ ├── 📂 loras/
│ │ └── Qwen-Image-Lightning-4steps-V2.0-bf16.safetensors (optional)
│ ├── 📂 text_encoders/
│ │ └── qwen_2.5_vl_7b_fp8_scaled.safetensors
│ └── 📂 vae/
│ └── qwen_image_vae.safetensors
Initial Workflow

Initial Images
Clothing & Accessories
WGET Commands
If you are using Runpod, or a similar hosted GPU service, then you can access your running pod/instance using a terminal.
| # CD into ./ComfyUI/models/loras folder
wget -c https://huggingface.co/lightx2v/Qwen-Image-Lightning/resolve/main/Qwen-Image-Lightning-4steps-V2.0-bf16.safetensors
|
| # CD into ./ComfyUI/models/text_encoders/ folder
wget -c https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/text_encoders/qwen_2.5_vl_7b_fp8_scaled.safetensors
|
| # CD into ./ComfyUI/models/vae/ folder
wget -c https://huggingface.co/Comfy-Org/Qwen-Image_ComfyUI/resolve/main/split_files/vae/qwen_image_vae.safetensors
|
| # CD into ./ComfyUI/models/diffusion_models/ folder
wget -c https://huggingface.co/1038lab/Qwen-Image-Edit-2511-FP8/resolve/main/Qwen-Image-Edit-2511-FP8_e4m3fn.safetensors
|
Wait for files to download fully before running your workflows.