Commit Graph
31 Commits
Author SHA1 Message Date
EllangoK 8e03c789a2 auto-launch cli arg 2023-05-06 16:59:40 -04:00
EllangoK 81bee39ca0 style everything
styles searchbox, should be actually everything
2023-05-01 15:57:10 -04:00
EllangoK 6aae1f497f style context menu
fix graphdialog background, and palette template
2023-05-01 13:16:19 -04:00
EllangoK a962222992 correctly checks end of the text 2023-04-17 23:40:44 -04:00
EllangoK 79ba0399d8 selects current word automatically 2023-04-17 19:02:08 -04:00
EllangoK 7b5eb196db allows control arrow to edit attention in textarea 2023-04-17 17:29:22 -04:00
bc16b70bde Adds several keybinds that interact with ComfyUI (#491)
* adds keybinds that interact w/ comfy menu

* adds remaining keybinds

* adds keybinds to readme and converts to table

* ctrl s and o save and open workflow

* moves keybinds to sep file, update readme

* remap load default, support keycodes

* update keybinds table, prepends comfy to ids

* escape exits out of modals

* modifier keys also use map

* adds setting for filename prompt

* better handle filename prompt

Co-authored-by: missionfloyd <missionfloyd@users.noreply.github.com>
2023-04-16 01:25:11 -04:00
EllangoK ff0be60ac4 fix comfy list not styled, and light theme border 2023-04-13 06:38:24 -04:00
EllangoK 19ce3df8c0 simplify setting color of root, fixes fg and bg 2023-04-11 13:24:32 -04:00
EllangoK eae159eb4c adds light theme, fixes multiline css 2023-04-11 13:11:39 -04:00
EllangoK c975fef620 fix node slot colors for solarized
previously many dupes, and same colors as base
2023-04-11 12:09:15 -04:00
EllangoK 73c4ba11fa colorPalette modifies comfyUI as well 2023-04-11 11:38:55 -04:00
EllangoK 40ad2d4a10 use variables in css stylesheet 2023-04-11 01:08:01 -04:00
EllangoK 53fba56ee5 assign link_type_colors directly 2023-04-08 13:18:23 -04:00
EllangoK d9220a0bd6 link colors change after palette swap
didn't work previously as same function was defined repeatedly
2023-04-08 11:55:27 -04:00
EllangoK 327e49da42 remove test render link file 2023-04-08 11:13:27 -04:00
EllangoK 0d358b9566 cleanup customizeRenderLink 2023-04-08 10:59:34 -04:00
EllangoK 6b638c965b matches entry for correct link color 2023-04-08 10:47:15 -04:00
EllangoK 620c0f9376 link color is set to nodeType color 2023-04-08 10:43:04 -04:00
EllangoK 5bb1358dd6 manual set default link color 2023-04-08 09:28:35 -04:00
EllangoK 7bce83aa03 fixes NODE_TITLE_COLOR not being set 2023-04-07 20:12:24 -04:00
EllangoK 2d7ad41142 colorPalette sets LiteGraph colors 2023-04-07 19:42:03 -04:00
EllangoK 28fff5d1db fixes lack of support for multi configs
also adds some metavars to argarse
2023-04-06 19:06:39 -04:00
EllangoK 48efae1608 makes cors a cli parameter 2023-04-06 15:06:22 -04:00
EllangoK 7d62d89f93 add cors middleware 2023-04-06 14:04:53 -04:00
EllangoK 01c1fc669f set listen flag to listen on all if specifed 2023-04-06 13:19:00 -04:00
EllangoK e5e587b1c0 seperates out arg parser and imports args 2023-04-05 23:41:23 -04:00
EllangoK dd29966f8a changes main.py to use argparse 2023-04-05 22:36:40 -04:00
EllangoK 56196ab0f7 use common_upcale in blend 2023-04-04 10:57:34 -04:00
EllangoK fa2febc062 blend supports any size, dither -> quantize 2023-04-03 09:52:04 -04:00
EllangoK 4c7a9dbcb6 adds Blend, Blur, Dither, Sharpen nodes 2023-04-02 18:44:27 -04:00