Commit Graph
97 Commits
Author SHA1 Message Date
pythongosssss 38833ceb62 Merge remote-tracking branch 'origin/master' into custom_routes 2023-04-01 12:44:40 +01:00
pythongosssss 313f1f83a6 Tweak server/custom node load order
- Load custom nodes after creating server
 - Add routes after loading custom nodes
Custom nodes can now add routes via PromptServer.instance
2023-04-01 12:44:29 +01:00
pythongosssss 06c2c19b5a Clone default graph before using 2023-03-31 20:35:26 +01:00
pythongosssss 1716aaa7a6 Swap order to prevent being cleared 2023-03-31 18:04:53 +01:00
pythongosssss 80e014a69e Extra formatting values on SaveImage 2023-03-29 22:09:11 +01:00
pythongosssss 00c1ec498f Fix crash if node is removed mid run 2023-03-29 19:03:38 +01:00
pythongosssss 6f72c4c6ff Allows nodes to return ui data and output data
Fire executed event on node when message received
2023-03-29 18:53:24 +01:00
pythongosssssandGitHub a49b5659bc Merge branch 'comfyanonymous:master' into custom-node-socket 2023-03-26 10:12:39 +01:00
pythongosssss d6830b958c Prevent exactly overlapping nodes
Throttle double click
2023-03-24 20:20:34 +00:00
pythongosssss 1fa9ccaa16 Set title to widget name 2023-03-24 16:51:17 +00:00
pythongosssss 97198f5b74 Restore original size after add/remove input 2023-03-24 16:36:11 +00:00
pythongosssss 8d0a142321 adds simple access to server from custom nodes 2023-03-24 11:39:09 +00:00
pythongosssss b13539c3dd Sync widget changes 2023-03-24 10:27:19 +00:00
pythongosssss bb00176731 Remove debugger 2023-03-23 21:43:51 +00:00
pythongosssss 7a7e3288ee Added support for converting widgets to inputs (and back) 2023-03-23 21:37:19 +00:00
pythongosssss 4257e4ce51 tidy 2023-03-22 18:52:24 +00:00
pythongosssss 76f4d65d79 Remove initial call as now unnecessary
Set canvas to dirty if we grow the node
2023-03-22 18:50:45 +00:00
pythongosssss 2b94dee3da Calculate sizes when drawing if required 2023-03-22 18:43:43 +00:00
pythongosssss 3c25f5dc0f Add content disposition header so images have name 2023-03-22 17:32:01 +00:00
pythongosssss b810ca49f1 Add support for multiple multiline text areas on the same widget 2023-03-21 21:34:00 +00:00
pythongosssss 0b6ba21f52 Added save image menu item 2023-03-21 08:00:13 +00:00
pythongosssss 52e74a2bb2 Fixed crash removing nodes
due to output link is still being set but not valid
2023-03-17 17:52:20 +00:00
pythongosssss ba4a754a53 Merge remote-tracking branch 'origin/master' into a1111-meta-v2 2023-03-16 21:30:23 +00:00
pythongosssss c0f5325018 Increase size of node 2023-03-16 21:04:54 +00:00
pythongosssss aff1e3936a Simplify and fix bug with following virtual nodes
courtesy of someanon
2023-03-16 19:15:02 +00:00
pythongosssss 37b70d7987 Made node non collapsable
Fixed color of first input link
2023-03-16 14:08:11 +00:00
pythongosssss 235dce3977 Explain why animation frame used 2023-03-14 21:25:52 +00:00
pythongosssss 4758752939 Updated comment 2023-03-14 21:22:47 +00:00
pythongosssss 019bd519cb Add dragleave handler to remove stuck highlight 2023-03-14 21:21:50 +00:00
pythongosssss f2a6cff466 Add dragdrop handling to nodes with upload widget 2023-03-14 21:13:29 +00:00
pythongosssss 01ec3db932 Add ctrl+shift+enter for queue front 2023-03-14 20:31:27 +00:00
pythongosssss 255ff2d6dd Added ctrl+enter to queue prompt 2023-03-14 20:29:18 +00:00
pythongosssss 8537ab6f45 tidy 2023-03-14 19:42:28 +00:00
pythongosssss 94a279373b Better auto pos of images 2023-03-14 19:39:49 +00:00
pythongosssss 6a6256a75c Changed flag to new node 2023-03-14 19:28:07 +00:00
pythongosssss 97f3c23036 Fix node link colors 2023-03-13 22:11:09 +00:00
pythongosssss a5d3eb9715 Rewrote reroute node for much better usability 2023-03-13 22:00:37 +00:00
pythongosssss e5318d918c Combo support detault value 2023-03-13 19:34:29 +00:00
pythongosssss 6db777b348 Added ability to save images to temp dir 2023-03-13 19:34:05 +00:00
pythongosssss 85989c74e5 Updated a1111 pnginfo importer, supports:
- model name, other basic settings
 - clip skip
 - hr upscale
 - loras
 - embeddings
