"...ldm/git@developer.sourcefind.cn:chenpangpang/ComfyUI.git" did not exist on "3b9969c1c5a0428fc1d8be79129a9e97cfcc5e7d"
- 28 Jul, 2024 1 commit
-
-
bymyself authored
-
- 26 Jul, 2024 1 commit
-
-
filtered authored
Fixes an issue where under certain conditions, the ComfyUI custom undo / redo functions would not run when intended to. When trying to undo an action like deleting several nodes, instead the native browser undo runs - e.g. a textarea gets focus and the last typed text is undone. Clicking outside the text area and typing again just keeps doing the same thing.
-
- 22 Jul, 2024 1 commit
-
-
Chenlei Hu authored
* Supress frontend exception on unhandled message type * nit
-
- 19 Jul, 2024 1 commit
-
-
Greg Wainer authored
* Fix for isLittleEndian flag in parseExifData. * Add break after reading first exif chunk in getWebpMetadata.
-
- 14 Jul, 2024 1 commit
-
-
pythongosssss authored
* Fix send to workflow Fix center align of close workflow dialog Better support for elements around canvas * More resilent to extra elements added to body
-
- 09 Jul, 2024 1 commit
-
-
bymyself authored
-
- 04 Jul, 2024 1 commit
-
-
bymyself authored
-
- 01 Jul, 2024 2 commits
-
-
ruucm authored
-
Chenlei Hu authored
-
- 30 Jun, 2024 1 commit
-
-
comfyanonymous authored
-
- 29 Jun, 2024 1 commit
-
-
comfyanonymous authored
The old _pp ones will be updated automatically to the regular ones with 2x the cfg. My fault for not checking what the "_pp" samplers actually did.
-
- 28 Jun, 2024 1 commit
-
-
pythongosssss authored
* Fix auto queue * Detect added nodes via search * Fix loading workflows * Add button click style
-
- 27 Jun, 2024 2 commits
-
-
comfyanonymous authored
-
Chenlei Hu authored
* Add audio widget * Fix audio bugs * Add CSS * Populate audio widget when load history
-
- 26 Jun, 2024 2 commits
-
-
pythongosssss authored
-
Chenlei Hu authored
* Remove duplicated Reset View button * Disable flaky test
-
- 25 Jun, 2024 1 commit
-
-
pythongosssss authored
* menu * wip * wip * wip * wip * wip * workflow saving/loading * Support inserting workflows Move buttosn to top of lists * fix session storage implement renaming * temp * refactor, better workflow instance management * wip * progress on progress * added send to workflow various fixes * Support multiple image loaders * Support dynamic size breakpoints based on content * various fixes add close unsaved warning * Add filtering tree * prevent renaming unsaved * fix zindex on hover * fix top offset * use filename as workflow name * resize on setting change * hide element until it is drawn * remove glow * Fix export name * Fix test, revert accidental changes to groupNode * Fix colors on all themes * show hover items on smaller screen (mobile) * remove debugging code * dialog fix * Dont reorder open workflows Allow elements around canvas * Toggle body display on setting change * Fix menu disappearing on chrome * Increase delay when typing, remove margin on Safari, fix dialog location * Fix overflow issue on iOS * Add reset view button Prevent view changes causing history entries * Bottom menu wip * Various fixes * Fix merge * Fix breaking old menu position * Fix merge adding restore view to loadGraphData
-
- 17 Jun, 2024 1 commit
-
-
Juanjuan authored
* local test * fix "graph" not found * fix --------- Co-authored-by:Xiujuan Li <xiujuali@amazon.com>
-
- 03 Jun, 2024 1 commit
-
-
comfyanonymous authored
I think this makes things slightly less annoying for some users.
-
- 27 May, 2024 1 commit
-
-
luke zhang authored
-
- 25 May, 2024 1 commit
-
-
DLohn authored
-
- 13 May, 2024 1 commit
-
-
freakabcd authored
-
- 10 May, 2024 2 commits
-
-
comfyanonymous authored
-
pythongosssss authored
-
- 07 May, 2024 1 commit
-
-
Dr.Lt.Data authored
* feat: shortcuts for zoom in/out * feat: pen support for canvas zoom ctrl + LMB + vertical drag * Ctrl+LMB+Drag -> ctrl+Shift+LMB+Drag --------- Co-authored-by:Lt.Dr.Data <lt.dr.data@gmail.com>
-
- 03 May, 2024 1 commit
-
-
comfyanonymous authored
-
- 02 May, 2024 1 commit
-
-
comfyanonymous authored
-
- 17 Apr, 2024 2 commits
-
-
comfyanonymous authored
-
Dr.Lt.Data authored
Fixed an issue where the main menu disappears intermittently as the coordinates become negative. (#3269)
-
- 06 Apr, 2024 1 commit
-
-
Gorka Eguileor authored
* A1111 import: Set VAE name This patch sets the VAE name for the `VAELoader` when present in the png metadata. * A1111 import: Skip all hashes When importing from A1111 the parsing assumes that values of a key will never contain a ":", which is not correct. There are 2 cases where we can have ":" in the value: - Inside a string. E.g.: Lora hashes: "xl_more_art-full_v1: fe3b4816be83, add-detail-xl: 9c783c8ce46c" - When the value is a json dictionary. E.g.: Hashes: {"vae": "63aeecb90f", "embed:negativeXL_D": "fff5d51ab6"} This patch changes how we parse the metadata to take those 2 cases into account and also skips the following additional keys that are present in some Forge images: - Version - VAE hash - TI hashes - Lora hashes - Hashes * A1111 import: Parse Hires steps This patch parses the `Hires steps` parameter that is part of the High Resolution Upscale configuration when it is present, and fallbacks to the one from the `samplerNode` (like the code currently does) if it's not present.
-
- 19 Feb, 2024 1 commit
-
-
shiimizu authored
-
- 06 Feb, 2024 1 commit
-
-
pythongosssss authored
-
- 02 Feb, 2024 1 commit
-
-
Chaoses-Ib authored
-
- 01 Feb, 2024 1 commit
-
-
pksebben authored
add increment-wrap as option to ValueControlWidget when isCombo, which loops back to 0 when at end of list
-
- 29 Jan, 2024 1 commit
-
-
pythongosssss authored
-
- 23 Jan, 2024 1 commit
-
-
pythongosssss authored
* Support refresh on group node combos * fix check
-
- 22 Jan, 2024 2 commits
-
-
pythongosssss authored
Responsive setting screen Touch events for zooming/context menu
-
Kristjan Pärt authored
* Fix render on change not respecting auto queue checkbox Fix issue where autoQueueEnabled checkbox is ignored for changes if autoQueueMode is left on `change` * Make check more specific
-
- 16 Jan, 2024 1 commit
-
-
pythongosssss authored
* Add toggle to enable auto queue when graph is changed * type fix * better * better alignment * Change undoredo to not ignore inputs when autoqueue in change mode
-
- 15 Jan, 2024 1 commit
-
-
pythongosssss authored
-