mirror of https://github.com/bmaltais/kohya_ss
update
parent
799d0afb3b
commit
f8198ab7a9
|
|
@ -1,4 +1,4 @@
|
|||
# CUDA 12.1 + PyTorch 2.3.0
|
||||
# Python 3.11 + PyTorch 2.4.0 + CUDA 12.1 + CuDNN 9.5
|
||||
FROM pytorch/pytorch:2.4.0-cuda12.1-cudnn9-devel
|
||||
|
||||
# 기본 작업 경로 설정
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
docker build --no-cache -t aicompanion/sdxl_train_captioner:0.8.5 .
|
||||
docker build --no-cache -t aicompanion/sdxl_train_captioner:0.8.6 .
|
||||
|
||||
docker tag aicompanion/sdxl_train_captioner:0.8.5 aicompanion/sdxl_train_captioner:latest
|
||||
docker tag aicompanion/sdxl_train_captioner:0.8.6 aicompanion/sdxl_train_captioner:latest
|
||||
|
|
@ -22,7 +22,7 @@ services:
|
|||
volumes:
|
||||
- ./models:/app/sdxl_train_captioner/models
|
||||
- ./dataset:/app/sdxl_train_captioner/dataset
|
||||
- ./outputs:/app/sdxl_train_captioner/output_models
|
||||
- ./output_models:/app/sdxl_train_captioner/output_models
|
||||
- ./logs:/app/sdxl_train_captioner/logs
|
||||
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -47,6 +47,6 @@ open-clip-torch==2.20.0
|
|||
rich==13.7.0
|
||||
|
||||
# Kohya_ss library
|
||||
xformers==0.0.26.post1 --index-url https://download.pytorch.org/whl/cu121
|
||||
xformers==0.0.27.post2 --index-url https://download.pytorch.org/whl/cu121
|
||||
triton==2.3.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit cbe231a17a257baa9c716b56208e891508cfb6b6
|
||||
Subproject commit 1614bc4863161f270a89e466cd30aa8891192447
|
||||
Loading…
Reference in New Issue