19 Commits (30ea1871603eaa82e6c088c4dc84a6c0a7cf8b80)

Author SHA1 Message Date
comfyanonymous 30ea187160 Merge branch 'use-relative-paths' of https://github.com/mcmonkey4eva/ComfyUI 2 years ago
comfyanonymous 876dadca84 Highlight nodes with errors in red even when workflow works fine. 2 years ago
Alex "mcmonkey" Goodwin 5797ff89b0 use relative paths for all web connections
This enables local reverse-proxies to host ComfyUI on a path, eg "http://example.com/ComfyUI/" in such a way that at least everything I tested works. Without this patch, proxying ComfyUI in this way will yield errors.
2 years ago
ssit 0c874e604c Fix unhandled message "execution_cached" 2 years ago
space-nuko 1c40296d74 Fix 2 years ago
space-nuko b4f434ee66 Preview sampled images with TAESD 2 years ago
space-nuko 6b2a8a3845 Show message in the frontend if prompt execution raises an exception 2 years ago
comfyanonymous e7b9d2c02c /prompt endpoint error is now in json format. 2 years ago
pythongosssss c8355ed39f use window.name instead of session storage
- prevents duplicate stealing session id
2 years ago
pythongosssss 8d0a142321 adds simple access to server from custom nodes 2 years ago
pythongosssss 85989c74e5 Updated a1111 pnginfo importer, supports:
- model name, other basic settings
 - clip skip
 - hr upscale
 - loras
 - embeddings
2 years ago
pythongosssss 5c55c93367 Updated to reuse session id if available 2 years ago
pythongosssss 4bdfbb3379 Fixed check for polling 2 years ago
pythongosssss 9913114044 Only poll if it has never opened 2 years ago
pythongosssss 592b377ac4 Added dynamic loading of extensions 2 years ago
pythongosssss 2e52d01cdc Documenting methods 2 years ago
pythongosssss a5c5c97ded More work on UI 2 years ago
pythongosssss 2eaa664089
Refactored sockets 2 years ago
pythongosssss 5e25c77074
Initial refactoring changes
- Moved to web folder
 - Splitting into individual files
2 years ago