psychedelicious
|
3a25d00cb6
|
tidy(ui): CanvasInpaintMask
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
6301b74d87
|
tidy(ui): CanvasInitialImage
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
b43b90c299
|
tidy(ui): CanvasImage
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
0a43444ab3
|
tidy(ui): CanvasEraserLine
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
75ea4d2155
|
tidy(ui): CanvasControlAdapter
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
9d281388e0
|
tidy(ui): CanvasBrushLine
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
178e1cc50b
|
tidy(ui): CanvasBbox
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
6eafe53b2d
|
tidy(ui): CanvasBackground
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
7514b2b7d4
|
tidy(ui): update canvas classes, organise location of konva nodes
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
51dee2dba2
|
feat(ui): add names to all konva objects
Makes troubleshooting much simpler
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
a81c3d841c
|
fix(ui): do not await creating new canvas image
If you await this, it causes a race condition where multiple images are created.
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
154487f966
|
feat(ui): use position and dimensions instead of separate x,y,width,height attrs
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
588daafcf5
|
fix(ui): remove weird rtkq hook wrapper
I do not understand why I did that initially but it doesn't work with TS.
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
ab00097aed
|
feat(ui): rename types size and position to dimensions and coordinate
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
5aefae71a2
|
tidy(ui): hide layer settings by default
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
0edd598970
|
fix(ui): layer rendering when starting as disabled
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
01ffd86367
|
feat(ui): de-jank staging area and progress images
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
e2e02f31b6
|
feat(ui): update staging handling to work w/ cropped mask
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
0008617348
|
chore(ui): typegen
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
010916158b
|
feat(ui): use new canvas output node
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
df0ba004ca
|
chore(ui): typegen
|
2024-08-27 11:01:38 +10:00 |
|
psychedelicious
|
763ab73923
|
fix(ui): restore nodes output tracking
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
9a060b4437
|
feat(ui): rip out document size
barely knew ye
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
2307a30892
|
feat(ui): convert initial image to layer when starting canvas session
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
2006f84f6e
|
fix(ui): fix layer transparency calculation
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
23b15fef6a
|
fix(ui): reset initial image when resetting canvas
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
41e72f929d
|
fix(ui): reset node executions states when loading workflow
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
29fc49bb3b
|
fix(ui): entity display list
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
6f65b6a40f
|
feat(ui): img2img working
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
1e9b22e3a4
|
feat(ui): rough out img2img on canvas
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
3dc2c723c3
|
UNDO ME WIP
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
6f007cbd48
|
feat(ui): log invocation source id on socket event
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
9a402dd10e
|
feat(ui): restore document size overlay renderer
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
4249d0e13b
|
feat(ui): make documnet size a rect
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
f6050bad67
|
refactor(ui): remove modular imagesize components
This is no longer necessary with canvas v2 and added a ton of extraneous redux actions when changing the image size. Also renamed to document size
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
d3a4b7b51b
|
feat(ui): initialState is for generation mode
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
3f5f9ac764
|
feat(ui): split out canvas entity list component
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
e7c1299a7f
|
feat(ui): hide bbox button when no canvas session active
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
56a3918a1e
|
tidy(ui): remove unused naming objects/utils
The canvas manager means we don't need to worry about konva node names as we never directly select konva nodes.
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
dabf7718cf
|
feat(ui): split up tool chooser buttons
Prep for distinct toolbars for generation vs canvas modes
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
74f06074f7
|
feat(ui): "stagingArea" -> "session"
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
b97bf52faa
|
feat(ui): add reset button to canvas
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
0a77f5cec8
|
feat(ui): add snapToRect util
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
f8e92f7b73
|
fix(ui): fiddle with control adapter filters
some jank still
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
530c6e3a59
|
feat(ui): temp disable doc size overlay
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
11b95cfaf4
|
feat(ui): no animation on layer selection
Felt sluggish
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
707c005a26
|
feat(ui): use canvas as source for control images (wip)
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
19fa8e7e33
|
fix(ui): control adapter translate & scale
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
b252ded366
|
tidy(ui): removed unused state related to non-buffered drawing
|
2024-08-27 11:01:21 +10:00 |
|
psychedelicious
|
84305d4e73
|
feat(ui): control adapter image rendering
|
2024-08-27 11:01:21 +10:00 |
|