nroggendorff commited on
Commit
61dc47b
·
verified ·
1 Parent(s): f0934ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -27,8 +27,8 @@ RUN pip install --no-cache-dir --upgrade pip && \
27
 
28
  RUN mkdir /.cache && chmod 777 /.cache
29
 
30
- ARG OUTPUT_DIR=zelda-style-diffusion
31
- ARG INPUT_DS=nroggendorff/zelda-style
32
  ARG BASE=glides/illustriousxl
33
 
34
  ENV OUTPUT_DIR=${OUTPUT_DIR} \
@@ -44,7 +44,7 @@ CMD bash -c "accelerate launch train.py \
44
  --gradient_accumulation_steps=1 \
45
  --learning_rate=3e-5 \
46
  --gradient_checkpointing \
47
- --max_train_steps=3000 \
48
  --lr_scheduler=cosine_with_restarts \
49
  --lr_warmup_steps=200 \
50
  --center_crop \
 
27
 
28
  RUN mkdir /.cache && chmod 777 /.cache
29
 
30
+ ARG OUTPUT_DIR=fry-diffusion
31
+ ARG INPUT_DS=nroggendorff/fries
32
  ARG BASE=glides/illustriousxl
33
 
34
  ENV OUTPUT_DIR=${OUTPUT_DIR} \
 
44
  --gradient_accumulation_steps=1 \
45
  --learning_rate=3e-5 \
46
  --gradient_checkpointing \
47
+ --max_train_steps=2000 \
48
  --lr_scheduler=cosine_with_restarts \
49
  --lr_warmup_steps=200 \
50
  --center_crop \