Skip to content

Commit f45ca8d

Browse files
committed
small fix
1 parent 3b5e274 commit f45ca8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/stable_diffusion/diffusionbee_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def process_opt(d, generator):
143143
print("sdbk mdvr 1.5_inp")
144144
else:
145145
tdict_path = p_15
146-
print("sdbk mdvr 1.4")
146+
print("sdbk mdvr 1.5")
147147

148148
if d['do_controlnet'] == True:
149149

electron_app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "DiffusionBee",
33
"version": "1.7.4",
4-
"build_number": "0023",
4+
"build_number": "0024",
55
"website": "https://diffusionbee.com",
66
"description": "Diffusion Bee - Stable Diffusion App.",
77
"is_dev": false,

0 commit comments

Comments
 (0)