Skip to content

Commit 110ac7f

Browse files
committed
make style
1 parent 8c80814 commit 110ac7f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

examples/consistency_distillation/train_lcm_distill_lora_sdxl_wds.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
MAX_SEQ_LENGTH = 77
7070

7171
# Adjust for your dataset
72-
WDS_JSON_WIDTH = "width" # original_width for LAION
73-
WDS_JSON_HEIGHT = "height" # original_height for LAION
74-
MIN_SIZE = 700 # ~960 for LAION, ideal: 1024 if the dataset contains large images
72+
WDS_JSON_WIDTH = "width" # original_width for LAION
73+
WDS_JSON_HEIGHT = "height" # original_height for LAION
74+
MIN_SIZE = 700 # ~960 for LAION, ideal: 1024 if the dataset contains large images
7575

7676
if is_wandb_available():
7777
import wandb

examples/consistency_distillation/train_lcm_distill_sdxl_wds.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
MAX_SEQ_LENGTH = 77
6969

7070
# Adjust for your dataset
71-
WDS_JSON_WIDTH = "width" # original_width for LAION
72-
WDS_JSON_HEIGHT = "height" # original_height for LAION
73-
MIN_SIZE = 700 # ~960 for LAION, ideal: 1024 if the dataset contains large images
71+
WDS_JSON_WIDTH = "width" # original_width for LAION
72+
WDS_JSON_HEIGHT = "height" # original_height for LAION
73+
MIN_SIZE = 700 # ~960 for LAION, ideal: 1024 if the dataset contains large images
7474

7575
if is_wandb_available():
7676
import wandb

0 commit comments

Comments
 (0)