Alissonerdx commited on
Commit
7ae7869
·
verified ·
0 Parent(s):

initial commit

Browse files
Files changed (2) hide show
  1. .gitattributes +55 -0
  2. README.md +184 -0
.gitattributes ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
13
+ *.model filter=lfs diff=lfs merge=lfs -text
14
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
15
+ *.npy filter=lfs diff=lfs merge=lfs -text
16
+ *.npz filter=lfs diff=lfs merge=lfs -text
17
+ *.onnx filter=lfs diff=lfs merge=lfs -text
18
+ *.ot filter=lfs diff=lfs merge=lfs -text
19
+ *.parquet filter=lfs diff=lfs merge=lfs -text
20
+ *.pb filter=lfs diff=lfs merge=lfs -text
21
+ *.pickle filter=lfs diff=lfs merge=lfs -text
22
+ *.pkl filter=lfs diff=lfs merge=lfs -text
23
+ *.pt filter=lfs diff=lfs merge=lfs -text
24
+ *.pth filter=lfs diff=lfs merge=lfs -text
25
+ *.rar filter=lfs diff=lfs merge=lfs -text
26
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
27
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar filter=lfs diff=lfs merge=lfs -text
30
+ *.tflite filter=lfs diff=lfs merge=lfs -text
31
+ *.tgz filter=lfs diff=lfs merge=lfs -text
32
+ *.wasm filter=lfs diff=lfs merge=lfs -text
33
+ *.xz filter=lfs diff=lfs merge=lfs -text
34
+ *.zip filter=lfs diff=lfs merge=lfs -text
35
+ *.zst filter=lfs diff=lfs merge=lfs -text
36
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
37
+ # Audio files - uncompressed
38
+ *.pcm filter=lfs diff=lfs merge=lfs -text
39
+ *.sam filter=lfs diff=lfs merge=lfs -text
40
+ *.raw filter=lfs diff=lfs merge=lfs -text
41
+ # Audio files - compressed
42
+ *.aac filter=lfs diff=lfs merge=lfs -text
43
+ *.flac filter=lfs diff=lfs merge=lfs -text
44
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
45
+ *.ogg filter=lfs diff=lfs merge=lfs -text
46
+ *.wav filter=lfs diff=lfs merge=lfs -text
47
+ # Image files - uncompressed
48
+ *.bmp filter=lfs diff=lfs merge=lfs -text
49
+ *.gif filter=lfs diff=lfs merge=lfs -text
50
+ *.png filter=lfs diff=lfs merge=lfs -text
51
+ *.tiff filter=lfs diff=lfs merge=lfs -text
52
+ # Image files - compressed
53
+ *.jpg filter=lfs diff=lfs merge=lfs -text
54
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
55
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - text-to-image
4
+ - lora
5
+ - diffusers
6
+ - template:diffusion-lora
7
+ widget:
8
+ - output:
9
+ url: images/TryAnything_00204_.png
10
+ text: '-'
11
+ - output:
12
+ url: images/TryAnything_00205_.png
13
+ text: '-'
14
+ - output:
15
+ url: images/TryAnything_00144_.png
16
+ text: '-'
17
+ - output:
18
+ url: images/TryAnything_00145_.png
19
+ text: '-'
20
+ - output:
21
+ url: images/TryAnything_00158_.png
22
+ text: '-'
23
+ - output:
24
+ url: images/TryAnything_00159_.png
25
+ text: '-'
26
+ - output:
27
+ url: images/TryAnything_00154_.png
28
+ text: '-'
29
+ - output:
30
+ url: images/TryAnything_00155_.png
31
+ text: '-'
32
+ - output:
33
+ url: images/TryAnything_00148_.png
34
+ text: '-'
35
+ - output:
36
+ url: images/TryAnything_00149_.png
37
+ text: '-'
38
+ - output:
39
+ url: images/TryAnything_00128_.png
40
+ text: '-'
41
+ - output:
42
+ url: images/TryAnything_00129_.png
43
+ text: '-'
44
+ - output:
45
+ url: images/TryAnything_00124_.png
46
+ text: '-'
47
+ - output:
48
+ url: images/TryAnything_00125_.png
49
+ text: '-'
50
+ - output:
51
+ url: images/TryAnything_00122_.png
52
+ text: '-'
53
+ - output:
54
+ url: images/TryAnything_00123_.png
55
+ text: '-'
56
+ base_model: black-forest-labs/FLUX.1-Kontext-dev
57
+ instance_prompt: try on this outfit, man try on this outfit, woman try on this outfit
58
+ license: apache-2.0
59
+ ---
60
+ # Try Anything
61
+
62
+ <Gallery />
63
+
64
+ ## Model description
65
+
66
+ **Model Type:** LoRA
67
+ **Trained On:** Flux Kontext (via AI Toolkit)
68
+ **Best Results With:** Flux Kontext &#x2F; Flux Dev (untested but likely compatible)
69
+ **Trigger Word:** &#x60;try on this outfit&#x60;
70
+ **Purpose:** Virtual clothing try-on for realistic outfit visualization
71
+
72
+ **Workflow:** [Available on Patreon](https:&#x2F;&#x2F;www.patreon.com&#x2F;posts&#x2F;try-anything-134558142?utm_medium&#x3D;clipboard_copy&amp;utm_source&#x3D;copyLink&amp;utm_campaign&#x3D;postshare_creator&amp;utm_content&#x3D;join_link)
73
+
74
+ ---
75
+
76
+ ## 🧠 What is TryAnything?
77
+
78
+ **TryAnything** is a virtual try-on LoRA designed to transfer clothing from product images onto people. It enables realistic visualization of how outfits would look on different individuals while preserving identity.
79
+
80
+ The model was trained using **240 real-person images** from VTON datasets, focusing primarily on upper body garments with the ability to handle full outfit combinations.
81
+
82
+ ---
83
+
84
+ ## 🎯 What TryAnything Does
85
+
86
+ TryAnything transfers clothing details including:
87
+
88
+ - Upper body garments (shirts, blouses, jackets, tops)
89
+ - Full outfit combinations (top + bottom)
90
+ - Clothing fit and draping
91
+ - Fabric textures and patterns
92
+ - Natural clothing appearance on the target person
93
+
94
+ ---
95
+
96
+ ## 🧪 Training Info
97
+
98
+ - **Trainer:** AI Toolkit
99
+ - **Steps:** 6,000
100
+ - **Dataset:** 240 real-person VTON images
101
+ - **LoRA Rank:** 32
102
+ - **Resolution:** 1024px
103
+ - **Base Model:** Flux Kontext
104
+ - **Focus:** Upper body garments with full outfit capability
105
+
106
+ ---
107
+
108
+ ## ⚙️ Usage Guide
109
+
110
+ ### **Recommended Settings:**
111
+ - **LoRA Weight:** 1.0 (adjust as needed)
112
+ - **Trigger:** &#x60;woman try on this outfit&#x60; or &#x60;man try on this outfit&#x60;
113
+ - **Best Practice:** Use clothing images without people wearing them
114
+ - **Can work:** With people wearing clothes, but not recommended
115
+
116
+ ### **Example Prompts:**
117
+ &#x60;&#x60;&#x60;
118
+ try on this outfit
119
+ &#x60;&#x60;&#x60;
120
+ &#x60;&#x60;&#x60;
121
+ try on this outfit, man
122
+ &#x60;&#x60;&#x60;
123
+ &#x60;&#x60;&#x60;
124
+ try on this outfit, man, copy t-shirt and shorts
125
+ &#x60;&#x60;&#x60;
126
+ &#x60;&#x60;&#x60;
127
+ try on this outfit, blouse with short sleeves
128
+ &#x60;&#x60;&#x60;
129
+
130
+ ---
131
+
132
+ ## ⚠️ Important Notes - Version 1 Limitations
133
+
134
+ ### **Current Limitations:**
135
+ - **V1 Status:** This is the first version with room for improvement
136
+ - **Head Proportions:** May have issues with head-to-body proportions (most common problem)
137
+ - **Training Focus:** Primarily trained on upper body garments
138
+ - **Bottom Wear:** Limited training on lower body clothing
139
+
140
+ ### **Best Results:**
141
+ - Use standalone clothing images (not worn by people)
142
+ - Specify clothing details in prompts when needed
143
+ - Include &quot;anatomically correct proportions&quot; in prompts
144
+
145
+ ### **Future V2 Plans:**
146
+ - Enhanced training with underwear and foundation garments
147
+ - Improved lower body clothing handling
148
+ - Better proportion consistency
149
+
150
+ ---
151
+
152
+ ## 📥 How to Use
153
+
154
+ 1. Load the LoRA in your workflow
155
+ 2. Use trigger: &#x60;woman try on this outfit&#x60; or &#x60;man try on this outfit&#x60;
156
+ 3. Provide clear clothing reference images (preferably unworn)
157
+ 4. Include clothing details in prompt if needed
158
+ 5. Add &quot;anatomically correct proportions&quot; for better results
159
+
160
+ ---
161
+
162
+ ## 🔬 Compatibility
163
+
164
+ - **Primary:** Flux Kontext
165
+ - **Likely Compatible:** Flux Dev (untested)
166
+ - **Weight:** Start with 1.0, adjust up&#x2F;down as needed
167
+
168
+ ---
169
+
170
+ **Feedback Welcome!** This is V1 - share your results and suggestions for improvements in V2!
171
+
172
+ ## Trigger words
173
+
174
+ You should use `try on this outfit` to trigger the image generation.
175
+
176
+ You should use `man try on this outfit` to trigger the image generation.
177
+
178
+ You should use `woman try on this outfit` to trigger the image generation.
179
+
180
+
181
+ ## Download model
182
+
183
+
184
+ [Download](/Alissonerdx/TryAnything/tree/main) them in the Files & versions tab.