39 Commits (062483823738ed610d8d074ba63910c90e9d45b7)

Author SHA1 Message Date
Steven Lu 02409c30d9
Safari: Draws certain elements on CPU. In case of search popup, can cause 10 seconds+ main thread lock due to painting. (#2763)
* lets toggle this setting first.

* also makes it easier for debug. I'll be honest this is generally preferred behavior as well for me but I ain't no power user shrug.

* attempting trick to put the work for filter: brightness on GPU as a first attempt before falling back to not using filter for large lists!

* revert litegraph.core.js changes from branch

* oops
1 year ago
pythongosssss 8a92ac2120 Ability to hide menu
Responsive setting screen
Touch events for zooming/context menu
1 year ago
pythongosssss 93bbe3f4c0
Auto queue on change (#2542)
* Add toggle to enable auto queue when graph is changed

* type fix

* better

* better alignment

* Change undoredo to not ignore inputs when autoqueue in change mode
1 year ago
pythongosssss 18511dd581
Manage group nodes (#2455)
* wip group manage

* prototyping ui

* tweaks

* wip

* wip

* more wip

* fixes
add deletion

* Fix tests

* fixes

* Remove test code

* typo

* fix crash when link is invalid
1 year ago
pythongosssss 235727fed7
Store user settings/data on the server and multi user support (#2160)
* wip per user data

* Rename, hide menu

* better error
rework default user

* store pretty

* Add userdata endpoints
Change nodetemplates to userdata

* add multi user message

* make normal arg

* Fix tests

* Ignore user dir

* user tests

* Changed to default to browser storage and add server-storage arg

* fix crash on empty templates

* fix settings added before load

* ignore parse errors
1 year ago
pythongosssss 496de0891d Allow removing erroring embedded groups
Unregister group nodes on workflow change
1 year ago
pythongosssss 6ff06fa796
Animated image output support (#2008)
* Refactor multiline widget into generic DOM widget

* wip webp preview

* webp support

* fix check

* fix sizing

* show image when zoomed out

* Swap webp checkto generic animated image flag

* remove duplicate

* Fix falsy check
1 year ago
Muhammed Yusuf 7891d13329
Added label for autoQueueCheckbox. (#1295)
* Added label for autoQueueCheckbox.

* Menu gets behind of some custom nodes.

* Edited extraOptions.
Options divided in to different divs to manage them with ease.
2 years ago
reaper47 3fbd0abc5f Add missed .comfy-table in CSS 2 years ago
reaper47 34ddbfdc8a Beautify settings dialog 2 years ago
reaper47 bfebe2d6c3 Improve ContextMenuFilter extension 2 years ago
comfyanonymous 32f282c861 Search box style fix. 2 years ago
space-nuko 468c27afea Fix litegraph dialog z-index/font 2 years ago
malern 2998e232cb Make multiline widget work with different canvas dimensions.
It now scales the textarea positioning using the canvas height/width.
2 years ago
EllangoK 81bee39ca0 style everything
styles searchbox, should be actually everything
2 years ago
EllangoK 6aae1f497f style context menu
fix graphdialog background, and palette template
2 years ago
pythongosssss 15a4c0db3b - button hover style
- ensure context menu is always above everything
2 years ago
comfyanonymous c8afa7e9fb Merge branch 'settings-slider' of https://github.com/missionfloyd/ComfyUI 2 years ago
EllangoK ff0be60ac4 fix comfy list not styled, and light theme border 2 years ago
missionfloyd e87aa1873f Add slider setting type 2 years ago
EllangoK eae159eb4c adds light theme, fixes multiline css 2 years ago
EllangoK 40ad2d4a10 use variables in css stylesheet 2 years ago
pythongosssss 0f5352d96c style 2 years ago
pythongosssss 3736dc90e1 Add arrow to menu items with submenu 2 years ago
pythongosssss fe93261456 Add style update 2 years ago
comfyanonymous fb73d008bf Merge branch 'menu-drag' of https://github.com/missionfloyd/ComfyUI 2 years ago
missionfloyd 1a74611c6e Style modals to match rest of UI 2 years ago
missionfloyd 3536a7c8d1 Put drag icon back 2 years ago
missionfloyd 8af2fe1e87 Remove redundant lines 2 years ago
missionfloyd a595c56872 Remove menu drag handle 2 years ago
missionfloyd de3d5f46ce
Fix .graphdialog style 2 years ago
City 8a730ed20e Turn comfy-menu into a sidebar on small screens 2 years ago
City 0f92d41ac7 Match comfy-menu style to litegraph 2 years ago
Jairo Correa 4b9e11053c Color palette setting 2 years ago
Jairo Correa a5c78a5796 Draggable menu 2 years ago
pythongosssss 863e747dbd Added simple settings dialog
Updated to use css vars for colors
2 years ago
pythongosssss a5c5c97ded More work on UI 2 years ago
pythongosssss 7e436ba9cc
Added handling of sockets
Started rework of UI elements
Added pnginfo handling
2 years ago
pythongosssss 5e25c77074
Initial refactoring changes
- Moved to web folder
 - Splitting into individual files
2 years ago