Commit Graph

28 Commits

Author SHA1 Message Date
pythongosssss
a52aa9f4b5
Moved api out to server
Reworked sockets to use socketio
Added progress to nodes
Added highlight to active node
Added preview to saveimage node
2023-02-21 19:29:49 +00:00
comfyanonymous
928087184e Fix escaped \{ appearing as { in workflows. 2023-02-21 04:22:06 -05:00
comfyanonymous
97e18bf9fd Document dynamic prompts and add escaping of {} characters. 2023-02-21 03:33:54 -05:00
m957ymj75urz
482386e03d Fix dynamic prompt removing newlines 2023-02-19 22:02:01 +01:00
m957ymj75urz
e7d664c137 jankyness fix : do not wait for the server response to restore prompt 2023-02-19 20:37:29 +01:00
m957ymj75urz
f6df7ce075 Remove seed widget from nodes supporting dynamic prompting 2023-02-17 22:44:24 +01:00
m957ymj75urz
e2e5c4c5b0 Add basic dynamic prompting with seeding on CLIPTextEncode node 2023-02-17 22:37:03 +01:00
comfyanonymous
c1d5810020 Another small fix. 2023-02-13 16:07:34 -05:00
comfyanonymous
73251f92c8 Now it works in colab properly again. 2023-02-13 16:04:26 -05:00
comfyanonymous
93d84e3b9c Lower timeout and fix for colab. 2023-02-13 15:52:34 -05:00
pythongosssss
540bbbdb82
Handle https when creating socket 2023-02-13 17:53:21 +00:00
pythongosssss
f558942877
Merge branch 'comfyanonymous:master' into master 2023-02-12 18:30:53 +00:00
comfyanonymous
3fd6b7027c Support dark mode in GUI. 2023-02-12 13:29:34 -05:00
pythongosssss
9d1edfde1f
Changed polling to use websockets 2023-02-12 15:54:22 +00:00
comfyanonymous
6e40393b6b Fix delete sometimes not properly refreshing queue state. 2023-02-07 00:07:31 -05:00
comfyanonymous
d71d0c88e5 Add some simple queue management to the GUI. 2023-02-06 23:40:38 -05:00
comfyanonymous
96664f5d5e Web interface bug fix for multiple inputs from the same node. 2023-02-03 00:39:28 -05:00
comfyanonymous
1d84a44b08 Fix some small annoyances with the UI. 2023-02-02 14:36:11 -05:00
comfyanonymous
e65a20e62a Add a button to queue prompts to the front of the queue. 2023-02-01 22:34:59 -05:00
comfyanonymous
9d611a90e8 Small web interface fixes. 2023-01-31 03:37:34 -05:00
comfyanonymous
484b957c7a Quick fix for chrome issue. 2023-01-28 12:43:43 -05:00
comfyanonymous
e615d40ca1 Fix UI annoyance with multiline textboxes sometimes getting stuck. 2023-01-27 23:33:27 -05:00
comfyanonymous
e6aa9f0c0a Modal now actually shows up on colab. 2023-01-27 22:51:08 -05:00
comfyanonymous
88d0f4b397 Use a modal instead of an alert so the errors show up even on colab. 2023-01-27 22:24:37 -05:00
comfyanonymous
52472cc88d Workflows can now be pasted with CTRL-V 2023-01-26 02:11:33 -05:00
comfyanonymous
eb85896b73 Add code for categories. 2023-01-26 01:26:28 -05:00
comfyanonymous
a34cde08cb Nodes now support single line string properties.
Resize nodes automatically if they are too small because of added properties.
2023-01-24 02:10:12 -05:00
comfyanonymous
220afe3310 Initial commit. 2023-01-16 22:37:14 -05:00