2023-03-12 21:36:42 +00:00
pythongosssss d0b195c7d0 Changed to use etag cache for js and css 2023-03-09 19:38:43 +00:00
pythongosssss 8d8c370c25 newline 2023-03-09 18:18:40 +00:00
pythongosssss fa07426569 Remove random spaces 2023-03-09 18:18:08 +00:00
pythongosssss eaab4bf9dc Removed folde 2023-03-09 18:17:18 +00:00
pythongosssss 99abc0eb2e Changed to upload to input dir
Fixed jpg
Added dupe support
Changed to use existing nodes
2023-03-09 17:57:59 +00:00
pythongosssss 4a326a2548 Added UploadImage+Mask nodes 2023-03-08 22:07:44 +00:00
pythongosssss 4ed39cf038 Added invert scrolling setting 2023-03-08 20:04:22 +00:00
pythongosssss 863e747dbd Added simple settings dialog
Updated to use css vars for colors
2023-03-08 20:03:37 +00:00
pythongosssss 5c55c93367 Updated to reuse session id if available 2023-03-07 13:24:15 +00:00
pythongosssss 09db31309a Merge remote-tracking branch 'origin/master' into frontendrefactor 2023-03-06 17:02:34 +00:00
pythongosssss 4bdfbb3379 Fixed check for polling 2023-03-06 16:47:02 +00:00
pythongosssss a8315a6fb8 Allow any node to draw images 2023-03-06 15:50:29 +00:00
pythongosssss 1ee35fd909 Merge remote-tracking branch 'origin/master' into frontendrefactor 2023-03-05 21:55:16 +00:00
pythongosssss dc85b3b8d0 Allow serializeValue to be async 2023-03-03 21:13:40 +00:00
pythongosssss 9913114044 Only poll if it has never opened 2023-03-03 21:13:11 +00:00
pythongosssss 0e7b98e429 Restored accidently removed code 2023-03-03 20:17:03 +00:00
pythongosssss 947e786c0a Restored missing input edit fix 2023-03-03 20:10:18 +00:00
pythongosssss bba14245cb Merge remote-tracking branch 'origin' into frontendrefactor 2023-03-03 19:30:24 +00:00
pythongosssss 592b377ac4 Added dynamic loading of extensions 2023-03-03 19:05:39 +00:00
pythongosssss c23af92baf Redraw node on opt change 2023-03-03 18:48:22 +00:00
pythongosssss e14b79c14e Changed to store resolved prompt in workflow info 2023-03-03 18:40:50 +00:00
pythongosssss 4ef4cf913f Adding built in extensions + example 2023-03-03 18:28:34 +00:00
pythongosssss 2e52d01cdc Documenting methods 2023-03-03 15:47:33 +00:00
pythongosssss 72cdd83c06 Readded loading file 2023-03-03 15:27:08 +00:00
pythongosssss a5c5c97ded More work on UI 2023-03-03 15:20:49 +00:00
pythongosssss 5e66b68d9e add loras to ignore 2023-03-03 15:19:56 +00:00
pythongosssss 65c432e6ee Merge remote-tracking branch 'origin' into frontendrefactor 2023-03-03 15:06:49 +00:00
pythongosssssandGitHub 7e436ba9cc Added handling of sockets
Started rework of UI elements
Added pnginfo handling
2023-03-02 21:34:29 +00:00
pythongosssssandGitHub 2eaa664089 Refactored sockets 2023-03-02 21:33:50 +00:00
pythongosssssandGitHub 5e25c77074 Initial refactoring changes
- Moved to web folder
 - Splitting into individual files
2023-03-02 20:00:06 +00:00
pythongosssssandGitHub 3637e19eff Add mime type for js files 2023-03-02 19:58:59 +00:00
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