SG161222 commited on
Commit
e1b1ef5
1 Parent(s): 4ca339d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -6,6 +6,32 @@ The model is still in the training phase. This is not the final version and may
6
 
7
  <b>You can support me directly on Boosty - https://boosty.to/sg_161222</b><br>
8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  <h2>Limitations of RealFlux 1.0b Schnell</h2>
10
  <ul>
11
  <li>Cannot generate NSFW content (the ability to generate basic NSFW content will be added in future versions).</li>
 
6
 
7
  <b>You can support me directly on Boosty - https://boosty.to/sg_161222</b><br>
8
 
9
+ <h2>Using the Model</h2><br>
10
+ <b>Compact Version</b> The Compact version already includes VAE, Clip-L, and T5XXL.
11
+ <ul>
12
+ <li>For ComfyUI, place the model in the following path: ComfyUI_windows_portable\ComfyUI\models\checkpoints</li>
13
+ <li>For Forge, place the model in the following path: webui_forge_cu121_torch231\webui\models\Stable-diffusion</li>
14
+ </ul>
15
+
16
+ <b>Transformer Version (Unet)</b> The Transformer version requires you to have Flux VAE, Clip-L, and T5XXL.
17
+ <ul>
18
+ <li>For ComfyUI:</li>
19
+ <ul>
20
+ <li>Place the VAE in the following path: ComfyUI_windows_portable\ComfyUI\models\vae</li>
21
+ <li>Place Clip-L and T5XXL in the following path: ComfyUI_windows_portable\ComfyUI\models\clip</li>
22
+ <li>Place the Transformer (Unet) in the following path: ComfyUI_windows_portable\ComfyUI\models\unet</li>
23
+ </ul>
24
+ </ul>
25
+
26
+ Then you can use the Basic Workflow by moving the image into the ComfyUI workspace.
27
+
28
+ <h2>Optimal Generation Settings</h2><br>
29
+
30
+ <b>Sampling Method and Schedule Type:</b> Euler Beta
31
+ <b>Sampling Steps:</b> 4-6
32
+ <b>Distilled CFG Scale:</b> 3.5
33
+ <b>CFG Scale:</b> 1.0
34
+
35
  <h2>Limitations of RealFlux 1.0b Schnell</h2>
36
  <ul>
37
  <li>Cannot generate NSFW content (the ability to generate basic NSFW content will be added in future versions).</li>