Skip to content

Commit e92eaeb

Browse files
committed
cleaned the UI , some more UI fearures
1 parent 9d4f5b3 commit e92eaeb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1595
-5992
lines changed

.DS_Store

0 Bytes
Binary file not shown.

electron_app/.gitmodules

Lines changed: 0 additions & 9 deletions
This file was deleted.

electron_app/afterSignHook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = async function (params) {
1010

1111
console.log('afterSign hook triggered', params);
1212

13-
let appId = 'com.linerai.liner'
13+
let appId = 'com.linerai.stablediffusionui'
1414

1515
let appPath = path.join(params.appOutDir, `${params.packager.appInfo.productFilename}.app`);
1616
if (!fs.existsSync(appPath)) {

electron_app/package-lock.json

Lines changed: 1335 additions & 285 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron_app/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,12 @@
4747
"@vue/cli-service": "~4.5.0",
4848
"babel-eslint": "^10.1.0",
4949
"electron": "^13.0.0",
50-
"electron-builder": "^22.14.13",
50+
"electron-builder": "^23.0.2",
5151
"electron-devtools-installer": "^3.1.0",
5252
"eslint": "^6.7.2",
5353
"eslint-plugin-vue": "^6.2.2",
5454
"vue-cli-plugin-electron-builder": "~2.1.1",
5555
"vue-template-compiler": "^2.6.11"
56-
5756
},
5857
"eslintConfig": {
5958
"root": true,

electron_app/src/App.vue

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,16 @@
88
<SplashScreen v-if="app_state.show_splash_screen"></SplashScreen>
99
</transition>
1010
</div>
11-
<ApplicationFrame v-else title="Text to Image">
11+
<ApplicationFrame v-else title="DiffusionBee - Stable Diffusion GUI">
1212
<template v-slot:txt2img>
1313
<ImgGenerate :app_state="app_state"></ImgGenerate>
1414

15+
</template>
16+
<template v-slot:img2img>
17+
<div class="center">
18+
Coming soon!
19+
</div>
20+
1521
</template>
1622
<template v-slot:logs>
1723

@@ -213,6 +219,9 @@ export default
213219
is_model_loaded : false ,
214220
is_textbox_avail : false,
215221
loading_msg : "" ,
222+
loading_percentage : - 2 ,
223+
loading_desc : "" ,
224+
216225
217226
show_splash_screen : true , // is showing the loading splash screen
218227
current_project_type : "" , // the project type whcih is opened right now
@@ -221,6 +230,9 @@ export default
221230
generated_image : "",
222231
backedn_error : "",
223232
233+
prompt : "",
234+
235+
224236
225237
};
226238

electron_app/src/assets/audio_classification_folder_wise.svg

Lines changed: 0 additions & 393 deletions
This file was deleted.

electron_app/src/assets/audio_classification_proj_icon.svg

Lines changed: 0 additions & 23 deletions
This file was deleted.

electron_app/src/assets/audio_wave_icon.svg

Lines changed: 0 additions & 21 deletions
This file was deleted.

electron_app/src/assets/cl.png

-13.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)