Update config.env
Browse files- config.env +3 -0
config.env
CHANGED
@@ -54,3 +54,6 @@ export USE_EMA=false
|
|
54 |
export PUSH_TO_HUB="true"
|
55 |
export PUSH_CHECKPOINTS="true"
|
56 |
export HUB_MODEL_NAME="breaking-bad-flux"
|
|
|
|
|
|
|
|
54 |
export PUSH_TO_HUB="true"
|
55 |
export PUSH_CHECKPOINTS="true"
|
56 |
export HUB_MODEL_NAME="breaking-bad-flux"
|
57 |
+
|
58 |
+
export DATALOADER_CONFIG="config/bb-multidatabackend.json"
|
59 |
+
export OUTPUT_DIR="output/models"
|