Upload train.yaml
Browse files- train.yaml +2 -2
train.yaml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
name: test-run
|
2 |
-
model_path: "/
|
3 |
-
train_epochs:
|
4 |
batch_size: 4
|
5 |
resolution: 512
|
6 |
seed: 1138
|
|
|
1 |
name: test-run
|
2 |
+
model_path: "runwayml/stable-diffusion-v1-5"
|
3 |
+
train_epochs: 10
|
4 |
batch_size: 4
|
5 |
resolution: 512
|
6 |
seed: 1138
|