wikeeyang commited on
Commit
c14a530
1 Parent(s): 592e8f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -35,9 +35,8 @@ Recommended 6-10 steps. Greatly improved quality compared to other Flux.1 model.
35
 
36
  At the request, GGUF Q8_0 quantified version of the model file is provided, for this version of the model file, due to the time relationship, no detailed test has been done, the details of the drawing may be slightly different from the fp8 model, but it should not be much different, at the same time, the model file loading method and model conversion method have been described below.
37
 
38
- ![](./gguf-sample.png)
39
- ----
40
-
41
  # Recommend:
42
 
43
  **UNET versions** (Model only) need Text Encoders and VAE, I recommend use below CLIP and Text Encoder model, will get better prompt guidance:
@@ -47,7 +46,7 @@ At the request, GGUF Q8_0 quantified version of the model file is provided, for
47
  - VAE: https://huggingface.co/black-forest-labs/FLUX.1-schnell/tree/main/vae
48
  - GGUF Version: you need install GGUF model support nodes, https://github.com/city96/ComfyUI-GGUF
49
 
50
- **Simple workflow **: a very simple workflow as below, needn't any other comfy custom nodes(For GGUF version, please use UNET Loader(GGUF) node of city96's):
51
 
52
  ![](./workflow.png)
53
 
 
35
 
36
  At the request, GGUF Q8_0 quantified version of the model file is provided, for this version of the model file, due to the time relationship, no detailed test has been done, the details of the drawing may be slightly different from the fp8 model, but it should not be much different, at the same time, the model file loading method and model conversion method have been described below.
37
 
38
+ ![](./gguf-sample.jpg)
39
+ ------
 
40
  # Recommend:
41
 
42
  **UNET versions** (Model only) need Text Encoders and VAE, I recommend use below CLIP and Text Encoder model, will get better prompt guidance:
 
46
  - VAE: https://huggingface.co/black-forest-labs/FLUX.1-schnell/tree/main/vae
47
  - GGUF Version: you need install GGUF model support nodes, https://github.com/city96/ComfyUI-GGUF
48
 
49
+ **Sample workflow**: a very simple workflow as below, needn't any other comfy custom nodes(For GGUF version, please use UNET Loader(GGUF) node of city96's):
50
 
51
  ![](./workflow.png)
52