Skip to content

Commit

Permalink
Add experimental flux.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Nov 15, 2024
1 parent 20e4fe9 commit d473126
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
matrix:
build:
# Undeclared release tag finds latest from GitHub tags
- {latest: "true", kohya: "v24.1.6", python: "3.10", pytorch: "2.4.0", cuda: "12.1.1-base"}
- {latest: "false", kohya: "v24.1.7", python: "3.10", pytorch: "2.5.1", cuda: "12.1.1-base"}
- {latest: "false", kohya: "sd3-flux.1", python: "3.10", pytorch: "2.5.1", cuda: "12.1.1-base"}

steps:
-
Expand Down Expand Up @@ -104,7 +105,8 @@ jobs:
fail-fast: false
matrix:
build:
- {latest: "true", kohya: "v24.1.6", python: "3.10", pytorch: "2.3.1", rocm: "6.0-core"}
- {latest: "false", kohya: "v24.1.7", python: "3.10", pytorch: "2.3.1", rocm: "6.0-core"}
- {latest: "false", kohya: "sd3-flux.1", python: "3.10", pytorch: "2.3.1", rocm: "6.0-core"}
steps:
-
name: Free Space
Expand Down

0 comments on commit d473126

Please sign in to comment.