p1atdev commited on
Commit
b94c4bf
1 Parent(s): 94b023e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -11,9 +11,13 @@ license_link: https://freedevproject.org/faipl-1.0-sd/
11
 
12
  See a [notebook](https://huggingface.co/p1atdev/Illustrious-XL-v0.1-fp8/blob/main/quantize_fp8.ipynb) on how to quantize.
13
 
 
 
14
 
15
  ## Models
16
 
 
 
17
  |Filename|Data type|Base weight|
18
  |-|-|-|
19
  |[Illustrious-XL-v0.1.float8_e4m3fn.safetensors](https://huggingface.co/p1atdev/Illustrious-XL-v0.1-fp8/blob/main/Illustrious-XL-v0.1.float8_e4m3fn.safetensors)|float8_e4m3fn|[Illustrious-XL-v0.1.safetensors](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0/blob/main/Illustrious-XL-v0.1.safetensors)|
@@ -22,4 +26,12 @@ See a [notebook](https://huggingface.co/p1atdev/Illustrious-XL-v0.1-fp8/blob/mai
22
  |[Illustrious-XL-v0.1-GUIDED.float8_e5m2.safetensors](https://huggingface.co/p1atdev/Illustrious-XL-v0.1-fp8/blob/main/Illustrious-XL-v0.1-GUIDED.float8_e5m2.safetensors)|float8_e5m2|[Illustrious-XL-v0.1-GUIDED.safetensors](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0/blob/main/Illustrious-XL-v0.1-GUIDED.safetensors)|
23
 
24
 
 
 
 
 
 
 
 
 
25
 
 
11
 
12
  See a [notebook](https://huggingface.co/p1atdev/Illustrious-XL-v0.1-fp8/blob/main/quantize_fp8.ipynb) on how to quantize.
13
 
14
+ All layers are quantized, so this may affect the generation quality.
15
+
16
 
17
  ## Models
18
 
19
+ `float8_e4m3fn` is recommended.
20
+
21
  |Filename|Data type|Base weight|
22
  |-|-|-|
23
  |[Illustrious-XL-v0.1.float8_e4m3fn.safetensors](https://huggingface.co/p1atdev/Illustrious-XL-v0.1-fp8/blob/main/Illustrious-XL-v0.1.float8_e4m3fn.safetensors)|float8_e4m3fn|[Illustrious-XL-v0.1.safetensors](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0/blob/main/Illustrious-XL-v0.1.safetensors)|
 
26
  |[Illustrious-XL-v0.1-GUIDED.float8_e5m2.safetensors](https://huggingface.co/p1atdev/Illustrious-XL-v0.1-fp8/blob/main/Illustrious-XL-v0.1-GUIDED.float8_e5m2.safetensors)|float8_e5m2|[Illustrious-XL-v0.1-GUIDED.safetensors](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0/blob/main/Illustrious-XL-v0.1-GUIDED.safetensors)|
27
 
28
 
29
+ ## Output
30
+
31
+ Tested with ComfyUI.
32
+
33
+ |Prompt|Original(fp16)|float8_e4m3fn|float8_e5m2|
34
+ |-|-|-|-|
35
+ |`1girl, solo, flower, too many, long hair, sitting, barefoot, dress, sky, water, ocean, beach, ribbon, white dress, braid, closed eyes, single braid, hair ribbon, sundress, rose, in water, swim ring, lifebuoy, waves, shore, too many birds, newest, latest, masterpiece, best quality, original, absurdres`|![](./images/sample1-fp16.jpg)|![](./images/sample1-e4m3fn.jpg)|![](./images/sample1-e5m2.jpg)|
36
+ |`1girl, solo, hands up, reaching towards viewer, watercolor \(medium\), painting \(medium\), traditional media, blue eyes, long hair, blue hair, shirt, long sleeves, white shirt, closed mouth, crying, school uniform, upper body, tears, serafuku, neckerchief, black sailor collar, nail polish, long bangs, fingernails, shade, blue nails, long fingernails, reaching, sailor collar, blue neckerchief, crying with eyes open, newest, latest, masterpiece, best quality, original, absurdres`|![](./images/sample2-fp16.jpg)|![](./images/sample2-e4m3fn.jpg)|![](./images/sample2-e5m2.jpg)|
37