You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allows you to control the rendering of the links between nodes between straight, linear & spline, e.g. Straight.
166
-
167
-
<br>
168
-
<br>
169
-
170
-
171
-
# Changelog
172
-
173
-
## 2023-09-22
174
-
### Minor
175
-
- ✨ Use Civitai image as preview
176
-
- 🐛 CTRL+Enter on autocomplete will no longer accept the suggestions as it is the shortcut for queuing a prompt.
177
-
- 🐛 Fix using numbers in widget defaults
178
-
- ✨ Support setting node properties (e.g. title, colors) via widget defaults
179
-
180
-
## 2023-09-13
181
-
### New
182
-
- ✨ Ability to "send" an image to a Load Image node in either the current or a different workflow
183
-
### Minor
184
-
- ✨ Add support for A1111 autocomplete CSV format
185
-
- ✨ Allow setting custom node for middle click to add node
186
-
187
-
## 2023-09-10
188
-
### Minor
189
-
- 🐛 Fix rendering new lines in workflow image exports
190
-
191
-
## 2023-09-08
192
-
### New
193
-
- ✨ Add Load + Save Text file nodes, you can configure the allowed directories in the `user/text_file_dirs.json` file
194
-
### Minor
195
-
- 🎨 Show autocomplete alias word on popup
196
-
- ✨ Add setting to disable middle click from adding a reroute node
197
-
- 🎨 Add prompt for setting custom column count on image feed (click the column count label)
198
-
199
-
## 2023-09-07
200
-
### New
201
-
- ✨ Support Unicode (e.g. Chinese) and word aliases in autocomplete.
202
-
203
-
## 2023-09-05
204
-
### Minor
205
-
- 🎨 Disable autocomplete on math node
206
-
- 🐛 Fix Show Text node always resizing on update
207
-
208
-
### Minor
209
-
- 🎨 Better adding of preview image to menu (thanks to @zeroeightysix)
210
-
- 🎨 UX improvements for image feed (thanks to @birdddev)
211
-
- 🐛 Fix Math Expression expression not showing on updated ComfyUI
212
-
-
213
-
## 2023-08-30
214
-
### Minor
215
-
- 🎨 Allow jpeg lora/checkpoint preview images
216
-
- ✨ Save ShowText value to embedded image metadata
217
-
218
-
## 2023-08-29
219
-
### Minor
220
-
- ✨ Option to auto insert `, ` after autocomplete
221
-
- 🎨 Exclude arrow keys from triggering autocomplete
222
-
- 🐛 Split paths by `\` and `/` on Windows for submenus
223
-
224
-
## 2023-08-28
225
-
### New
226
-
- ✨ Add custom autocomplete word list setting
227
-
- ✨ Support autocomplete word priority sorting
228
-
- ✨ Support autocomplete matching anywhere in word rather than requiring starts with
229
-
230
-
## 2023-08-27
231
-
### New
232
-
- ✨ Add Checkpoint info
233
-
- ✨ Add embedding autocomplete
234
-
- ✨ Add embedding info
235
-
### Major
236
-
- ♻️ Refactor LoRA info
237
-
238
-
## 2023-08-26
239
-
### Minor
240
-
- 🐛 Fix using text widget values in Math Expression not casting to number
241
-
- 🎨 Fix padding on lightbox next arrow
242
-
243
-
## 2023-08-25
244
-
### Minor
245
-
- ♻️ Support older versions of python
246
-
247
-
## 2023-08-24
248
-
### Minor
249
-
- 🐛 Fix extracting links from LoRA info notes
250
-
251
-
## 2023-08-23
252
-
### Major
253
-
- 🚨 Update to use `WEB_DIRECTORY` feature instead of manual linking/copying web files
254
-
255
-
## 2023-08-22
256
-
### New
257
-
- ✨ Math Expression now supports IMAGE and LATENT inputs, to access the dimensions use `a.width`, `b.height`
258
-
- 🎨 Removed STRING output on Math Expression, now draws the result onto the node
259
-
260
-
## 2023-08-21
261
-
### New
262
-
- ✨ Allow custom note (named {file}.txt) to show in LoRA info
263
-
- ✨ Query Civita API using the model hash to provide link
264
-
265
-
## 2023-08-20
266
-
### New
267
-
- ✨ Add LoRA Info menu option for displaying LoRA metadata
268
-
### Minor
269
-
- 🐛 Fix crash on preset text replacement (thanks to @sjuxax)
270
-
271
-
## 2023-08-19
272
-
### New
273
-
- ✨ Add support for importing JPG files with embedded metadata (e.g. from Civitai)
274
-
### Minor
275
-
- 🐛 Fix crash on graph arrange where LiteGraph sometimes stores links to deleted nodes
276
-
- 🐛 Fix a couple of rendering issues in workflow export
277
-
278
-
## 2023-08-18
279
-
### New
280
-
- ✨ Add "example" widget to custom LoRA + Checkpoint loader allowing you to quickly view saved prompts, triggers, etc
281
-
- ✨ Add quick "Save as Preview" option on images to save generated images for models
282
-
283
-
## 2023-08-16
284
-
### New
285
-
- ✨ Add repeater node for generating lists or quickly duplicating nodes
286
-
### Minor
287
-
- 🐛 Support quick Add LoRA on custom Checkpoint Loader
288
-
- ✨ Support `randomint(min,max)` function in math node
289
-
- 🎨 Use relative imports to support proxied urls not on root path (thanks to @mcmonkey4eva)
290
-
291
-
## 2023-08-13
292
-
### Minor
293
-
- ✨ Support `round``floor``ceil` functions in math node
294
-
- 🐛 Fix floor division in math node
295
-
296
-
## 2023-08-12
297
-
### New
298
-
- 🎨 Image feed now uses a lightbox for showing images
299
-
### Minor
300
-
- 🎨 Better loader lists now supports images named `{name}.preview.png`
301
-
302
-
## 2023-08-11
303
-
### Minor
304
-
- ✨ Enable filter box on submenus
305
-
306
-
## 2023-08-05
307
-
### Major
308
-
- 🚨 The ComfyUI Lora Loader no longer has subfolders, due to compatibility issues you need to use my Lora Loader if you want subfolers, these can be enabled/disabled on the node via a setting (🐍 Enable submenu in custom nodes)
0 commit comments