Skip to content

Commit 24386f7

Browse files
committed
1.3.1
1 parent ffef9a0 commit 24386f7

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

electron_app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "DiffusionBee",
3-
"version": "1.3.0",
4-
"build_number": "0009_beta",
3+
"version": "1.3.1",
4+
"build_number": "0010",
55
"website": "https://diffusionbee.com",
66
"description": "Diffusion Bee - Stable Diffusion App.",
77
"is_dev": false,

electron_app/src/components/Img2Img.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<label class="mr-sm-2" style="margin-right: 8px ;" for="inline-form-custom-select-pref">Num Images: </label>
5656
<b-form-select
5757
v-model="num_imgs"
58-
:options="[1,2,3,4,5,6,7,8,9,10,11,12,13,14]"
58+
:options="[1,2,3,4,5,6,7,8,9,10,11,12,13,14, 15 , 20 , 30 , 50 , 100]"
5959
required
6060
></b-form-select>
6161
</b-form-group>
@@ -86,6 +86,8 @@
8686
<div v-if="is_stopping" class="l_button button_medium button_colored" style="float:right" @click="stop_generation">Stopping ...</div>
8787
<div v-else class="l_button button_medium button_colored" style="float:right" @click="stop_generation">Stop</div>
8888
</div>
89+
<br><br>
90+
<p style="opacity:0.5; zoom:0.8"> Please describe the complete image which you want to see as the output. </p>
8991

9092
</div>
9193

electron_app/src/components/ImgGenerate.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<label class="mr-sm-2" style="margin-right: 8px ;" for="inline-form-custom-select-pref">Num Images: </label>
4242
<b-form-select
4343
v-model="num_imgs"
44-
:options="[1,2,3,4,5,6,7,8,9,10,11,12,13,14]"
44+
:options="[1,2,3,4,5,6,7,8,9,10,11,12,13,14, 15 , 20 , 30 , 50 , 100]"
4545
required
4646
></b-form-select>
4747
</b-form-group>
@@ -87,7 +87,7 @@
8787
<label class="mr-sm-2" style="margin-right: 8px ;" for="inline-form-custom-select-pref">Guidance Scale: </label>
8888
<b-form-select
8989
v-model="guidence_scale"
90-
:options="[1.5, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.5 , 8.0]"
90+
:options="[1.5, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 7.5 , 8.0 , 9.0 , 10.0 , 11.0 , 12.0 , 13.0 , 15.0 , 20.0 ]"
9191
required
9292
></b-form-select>
9393
</b-form-group>

0 commit comments

Comments
 (0)