p1atdev commited on
Commit
af6e8cc
·
verified ·
1 Parent(s): 7bc5c01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: creativeml-openrail-m
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ base_model:
4
+ - OnomaAIResearch/Illustrious-XL-v2.0
5
+ base_model_relation: quantized
6
+ ---
7
+
8
+ ## Files
9
+
10
+ | Filename | File size | Target modules | Quantizing Type |
11
+ | - | - | - | - |
12
+ | [Illustrious-XL-v2.0.fp8_e4m3fn.safetensors](https://huggingface.co/p1atdev/Illustrious-XL-v2.0-fp8/blob/main/Illustrious-XL-v2.0.fp8_e4m3fn.safetensors) | 4.04 GB | UNet (`attn`, `ff`), Text encoders (`self_attn`, `mlp`) | `torch.float8_e4m3fn` |
13
+ | [Illustrious-XL-v2.0.unet-fp8_e4m3fn.safetensors](https://huggingface.co/p1atdev/Illustrious-XL-v2.0-fp8/blob/main/Illustrious-XL-v2.0.unet-fp8_e4m3fn.safetensors) (Recommended) | 4.75 GB | UNet (`attn`, `ff`) | `torch.float8_e4m3fn` |
14
+