InvokeAI/invokeai/frontend/web
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
..
.husky feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
.yarn/releases all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
dist build(ui): clean build chakra migration 2023-03-07 08:39:44 +13:00
patches feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
public/locales translationBot(ui): update translation (Chinese (Traditional)) 2023-03-07 09:09:42 +01:00
src Merge branch 'main' into pr/2873 2023-03-07 08:36:09 +13:00
__init__.py Revert "Merge branch 'main' into bugfix/reenable-ckpt-conversion-to-ram" 2023-03-06 14:29:39 +13:00
.babelrc all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
.eslintignore feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
.eslintrc.js feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
.gitignore all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
.prettierignore feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
.prettierrc.js feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
.yarnrc all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
.yarnrc.yml all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
favicon.ico all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
index.d.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
index.html feat(ui): migrate theming to chakra ui 2023-03-06 20:03:39 +11:00
package.json add missing package 2023-03-06 16:13:17 -05:00
README.md all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
stats.html build(ui): clean build chakra migration 2023-03-07 08:39:44 +13:00
tsconfig.json all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
tsconfig.node.json all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
vite.config.ts all files migrated; tweaks needed 2023-03-03 00:02:15 -05:00
yarn.lock add missing package 2023-03-06 16:13:17 -05:00

InvokeAI UI dev setup

The UI is in invokeai/frontend.

Environment set up

Install node (includes npm) and yarn.

From invokeai/frontend/ run yarn install --immutable to get everything set up.

Dev

  1. Start the dev server: yarn dev
  2. Start the InvokeAI UI per usual: invokeai --web
  3. Point your browser to the dev server address e.g. http://localhost:5173/

To build for dev: yarn build-dev

To build for production: yarn build