Upload folder using huggingface_hub
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ license: apache-2.0
|
|
| 3 |
---
|
| 4 |
# Templates - Color Tone Adjustment (FLUX.2-klein-base-4B)
|
| 5 |
|
| 6 |
-
This model is part of the open-source Diffusion Templates series by [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio). It is a color tone adjustment model that allows users to globally control the image's color tendency and color temperature atmosphere by directly inputting normalized
|
| 7 |
|
| 8 |
## Results
|
| 9 |
|
|
@@ -39,7 +39,7 @@ cd DiffSynth-Studio
|
|
| 39 |
pip install -e .
|
| 40 |
```
|
| 41 |
|
| 42 |
-
* Direct inference
|
| 43 |
|
| 44 |
```python
|
| 45 |
from diffsynth.diffusion.template import TemplatePipeline
|
|
|
|
| 3 |
---
|
| 4 |
# Templates - Color Tone Adjustment (FLUX.2-klein-base-4B)
|
| 5 |
|
| 6 |
+
This model is part of the open-source Diffusion Templates series by [DiffSynth-Studio](https://github.com/modelscope/DiffSynth-Studio). It is a color tone adjustment model that allows users to globally control the image's color tendency and color temperature atmosphere by directly inputting normalized values for the `R`, `G`, and `B` channels.
|
| 7 |
|
| 8 |
## Results
|
| 9 |
|
|
|
|
| 39 |
pip install -e .
|
| 40 |
```
|
| 41 |
|
| 42 |
+
* Direct inference (requires 40GB GPU memory)
|
| 43 |
|
| 44 |
```python
|
| 45 |
from diffsynth.diffusion.template import TemplatePipeline
|