Skip to content

Commit

Permalink
Release v0.4.1 (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
carson-katri authored Aug 25, 2024
1 parent 4f35fab commit c2622a8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Dream Textures contributors",
"description": "Use Stable Diffusion to generate unique textures straight from the shader editor.",
"blender": (3, 1, 0),
"version": (0, 4, 0),
"version": (0, 4, 1),
"location": "Image Editor -> Sidebar -> Dream",
"category": "Paint"
}
Expand Down
2 changes: 1 addition & 1 deletion requirements/linux-rocm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ huggingface_hub
controlnet-aux==0.0.7

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

# Original SD checkpoint conversion
pytorch-lightning
Expand Down
2 changes: 1 addition & 1 deletion requirements/mac-mps-cpu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ accelerate
huggingface_hub>=0.19.3
controlnet-aux==0.0.7

torch>=2.0
torch==2.3.1

# Original SD checkpoint conversion
pytorch-lightning
Expand Down
2 changes: 1 addition & 1 deletion requirements/win-dml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ huggingface_hub
controlnet-aux==0.0.7

torch-directml
torch>=2.0
torch==2.3.1

# Original SD checkpoint conversion
pytorch-lightning
Expand Down
2 changes: 1 addition & 1 deletion requirements/win-linux-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ huggingface_hub
controlnet-aux==0.0.7

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

# Original SD checkpoint conversion
pytorch-lightning
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 4, 0)
VERSION = (0, 4, 1)
def version_tag(version):
return f"{version[0]}.{version[1]}.{version[2]}"

Expand Down

0 comments on commit c2622a8

Please sign in to comment.