pythongosssss/ComfyUI-Custom-Scripts
This extension provides: Auto Arrange Graph, Workflow SVG, Favicon Status, Image Feed, Latent Upscale By, Lock Nodes & Groups, Lora Subfolders, Preset Text, Show Text, Touch Support, Link Render Mode, Locking, Node Finder, Quick Nodes, Show Image On Menu, Show Text, Workflow Managements, Custom Widget Default Values
3f2c021e50be2fed3c9d1552ee8dcaae06ad1fe5
Support custom + multiple models per node Merge pull request #204 from choey/deduplicate-image-feed image feed deduplication Remove duplicated function remove benchmarking Merge branch 'main' of github.com:choey/ComfyUI-Custom-Scripts into deduplicate-image-feed remove benchmarking faster image feed deduplication Merge branch 'main' of github.com:choey/ComfyUI-Custom-Scripts into deduplicate-image-feed Merge pull request #223 from DrJKL/patch-2 Fix display type for image feed when toggled Fix display time for image feed when toggled fix default Remove log Support custom favicon Add max autocomplete suggestions fixes for new menu Merge pull request #203 from JaredTherriault/main Add undo support to autocomplete actually fix fix crash Update for new menu Merge branch 'main' of https://github.com/pythongosssss/ComfyUI-Custom-Scripts change spinner class Merge pull request #216 from tobbez/lightbox-update-new-images Update lightbox with images generated while it is open fix race condition loading loras Fix quantifiers Use loras from node Update lightbox with images generated while it is open This removes the need to close and re-open the lightbox to view images that were completed while it was open. Merge pull request #206 from stereosix/main Fix relative import paths in autocompleter.js Merge pull request #207 from gaowei-space/fix_extra_pnginfo Fix a bug in notify, line is "if unique_id and extra_pnginfo and… fix: Fix a bug in notify, line is "if unique_id and extra_pnginfo and workflow in extra_pnginfo[0]", Error: TypeError: argument of type NoneType is not iterable Fix relative paths add tooltip with notes on performance implications replaced crypto.subtle.digest with simple, unsafe hash to avoid browser error under insecure context formatting changes only memoize the sha-1 hash of stripped image, as opposed to the b64 img formatting changes only deduplicate image by content sans metadata refactored new image handling for image feed; created addImageToFeed added image feed deduplication based on src metadata Remove whitespace changes from undo support Revert "Add undo support to autocomplete" This reverts commit 6f5b74f6f7e7fe4476a101edf625193037717f4c. Add undo support to autocomplete Merge pull request #200 from Lawrr/fix-preview-image-uri-encoding Fix uri encoding for preview image