iola1999
9716aea10d
fix: Fix infinite recursion in mask upload retry logic ( #2181 )
2025-01-07 16:19:13 +01:00
filtered
11258f4a95
Revert markdown note node, reland as new node ( #2148 )
2025-01-03 16:05:23 -05:00
Chenlei Hu
c31919c418
Remove invertMenuScrolling extension ( #2131 )
...
Co-authored-by: github-actions <github-actions@github.com >
2025-01-02 20:19:00 -05:00
Terry Jia
f4b5677901
[3d] support for fov and mask ( #2116 )
2025-01-02 15:45:37 -05:00
pythongosssss
c77a5cab5b
Add support for nested dynamic prompts ( #2117 )
2025-01-01 15:29:17 -05:00
Chenlei Hu
174a9a114a
Expose dialogService to extensionManager ( #2113 )
2024-12-31 17:01:37 -05:00
Chenlei Hu
d8f074fea0
[Lint] Sort imports ( #2104 )
2024-12-30 17:26:37 -05:00
Chenlei Hu
c311806249
[Refactor] Move keybinds extension to keybindingService ( #2063 )
2024-12-26 13:19:04 -05:00
gremlation
7990491c58
Add Markdown support to the Note node ( #2044 )
2024-12-26 13:16:00 -05:00
Chenlei Hu
66ada54587
[Refactor] Move vintageClipboard to utils/ ( #2062 )
2024-12-26 12:55:58 -05:00
Chenlei Hu
f69e88bf41
[Refactor] Convert dialogService to composable ( #2058 )
2024-12-26 00:26:01 -05:00
Chenlei Hu
db572a4085
Implement color palette in Vue ( #2047 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-25 21:41:48 -05:00
Chenlei Hu
af6cb31214
Move color palettes to constants/coreColorPalettes.ts ( #2035 )
2024-12-23 21:43:30 -05:00
Chenlei Hu
e2bbfe7d80
Fix NODE_DEFAULT_SHAPE in color palette ( #2033 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-23 20:44:52 -05:00
Chenlei Hu
fa06d6ea99
[Refactor] Split color palettes into separate json files ( #2029 )
2024-12-23 14:42:03 -05:00
bymyself
feeb1d19c8
Fix workflow-insert with reroute nodes ( #2008 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-22 19:51:32 -05:00
Terry Jia
ac952fbee3
[3d] fix file path issue for preview 3d node ( #2005 )
2024-12-22 16:13:15 -05:00
Chenlei Hu
ca9627cada
Move widget link drop conversion to widgetInputs ( #2001 )
...
Co-authored-by: github-actions <github-actions@github.com >
2024-12-20 16:10:18 -08:00
filtered
cb3e4b5ed7
[Refactor] Clean up image nodes, add TS types ( #1927 )
...
* [Refactor] Clean up image nodes, add TS types
Should be no functional changes.
* Remove unused code
2024-12-17 13:09:24 -08:00
filtered
7f60811ebf
Fix cannot open groupNodes menu from canvas ( #1925 )
...
* Fix cannot open groupNode menu from canvas
* Fix cannot open groupNode menu from canvas
Fixes root cause of issue
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-17 09:47:09 -08:00
Terry Jia
a376503a7b
[3d] improve Preview 3d node ( #1918 )
2024-12-16 11:56:20 -08:00
Terry Jia
7b64bfa173
[3d] Set view only when object exists ( #1912 )
...
* [3d] Set view only when object exists
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-15 10:57:34 -08:00
Chenlei Hu
fc8c10bca4
Add Comfy-Desktop.OpenUserGuide in help menu ( #1896 )
...
* Add Comfy-Desktop.OpenUserGuide in help menu
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-12 16:39:54 -08:00
Chenlei Hu
c5f77de1bf
[CSS] Use brighter secondary menu color in light mode ( #1882 )
2024-12-11 16:11:12 -08:00
filtered
c2145b6f45
Adjust UI theme slightly ( #1853 )
...
* Format CSS - prettier
* Cast Minor Shadows
Adds faint shadows to the top and side bars
* Darken the sidebar slightly
* Add theme config for bar shadows
* Fix menu item alignment and spacing
* [Refactor] Prefer canvas setDirty over draw
- nits
- types
2024-12-09 15:03:14 -08:00
Chenlei Hu
b4ccaf4fec
Rename EditAttention to EditTokenWeight ( #1848 )
...
* Rename EditAttention to EditTokenWeight
* Update locales [skip ci]
* Remove EditAttention
* nit
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-08 20:22:09 -05:00
Chenlei Hu
aa04ab78c1
Replace window.prompt with custom prompt impl ( #1847 )
...
* Replace window.prompt with custom prompt impl
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-08 16:55:32 -05:00
Chenlei Hu
43548785b5
Fix Comfy-Desktop.Reinstall command label ( #1844 )
2024-12-07 22:13:03 -05:00
filtered
0e385c4262
Require confirmation for desktop reinstall ( #1835 )
...
* Add generic default button for unknown dialogs
* Add reinstall confirmation dialog
* Prevent removal of newlines in i18n dialogs
* Update locales [skip ci]
---------
Co-authored-by: github-actions <github-actions@github.com >
2024-12-07 10:24:00 -05:00
Chenlei Hu
6cdc524174
Align desktop version badge format with other badges ( #1808 )
2024-12-05 11:11:28 -05:00
filtered
0fe0aea242
Fix keybinds invalidated by capslock state ( #1776 )
...
* [Refactor] Simplify keybinds code
* [Refactor] Type safety
* Fix capslock inverts undo/redo shortcuts
* [Refactor] Type safety
* Fix capslock state changes keybinds
* Deprecate keybind deserialize
* Remove keybind deserialize
2024-12-03 19:12:09 -05:00
Tristan Sommer
b23cebcba4
maskeditor: massive improvements to brush opacity in brush strokes and lines ( #1768 )
...
* massive improvements to brush opacity in brush strokes and lines, improved save button visibility
* prettier formatting fixed
2024-12-02 18:16:18 -08:00
pythongosssss
5c6eecd660
Fix group node manage opening to wrong node type ( #1754 )
...
Remove dialog from DOM when closed
Add test
2024-12-01 19:52:08 -05:00
filtered
7c2cce40de
Add default setting for node error colour ( #1738 )
2024-11-29 13:20:54 -05:00
filtered
2017b9016b
Add TS types - API ( #1736 )
...
* nit
* Add TS types - API events
* Replace all API event emits with type-safe variants
* Add missing API type
* nit
* Remove test code, nit
2024-11-29 13:15:25 -05:00
Chenlei Hu
df3fff5dbb
Remove migration logic (settings & templates storage location) ( #1732 )
...
* Remove isNewUserSession handling
* Remove writing of setting and templates to localStorage
2024-11-28 14:24:06 -05:00
Chenlei Hu
b0085114d7
Remove app.storageLocation handling ( #1731 )
2024-11-28 13:35:08 -05:00
Chenlei Hu
c4d3c672ad
Enforce ComfyExtension types ( #1718 )
...
* Enforce extension types
* nit
2024-11-27 15:35:18 -05:00
Chenlei Hu
c61ed4da37
Add server config modified message to prompt restart ( #1668 )
...
* Server config changed message
* Write to settings on unmount
* nit
* Highlight modified config
* Move modified logic to store
* Add jest test
* nit
2024-11-24 16:13:37 -05:00
Terry Jia
4a4d6d070a
restore camera state ( #1666 )
2024-11-24 16:09:58 -05:00
Tristan Sommer
4bedd873a1
improved mouse brush adjustment, added zoom level indicator with reset, added invert button, bug fixes ( #1664 )
2024-11-24 11:32:13 -05:00
Terry Jia
5febda16c7
fix bug and allow restore previous node size ( #1659 )
2024-11-23 10:56:59 -05:00
Robin Huang
f51866d988
[desktop] Update crash report description ( #1646 )
...
* Update crash report descripton
* Update settings description.
2024-11-22 21:42:55 -05:00
Chenlei Hu
4007cc13c2
[Electron] ComfyUI server config (Launch args config) ( #1644 )
...
* Remove electron adapter server args
* Add server args typing
* Add server config constant file
* Tooltip to name; name to id
* Capitalize category
* Server config store
* Prevent default value
* Add serverconfig test
* Guard server config panel with electron flag
* Filter nullish values from server args
* Use slider for preview size
2024-11-22 16:50:24 -05:00
Tristan Sommer
c41b57128a
maskEditor UI interface revamp + brush smoothing precision adjustment ( #1626 )
2024-11-21 09:39:53 -05:00
Terry Jia
431ad7d27f
allow render depth directly ( #1610 )
2024-11-20 09:36:44 -05:00
Chenlei Hu
8906f5c26e
Add Comfy-Desktop.ComfyServer.ExtraLaunchArgs ( #1609 )
2024-11-19 20:44:26 -05:00
Terry Jia
3aa1c03566
better support for animation ( #1606 )
2024-11-19 18:25:58 -05:00
Tristan Sommer
6e49685f58
fix: improve light mode visibility, add: select color up to mask option ( #1596 )
2024-11-18 21:31:28 -05:00
Chenlei Hu
946823ce6c
[Electron] Add Comfy-Desktop.SendStatistics setting ( #1594 )
2024-11-18 20:25:18 -05:00