blessedcoolant
92906aeb08
Merge branch 'main' into webui-model-conversion
2023-02-16 09:31:28 +13:00
Kent Keirsey
5d0dcaf81e
Fix typo and Hi-Res Bug
2023-02-15 13:06:31 +01:00
psychedelicious
bcb1fbe031
add tooltips & status messages to model conversion
2023-02-15 22:28:36 +11:00
psychedelicious
3ff40114fa
adds arabic to language picker
2023-02-13 21:22:39 +11:00
blessedcoolant
cd64511f24
[Model Manager] Allows uses to pick Diffusers converted model save location
...
Users can now pick the folder to save their diffusers converted model. It can either be the same folder as the ckpt, or the invoke root models folder or a totally custom location.
2023-02-12 11:10:17 +13:00
blessedcoolant
1e98e0b159
[Model Manager] Allow users to pick model type
...
Users can now pick model type when adding a new model and the configuration files are automatically applied.
2023-02-12 11:09:09 +13:00
blessedcoolant
96926d6648
v2 Conversion Support & Radio Picker
...
Converted the picker options to a Radio Group and also updated the backend to use the appropriate config if it is a v2 model that needs to be converted.
2023-02-12 05:00:29 +13:00
blessedcoolant
310501cd8a
Add support for custom config files
2023-02-11 23:34:24 +13:00
blessedcoolant
6e52ca3307
Model Convert Component
2023-02-11 20:41:49 +13:00
blessedcoolant
9232290950
Initial Implementation - Model Conversion Frontend
2023-02-11 03:53:31 +13:00
blessedcoolant
79daf8b039
clean build (esrgan-denoise-str)
2023-02-10 10:20:37 +13:00
psychedelicious
07c55d5e2a
adds upscaling denoising to metadata viewer
2023-02-10 07:30:17 +11:00
blessedcoolant
03b1d71af9
Resolving Conflicts
2023-02-10 09:18:02 +13:00
psychedelicious
56fd202e21
builds frontend
2023-02-10 08:24:40 +13:00
Jonathan
29454a2974
Update generationSlice.ts
2023-02-10 08:24:40 +13:00
Jonathan
c977d295f5
Update generationSlice.ts
2023-02-10 08:24:40 +13:00
Jonathan
28eaffa188
Update generationSlice.ts
...
Added perlin noise state restoration.
2023-02-10 08:24:40 +13:00
psychedelicious
3feff09fb3
fixes #2049 use threshold not setting correct value
2023-02-10 08:24:40 +13:00
blessedcoolant
83ecda977c
Add frontend UI for denoise_str for ESRGAN
2023-02-09 20:19:25 +13:00
Kent Keirsey
9826f80d7f
Initial Slider & Img2Img=1 Updates
2023-02-09 07:02:39 +11:00
psychedelicious
72357266a6
fixes #2578 use prompt bug on webkit browsers
2023-02-09 02:25:57 +13:00
psychedelicious
0cee72dba5
fixes #2525 del hotkey doesn't work after canceling
...
The `useHotkeys` hook for this hotkey didn't have `isConnected` or `isProcessing` in its dependencies array. This prevented `handleDelete()` from dispatching the delete request.
2023-02-09 01:37:55 +13:00
psychedelicious
77c11a42ee
fixes #2505 add preserve masked to status text
2023-02-09 01:10:59 +13:00
psychedelicious
8af9432f63
remove unneeded polyfill
2023-02-08 01:53:34 +13:00
blessedcoolant
176add58b2
Rebase Fix - ModelSelect
2023-02-08 01:53:34 +13:00
psychedelicious
2b7752b72e
fixes rebase issues
2023-02-08 01:53:34 +13:00
Ryan Cao
5478d2a15e
feat: add copy image in share menu
2023-02-08 01:53:34 +13:00
psychedelicious
9ad76fe80c
Updates code quality tooling and formats codebase
...
- `eslint` and `prettier` configs
- `husky` to format and lint via pre-commit hook
- `babel-plugin-transform-imports` to treeshake `lodash` and other packages if needed
Lints and formats codebase.
2023-02-08 01:53:34 +13:00
psychedelicious
d74c4009cb
Reorganises internal state
...
`options` slice was huge and managed a mix of generation parameters and general app settings. It has been split up:
- Generation parameters are now in `generationSlice`.
- Postprocessing parameters are now in `postprocessingSlice`
- UI related things are now in `uiSlice`
There is probably more to be done, like `gallerySlice` perhaps should only manage internal gallery state, and not if the gallery is displayed.
Full-slice selectors have been made for each slice.
Other organisational tweaks.
2023-02-08 01:53:34 +13:00
blessedcoolant
fcffcf5602
Diffusers Samplers
...
DIsplay sampler list based on the active model.
2023-02-07 18:26:06 +13:00
blessedcoolant
f121dfe120
Update model select to use new active model selector
...
Hopefully this also fixes the white screen error that some users face.
2023-02-07 18:25:45 +13:00
blessedcoolant
a7dd7b4298
Add activeModelSelector
...
Active Model details are used in multiple places. So makes sense to have a selector for it.
2023-02-07 18:25:12 +13:00
blessedcoolant
f52b233205
Add Hi Res Strength Slider
2023-02-07 08:22:39 +13:00
blessedcoolant
7604b36577
Add Negative Prompts Box
2023-02-07 05:21:09 +13:00
blessedcoolant
4a026bd46e
Organize language picker items alphabetically
2023-02-07 05:21:09 +13:00
blessedcoolant
6241fc19e0
Fix the model manager edit placeholder not being full height
2023-02-07 05:21:09 +13:00
blessedcoolant
25d7d71dd8
Slightly decrease the size of the tab list icons
2023-02-07 05:21:09 +13:00
blessedcoolant
e96ac61cb3
Add Ukranian Localization ( #2486 )
...
* Add Ukranian & Update Italian
* Frontend Build (Ukranian Localization)
* Update invokeai/frontend/dist/locales/hotkeys/ua.json
Co-authored-by: Eugene Brodsky <ebr@users.noreply.github.com>
* UA Localization Fixes
* Build (ua-fixes)
* Clean Build
* Clear Build
* Clean Build (resolving main conflicts)
* Clear Build
* Frontend Build (ua-localization-rebased)
---------
Co-authored-by: Eugene Brodsky <ebr@users.noreply.github.com>
2023-02-05 00:24:24 +13:00
blessedcoolant
d08f048621
Add French Localization
2023-02-04 23:14:25 +13:00
Ryan Cao
9fe660c515
feat: add copy image in share menu
2023-02-03 12:10:33 +08:00
Lincoln Stein
e99e720474
resolve conflicts with main and rebuild frontend
2023-02-02 11:00:33 -05:00
Lincoln Stein
9ad4c03277
Various fixes
...
1) Downgrade numpy to avoid dependency conflict with numba
2) Move all non ldm/invoke files into `invokeai`. This includes assets, backend, frontend, and configs.
3) Fix up way that the backend finds the frontend and the generator finds the NSFW caution.png icon.
2023-01-30 18:42:17 -05:00