Skip to content

Commit 626e001

Browse files
Update README.md
1 parent da87f61 commit 626e001

File tree

1 file changed

+4
-246
lines changed

1 file changed

+4
-246
lines changed

README.md

Lines changed: 4 additions & 246 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ Provides a simple method to set custom denoise on the advanced sampler
7575
![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/125205205/42946bd8-0078-4c7a-bfe9-7adb1382b5e2)
7676
![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/125205205/7cfccb22-f155-4848-934b-a2b2a6efe16f)
7777

78-
## Lock Nodes & Groups
79-
![image](https://user-images.githubusercontent.com/125205205/230172868-5c5a943c-ade1-4799-bf80-cc931da5d4b2.png)
80-
![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/125205205/cfca09d9-38e5-4ecd-8b73-1455009fcd67)
81-
Adds a lock option to nodes & groups that prevents you from moving them until unlocked
82-
8378
## Math Expression
8479
Allows for evaluating complex expressions using values from the graph. You can input `INT`, `FLOAT`, `IMAGE` and `LATENT` values.
8580
![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/125205205/1593edde-67b8-45d8-88cb-e75f52dba039)
@@ -103,7 +98,7 @@ Adds various menu items to some nodes for quickly setting up common parts of gra
10398
## Play Sound
10499
![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/125205205/9bcf9fb3-5898-4432-a974-fb1e17d3b7e8)
105100
Plays a sound when the node is executed, either after each prompt or only when the queue is empty for queuing multiple prompts.
106-
You can customize the sound by replacing the mp3 file `web/extensions/pysssss/CustomScripts/assets\notify.mp3`
101+
You can customize the sound by replacing the mp3 file `ComfyUI/custom_nodes/ComfyUI-Custom-Scripts/web/js/assets/notify.mp3`
107102

108103
## System Notification
109104
![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/30354775/993fd783-5cd6-4779-aa97-173bc06cc405)
@@ -160,243 +155,6 @@ Warning: Don't use normal reroutes or primitives with these nodes, it isn't test
160155
## WD14 Tagger
161156
Moved to: https://github.com/pythongosssss/ComfyUI-WD14-Tagger
162157

163-
## Link Render Mode
164-
![image](https://github.com/pythongosssss/ComfyUI-Custom-Scripts/assets/125205205/ad3be76b-43b1-455e-a64a-bf2a6571facf)
165-
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)
309-
### New
310-
- ✨ Add custom Checkpoint Loader supporting images & subfolders
311-
- ✨ Add Play Sound node for notifying when a prompt is finished
312-
### Minor
313-
- ✨ Quick Nodes supports new LoRA loader ("Add 🐍 LoRA")
314-
- ♻️ Disable link render mode if ComfyUI has native support
315-
316-
## 2023-08-04
317-
### Minor
318-
- ✨ Always snap to grid now applies on node resize
319-
- 🐛 Fix reroute primitive widget value not being restored on reload
320-
- ✨ Workflows now reuse last filename from load & save - save must be done by the submenu
321-
322-
## 2023-08-02
323-
### New
324-
- ✨ Add "Always snap to grid" setting that does the same as holding shift, aligning nodes to the grid
325-
### Minor
326-
- 🚨 No longer populates image feed when its closed
327-
- 🐛 Allow lock/unlock of multiple selected nodes
328-
329-
## 2023-08-01
330-
### Minor
331-
- 🎨 Image feed now uses comfy theme variables for colors
332-
- 🐛 Link render mode redraws graph on change of setting instead of requiring mouse move
333-
334-
## 2023-07-30
335-
- 🎨 Update to image feed to make more user friendly, change image size to column count, various other tweaks (thanks @DrJKL)
336-
337-
## 2023-07-30
338-
### Major
339-
- 🐛 Fix issue with context menu (right click) not working for some users after Lora script updates
340-
### New
341-
- ✨ Add "Custom" option to color menu for nodes & groups
342-
### Minor
343-
- 🐛 Fix String Function values converted to unconnected inputs outputting the text "undefined"
344-
345-
## 2023-07-29
346-
### New
347-
- ✨ Added Reroute Primitive combining the functionality of reroutes + primitives, also allowing collapsing to a single point.
348-
- ✨ Add support for exporting workflow images as PNGs and optional embedding of metadata in PNG and SVG
349-
### Minor
350-
- ✨ Remove new lines in Math Expression node
351-
- ✨ String function is now an output node
352-
- 🐛 Fix conflict between Lora Loader + Lora submenu causing the context menu to be have strangely (#23, #24)
353-
- 🎨 Rename "SVG -> Import/Export" to "Workflow Image" -> Import/Export
354-
355-
## 2023-07-27
356-
### New
357-
- ✨ Added custom Lora Loader that includes image previews
358-
### Minor
359-
- ✨ Add preview output to string function node
360-
- 📄 Updated missing/out of date parts of readme
361-
- 🐛 Fix crash on show image on menu when set to not show (thanks @DrJKL)
362-
- 🐛 Fix incorrect category (util vs utils) for math node (thanks @DrJKL)
363-
364-
## 2023-07-27
365-
### Minor
366-
- ✨ Save Image Feed close state
367-
- 🐛 Fix unlocked group size calculation
368-
369-
## 2023-07-21 + 22
370-
### Minor
371-
- 🐛 Fix preset text incompatibility with Impact Pack (thanks @ltdrdata)
372-
373-
## 2023-07-13
374-
### New
375-
- ✨ Add Math Expression node for evaluating expressions using values from the graph
376-
### Minor
377-
- ✨ Add settings for image feed location + image order
378-
379-
## 2023-06-27
380-
### Minor
381-
- 🐛 Fix unlocking group using incorrect size
382-
- ✨ Save visibility of image feed
383-
384-
## 2023-06-18
385-
### Major Changes
386-
- ✨ Added auto installation of scripts and `__init__` (thanks @TashaSkyUp)
387-
- ♻️ Reworked folder structure
388-
- 🚨 Renamed a number of nodes to include `pysssss` to prevent name conflicts
389-
- 🚨 Remove Latent Upscale By as it is now a built in node in ComfyUI
390-
- 🚨 Removed Anime Segmentation to own repo
391-
### New
392-
- ✨ Add Link Render Mode setting to choose how links are rendered
393-
- ✨ Add Constrain Image node for resizing nodes to a min/max resolution with optional cropping
394-
- ✨ Add Show Image On Menu to include the latest image output on the menu
395-
- ✨ Add KSamplerAdvanced simple denoise prompt for configuring the node using steps + denoise
396-
- 🎨 Add sizing options to Image Feed
397-
398-
### Other
399-
- ♻️ Include [canvas2svg](https://gliffy.github.io/canvas2svg/) for SVG export in assets to prevent downloading at runtime
400-
- 🎨 Add background color (using theme color) to exported SVG
401-
- 🐛 Fix Manage Widget Defaults to work with new ComfyUI settings dialog
402-
- 🐛 Increase Image Feed z-index to prevent node text overlapping
158+
## ~~Lock Nodes & Groups~~
159+
This is now a standard feature of ComfyUI
160+
~~Adds a lock option to nodes & groups that prevents you from moving them until unlocked~~

0 commit comments

Comments
 (0)