kelseye commited on
Commit
f326fd7
·
verified ·
1 Parent(s): 9e62268

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 numerical values for the `R`, `G`, and `B` channels.
7
 
8
  ## Results
9
 
@@ -39,7 +39,7 @@ cd DiffSynth-Studio
39
  pip install -e .
40
  ```
41
 
42
- * Direct inference, requires 40G GPU memory
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