mirror of https://github.com/bmaltais/kohya_ss
update
parent
6dc1c492f7
commit
1241c61258
|
|
@ -38,6 +38,7 @@ COPY ./models /app/sdxl_train_captioner/models
|
|||
WORKDIR /app/sdxl_train_captioner/sd-scripts
|
||||
|
||||
RUN chmod +x ./entrypoint.sh
|
||||
RUN chmod +x ./run-tensorboard.sh
|
||||
RUN chmod +x ./run-train-auto.sh
|
||||
RUN chmod +x ./run-train-single.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@ services:
|
|||
- ./dataset:/app/sdxl_train_captioner/dataset
|
||||
- ./output_models:/app/sdxl_train_captioner/output_models
|
||||
- ./logs:/app/sdxl_train_captioner/logs
|
||||
|
||||
ports:
|
||||
- "6006:6006"
|
||||
|
||||
environment:
|
||||
# GPU 선택 (필요 시 GPU ID 지정)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit b56eef68cba3dbbc606d7d4f732e95429e22e313
|
||||
Subproject commit 8ff29382120bfcd8f15f2224dbf2f64ab1a1688d
|
||||
Loading…
Reference in New Issue