Commit 79f4076
committed
refactor(i2l): remove --rank and --lora-scale from CLI and pipeline
These are unnecessary:
- --lora-scale: already available via --lora-scales at generation time
- --rank: determined naturally by number of images (rank = 4 * N)
CLI is now minimal: --image-path and --output only.1 parent 2c94ef3 commit 79f4076
File tree
2 files changed
+5
-48
lines changed- src/mflux/models/z_image
- cli
- model/z_image_i2l
2 files changed
+5
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | 69 | | |
87 | 70 | | |
88 | 71 | | |
| |||
102 | 85 | | |
103 | 86 | | |
104 | 87 | | |
105 | | - | |
| 88 | + | |
106 | 89 | | |
107 | 90 | | |
108 | 91 | | |
| |||
Lines changed: 4 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | 161 | | |
164 | 162 | | |
165 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 170 | | |
173 | 171 | | |
174 | 172 | | |
| |||
182 | 180 | | |
183 | 181 | | |
184 | 182 | | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 183 | + | |
205 | 184 | | |
206 | 185 | | |
207 | 186 | | |
| |||
211 | 190 | | |
212 | 191 | | |
213 | 192 | | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | 193 | | |
220 | 194 | | |
221 | 195 | | |
| |||
0 commit comments