Commit Graph
26 Commits
Author SHA1 Message Date
pythongosssssandGitHub 4329681c2b removed log 2023-02-26 19:05:28 +00:00
pythongosssssandGitHub 5bb0a79141 Add thumbnails for multi batch image previews 2023-02-26 18:56:04 +00:00
pythongosssssandGitHub b8e6171c31 Shift menu up on small screens 2023-02-25 20:58:03 +00:00
pythongosssssandGitHub e053184a54 Changed line endings to LF 2023-02-25 20:57:40 +00:00
pythongosssssandGitHub 23507882d2 Added open image in new tab menu item
Shifted image down on SaveImage node
2023-02-25 18:19:42 +00:00
pythongosssssandGitHub 8ca346b9e2 Merge branch 'comfyanonymous:master' into socketrework 2023-02-25 18:15:35 +00:00
pythongosssssandGitHub 306d33abc7 Remove socketio js 2023-02-25 15:53:43 +00:00
pythongosssssandGitHub b6487b3ec9 Fix drawing img on collapsed nodes 2023-02-25 12:41:36 +00:00
pythongosssssandGitHub d4486f8284 Removed log 2023-02-25 12:33:20 +00:00
pythongosssssandGitHub 70b3311478 Removed socketio 2023-02-25 12:31:16 +00:00
pythongosssssandGitHub a9c57849b7 Merge branch 'comfyanonymous:master' into socketrework 2023-02-25 12:00:22 +00:00
pythongosssssandGitHub 9f391ab656 changed to store history by uniqueid
fixed removing history items
2023-02-23 21:25:08 +00:00
pythongosssssandGitHub 5c5725dac0 Remove extra args 2023-02-23 20:21:58 +00:00
pythongosssssandGitHub 9bd7bfa648 Added workflow history
Moved socket output updates to all node executions
Made image rendering on nodes more generic
2023-02-23 20:12:57 +00:00
pythongosssssandGitHub 2816eb236d Merge branch 'comfyanonymous:master' into socketrework 2023-02-23 20:07:30 +00:00
pythongosssssandGitHub 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
pythongosssssandGitHub 0787299610 Hide Triton warning on Windows
Triton doesnt work on Windows so hide the error
2023-02-16 18:19:26 +00:00
pythongosssssandGitHub 68a1ac7746 Remove catch that was causing linux ctrl+c issues
This was for hiding an error on Windows, but it isn't required
2023-02-13 20:12:12 +00:00
pythongosssssandGitHub 8e51af6786 Changed to serve index.html on root 2023-02-13 17:58:03 +00:00
pythongosssssandGitHub 540bbbdb82 Handle https when creating socket 2023-02-13 17:53:21 +00:00
pythongosssssandGitHub c472377622 Merge branch 'comfyanonymous:master' into master 2023-02-13 17:48:36 +00:00
pythongosssssandGitHub f616dcc81a Added handling of missing aiohttp module 2023-02-12 18:32:20 +00:00
pythongosssssandGitHub 639d21e5f7 Added aiohttp requirement 2023-02-12 18:31:26 +00:00
pythongosssssandGitHub f558942877 Merge branch 'comfyanonymous:master' into master 2023-02-12 18:30:53 +00:00
pythongosssssandGitHub 9d1edfde1f Changed polling to use websockets 2023-02-12 15:54:22 +00:00
pythongosssssandGitHub 5d14e9b959 Changed HTTP Server + Added WebSockets
Moved the existing API endpoints to use aoihttp and added websocket notifications
2023-02-12 15:53:48 +00:00