Skip to content

Commit c2622a8

Browse files
authored
Release v0.4.1 (#816)
1 parent 4f35fab commit c2622a8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"author": "Dream Textures contributors",
1717
"description": "Use Stable Diffusion to generate unique textures straight from the shader editor.",
1818
"blender": (3, 1, 0),
19-
"version": (0, 4, 0),
19+
"version": (0, 4, 1),
2020
"location": "Image Editor -> Sidebar -> Dream",
2121
"category": "Paint"
2222
}

requirements/linux-rocm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ huggingface_hub
66
controlnet-aux==0.0.7
77

88
--extra-index-url https://download.pytorch.org/whl/rocm6.1/
9-
torch>=2.3.1
9+
torch==2.3.1
1010

1111
# Original SD checkpoint conversion
1212
pytorch-lightning

requirements/mac-mps-cpu.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ accelerate
55
huggingface_hub>=0.19.3
66
controlnet-aux==0.0.7
77

8-
torch>=2.0
8+
torch==2.3.1
99

1010
# Original SD checkpoint conversion
1111
pytorch-lightning

requirements/win-dml.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ huggingface_hub
66
controlnet-aux==0.0.7
77

88
torch-directml
9-
torch>=2.0
9+
torch==2.3.1
1010

1111
# Original SD checkpoint conversion
1212
pytorch-lightning

requirements/win-linux-cuda.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ huggingface_hub
66
controlnet-aux==0.0.7
77

88
--extra-index-url https://download.pytorch.org/whl/cu118
9-
torch>=2.0
9+
torch==2.3.1
1010

1111
# Original SD checkpoint conversion
1212
pytorch-lightning

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 4, 0)
1+
VERSION = (0, 4, 1)
22
def version_tag(version):
33
return f"{version[0]}.{version[1]}.{version[2]}"
44

0 commit comments

Comments
 (0)