psychedelicious
c494e0642a
feat(ui): split out new workflow dialog logic, use it in list menu, restore new workflow dialog
2024-10-10 15:49:09 +11:00
psychedelicious
849b9e8d86
fix(ui): duplicate copy workflow link modals
...
The component state is a global singleton, but each workflow had an instance of the modal. So when you open one, they _all_ opened.
2024-10-10 15:49:09 +11:00
psychedelicious
751eb59afa
fix(ui): issues with workflow list state
...
- Tooltips on buttons for a list item getting stuck
- List item action buttons should not propagate clicks
2024-10-10 15:49:09 +11:00
psychedelicious
f537cf1916
fix(ui): downloading workflow loads it
2024-10-10 15:49:09 +11:00
psychedelicious
0cc6f67bb1
feat(ui): use buildUseDisclosure for workflow list menu
2024-10-10 15:49:09 +11:00
psychedelicious
b2bf03fd37
feat(ui): use own useDisclosure for workflow delete confirm dialog
2024-10-10 15:49:09 +11:00
psychedelicious
9c82cc7fcb
feat(ui): use buildUseDisclosure for workflow copy link modal
2024-10-10 15:49:09 +11:00
Mary Hipp
3c46522595
feat(ui): add option to copy share link for workflows if projectURL is defined (commercial)
2024-10-10 08:42:37 +11:00
psychedelicious
965d6be1f4
fix(ui): validate edges on paste
...
Closes #7058
2024-10-09 13:49:31 +11:00
Mary Hipp Rogers
0d7edbce25
add missing translations ( #7073 )
...
Co-authored-by: Mary Hipp <maryhipp@Marys-MacBook-Air.local >
2024-10-08 20:07:00 -04:00
psychedelicious
ffecd83815
fix(ui): typo
2024-10-09 07:32:01 +11:00
psychedelicious
f1c538fafc
fix(ui): workflow sort popover behaviour
2024-10-09 07:32:01 +11:00
Mary Hipp
ed88b096f3
(ui) update so that default list does not sort
2024-10-09 07:32:01 +11:00
Mary Hipp
a28cabdf97
restore sorting UI for workflow library
2024-10-09 07:32:01 +11:00
Mary Hipp
db25be3ba2
(ui): add opened/created/updated details to tooltip, default sort by opened (OSS) and created (non-OSS)
2024-10-09 07:32:01 +11:00
Mary Hipp
05d9ba8fa0
PR review feedback
2024-10-08 10:08:50 -04:00
psychedelicious
7882e9beae
feat(ui): WorkflowListItem simplify layout
2024-10-08 10:08:50 -04:00
Mary Hipp
7c9779b496
(ui) handle empty state
2024-10-08 10:08:50 -04:00
Mary Hipp
5832228fea
lint and cleanup
2024-10-08 10:08:50 -04:00
Mary Hipp
1d32e70a75
(ui): clean up old workflow library
2024-10-08 10:08:50 -04:00
Mary Hipp
9092280583
(ui) new menu list of workflows
2024-10-08 10:08:50 -04:00
psychedelicious
eee4175e4d
Revert "fix(ui): Apple Pencil requires onPointerUp instead of onClick"
...
This reverts commit 2a90f4f59e .
2024-10-07 10:05:20 +11:00
psychedelicious
3ce94e5b84
feat(ui): improved node image drop target & error state
2024-10-04 21:30:38 -04:00
psychedelicious
a8c7dd74d0
fix(ui): type stuff
2024-10-04 07:44:40 -04:00
psychedelicious
2a90f4f59e
fix(ui): Apple Pencil requires onPointerUp instead of onClick
...
With `onClick`, elements w/ a tooltip require a double-tap.
2024-10-04 07:44:40 -04:00
psychedelicious
4455fc4092
fix(ui): next/prev image buttons layout
2024-10-02 08:02:30 -04:00
psychedelicious
cd6ef3edb3
tidy,docs(ui): focus region logic
2024-10-01 06:05:16 +10:00
psychedelicious
8cf0d8c8d3
feat(ui): revised focus handling (attempt 3, wip)
2024-10-01 06:05:16 +10:00
psychedelicious
48311f38ba
feat(ui): revised focus handling (attempt 2, wip)
2024-10-01 06:05:16 +10:00
psychedelicious
7631d55c2a
feat(ui): revised focus handling (attempt 1)
2024-10-01 06:05:16 +10:00
Ryan Dick
a424552c82
Fix frontend lint errors.
2024-09-30 07:59:14 -04:00
Ryan Dick
3463a968c7
Update Linear UI to support FLUX LoRA models that patch the CLIP model in addition to the transformer.
2024-09-30 07:59:14 -04:00
Ryan Dick
81a4c5c23c
Fix prettier error.
2024-09-26 19:54:28 -04:00
Ryan Dick
8efa0668e0
Add exponential scaling of the denoising strength scale for FLUX when optimized inpainting is enabled.
2024-09-26 19:54:28 -04:00
Ryan Dick
fae96f3b9f
Remove trajectory_guidance_strength parameter.
2024-09-26 19:54:28 -04:00
Mary Hipp
35685194f3
update default scheduler to dpmpp_3m_k
2024-09-25 17:57:34 +03:00
psychedelicious
8b9b64d21c
feat(ui): improved resize handle styles
...
Simplify the handle component and use the provided data attributes to style the handles correctly.
Fixes a styling issue where you if you hover at the T-junction between two handles, only one brightens up.
2024-09-25 11:13:06 +10:00
psychedelicious
4ee248b736
feat(ui): handle FLUX bbox constraints
...
- Update canvas slice's to track the current base model architecture instead of just the optimal dimension. This lets us derive both optimal dimension _and_ grid size for the currently selected model.
- Update all bbox size utilities to use derived grid size instead of hardcoded values of 8 or 64
- Review every damned instance of the number 8 in the whole frontend and update the ones that need to use the grid size
- Update the invoke button blocking logic to check against scaled bbox size, unless scaling is disabled.
- Update the invoke button blocking to say if it's width or height that is invalid and if its bbox or scaled, for both FLUX and the T2I adapter constraints
2024-09-23 16:16:51 +03:00
psychedelicious
a9f93c1ef2
feat(ui): use updated progress event in frontend
2024-09-22 21:20:32 +03:00
Ryan Dick
183a67cb1e
Merge branch 'main' into ryan/flux-trajectory-guidance
2024-09-20 22:29:34 +00:00
Mary Hipp
98af514484
reband to Optimized Inpainting and only apply to inpainting graphs
2024-09-20 15:45:57 -04:00
Mary Hipp
0d0f6a14fa
fix(ui): invert trajectory guidance strength value
2024-09-20 14:56:45 -04:00
Mary Hipp
d3d1b49ff2
feat(ui): add optimized denoising toggle to linear UI for FLUX image to image and inpainting
2024-09-20 14:29:40 -04:00
psychedelicious
7798c37ac3
feat(ui): handling for internal nodes
2024-09-20 16:01:02 +03:00
psychedelicious
ceea9760eb
fix(ui): save original size in metadata instead of scaled size
2024-09-20 15:02:27 +03:00
psychedelicious
7ddbdd56b5
feat(ui): error handling for all rasterization calls
2024-09-20 14:54:46 +03:00
psychedelicious
add2b41322
feat(ui): expose id property on Graph class
2024-09-20 14:54:46 +03:00
psychedelicious
23ccf51030
fix(ui): isolate workflows & gallery hotkeys
2024-09-20 07:41:04 +10:00
Mary Hipp
d651dfe138
feat(ui): add FLUX LoRAs to linear UI graph
2024-09-19 10:08:19 -04:00
psychedelicious
641a61171e
feat(ui): embed canvas metadata in send-to-gallery generations
2024-09-19 23:36:22 +10:00