Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .github/workflows/lint-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: '18'
- uses: actions/checkout@v3
- run: 'yarn install --frozen-lockfile'
- run: 'yarn tsc'
- run: 'yarn run madge'
- run: 'yarn run lint --max-warnings=0'
- run: 'yarn run prettier --check'
- run: 'yarn run lint:tsc'
- run: 'yarn run lint:madge'
- run: 'yarn run lint:eslint'
- run: 'yarn run lint:prettier'
3 changes: 3 additions & 0 deletions invokeai/frontend/web/.eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ dist/
node_modules/
patches/
stats.html
index.html
.yarn/
*.scss
5 changes: 4 additions & 1 deletion invokeai/frontend/web/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ module.exports = {
radix: 'error',
'space-before-blocks': 'error',
'import/prefer-default-export': 'off',
'@typescript-eslint/no-unused-vars': ['warn', { varsIgnorePattern: '_+' }],
'@typescript-eslint/no-unused-vars': [
'warn',
{ varsIgnorePattern: '^_', argsIgnorePattern: '^_' },
],
'prettier/prettier': ['error', { endOfLine: 'auto' }],
},
settings: {
Expand Down
2 changes: 1 addition & 1 deletion invokeai/frontend/web/.husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

cd invokeai/frontend/web && npm run lint-staged
cd invokeai/frontend/web/ && npm run lint-staged
1 change: 1 addition & 0 deletions invokeai/frontend/web/.prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist/
node_modules/
patches/
stats.html
.yarn/
1 change: 1 addition & 0 deletions invokeai/frontend/web/.prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
tabWidth: 2,
semi: true,
singleQuote: true,
endOfLine: 'auto',
overrides: [
{
files: ['public/locales/*.json'],
Expand Down
1 change: 1 addition & 0 deletions invokeai/frontend/web/dist/assets/App-06f6cac1.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

188 changes: 188 additions & 0 deletions invokeai/frontend/web/dist/assets/App-36f81b03.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
315 changes: 315 additions & 0 deletions invokeai/frontend/web/dist/assets/ThemeLocaleProvider-e23d0dbb.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion invokeai/frontend/web/dist/assets/index-14cb2922.css

This file was deleted.

624 changes: 0 additions & 624 deletions invokeai/frontend/web/dist/assets/index-227d7b29.js

This file was deleted.

1 change: 1 addition & 0 deletions invokeai/frontend/web/dist/assets/index-5483945c.css

Large diffs are not rendered by default.

115 changes: 115 additions & 0 deletions invokeai/frontend/web/dist/assets/index-b928084d.js

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions invokeai/frontend/web/dist/assets/scrollbar-f59ed469.js

Large diffs are not rendered by default.

13 changes: 10 additions & 3 deletions invokeai/frontend/web/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InvokeAI - A Stable Diffusion Toolkit</title>
<link rel="shortcut icon" type="icon" href="./assets/favicon-0d253ced.ico" />
<script type="module" crossorigin src="./assets/index-227d7b29.js"></script>
<link rel="stylesheet" href="./assets/index-14cb2922.css">
<style>
html,
body {
padding: 0;
margin: 0;
}
</style>
<script type="module" crossorigin src="./assets/index-b928084d.js"></script>
<link rel="stylesheet" href="./assets/index-5483945c.css">
</head>

<body>
<body dir="ltr">
<div id="root"></div>

</body>
Expand Down
20 changes: 15 additions & 5 deletions invokeai/frontend/web/dist/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@
"darkTheme": "Dark",
"lightTheme": "Light",
"greenTheme": "Green",
"oceanTheme": "Ocean",
"langArabic": "العربية",
"langEnglish": "English",
"langDutch": "Nederlands",
"langFrench": "Français",
"langGerman": "Deutsch",
"langHebrew": "עברית",
"langItalian": "Italiano",
"langJapanese": "日本語",
"langKorean": "한국어",
"langPolish": "Polski",
"langPortuguese": "Português",
"langBrPortuguese": "Português do Brasil",
"langRussian": "Русский",
"langSimplifiedChinese": "简体中文",
Expand Down Expand Up @@ -63,7 +67,10 @@
"statusConvertingModel": "Converting Model",
"statusModelConverted": "Model Converted",
"statusMergingModels": "Merging Models",
"statusMergedModels": "Models Merged"
"statusMergedModels": "Models Merged",
"pinOptionsPanel": "Pin Options Panel",
"loading": "Loading",
"loadingInvokeAI": "Loading Invoke AI"
},
"gallery": {
"generations": "Generations",
Expand All @@ -82,7 +89,7 @@
"noImagesInGallery": "No Images In Gallery"
},
"hotkeys": {
"keyboardShortcuts": "Keyboard Shorcuts",
"keyboardShortcuts": "Keyboard Shortcuts",
"appHotkeys": "App Hotkeys",
"generalHotkeys": "General Hotkeys",
"galleryHotkeys": "Gallery Hotkeys",
Expand Down Expand Up @@ -365,7 +372,7 @@
"convertToDiffusersSaveLocation": "Save Location",
"v1": "v1",
"v2_base": "v2 (512px)",
"v2_768": "v2 (768px)",
"v2_768": "v2 (768px)",
"inpainting": "v1 Inpainting",
"customConfig": "Custom Config",
"pathToCustomConfig": "Path To Custom Config",
Expand All @@ -388,13 +395,16 @@
"mergedModelCustomSaveLocation": "Custom Path",
"invokeAIFolder": "Invoke AI Folder",
"ignoreMismatch": "Ignore Mismatches Between Selected Models",
"modelMergeHeaderHelp1": "You can merge upto three different models to create a blend that suits your needs.",
"modelMergeHeaderHelp1": "You can merge up to three different models to create a blend that suits your needs.",
"modelMergeHeaderHelp2": "Only Diffusers are available for merging. If you want to merge a checkpoint model, please convert it to Diffusers first.",
"modelMergeAlphaHelp": "Alpha controls blend strength for the models. Lower alpha values lead to lower influence of the second model.",
"modelMergeInterpAddDifferenceHelp": "In this mode, Model 3 is first subtracted from Model 2. The resulting version is blended with Model 1 with the alpha rate set above.",
"inverseSigmoid": "Inverse Sigmoid",
"sigmoid": "Sigmoid",
"weightedSum": "Weighted Sum"
"weightedSum": "Weighted Sum",
"none": "none",
"addDifference": "Add Difference",
"pickModelType": "Pick Model Type"
},
"parameters": {
"general": "General",
Expand Down
Loading