Kevin Turner
55d36eaf4f
fix: image_resized_to_grid_as_tensor: reconnect dropped multiple_of argument
2023-03-09 18:15:12 -08:00
Lincoln Stein
a0065da4a4
Remove label from stale issues on comment event ( #2903 )
...
I found it to be a chore to remove labels manually in order to
"un-stale" issues. This is contrary to the bot message which says
commenting should remove "stale" status. On the current `cron` schedule,
there may be a delay of up to 24 hours before the label is removed. This
PR will trigger the workflow on issue comments in addition to the
schedule.
Also adds a condition to not run this job on PRs (Github treats issues
and PRs equivalently in this respect), and rewords the messages for
clarity.
2023-03-09 20:17:54 -05:00
Lincoln Stein
c11e823ff3
remove unused _wrap_results
2023-03-09 16:30:06 -05:00
Patrick von Platen
507e12520e
Make sure command also works with Oh-my-zsh
...
Many people use oh-my-zsh for their command line: https://ohmyz.sh/
Adding `""` should work both on ohmyzsh and native bash
2023-03-09 19:21:57 +01:00
Eugene Brodsky
5418bd3b24
(ci) unlabel stale issues when commented
2023-03-09 09:22:29 -05:00
blessedcoolant
76d5fa4694
Bypass the 77 token limit ( #2896 )
...
This ought to be working but i don't know how it's supposed to behave so
i haven't been able to verify. At least, I know the numbers are getting
pushed all the way to the SD unet, i just have been unable to verify if
what's coming out is what is expected. Please test.
You'll `need to pip install -e .` after switching to the branch, because
it's currently pulling from a non-main `compel` branch. Once it's
verified as working as intended i'll promote the compel branch to pypi.
2023-03-09 23:52:28 +13:00
blessedcoolant
386dda8233
Merge branch 'main' into feat_longer_prompts
2023-03-09 22:37:10 +13:00
Damian Stewart
8076c1697c
Merge branch 'feat_longer_prompts' of github.com:damian0815/InvokeAI into feat_longer_prompts
2023-03-09 10:28:13 +01:00
Damian Stewart
65fc9a6e0e
bump compel version to address issues
2023-03-09 10:28:07 +01:00
Lincoln Stein
cde0b6ae8d
Merge branch 'main' into refactor/nodes-on-generator
2023-03-09 01:52:45 -05:00
blessedcoolant
b12760b976
[ui] chore(Accessibility): various additions ( #2888 )
...
# Overview
Adding a few accessibility items (I think 9 total items). Mostly
`aria-label`, but also a `<VisuallyHidden>` to the left-side nav tab
icons. Tried to match existing copy that was being used. Feedback
welcome
2023-03-09 19:14:42 +13:00
Lincoln Stein
b679a6ba37
model manager defaults to consistent values of device and precision
2023-03-09 01:09:54 -05:00
ElrikUnderlake
2f5f08c35d
yarn build
2023-03-08 23:51:46 -06:00
Elrik
8f48c14ed4
Merge branch 'main' into chore/accessability_various-additions
2023-03-08 23:49:08 -06:00
Lincoln Stein
5d37fa6e36
node-based txt2img working without generate
2023-03-09 00:18:29 -05:00
Jonathan
f51581bd1b
Merge branch 'main' into feat_longer_prompts
2023-03-08 23:08:49 -06:00
blessedcoolant
50ca6b6ffc
add back pytorch-lightning dependency ( #2899 )
...
- Closes #2893
2023-03-09 17:22:17 +13:00
blessedcoolant
63b9ec4c5e
Merge branch 'main' into bugfix/restore-pytorch-lightning
2023-03-09 16:57:14 +13:00
blessedcoolant
b115bc4247
[cli] Execute commands in-order with nodes ( #2901 )
...
Executes piped commands in the order they were provided (instead of
executing CLI commands immediately).
2023-03-09 16:55:23 +13:00
blessedcoolant
dadc30f795
Merge branch 'main' into bugfix/restore-pytorch-lightning
2023-03-09 16:46:08 +13:00
blessedcoolant
111d8391e2
Merge branch 'main' into kyle0654/cli_execution_order
2023-03-09 16:37:15 +13:00
blessedcoolant
1157b454b2
decouple default component from react root ( #2897 )
...
Decouple default component from react root
2023-03-09 16:34:47 +13:00
Kyle Schouviller
8a6473610b
[cli] Execute commands in-order with nodes
2023-03-08 19:25:03 -08:00
Elrik
ea7911be89
Merge branch 'main' into chore/accessability_various-additions
2023-03-08 17:15:28 -06:00
Damian Stewart
9ee648e0c3
Merge branch 'main' into feat_longer_prompts
2023-03-09 00:13:01 +01:00
Damian Stewart
543682fd3b
Merge branch 'feat_longer_prompts' of github.com:damian0815/InvokeAI into feat_longer_prompts
2023-03-08 23:24:41 +01:00
Damian Stewart
88cb63e4a1
pin new compel version
2023-03-08 23:24:30 +01:00
Lincoln Stein
76212d1cca
Merge branch 'main' into bugfix/restore-pytorch-lightning
2023-03-08 17:05:11 -05:00
Mary Hipp Rogers
a8df9e5122
Merge branch 'main' into decouple-component-from-root
2023-03-08 16:58:34 -05:00
Jonathan
2db180d909
Make img2img strength 1 behave the same as txt2img ( #2895 )
...
* Fix img2img and inpainting code so a strength of 1 behaves the same as txt2img.
* Make generated images identical to their txt2img counterparts when strength is 1.
2023-03-08 22:50:16 +01:00
Lincoln Stein
b716fe8f06
add pytorch-lightning dependency back in
...
- Closes #2893
2023-03-08 16:48:39 -05:00
damian
69e2dc0404
update for compel changes
2023-03-08 20:45:01 +01:00
Damian Stewart
a38b75572f
don't log excess tokens as truncated
2023-03-08 20:00:18 +01:00
Mary Hipp Rogers
e18de761b6
Merge branch 'main' into decouple-component-from-root
2023-03-08 13:13:43 -05:00
Mary Hipp
816ea39827
decouple default component from react root
2023-03-08 12:48:49 -05:00
damian
768e969c90
cleanup and fix kwarg
2023-03-08 18:00:54 +01:00
Damian Stewart
57db66634d
longer prompts wip
2023-03-08 14:25:48 +01:00
Lincoln Stein
87789c1de8
add InvokeAIGenerator and InvokeAIGeneratorFactory classes
2023-03-07 23:52:53 -05:00
ElrikUnderlake
c3c1511ec6
add accessibility to localization
...
only set fallback english values
implement on ModelSelect and ProgressBar
2023-03-07 21:30:51 -06:00
Elrik
6b41127421
Merge branch 'main' into chore/accessability_various-additions
2023-03-07 17:44:55 -06:00
blessedcoolant
d232a439f7
build: update actions ( #2883 )
...
- Updates triggers for UI workflow `lint-frontend`
- Corrects UI paths for `test-invoke-pip` and `test-invoke-pip-skip`
2023-03-08 11:51:32 +13:00
blessedcoolant
c04f21e83e
Merge branch 'main' into build/update-actions
2023-03-08 11:50:50 +13:00
blessedcoolant
8762069b37
ui: update readme & scripts ( #2884 )
...
- Update ui readme
- Update scripts to use `yarn` instead of `npm` and use `concurrently`
to watch/build the theme token types along with SPA
2023-03-08 00:20:46 +13:00
psychedelicious
d9ebdd2684
build(ui): use concurrently to run dev
2023-03-07 21:58:46 +11:00
psychedelicious
3e4c10ef9c
docs(ui): update readme
2023-03-07 21:58:42 +11:00
psychedelicious
17eb2ca5a2
build: update actions
...
- Updates triggers for UI workflow `lint-frontend`
- Corrects UI paths for `test-invoke-pip` and `test-invoke-pip-skip`
2023-03-07 21:25:43 +11:00
blessedcoolant
1b2a3c7144
ui: translations update from weblate ( #2882 )
...
Translations update from [Hosted Weblate](https://hosted.weblate.org )
for [InvokeAI/Web
UI](https://hosted.weblate.org/projects/invokeai/web-ui/ ).
Current translation status:
![Weblate translation
status](https://hosted.weblate.org/widgets/invokeai/-/web-ui/horizontal-auto.svg )
2023-03-07 21:51:09 +13:00
psychedelicious
01a1777370
translationBot(ui): update translation (Chinese (Traditional))
...
Currently translated at 4.1% (20 of 480 strings)
translationBot(ui): update translation (Portuguese (Brazil))
Currently translated at 97.2% (467 of 480 strings)
translationBot(ui): update translation (Dutch)
Currently translated at 97.2% (467 of 480 strings)
translationBot(ui): update translation (French)
Currently translated at 83.1% (399 of 480 strings)
Co-authored-by: psychedelicious <mabianfu@icloud.com>
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/fr/
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/nl/
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/pt_BR/
Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/zh_Hant/
Translation: InvokeAI/Web UI
2023-03-07 09:09:42 +01:00
Hosted Weblate
32945c7f45
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
2023-03-07 09:09:42 +01:00
ElrikUnderlake
b0b8846430
Add aria-label to icon variant of IAISimpleMenu
...
Uses whatever the iconTooltip copy is
2023-03-06 22:43:41 -06:00