SG161222 commited on
Commit
74eff6f
β€’
1 Parent(s): 0398ceb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -5
README.md CHANGED
@@ -1,5 +1,35 @@
1
- ---
2
- license: other
3
- license_name: flux-1-dev-non-commercial-license
4
- license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: flux-1-dev-non-commercial-license
4
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
+ ---
6
+ <h1>RealFlux 1.0b Model Training (Third Attempt)</h1>
7
+
8
+ <h2>Stage 1: Data Preparation</h2>
9
+ <ul>
10
+ <li>[ β˜‘ ] Collect images for the dataset</li>
11
+ <li>[ β˜‘ ] Image captioning</li>
12
+ </ul>
13
+
14
+ <h2>Stage 2: Model Training</h2>
15
+ <ul>
16
+ <li>[ β˜‘ ] Prepare dataset for model input</li>
17
+ <li>[ β˜‘ ] Model training</li>
18
+ </ul>
19
+
20
+ <h2>Stage 3: Testing</h2>
21
+ <ul>
22
+ <li>[ β–Ά ] Dev Model testing</li>
23
+ </ul>
24
+
25
+ <h2>Stage 4: Release</h2>
26
+ <ul>
27
+ <li>[ ☐ / ☐ ] Release Dev Compact Version and Transformer</li>
28
+ <li>[ ☐ ] Release GGUF Q8 version</li>
29
+ </ul>
30
+
31
+ <h2>Comments</h2>
32
+
33
+ <p>The first version of the model turned out to be unsuccessful due to significant anatomical errors. The second version of the model is being trained on a reassembled dataset with better-chosen training parameters.</p>
34
+
35
+ <p>The second version of the model has even fewer anatomical errors and text errors. The model has been sent for refinement with a slightly modified dataset.</p>