SnJake commited on
Commit
a35e270
·
verified ·
1 Parent(s): 1f85acb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -9
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
- ```powershell
102
- python "Flux 2 Klein 9B\flux_pipeline.py" ^
103
- --input "D:\ComfyUI_temp_nckhb_00003_.png" ^
104
- --output-dir "G:\Flux 2 Klein 9B\test" ^
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- --keep-components 3 ^
115
- --min-component-area 10 ^
116
- --component-center-bias 0.35 ^
117
- --cell-bleed 0.12 ^
118
- --cell-bleed-max 32 ^
 
 
 
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