"comfy/ldm/vscode:/vscode.git/clone" did not exist on "05676942b73858d4cf2d0b6bc8680b52c5aa9f96"
- 17 May, 2024 1 commit
-
-
pythongosssss authored
* Add webcam node * unused import
-
- 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>
-
- 05 May, 2024 1 commit
-
-
vilanele authored
Co-authored-by:vilanele <nomail@email.com>
-
- 03 May, 2024 1 commit
-
-
comfyanonymous authored
-
- 02 May, 2024 1 commit
-
-
comfyanonymous authored
-
- 18 Apr, 2024 1 commit
-
-
Torbjörn Lönnemark authored
* Make input/widget conversion sub-menus optional * Improve input/widget conversion sub-menu text - Fix incorrect text for conversion from widget to input, previously it effectively said "convert input to input" - Use "input" instead of "
🔘 ". The former is clearer and consistent with the rest of the application. - Use title case (consistent with the rest of the menu entries). - Strip the trailing periods. There is already a visual indicator for sub-menus, and no other sub-menus use trailing periods.
-
- 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)
-
- 13 Apr, 2024 1 commit
-
-
comfyanonymous authored
This should be less confusing to those who want to use multiline input without them.
-
- 12 Apr, 2024 2 commits
-
-
NyaamZ authored
-
comfyanonymous authored
If you don't like them I am open to a PR.
-
- 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.
-
- 05 Apr, 2024 1 commit
-
-
comfyanonymous authored
-
- 19 Feb, 2024 1 commit
-
-
shiimizu authored
-
- 11 Feb, 2024 2 commits
-
-
chrisgoringe authored
Fix for #2766
-
Steven Lu authored
Safari: Draws certain elements on CPU. In case of search popup, can cause 10 seconds+ main thread lock due to painting. (#2763) * lets toggle this setting first. * also makes it easier for debug. I'll be honest this is generally preferred behavior as well for me but I ain't no power user shrug. * attempting trick to put the work for filter: brightness on GPU as a first attempt before falling back to not using filter for large lists! * revert litegraph.core.js changes from branch * oops
-
- 06 Feb, 2024 2 commits
-
-
-
pythongosssss authored
-
- 03 Feb, 2024 1 commit
-
-
ultimabear 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
-
- 31 Jan, 2024 2 commits
-
-
Lt.Dr.Data authored
- alt-drag: erase - shift-drag(up/down): zoom in/out
-
-
- 30 Jan, 2024 3 commits
-
-
pythongosssss authored
-
pythongosssss authored
-
Meowu authored
-
- 29 Jan, 2024 1 commit
-
-
pythongosssss authored
-
- 24 Jan, 2024 1 commit
-
-
- 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 2 commits
-
-
pythongosssss authored
* Fix renaming upload widget * Allow custom name
-
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
-
- 14 Jan, 2024 1 commit
-
-
pythongosssss authored
* Adds copy image option if browser feature available * refactor
-
- 13 Jan, 2024 2 commits
-
-
pythongosssss authored
-
pythongosssss authored
* wip group manage * prototyping ui * tweaks * wip * wip * more wip * fixes add deletion * Fix tests * fixes * Remove test code * typo * fix crash when link is invalid
-