psychedelicious
98945a4560
ci: add translation string check to frontend checks
2025-09-05 11:02:37 +10:00
psychedelicious
9610f34dd4
build(ui): add package script to check and clean translatoins
2025-09-05 11:02:37 +10:00
psychedelicious
8a00d855b4
build(ui): port clean translations script to js
2025-09-05 11:02:37 +10:00
psychedelicious
25430f04c5
chore: bump version to v6.6.0rc2
v6.6.0rc2
2025-09-04 16:43:41 +10:00
psychedelicious
b2b53c4481
fix(ui): set a react key on the current image viewer's components
...
This tells react that the component is a new instance each time we
change the image. Which, in turn, prevents a flash of the
previously-selected image during image switching and
progress-image-to-output-image-ing.
2025-09-04 16:35:40 +10:00
psychedelicious
c6696d7913
fix(ui): ensure origin is set correctly for generate tab batches
...
This prevents an issue in the image viewer's logic for simulating the
progress image "resolving" to a completed image
2025-09-04 16:35:40 +10:00
psychedelicious
8bcb6648f1
fix(ui): stop dragging when user clicks mmb once
...
This has been an issue for a long time. I suspect it wasn't noticed
until now because it's finicky to trigger - you have to click and
release very quickly, without moving the mouse at all.
2025-09-04 16:16:04 +10:00
psychedelicious
0ee360ba6c
fix(ui): show fallback when no image is selected
2025-09-04 16:13:01 +10:00
psychedelicious
09bbe3eef9
fix(ui): clear gallery selection when switching boards and there are no items in the new board
2025-09-04 16:13:01 +10:00
psychedelicious
d14b7a48f5
fix(ui): clear gallery selection when last image on selected board is deleted
2025-09-04 16:13:01 +10:00
Mary Hipp
1db55b0ffa
cleanup
2025-09-03 10:11:32 -04:00
Mary Hipp
3104a1baa6
remove crossOrigin for thumbnail loading
2025-09-03 10:11:32 -04:00
psychedelicious
0e523ca2c1
fix(ui): browser image caching cors race condition
...
Must set cross origin whenever we load an image from a URL to prevent
race conditions where browser caches an image with no CORS, then canvas
attempts to load it with CORS, resulting in browser rejecting the
request before it is made
2025-09-03 10:11:32 -04:00
psychedelicious
75daef2aba
fix(ui): fix situation where progress images are super tiny
...
Missed a spot
2025-09-03 22:56:55 +10:00
psychedelicious
b036b18986
chore: bump version to v6.6.0rc1
v6.6.0rc1
2025-09-03 18:02:37 +10:00
Hosted Weblate
93535fa3c2
translationBot(ui): update translation files
...
Updated by "Cleanup translation files" hook in Weblate.
Co-authored-by: Hosted Weblate <hosted@weblate.org >
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/
Translation: InvokeAI/Web UI
2025-09-03 17:57:27 +10:00
Riccardo Giovanetti
dcafb44f8a
translationBot(ui): update translation (Italian)
...
Currently translated at 98.6% (2088 of 2117 strings)
Co-authored-by: Riccardo Giovanetti <riccardo.giovanetti@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/
Translation: InvokeAI/Web UI
2025-09-03 17:57:27 +10:00
Mary Hipp
44b1d8d1fc
remove video base models from image aspect/ratio logic
2025-09-03 10:22:14 +10:00
Attila Cseh
6f70a6bd10
prettier fix
2025-09-02 19:23:24 +10:00
Attila Cseh
0546aeed1d
code review changes
2025-09-02 19:23:24 +10:00
Attila Cseh
8933f3f5dd
LoRA weight default values turned into constant
2025-09-02 19:23:24 +10:00
Attila Cseh
29cdefe873
type conversion fixed
2025-09-02 19:23:24 +10:00
Attila Cseh
df299bb37f
python source code reformatted
2025-09-02 19:23:24 +10:00
Attila Cseh
481fb42371
lint errors fixed
2025-09-02 19:23:24 +10:00
Attila Cseh
631a04b48c
LoRA default weight
2025-09-02 19:23:24 +10:00
Attila Cseh
547e1941f4
code review changes
2025-09-02 19:16:26 +10:00
Attila Cseh
031d25ed63
switchable foreground/background colors
2025-09-02 19:16:26 +10:00
Riccardo Giovanetti
27f4af0eb4
translationBot(ui): update translation (Italian)
...
Currently translated at 98.6% (2087 of 2116 strings)
Co-authored-by: Riccardo Giovanetti <riccardo.giovanetti@gmail.com >
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/it/
Translation: InvokeAI/Web UI
2025-09-02 15:05:51 +10:00
psychedelicious
e0a0617093
chore(ui): bump dockview
...
This brings in a fix for Chrome that allowed you to drag tabs and split
the panels.
Closes #8449
2025-09-02 11:05:41 +10:00
psychedelicious
e6a763b887
fix(ui): move getItemsPerRow to frontend src dir
...
Not sure how but it was in repo root
Closes #8509
2025-09-02 11:02:56 +10:00
psychedelicious
3c9c49f7d9
feat(ui): add readiness checks for LoRAs
...
If incompatible LoRAs are added, prevent Invoking.
The logic to prevent adding incompatible LoRAs to graphs already
existed. This does not fix any generation bugs; just a visual
inconsistency where it looks like Invoke would use an incompatible LoRA.
2025-09-01 14:41:03 +10:00
Attila Cseh
26690d47b7
lint errors fixed
2025-09-01 14:34:35 +10:00
Attila Cseh
fcaff6ce09
remove LoRAs for recall use all
2025-09-01 14:34:35 +10:00
Damian
afd7296cb2
Add 'sd-2' to supported negative prompt base models
...
add back negative prompt support for sd2
2025-08-31 10:20:31 -04:00
psychedelicious
d6f42c76d5
fix(app): board count queries not getting categories as params
2025-08-29 11:07:52 +10:00
Mary Hipp
68f39fe907
cleanup
2025-08-28 16:38:48 -04:00
Mary Hipp
23a528545f
match screen capture button to the others
2025-08-28 16:38:48 -04:00
Mary Hipp
c69d04a7f0
handle large videos
2025-08-28 15:29:47 -04:00
Mary Hipp
60f1e2d7ad
do not show negative prompt for video
2025-08-28 12:59:23 -04:00
Mary Hipp
cb386bec28
do not show reference images on video tab
2025-08-28 12:59:23 -04:00
Mary Hipp
f29ceb3f12
add translations
2025-08-28 10:17:00 -04:00
Mary Hipp
4f51bc9421
add credit estimate for video generation
2025-08-28 10:17:00 -04:00
Mary Hipp
0c41abab79
add label for starting image field
2025-08-28 10:17:00 -04:00
Mary Hipp
cb457c3402
default resolution to 1080p
2025-08-28 10:17:00 -04:00
Mary Hipp
606ad73814
use first video model if none selected
2025-08-28 10:17:00 -04:00
psychedelicious
fe70bd538a
fix(ui): hide unused queue actions menu item category
2025-08-28 10:17:00 -04:00
psychedelicious
b5c7316c0a
chore(ui): lint
2025-08-28 10:17:00 -04:00
psychedelicious
460aec03ea
fix(ui): more video translations
2025-08-28 10:17:00 -04:00
psychedelicious
6730d86a13
fix(ui): make ctx menu star label not refer to iamges
2025-08-28 10:17:00 -04:00
psychedelicious
c4bc03cb1f
fix(ui): make ctx menu download tooltip not refer to iamges
2025-08-28 10:17:00 -04:00