29f1c6dc82
fix: Image To Image FP32 Fix for Canvas SDXL
2023-08-13 04:23:52 +12:00
28208e6f49
fix: Fix VAE Precision not working for SDXL Canvas Modes
2023-08-13 04:09:51 +12:00
c33acf951e
feat: Make Refiner work with Canvas
2023-08-13 03:53:40 +12:00
500cd552bc
feat: Make SDXL work across the board + Custom VAE Support
...
Also a major cleanup pass to the SDXL graphs to ensure there's no ID overlap
2023-08-13 01:45:03 +12:00
55d27f71a3
feat: Give each graph its own unique id
2023-08-13 00:51:10 +12:00
746c7c59ff
fix: remove extra node for canvas output catch
2023-08-12 22:39:30 +12:00
ad96c41156
feat: Add Canvas Output node to all Canvas Graphs
2023-08-12 22:04:43 +12:00
27bd127fb0
fix: Do not add anything but final output to staging area
2023-08-12 21:10:30 +12:00
f296e5c41e
wip: Remove MaskBlur / Adjust color correction
2023-08-12 20:54:30 +12:00
7587b54787
chore: Cleanup, comment and organize Node Graphs
...
Before it gets too chaotic
2023-08-12 17:17:46 +12:00
7254ffc3e7
chore: Split Inpaint and Outpaint Graphs
2023-08-12 16:30:20 +12:00
8acd7eeca5
feat: Disable clip skip for SDXL Canvas
2023-08-12 08:18:30 +12:00
7293a6036a
feat(wip): Add SDXL To Canvas
2023-08-12 08:16:05 +12:00
f343ab0302
wip: Port Outpainting to new backend
2023-08-12 06:15:59 +12:00
d7d6298ec0
feat: Add Infill Method support
2023-08-12 05:32:11 +12:00
58a48bf197
fix: LoRA list name sorting
2023-08-12 04:47:15 +12:00
5629d8fa37
fix; Key issue in Lora List
2023-08-12 04:43:40 +12:00
1affb7f647
feat: Add Paste / Mask Blur / Color Correction to Inpainting
...
Seam options are now removed. They are replaced by two options --Mask Blur and Mask Blur Method .. which control the softness of the mask that is being painted.
2023-08-12 03:28:19 +12:00
69a9dc7b36
wip: Add initial Inpaint Graph
2023-08-12 02:42:13 +12:00
7479f9cc02
feat: Update LinearUI to use new backend (except Inpaint)
2023-08-11 22:22:01 +12:00
80fd4c2176
undo lint changes
2023-08-11 14:26:09 +10:00
3b6e425e17
fix error detail in toast
2023-08-11 14:26:09 +10:00
50415450d8
invalidate board total when images deleted, only run date range logic if board has less than 20 images
2023-08-11 14:26:09 +10:00
a7399aca0c
Add new JS files for 3.0.2 build
2023-08-10 22:23:41 -04:00
f851ad7ba0
Two changes to command-line scripts
...
- installer - use correct entry point for invokeai-configure
- model merge script - prevent error when `--root` not provided
2023-08-10 20:59:22 -04:00
1bfe9835cf
clip cache settings to permissible values; remove redundant imports in install __init__ file
2023-08-10 18:00:45 -04:00
d4812bbc8d
Merge branch 'main' into fix/ui/fix-lora-sort
2023-08-10 19:00:26 +10:00
3cd05cf6bf
fix(ui): fix lora sort
...
was sorting with disabled at top of list instead of bottom
fixes #4217
2023-08-10 15:31:29 +10:00
da0efeaa7f
fix(ui): fix canvas model switching
...
There was no check at all to see if the canvas had a valid model already selected. The first model in the list was selected every time.
Now, we check if its valid. If not, we go through the logic to try and pick the first valid model.
If there are no valid models, or there was a problem listing models, the model selection is cleared.
2023-08-10 15:20:37 +10:00
2c2b731386
fix typo
2023-08-09 13:08:59 -04:00
930e7bc754
Merge branch 'main' into feat/image-import-script
2023-08-09 08:54:56 -04:00
628df4ec98
Add updated frontend html file
2023-08-09 00:29:43 -04:00
604cc17a3a
Yarn build JS files
2023-08-09 00:29:43 -04:00
4d5169e16d
Merge branch 'main' into feat/select-vram-in-config
2023-08-08 13:50:02 -04:00
f56f19710d
allow user to interactively resize screen before UI runs
2023-08-08 12:27:25 -04:00
e20af5aef0
feat(ui): add LoRA support to SDXL linear UI
...
new graph modifier `addSDXLLoRasToGraph()` handles adding LoRA to the SDXL t2i and i2i graphs.
2023-08-08 15:02:00 +10:00
57e8ec9488
chore(ui): lint/format
2023-08-08 12:53:47 +10:00
734a9e4271
invalidate board total when images deleted, only run date range logic if board has less than 20 images
2023-08-08 12:53:47 +10:00
fe924daee3
add option to disable multiselect
2023-08-08 12:53:47 +10:00
a846d82fa1
Add techedi code to avoid rendering prompt/seed with null
...
- Added techjedi github and real names
2023-08-07 16:29:46 -04:00
0fd13d3604
Merge branch 'main' into feat/select-vram-in-config
2023-08-07 15:51:59 -04:00
8469d3e95a
chore: black
2023-08-07 10:05:52 +10:00
5a6cefb0ea
add backslash to end of incomplete windows paths
2023-08-06 12:34:35 -04:00
1a6f5f0860
use backslash on Windows systems for autoadded delimiter
2023-08-06 12:29:31 -04:00
12e51c84ae
blackified
2023-08-05 14:26:16 -07:00
0ccc3b509e
add techjedi's import script, with some filecompletion tweaks
2023-08-05 14:26:16 -07:00
4043a4c21c
blackified
2023-08-05 12:44:58 -04:00
83f75750a9
add techjedi's import script, with some filecompletion tweaks
2023-08-05 12:19:24 -04:00
c076f1397e
rebuild frontend
2023-08-05 14:40:42 +10:00
da96a41103
Merge branch 'main' into feat/select-vram-in-config
2023-08-05 12:11:50 +10:00