pull/3451/head
sungjoonkim 2025-10-29 22:21:19 +09:00
parent 6dc1c492f7
commit 1241c61258
3 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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