selfitcamera commited on
Commit
0bf1970
β€’
1 Parent(s): 4903dad
Files changed (2) hide show
  1. .gitattributes +2 -1
  2. app.py +1 -1
.gitattributes CHANGED
@@ -33,4 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
- /.venv
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ /.venv
37
+ .venv/
app.py CHANGED
@@ -16,7 +16,7 @@ description = r"""
16
  This demo combines <a href='https://github.com/yisol/IDM-VTON' target='_blank'><b>IDM-VTON </b></a> and <a href='https://github.com/selfitcamera/Outfit-Anyone-in-the-Wild' target='_blank'><b>Outfit Anyone in the Wild </b></a>
17
  1. Human body detection and reconstruction using large human models from Outfit Anyone in the Wild.
18
  2. Use IDM-VTON for single-picture clothing change without training.
19
- 3. Fix discordant parts of your image using the refine network from Outfit Anyone in the Wild.
20
  This demo is for learning purposes only.<br>
21
  <b>IDM-VTON + Outfit Anyone in the Wild test results on </b> <a href='https://heybeautify.online/ClothData/Publics/Shows/shows/IDM_OutfitAnyone/IDM_OutfitAnyone.html' target='_blank'><b>mix01</b></a>.<br>
22
  <b>Outfit Anyone in the Wild test results on </b> <a href='https://heybeautify.online/ClothData/Publics/Shows/shows/man_v2/man_v2.html' target='_blank'><b>man01</b></a>.<br>
 
16
  This demo combines <a href='https://github.com/yisol/IDM-VTON' target='_blank'><b>IDM-VTON </b></a> and <a href='https://github.com/selfitcamera/Outfit-Anyone-in-the-Wild' target='_blank'><b>Outfit Anyone in the Wild </b></a>
17
  1. Human body detection and reconstruction using large human models from Outfit Anyone in the Wild.
18
  2. Use IDM-VTON for single-picture clothing change without training.
19
+ 3. Fix discordant parts of your image using the refine network from Outfit Anyone in the Wild.<br>
20
  This demo is for learning purposes only.<br>
21
  <b>IDM-VTON + Outfit Anyone in the Wild test results on </b> <a href='https://heybeautify.online/ClothData/Publics/Shows/shows/IDM_OutfitAnyone/IDM_OutfitAnyone.html' target='_blank'><b>mix01</b></a>.<br>
22
  <b>Outfit Anyone in the Wild test results on </b> <a href='https://heybeautify.online/ClothData/Publics/Shows/shows/man_v2/man_v2.html' target='_blank'><b>man01</b></a>.<br>