Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,37 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model:
|
4 |
+
- lodestones/Chroma
|
5 |
+
---
|
6 |
+
|
7 |
+
# Chroma FP8 Scaled
|
8 |
+
|
9 |
+
## Model Details
|
10 |
+
|
11 |
+
- **Model Type**: Scaled FP8 safetensors variant of Lodestone Rock's [Chroma](https://huggingface.co/lodestones/Chroma) model
|
12 |
+
- **Model Architecture**: Chroma architecture, with FP8 scaling
|
13 |
+
|
14 |
+
## Model Description
|
15 |
+
|
16 |
+
Chroma FP8 Scaled is a high-precision variant of the Chroma model, utilizing the full dynamic range of FP8 (-448 to 448). This model leverages the large headroom available in FP8 format to maintain higher precision compared to standard FP8 safetensors, resulting in improved performance while maintaining the benefits of reduced model size.
|
17 |
+
|
18 |
+
## Hardware and Software Requirements
|
19 |
+
|
20 |
+
- **Dependencies**: Requires the `testing` branch of [FluxMod](https://github.com/lodestone-rock/ComfyUI_FluxMod)
|
21 |
+
|
22 |
+
## Installation and Usage
|
23 |
+
|
24 |
+
```
|
25 |
+
# Clone the FluxMod repository
|
26 |
+
git clone https://github.com/lodestone-rock/ComfyUI_FluxMod.git
|
27 |
+
|
28 |
+
# Switch to the testing branch
|
29 |
+
cd ComfyUI_FluxMod
|
30 |
+
git checkout testing
|
31 |
+
|
32 |
+
# Load the model using Chroma Unified Model Loader in ComfyUI
|
33 |
+
```
|
34 |
+
|
35 |
+
## Acknowledgments
|
36 |
+
|
37 |
+
Thanks to Lodestone Rock for creating the original Chroma model and developing the FluxMod toolkit that enables this optimized FP8 representation.
|