There are two main ways to install and use the AI-ClothingTryOn tool:
Method 1: EXE installation (ordinary users)
- Visit the GitHub project page to download the EXE executable or ZIP archive!
- Unzip and double-click to run AI-ClothingTryOn.exe
- Enter Google Gemini API key on first run
Method 2: Source code run (developers)
- Installing Python 3.8+ and Git tools
- Cloning Project Warehouse:
git clone https://github.com/speedTD/AI-ClothingTryOn.git - Install dependent libraries:
pip install -r requirements.txt - Run the main program:
python main.py
Usage Process
- Click on "Select People Photo" to upload a clear full-body photo.
- Click on "Select Clothing Photo" to upload a picture of your clothing (solid color background recommended)
- Enter the prompt (optional) and click the Generate button
- Choose the one you are satisfied with out of the 10 renderings generated and save it locally.
This answer comes from the articleAI-ClothingTryOn: Gemini-based Virtual Clothing Try-On ToolThe































