Skip to content

Commit

Permalink
Bumped base image version to 2.2.3, bumped ComfyUI to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleykleynhans committed Aug 1, 2024
1 parent 41e0815 commit 9fd7c5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ variable "APP" {
}

variable "RELEASE" {
default = "7.2.1"
default = "7.2.2"
}

variable "CU_VERSION" {
Expand All @@ -23,7 +23,7 @@ variable "BASE_IMAGE_REPOSITORY" {
}

variable "BASE_IMAGE_VERSION" {
default = "2.2.2"
default = "2.2.3"
}

variable "CUDA_VERSION" {
Expand Down Expand Up @@ -55,7 +55,7 @@ target "default" {
KOHYA_XFORMERS_VERSION = "0.0.23.post1"
INVOKEAI_TORCH_VERSION = "2.2.2+cu${CU_VERSION}"
INVOKEAI_XFORMERS_VERSION = "0.0.25.post1"
COMFYUI_COMMIT = "66d35c07ce44b07011314ad7a28b2bdbcbb4e4cc"
COMFYUI_COMMIT = "e2382b6adb70c65416f3e90a168cbbc5ffe491bd"
INVOKEAI_VERSION = "4.2.7"
APP_MANAGER_VERSION = "1.2.1"
CIVITAI_DOWNLOADER_VERSION = "2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions scripts/pre_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ if [ "$(printf '%s\n' "$EXISTING_VERSION" "$TEMPLATE_VERSION" | sort -V | head -
# Create logs directory
mkdir -p /workspace/logs
else
echo "Existing version is the same as the template version, no syncing required."
echo "SYNC: Existing version is the same as the template version, no syncing required."
fi
else
echo "Existing version is newer than the template version, not syncing!"
echo "SYNC: Existing version is newer than the template version, not syncing!"
fi

# Add VENV_PATH to webui-user.sh
Expand Down

0 comments on commit 9fd7c5f

Please sign in to comment.