Update README.md
Browse files
README.md
CHANGED
|
@@ -98,10 +98,34 @@ Place in: `ComfyUI/models/loras`
|
|
| 98 |
Use the included pipeline script to convert the atlas into a TTF.
|
| 99 |
|
| 100 |
### Example command (Windows)
|
| 101 |
-
```
|
| 102 |
-
python
|
| 103 |
-
--input "
|
| 104 |
-
--output-dir "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
--no-upscale ^
|
| 106 |
--use-grid ^
|
| 107 |
--simplify 0.5 ^
|
|
@@ -111,11 +135,14 @@ python "Flux 2 Klein 9B\flux_pipeline.py" ^
|
|
| 111 |
--trace-blur 1.0 ^
|
| 112 |
--smooth-iters 2 ^
|
| 113 |
--baseline-mode auto ^
|
| 114 |
-
--
|
| 115 |
-
--
|
| 116 |
-
--component-
|
| 117 |
-
--
|
| 118 |
-
--cell-bleed
|
|
|
|
|
|
|
|
|
|
| 119 |
--no-auto-invert
|
| 120 |
```
|
| 121 |
|
|
|
|
| 98 |
Use the included pipeline script to convert the atlas into a TTF.
|
| 99 |
|
| 100 |
### Example command (Windows)
|
| 101 |
+
```
|
| 102 |
+
python flux_pipeline.py ^
|
| 103 |
+
--input "path\to\your_atlas.png" ^
|
| 104 |
+
--output-dir "output\folder" ^
|
| 105 |
+
--no-upscale ^
|
| 106 |
+
--use-grid ^
|
| 107 |
+
--simplify 0.5 ^
|
| 108 |
+
--canvas 1280 ^
|
| 109 |
+
--contour-level 0.5 ^
|
| 110 |
+
--trace-scale 4 ^
|
| 111 |
+
--trace-blur 1.0 ^
|
| 112 |
+
--smooth-iters 2 ^
|
| 113 |
+
--baseline-mode auto ^
|
| 114 |
+
--align-mode visual ^
|
| 115 |
+
--keep-components 4 ^
|
| 116 |
+
--min-component-area 3 ^
|
| 117 |
+
--component-center-bias 0.65 ^
|
| 118 |
+
--cell-bleed 0.4 ^
|
| 119 |
+
--cell-bleed-max 10 ^
|
| 120 |
+
--core-overlap-min 0.35 ^
|
| 121 |
+
--charset "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!?.,;:-""&" ^
|
| 122 |
+
--no-auto-invert
|
| 123 |
+
```
|
| 124 |
+
|
| 125 |
+
```
|
| 126 |
+
python flux_pipeline.py ^
|
| 127 |
+
--input "path\to\your_atlas.png" ^
|
| 128 |
+
--output-dir "output\folder" ^
|
| 129 |
--no-upscale ^
|
| 130 |
--use-grid ^
|
| 131 |
--simplify 0.5 ^
|
|
|
|
| 135 |
--trace-blur 1.0 ^
|
| 136 |
--smooth-iters 2 ^
|
| 137 |
--baseline-mode auto ^
|
| 138 |
+
--align-mode visual ^
|
| 139 |
+
--keep-components 4 ^
|
| 140 |
+
--min-component-area 3 ^
|
| 141 |
+
--component-center-bias 0.65 ^
|
| 142 |
+
--cell-bleed 0.4 ^
|
| 143 |
+
--cell-bleed-max 10 ^
|
| 144 |
+
--core-overlap-min 0.35 ^
|
| 145 |
+
--charset "АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдеёжзийклмнопрстуфхцчшщъыьэюя0123456789!?.,;:-""&" ^
|
| 146 |
--no-auto-invert
|
| 147 |
```
|
| 148 |
|