RunDiffusion commited on
Commit
38af7d9
verified
1 Parent(s): 50f2bed

Fix dtype label: main safetensors is BF16, not FP32 (per @prookyon , discussion #1)

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -122,7 +122,7 @@ Cleaner structural lines and more coherent material rendering.
122
 
123
  | File | Format | Notes |
124
  | --- | --- | --- |
125
- | `Juggernaut_Z_V1_by_RunDiffusion.safetensors` | safetensors (fp32) | Full-precision weights |
126
  | `Juggernaut_Z_V1_by_RunDiffusion_fp16.safetensors` | safetensors (fp16) | Half-precision |
127
  | `Juggernaut_Z_V1_FP8_e4m3fn.safetensors` | safetensors (fp8 e4m3fn) | Lower VRAM footprint |
128
  | `Juggernaut_Z_V1_by_RunDiffusion_q8_0.gguf` | GGUF 路 q8_0 | Highest-quality quant |
 
122
 
123
  | File | Format | Notes |
124
  | --- | --- | --- |
125
+ | `Juggernaut_Z_V1_by_RunDiffusion.safetensors` | safetensors (bf16) | Original release weights |
126
  | `Juggernaut_Z_V1_by_RunDiffusion_fp16.safetensors` | safetensors (fp16) | Half-precision |
127
  | `Juggernaut_Z_V1_FP8_e4m3fn.safetensors` | safetensors (fp8 e4m3fn) | Lower VRAM footprint |
128
  | `Juggernaut_Z_V1_by_RunDiffusion_q8_0.gguf` | GGUF 路 q8_0 | Highest-quality quant |