Skip to content

Commit deea840

Browse files
committed
Changelog
1 parent 987ee87 commit deea840

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
## Changelog
2+
### 0.4.7
3+
* Tiling mode
4+
* Reduced VRAM consumption for Depth Anything, and ZoeDepth k and nk
5+
* Some bugfixes
26
### 0.4.6
37
* Support for [Depth Anything](https://github.com/LiheYoung/Depth-Anything).
48
### 0.4.5

src/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ def run_3dphoto_videos(mesh_fi, basename, outpath, num_frames, fps, crop_border,
521521
for u in ['PyQt5', 'PyQt6', 'egl']:
522522
try:
523523
vispy.use(app=u)
524+
break
524525
except:
525526
print(f'On {u}')
526527
print(traceback.format_exc())

src/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_commit_hash():
1515

1616
REPOSITORY_NAME = "stable-diffusion-webui-depthmap-script"
1717
SCRIPT_NAME = "DepthMap"
18-
SCRIPT_VERSION = "v0.4.6"
18+
SCRIPT_VERSION = "v0.4.7"
1919
SCRIPT_FULL_NAME = f"{SCRIPT_NAME} {SCRIPT_VERSION} ({get_commit_hash()})"
2020

2121

0 commit comments

Comments
 (0)