SG161222 commited on
Commit
e0014bc
1 Parent(s): 861e993

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -24
README.md CHANGED
@@ -3,33 +3,39 @@ 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>
 
 
 
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
+ <b>It's important! Read it!</b><br>
7
+ The model is still in the training phase. This is not the final version. This version of the model may contain errors in anatomy and text, and it may also contain artifacts. I tried to fix them, and this is the best result so far compared to what was achieved previously.<br>
8
 
9
+ <b>You can support me directly on Boosty - https://boosty.to/sg_161222</b>
 
 
 
 
10
 
11
+ <h2>Using the Model</h2>
12
+ <b>Compact Version</b> The Compact version already includes VAE, Clip-L, and T5XXL.
13
+ <ul>
14
+ <li>For ComfyUI, place the model in the following path: ComfyUI_windows_portable\ComfyUI\models\checkpoints</li>
15
+ <li>For Forge, place the model in the following path: webui_forge_cu121_torch231\webui\models\Stable-diffusion</li>
16
+ </ul>
17
 
18
+ <b>Transformer Version (Unet)</b> The Transformer version requires you to have Flux VAE, Clip-L, and T5XXL.
19
+ <ul>
20
+ <li>For ComfyUI:</li>
21
+ <ul>
22
+ <li>Place the VAE in the following path: ComfyUI_windows_portable\ComfyUI\models\vae</li>
23
+ <li>Place Clip-L and T5XXL in the following path: ComfyUI_windows_portable\ComfyUI\models\clip</li>
24
+ <li>Place the Transformer (Unet) in the following path: ComfyUI_windows_portable\ComfyUI\models\unet</li>
25
+ </ul>
26
+ </ul>
27
 
28
+ Then you can use the Basic Workflow by moving the image into the ComfyUI workspace.
29
+
30
+ <h2>Optimal Generation Settings</h2>
 
 
31
 
32
+ <b>Sampling Method and Schedule Type:</b> Euler Beta<br>
33
+ <b>Sampling Steps:</b> 20+<br>
34
+ <b>Distilled CFG Scale:</b> 3.5<br>
35
+ <b>CFG Scale:</b> 1.0
36
 
37
+ <h2>Limitations of RealFlux 1.0b Dev</h2>
38
+ <ul>
39
+ <li>There may be issues with anatomy.</li>
40
+ <li>There may be issues with generating images in the anime style (the quality of generations will be improved in future versions).</li>
41
+ </ul>